@charset "UTF-8";

/* fade */
.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.28s;
  transition: opacity 0.28s;
}

.fade-enter,
.fade-leave-active {
  opacity: 0;
}

/* fade-transform */
.fade-transform-leave-active,
.fade-transform-enter-active {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fade-transform-enter {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

.fade-transform-leave-to {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

/* breadcrumb transition */
.breadcrumb-enter-active,
.breadcrumb-leave-active {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.breadcrumb-move {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.breadcrumb-leave-active {
  position: absolute;
}

.el-breadcrumb__inner,
.el-breadcrumb__inner a {
  font-weight: 400 !important;
}

.el-radio__label {
  font-size: 12px !important;
}

.el-upload input[type=file] {
  display: none !important;
}

.el-upload__input {
  display: none;
}

.el-checkbox__label {
  font-size: 12px;
}

.el-cascader {
  line-height: 32px;
}

.el-dialog {
  -webkit-transform: none;
          transform: none;
  left: 0;
  position: relative;
  margin: 0 auto;
}

.upload-container .el-upload {
  width: 100%;
}
.upload-container .el-upload .el-upload-dragger {
  width: 100%;
  height: 200px;
}

.el-dropdown-menu a {
  display: block;
}

.el-range-separator {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.userModelStyle .el-dialog__body {
  padding: 0 20px 16px;
}
.userModelStyle .el-dialog__footer {
  text-align: center;
  padding: 16px 20px;
}

.searchInputLabel .el-input__inner {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.searchInput .el-input__inner, .searchInput.el-input__inner {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.searchInputRight .el-input__inner, .searchInputRight.el-input__inner {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.el-button {
  padding: 0 16px;
  height: 32px;
  font-size: 12px;
}

.el-button:hover, .el-button:focus {
  background-color: #fff;
  border-color: #2474FF;
  color: #2474FF;
}

.el-button--primary {
  background-color: #2474FF;
  border-color: #2474FF;
}

.el-button--primary:focus, .el-button--primary:hover {
  background: #2474FF;
  border-color: #2474FF;
  color: #FFF;
}

.tips .el-checkbox {
  color: #545960;
  font-size: 18px;
}

.inputDeep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inputDeep .searchInput .el-input__inner {
  border: 0;
  height: 28px;
  line-height: 28px;
}

.searchCondition.dialog-footer {
  text-align: center;
}

.companyStatisModelStyle .el-dialog {
  border-radius: 6px;
}
.companyStatisModelStyle .el-dialog .el-dialog__header {
  height: 55px;
}

.batchQueryModel .el-dialog__body {
  padding: 10px 20px;
}
.batchQueryModel .el-dialog__footer {
  text-align: center;
}

.el-button--primary.is-active, .el-button--primary:active {
  background: #005CFF;
  border-color: #005CFF;
  color: #FFF;
}

.el-button--text {
  color: #2474FF;
  padding-left: 0px;
  padding-right: 0px;
}

.el-button--text:active {
  color: #2474FF;
  background-color: transparent;
}

.el-button--text:focus, .el-button--text:hover {
  color: #2474FF;
  border-color: transparent;
  background-color: transparent;
}

.el-button--primary {
  background-color: #005CFF;
  border-color: #005CFF;
}

.el-dropdown-link {
  padding-left: 16px;
  padding-right: 16px;
}

.el-input__inner {
  height: 32px;
  line-height: 32px;
  border: 1px solid #DADCE0;
}

.el-input.is-active .el-input__inner, .el-input__inner:focus {
  border-color: #005CFF;
}

.el-input__icon {
  line-height: 32px;
}

.el-input-group__append, .el-input-group__prepend {
  background-color: #fff;
  color: #272B33;
  font-size: 12px;
}

.el-table thead tr {
  height: 40px;
}

.el-table tr {
  height: 52px;
}

.el-table .cell {
  color: #272B33;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
}

.el-table td, .el-table th {
  padding: 0px;
}

.el-table__empty-text {
  font-size: 12px;
}

.el-dialog {
  border-radius: 4px;
  margin: 0 !important;
}

.el-dialog__body {
  padding: 16px 24px;
  font-size: 12px;
}

.el-dialog__header {
  height: 53px;
  padding: 16px 24px 16px;
  border-bottom: 1px solid #EFF0F2;
}
.el-dialog__header .el-dialog__title {
  line-height: 20px;
  font-size: 14px;
  color: #272B33;
}
.el-dialog__header .el-dialog__headerbtn {
  top: 16px;
  right: 24px;
}
.el-dialog__header .el-dialog__headerbtn .el-dialog__close {
  color: #545960;
}

.el-dialog__headerbtn:focus .el-dialog__close, .el-dialog__headerbtn:hover .el-dialog__close {
  color: #005CFF;
}

.el-dialog__footer {
  padding: 16px 24px 16px;
  text-align: center;
  border-top: 1px solid #EFF0F2;
}

.el-dialog__wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.el-dialog__wrapper.el-dialog-fullscreen > .el-dialog > .el-dialog__body {
  height: calc(100% - 118px);
  overflow: auto;
}
.el-dialog__wrapper:not(.el-dialog-fullscreen) > .el-dialog > .el-dialog__body {
  max-height: 600px;
  overflow: auto;
}

.el-dialog__wrapper.el-dialog-fullscreen {
  top: 37px;
  right: 0;
  bottom: 0;
  left: 56px;
  z-index: 999 !important;
}
.el-dialog__wrapper.el-dialog-fullscreen .el-dialog {
  border-radius: 0px;
}

.el-dialog-fullscreen .el-dialog {
  border-radius: 0;
}

.v-modal {
  display: none;
}

.el-form-item {
  margin-bottom: 16px;
}

.el-form-item__label {
  font-weight: 400;
  color: #272B33;
  font-size: 12px;
  line-height: 32px;
}

.el-form-item__content {
  line-height: 32px;
  font-size: 12px;
}

.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #2474FF;
  border-color: #2474FF;
}

.el-tabs__item {
  font-size: 12px;
}

.el-tabs__item.is-active, .el-tabs__item:hover {
  color: #2474FF;
}

.el-tabs__active-bar {
  background-color: #2474FF;
}

.el-tree-node .el-tree-node__content {
  background-color: #EFF0F2;
  margin-bottom: 8px;
  font-size: 12px;
  height: 40px;
}

.el-tree-node__label {
  font-size: 12px;
}

.el-tree-node > .el-tree-node__children .el-tree-node .el-tree-node__content {
  background-color: #fff;
  margin-bottom: 0px;
  border-bottom: 1px solid #EFF0F2;
}

.el-tooltip__popper {
  max-width: 300px;
}

.el-cascader-menu .el-cascader-node > .el-radio {
  display: none;
}

.modelCheckbox .el-form-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modelCheckbox .el-form-item__content .el-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modelCheckbox .addStoreInput .el-input-group__append, .modelCheckbox .addStoreInput .el-input-group__prepend {
  padding: 0 14px 0 15px;
  background-color: #F5F7FA;
  color: #DADCE0;
}
.modelCheckbox .el-input-group__append, .modelCheckbox .el-input-group__prepend {
  padding: 0 12px;
  background-color: #F5F7FA;
  color: #DADCE0;
}

.modelAuthorizationCheckbox .el-input-group__append, .modelAuthorizationCheckbox .el-input-group__prepend {
  padding: 0 12px;
  background-color: #F5F7FA;
}

.el-input.is-disabled .el-input__inner::-webkit-input-placeholder {
  background: #F5F7FA !important;
  color: #DADCE0;
}

.el-input.is-disabled .el-input__inner::-moz-placeholder {
  background: #F5F7FA !important;
  color: #DADCE0;
}

.el-input.is-disabled .el-input__inner:-ms-input-placeholder {
  background: #F5F7FA !important;
  color: #DADCE0;
}

.el-input.is-disabled .el-input__inner::-ms-input-placeholder {
  background: #F5F7FA !important;
  color: #DADCE0;
}

.el-input.is-disabled .el-input__inner::placeholder {
  background: #F5F7FA !important;
  color: #DADCE0;
}

.tabStyle .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  background-color: #fff;
  color: #409EFF;
}

.el-input, .el-select-dropdown__item, .el-dropdown-menu__item {
  font-size: 12px;
}

.el-cascader .el-input__inner {
  height: 32px !important;
}

.el-dropdown-menu__item:focus, .el-dropdown-menu__item:not(.is-disabled):hover {
  background-color: #F5F7FA;
  color: #545960;
}

.el-popper {
  margin-top: 2px !important;
}

.el-select-dropdown__item.selected {
  color: #005BF5;
  font-weight: 700;
}

.el-message {
  min-width: 316px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e8eb;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
  position: fixed;
  left: 50%;
  top: 56px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.3s, top 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.3s, top 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.3s, transform 0.4s, top 0.4s;
  transition: opacity 0.3s, transform 0.4s, top 0.4s, -webkit-transform 0.4s;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  z-index: 9999 !important;
}

.el-select-dropdown__item.selected, .el-select-dropdown__item:active {
  background-color: rgba(0, 91, 245, 0.1);
}

.localUpload {
  width: 100%;
  margin-top: 16px;
}
.localUpload .el-upload {
  width: 100%;
}
.localUpload .el-upload .el-upload-dragger {
  width: 650px;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.imgDialog .el-dialog {
  margin-top: 10vh !important;
}
.imgDialog .el-dialog__header {
  height: 45px;
}
.imgDialog .glv-el-tabs {
  position: absolute;
  top: 6px;
}
.imgDialog .el-tabs__nav-wrap::after {
  background: none;
}

.spaceImgDialog .el-dialog__body {
  height: 465px;
}
.spaceImgDialog .el-checkbox__inner {
  border-radius: 100%;
}

.storeManage .el-button {
  padding: 0;
}

.information .el-checkbox__label, .information .el-checkbox {
  font-size: 12px;
}

.borderCheckbox .el-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  min-width: 90px;
}
.borderCheckbox .el-checkbox .el-checkbox__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  line-height: 19px;
  font-size: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.borderCheckbox .el-checkbox__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.borderCheckbox .el-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  color: #545960;
  font-size: 12px;
  border-bottom: 1px dashed #545960;
  background: none;
  border-radius: 0;
}
.borderCheckbox .el-tag--small {
  padding: 0;
  margin-right: 24px;
}

.textArea {
  height: 120px;
  width: 245px;
}
.textArea textarea {
  height: 100% !important;
}

.pickColor.el-color-picker {
  height: 24px;
}

.pickColor {
  width: 245px;
}
.pickColor .el-color-picker__trigger {
  width: 100%;
  height: 24px;
  padding: 0;
}
.pickColor .el-color-picker__trigger .el-icon-close, .pickColor .el-color-picker__trigger .el-color-picker__icon {
  display: none;
}

.alignType .el-radio-button--mini .el-radio-button__inner {
  padding: 7px 12px;
}
.alignType .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  background-color: #FFF;
  color: #409EFF;
}

.levelBox .el-input {
  width: 174px;
  margin: 12px 12px 0 12px;
}

.el-dialog-fullscreen .el-dialog.is-fullscreen {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
  height: 100%;
  overflow: auto;
}
.el-dialog-fullscreen .el-dialog.is-fullscreen .el-dialog__body .create-container {
  height: 100%;
}
.el-dialog-fullscreen .el-dialog.is-fullscreen .el-dialog__body .footerBtn {
  text-align: center;
  height: 60px;
  padding-top: 16px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.el-table--border td, .el-table--border th, .el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed {
  border-right: none;
}

.el-table__fixed,
.el-table__fixed-right {
  pointer-events: none;
}

.el-table__fixed td,
.el-table__fixed-right td,
.el-table__fixed th,
.el-table__fixed-right th {
  pointer-events: auto;
}

.el-table {
  border-top: 1px solid #EBEEF5;
}

.el-table th > .cell {
  border-left: 1px solid #DADCE0;
  border-radius: 1px 1px 1px 1px;
  line-height: 12px;
  font-weight: 600;
}

.el-table th:first-child > .cell {
  border-left: none;
}

.el-table td > .cell {
  color: #0b1019;
}

.el-table__footer-wrapper .has-gutter tr td {
  background: #fff;
  border-right: none;
}

.el-table__footer-wrapper .has-gutter tr td > .cell {
  font-weight: 600;
}

.el-table__fixed-footer-wrapper tbody td {
  background: #fff;
  border-right: none;
}

.el-table__fixed-footer-wrapper tbody td > .cell {
  font-weight: 600;
}

.el-input__inner {
  color: #272B33;
}

.popoverTable.el-table th > .cell {
  border-left: none;
}

.popoverTable.el-table .el-table__header-wrapper {
  height: 40px;
  background: #EFF0F2;
  border-radius: 4px 4px 0px 0px;
}

.popoverTable.el-table th {
  background: #EFF0F2;
}

.popoverTable.el-table .el-table__body {
  width: 100% !important;
}

.popoverTable.el-table tr {
  height: 49px;
}

.el-range-editor.el-input__inner {
  padding: 3px 0px 3px 10px;
}

.el-range-editor--small .el-range-input {
  font-size: 12px;
}

.el-date-editor .el-range-input {
  font-size: 12px;
}

.el-input--small {
  font-size: 12px;
}

.el-input__inner {
  padding: 0 12px;
}

.el-textarea {
  font-size: 12px;
  color: #272B33;
}
.el-textarea .el-textarea__inner {
  padding: 8px 12px;
}

.el-textarea::-webkit-input-placeholder {
  color: #B0B4BC;
}

.el-textarea::-moz-placeholder {
  color: #B0B4BC;
}

.el-textarea:-ms-input-placeholder {
  color: #B0B4BC;
}

.el-textarea::-ms-input-placeholder {
  color: #B0B4BC;
}

.el-textarea::placeholder {
  color: #B0B4BC;
}

.el-input {
  font-size: 12px;
}

.el-select-dropdown__item {
  font-size: 12px;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}

.pagination-container {
  height: 52px;
  background: #fff;
  padding: 0 12px;
  margin-top: -2px;
  z-index: 10;
}

.el-pagination__total {
  margin-right: 8px;
  color: #545960;
}

.el-pagination__sizes {
  margin-right: 24px;
  color: #545960;
}

.el-pagination .el-select .el-input {
  margin: 0;
}

.el-pagination .el-select .el-input .el-input__inner {
  border-radius: 4px;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
  background: rgba(36, 116, 255, 0.1);
  color: #2474FF;
  border-radius: 4px;
  min-width: 30px;
}

.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
  background: none;
  color: #545960;
  font-size: 12px;
  min-width: auto;
}

.el-pagination__editor {
  margin: 0 6px;
}

.el-popper .popper__arrow::after {
  border-width: 0;
}

.el-popper .popper__arrow {
  border-width: 0px;
}

.el-input.is-active .el-input__inner, .el-input__inner:focus {
  border-color: #409EFF;
}

.roleTabs .el-tabs__header {
  margin: 0 0 8px;
}
.roleTabs .el-checkbox {
  font-size: 12px;
  margin-right: 8px;
}
.roleTabs .el-checkbox.is-bordered {
  height: 33px;
  padding: 6px 12px;
}
.roleTabs .el-checkbox__label {
  font-size: 12px;
}

.login-form .el-input {
  font-size: 14px;
}

.login-form .el-input__inner {
  height: 52px;
  border-radius: 4px;
  border: none;
}

.login-form .el-input__inner::-webkit-input-placeholder {
  color: #B5B9C0;
}

.login-form .el-input__inner::-moz-placeholder {
  color: #B5B9C0;
}

.login-form .el-input__inner:-ms-input-placeholder {
  color: #B5B9C0;
}

.login-form .el-input__inner::-ms-input-placeholder {
  color: #B5B9C0;
}

.login-form .el-input__inner::placeholder {
  color: #B5B9C0;
}

.login-form .el-checkbox__label {
  color: #B5B9C0;
  font-size: 14px;
}

.login-form .el-checkbox__inner {
  width: 12px;
  height: 12px;
}

.login-form .el-checkbox__inner::after {
  left: 3px;
  top: 0px;
}

.loginCode .el-form-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.findPWModel .el-dialog {
  margin-top: 33vh !important;
}

.registerCode .el-form-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.registerModelBox .el-dialog__body {
  padding: 24px;
}
.registerModelBox .demo-input-suffix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.registerModelBox .demo-input-suffix .labelName {
  width: 85px;
  display: inline-block;
  text-align: right;
  font-size: 12px;
}
.registerModelBox .demo-input-suffix .labelName span {
  color: #FF3838;
  padding-right: 6px;
}
.registerModelBox .demo-input-suffix .inputStyle {
  border: 1px solid #DADCE0;
  height: 35px;
  border-radius: 4px 4px 4px 4px;
  margin-left: 12px;
  padding-left: 10px;
}
.registerModelBox .demo-input-suffix .inputStyle .errorTip {
  font-size: 10px;
  color: #FF3838;
  margin-left: -6px;
  line-height: 0;
  padding-top: 2px;
}
.registerModelBox .demo-input-suffix .el-radio__input.is-checked + .el-radio__label {
  color: #272B33;
}
.registerModelBox .demo-input-suffix .el-radio__label {
  font-size: 12px;
  padding-left: 4px;
}
.registerModelBox .demo-input-suffix .el-radio__inner {
  width: 12px;
  height: 12px;
}
.registerModelBox .demo-input-suffix .el-input__inner {
  border: none;
  padding: 0 12px 0 6px;
  font-size: 12px;
}
.registerModelBox .demo-input-suffix .el-input__inner::-webkit-input-placeholder {
  color: #B0B4BC;
}
.registerModelBox .demo-input-suffix .el-input__inner::-moz-placeholder {
  color: #B0B4BC;
}
.registerModelBox .demo-input-suffix .el-input__inner:-ms-input-placeholder {
  color: #B0B4BC;
}
.registerModelBox .demo-input-suffix .el-input__inner::-ms-input-placeholder {
  color: #B0B4BC;
}
.registerModelBox .demo-input-suffix .el-input__inner::placeholder {
  color: #B0B4BC;
}
.registerModelBox .demo-input-suffix .el-checkbox__label {
  font-size: 12px;
  color: #545960;
}
.registerModelBox .demo-input-suffix .el-checkbox__label .privacy {
  color: #2474FF;
  cursor: pointer;
  padding: 0 4px;
}
.registerModelBox .demo-input-suffix.agreement {
  margin-left: 12px;
  margin-bottom: 12px;
}
.registerModelBox .demo-input-suffix.registerAndLogin {
  margin-left: 12px;
  margin-bottom: 8px;
}
.registerModelBox .demo-input-suffix.registerAndLogin .el-button--primary {
  background: #2474FF;
  border-radius: 4px;
  font-size: 14px;
  width: 350px;
  height: 35px;
  border: none;
}

.input-suffix .errorTip {
  font-size: 10px;
  color: #FF3838;
  margin-left: -6px;
  line-height: 0;
  padding-top: 2px;
}

.registerModelBox.updatePwModel .el-dialog__body {
  font-size: 12px;
}
.registerModelBox.updatePwModel .demo-input-suffix .labelName {
  color: #272B33;
  width: 65px;
}
.registerModelBox.updatePwModel .demo-input-suffix .el-input__inner {
  font-size: 12px;
}

.registerModelBox.messageModel .demo-input-suffix .el-input__inner {
  border: 1px solid #DADCE0;
  height: 35px;
  border-radius: 4px 4px 4px 4px;
  margin-left: 12px;
}

.messageModel .avatar-uploader .el-upload {
  border: 1px solid #DADCE0;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-left: 12px;
}
.messageModel .avatar-uploader .el-upload:hover {
  border-color: #409EFF;
}
.messageModel .avatar-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 80px;
  height: 80px;
  line-height: 85px;
  text-align: center;
}
.messageModel .avatar {
  width: 80px;
  height: 80px;
  display: block;
}

.el-badge__content.is-fixed.is-dot {
  top: 12px;
}

.middle .header .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  color: #2474FF;
  background: #fff;
  border-color: #2474FF;
}
.middle .header .el-range-editor.el-input__inner {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.middle .header .el-range-separator {
  line-height: 32px;
}
.middle .header .el-range-editor--small .el-range__close-icon, .middle .header .el-range-editor--small .el-range__icon {
  line-height: 32px;
}
.middle .el-table th > .cell {
  border-left: none;
  color: #272B33;
  font-weight: 400;
}
.middle .el-table th:first-child > .cell {
  padding: 0;
}
.middle .el-table-column--selection .cell {
  padding: 0;
}

.el-select-dropdown__empty {
  font-size: 12px;
}

.registerModelBox.updatePwModel.postArticleModel .el-dialog__body {
  padding: 16px 24px 0 24px;
}
.registerModelBox.updatePwModel.postArticleModel .el-dialog__body .demo-input-suffix {
  margin-bottom: 16px;
}
.registerModelBox.updatePwModel.postArticleModel .el-dialog__body .demo-input-suffix .labelName {
  width: 50px;
}
.registerModelBox.updatePwModel.postArticleModel .el-dialog__body .demo-input-suffix .ql-toolbar {
  border-radius: 4px 4px 0 0;
}
.registerModelBox.updatePwModel.postArticleModel .el-dialog__body .demo-input-suffix .ql-container {
  border-radius: 0 0 4px 4px;
  height: 380px;
}

.checkNotice .el-dialog {
  margin-top: 5vh !important;
}
.checkNotice .el-dialog .el-dialog__body {
  min-height: 30vh;
  max-height: 85vh;
  overflow: auto;
}

.messageTable.el-table tr {
  height: 36px;
  border: none;
}

.messageTable.el-table thead tr {
  height: 36px;
}

.messageTable.el-table td, .messageTable.el-table th.is-leaf {
  border: none;
}

.el-avatar {
  background: transparent;
}

.user-dropdown .el-dropdown-menu__item {
  line-height: 25px;
}

.labelFont .el-input__inner {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right-color: #fff;
  cursor: context-menu;
}
.labelFont .el-input.is-active .el-input__inner, .labelFont .el-input__inner:focus {
  border-color: #DADCE0;
  border-right-color: #fff;
}

.el-date-editor .el-range-separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.setRolesModel .el-checkbox__label {
  font-size: 12px;
}

.el-dialog__header .el-dialog__title {
  font-weight: 600;
}

.auth-check-node__group .el-checkbox__label,
.auth-check-group .el-checkbox__label,
.auth-check-node .el-checkbox__label {
  font-size: 12px;
}

.menuTop .el-checkbox {
  font-size: 12px;
}
.menuTop .el-checkbox .el-checkbox__inner {
  width: 12px;
  height: 12px;
}
.menuTop .el-checkbox .el-checkbox__inner::after {
  left: 3px;
}
.menuTop .el-checkbox .el-checkbox__label {
  font-size: 12px;
}

.el-cascader-node__label {
  font-size: 12px;
}
.el-cascader-node__label span {
  font-size: 12px;
}

.registerModelBox.retrievePassword {
  padding: 0 45px;
}
.registerModelBox.retrievePassword .inputStyle {
  border: none;
  border-bottom: 1px solid #DADCE0;
  border-radius: 0;
  height: 50px;
}
.registerModelBox.retrievePassword .inputStyle .el-input__inner {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
}

.el-card.is-always-shadow, .el-card.is-hover-shadow:focus, .el-card.is-hover-shadow:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.temporary .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #606266;
}

.variantTableTemu.el-table th {
  background-color: #EFF0F2;
}

.inputUnit .el-input-group__append {
  width: 50px;
  padding: 0;
  text-align: center;
}

.labelOption {
  width: 100px;
}
.labelOption .el-input__inner {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right-color: #fff;
}

.labelFont .el-input__inner {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right-color: #fff;
  cursor: context-menu;
}
.labelFont .el-input.is-active .el-input__inner, .labelFont .el-input__inner:focus {
  border-color: #DADCE0;
  border-right-color: #fff;
}

.menuLabelFont .input_pre {
  cursor: context-menu;
}

.valueOption .el-input__inner {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.onlineTable .el-dropdown-link {
  color: #2474FF;
  font-size: 12px;
}

.drafttabs {
  background-color: #fff;
}
.drafttabs .el-tabs__nav-wrap {
  padding-left: 16px;
}
.drafttabs .el-tabs__header {
  margin: 0px;
}

.dialog-footer .el-button--default:focus {
  background: #FFF;
  border: 1px solid #DCDFE6;
  color: #606266;
}

.el-drawer__wrapper {
  background-color: rgba(0, 0, 0, 0.5);
}

.el-tabs__item.is-active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.headerSearch .el-input__inner:hover {
  border-color: #888C94 !important;
}

.el-input-group__prepend div.el-select .el-input__inner, .el-input-group__prepend div.el-select:hover .el-input__inner {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin-top: 1px;
}

.el-select .el-select-dropdown {
  position: absolute !important;
}

.mainImg {
  border: 1px #D6D8D9 solid;
  max-width: 300px;
  max-height: 300px;
  cursor: pointer;
}

.is-sortable .caret-wrapper {
  height: 0 !important;
}

.el-table .sort-caret.ascending {
  top: -12px;
}

.el-table .sort-caret.descending {
  bottom: -10px;
}

.el-select .el-input .el-select__caret {
  height: 32px;
}

#app .main-container {
  min-height: 100%;
  -webkit-transition: margin-left 0.28s;
  transition: margin-left 0.28s;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  background-color: #F5F7FA;
  position: relative;
  float: left;
}
#app .sidebar-container {
  -webkit-transition: width 0.28s;
  transition: width 0.28s;
  height: 100%;
  position: relative;
  font-size: 0px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  overflow: hidden;
  float: left;
}
#app .sidebar-container .horizontal-collapse-transition {
  -webkit-transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out;
  transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out;
}
#app .sidebar-container .scrollbar-wrapper {
  overflow-x: hidden !important;
}
#app .sidebar-container .el-scrollbar__bar.is-vertical {
  right: 0px;
}
#app .sidebar-container .el-scrollbar {
  height: 100%;
}
#app .sidebar-container.has-logo .el-scrollbar {
  height: calc(100% - 50px);
}
#app .sidebar-container .is-horizontal {
  display: none;
}
#app .sidebar-container a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
#app .sidebar-container .svg-icon {
  margin-bottom: 5px;
  width: 18px;
  height: 18px;
}
#app .sidebar-container .sub-el-icon {
  margin-right: 12px;
  margin-left: -2px;
}
#app .sidebar-container .el-menu {
  border: none;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#app .sidebar-container .submenu-title-noDropdown:hover,
#app .sidebar-container .el-submenu__title:hover {
  background-color: #E8F1FF;
}
#app .sidebar-container .nest-menu .el-submenu > .el-submenu__title, #app .sidebar-container .el-submenu .el-menu-item {
  min-width: 56px !important;
  background-color: #fff;
}
#app .sidebar-container .nest-menu .el-submenu > .el-submenu__title:hover, #app .sidebar-container .el-submenu .el-menu-item:hover {
  background-color: #E8F1FF !important;
}
#app .hideSidebar .sidebar-container {
  width: 54px !important;
}
#app .hideSidebar .main-container {
  margin-left: 54px;
}
#app .hideSidebar .submenu-title-noDropdown {
  padding: 0 !important;
  position: relative;
}
#app .hideSidebar .submenu-title-noDropdown .el-tooltip {
  padding: 0 !important;
}
#app .hideSidebar .submenu-title-noDropdown .el-tooltip .svg-icon {
  margin-left: 20px;
}
#app .hideSidebar .submenu-title-noDropdown .el-tooltip .sub-el-icon {
  margin-left: 19px;
}
#app .hideSidebar .el-submenu {
  overflow: hidden;
}
#app .hideSidebar .el-submenu > .el-submenu__title {
  padding: 0 !important;
}
#app .hideSidebar .el-submenu > .el-submenu__title .svg-icon {
  margin-left: 20px;
}
#app .hideSidebar .el-submenu > .el-submenu__title .sub-el-icon {
  margin-left: 19px;
}
#app .hideSidebar .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
  display: none;
}
#app .hideSidebar .el-menu--collapse .el-submenu > .el-submenu__title > span {
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  display: inline-block;
}
#app .el-menu--collapse .el-menu .el-submenu {
  min-width: 56px !important;
}
#app .withoutAnimation .main-container,
#app .withoutAnimation .sidebar-container {
  -webkit-transition: none;
  transition: none;
}

.el-menu--vertical > .el-menu .svg-icon {
  margin-right: 16px;
}
.el-menu--vertical > .el-menu .sub-el-icon {
  margin-right: 12px;
  margin-left: -2px;
}
.el-menu--vertical .nest-menu .el-submenu > .el-submenu__title:hover,
.el-menu--vertical .el-menu-item:hover {
  background-color: #E8F1FF !important;
}
.el-menu--vertical > .el-menu--popup {
  max-height: 100vh;
  overflow-y: auto;
}
.el-menu--vertical > .el-menu--popup::-webkit-scrollbar-track-piece {
  background: #d3dce6;
}
.el-menu--vertical > .el-menu--popup::-webkit-scrollbar {
  width: 6px;
}
.el-menu--vertical > .el-menu--popup::-webkit-scrollbar-thumb {
  background: #99a9bf;
  border-radius: 20px;
}

.main-sidebar-container {
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  scrollbar-width: none;
  position: relative;
  z-index: 1;
  width: auto;
  color: #334067;
  -webkit-transition: background-color 0.3s, var(--el-transition-color);
  transition: background-color 0.3s, var(--el-transition-color);
}
.main-sidebar-container::-webkit-scrollbar {
  display: none;
}
.main-sidebar-container .sidebar-logo {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #14181f;
}
.main-sidebar-container .nav {
  width: 56px;
  padding-top: 0px;
  background-color: #14181f;
  z-index: 9999;
  height: 100%;
}
.main-sidebar-container .nav .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: 56px;
  text-align: center;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  margin-bottom: 8px;
  transition: background-color 0.3s, --el-transition-color;
}
.main-sidebar-container .nav .item.active {
  color: #fff;
  height: 56px;
  background-color: rgba(255, 255, 255, 0.2);
}
.main-sidebar-container .nav .item.active .svg-icon {
  fill-opacity: 1;
}
.main-sidebar-container .nav .item:hover {
  color: #fff;
}
.main-sidebar-container .nav .item:hover .svg-icon {
  fill-opacity: 1;
}
.main-sidebar-container .nav .item .el-icon {
  margin: 0 auto;
  font-size: 24px;
}
.main-sidebar-container .nav .item span {
  text-align: center;
  font-size: 14px;
}
.main-sidebar-container .sidebar-container .submenu-title-noDropdown:hover, .main-sidebar-container .sidebar-container .el-submenu__title:hover {
  background-color: #E8F1FF !important;
}
.main-sidebar-container .el-menu-item.is-active {
  background-color: #E8F1FF !important;
  color: #2474FF;
}

.el-menu-item, .el-submenu .el-menu-item, .el-submenu__title {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
}

.submenu-block .el-submenu__title {
  color: #888c94;
}

.nest-menu {
  width: 100%;
}

.nest-menu .el-submenu__title {
  color: #303133;
}

.main-sidebar-enter-active,
.main-sidebar-leave-active {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.sub-menu {
  width: 176px;
}

body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Verdana, PingFangSC-Regular, PingFang SC, -apple-system, BlinkMacSystemFont, Segoe UI, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

label {
  font-weight: 700;
}

html {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#app {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0px;
}

ul li {
  font-style: normal;
  list-style-type: none;
}

div:focus {
  outline: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.app-container {
  height: 100%;
  border-radius: 4px;
  overflow-y: auto;
}

.btn_margin_rt {
  margin-right: 8px;
}

.btn_margin_lt {
  margin-left: 8px;
}

.navTop {
  padding: 10px 16px;
  background: #fff;
}

input:focus {
  outline: none;
}

input {
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 60px #fff inset;
          box-shadow: 0 0 0 60px #fff inset;
}

.glv-el-radiogroup {
  position: relative;
  background-color: #fff;
  width: 100%;
}
.glv-el-radiogroup .el-radio-group .el-radio-button__inner {
  font-size: 12px;
  padding: 0px 16px;
  line-height: 32px;
}
.glv-el-radiogroup .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  background-color: #fff;
  border-color: #146AFF;
  color: #146AFF;
  -webkit-box-shadow: -1px 0 0 0 #146AFF;
  box-shadow: -1px 0 0 0 #146AFF;
}

.el-radio-button__inner:hover {
  color: #146AFF;
}

.pagination-container {
  text-align: right;
}

.product-wrapper {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 190px);
  position: relative;
  margin-left: 190px;
}
.product-wrapper .product-card {
  position: relative;
  margin-top: 20px;
}
.product-wrapper .product-card .body {
  min-height: 50px;
}
.product-wrapper .product-changen-btn {
  position: fixed;
  right: 20px;
  top: 100px;
  width: 150px;
  text-align: center;
}
.product-wrapper .input-remind-left {
  color: #909399;
  font-size: 12px;
}
.product-wrapper .button-text-translate {
  position: absolute;
  left: -61px;
  top: 30px;
}

.catalog-scroller {
  position: fixed;
  left: 56px;
  top: 92px;
  height: calc(100% - 118px);
  background: #fff;
  border-right: 1px solid #DADCE0;
  list-style: none;
  margin-top: 0px;
  padding-top: 24px;
  padding-left: 0px;
  margin-left: 24px;
  padding-right: 24px;
}
.catalog-scroller li {
  width: 144px;
  padding-left: 16px;
  height: 33px;
  margin-bottom: 12px;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  color: #272B33;
  font-size: 12px;
  line-height: 33px;
  cursor: pointer;
}
.catalog-scroller li:hover {
  color: #2474FF;
}
.catalog-scroller li.active {
  color: #2474FF;
  background: #E8F1FF;
}

.cardHead .titleIcon {
  display: inline-block;
  width: 2px;
  height: 8px;
  background: #2474FF;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  margin-right: 6px;
}

.cardHead .text-primary-title {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #272B33;
  line-height: 0px;
  display: inline-block;
  margin-right: 8px;
}

.product-card {
  border: 0px;
}
.product-card .el-card__header {
  border-bottom: 0px;
  padding-top: 8px;
  padding-left: 0px;
  padding-bottom: 0px;
}
.product-card .el-card__body {
  padding-left: 0px;
  padding-top: 12px;
}
.product-card .place {
  font-size: 12px;
  color: #B0B4BC;
}

.selpltName .el-input__inner {
  border: 0px;
  padding-left: 0px;
  font-size: 16px;
  color: #333333;
}

.myDateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.myDateBox .selectTime .el-input__inner {
  border-right: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.el-range-editor.el-input__inner {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.el-date-editor .el-range__icon, .el-date-editor .el-range-separator, .el-date-editor .el-range__close-icon {
  height: 32px;
}

.input-no-border .el-input__inner {
  border: 0px;
}

.app-container.mainContent {
  margin-left: 0px;
  margin-right: 0px;
  background: #F5F7FA;
  overflow: hidden;
  border: none;
  border-radius: 0;
}
.app-container.mainContent .btns {
  padding: 10px 16px 0;
}

.headerSearch {
  padding: 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  background: #fff;
  border-top: 1px solid #EFF0F2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.marTop16 {
  margin-top: 16px;
}

.gaoding-editor-iframe-dialog {
  z-index: 99999 !important;
  background: rgba(0, 0, 0, 0.5) !important;
}

.demo-input-suffix .formLabel {
  font-size: 12px;
  color: #272B33;
  display: inline-block;
  margin-right: 8px;
  line-height: 38px;
}
.demo-input-suffix .formLabel span {
  color: #FF3838;
  vertical-align: middle;
  margin-right: 4px;
}
.demo-input-suffix .classificationName {
  font-size: 12px;
  color: #2474FF;
}
.demo-input-suffix .productAttribute {
  background: #EFF0F2;
  border-radius: 4px;
  padding: 16px 0;
  min-height: 80px;
  width: calc(100% - 116px);
  display: inline-block;
}
.demo-input-suffix .tips {
  color: #F29D49;
  background: rgba(242, 157, 73, 0.1);
  border-radius: 4px;
  width: calc(100% - 116px);
  display: inline-block;
  font-size: 12px;
  padding: 2px 12px;
}
.demo-input-suffix .tips p {
  line-height: 10px;
}
.demo-input-suffix .imgList {
  width: calc(100% - 116px);
  display: inline-block;
}
.demo-input-suffix .el-input-group__append {
  background-color: #F5F7FA;
  color: #272B33;
  font-size: 12px;
}

.product-name-href {
  cursor: pointer;
}

.zuanshi {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.costumeAtrBox .formLabel {
  margin-bottom: 12px;
  font-size: 12px;
}
.costumeAtrBox .boxcontent {
  margin-bottom: 12px;
  overflow: hidden;
}
.costumeAtrBox .borderCheckbox .el-checkbox {
  min-width: 100px;
  margin-bottom: 8px;
}
.costumeAtrBox .borderCheckbox .el-checkbox .color-text {
  width: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.costumeAtrBox .borderCheckbox .labelName {
  cursor: pointer;
}

.fills {
  width: 16px;
  height: 16px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #DADCE0;
  display: inline-block;
  margin-right: 4px;
}

.editBtn {
  color: #2474FF;
  padding-left: 5PX;
}

.cusName {
  color: #606266;
}

.borderBottom {
  padding-bottom: 16px;
}

.addColor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.sizeBox {
  position: relative;
  height: 100%;
  padding: 16px 0;
}
.sizeBox .borderCheckbox {
  position: relative;
}
.sizeBox .checkbox_group {
  margin-top: 10px;
  width: 100%;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 50px;
}

.modalBtn {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 16px 8px 16px;
}

.photo {
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
  cursor: pointer;
}
.photo .group {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
}
.photo .group span {
  height: 25px;
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.el-table__row:hover .copy-title {
  opacity: 1;
  display: block;
}

.text-hide {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-line-clamp: 1;
}

.copy-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: initial;
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.copy-title {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.35);
  line-height: 14px;
  display: none;
  margin: 0;
  font-size: 14px;
  font-style: normal;
}

.export-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 16px;
}
.export-option .left span {
  font-size: 12px;
  margin-left: 15px;
}

.combination-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.combination-dropdown ::v-deep .el-input--suffix .el-input__inner {
  border-radius: 0 4px 4px 0;
}
.combination-dropdown .span-text {
  color: #272B33;
  font-size: 12px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #DCDFE6;
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.container-table {
  padding: 0 16px;
}

.container-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 16px;
}

input[aria-hidden=true] {
  display: none !important;
}

.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.svg-icon[data-v-c8a70580] {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  fill-opacity: 0.6;
}
.svg-external-icon[data-v-c8a70580] {
  background-color: currentColor;
  -webkit-mask-size: cover!important;
          mask-size: cover!important;
  display: inline-block;
}

.app-breadcrumb.el-breadcrumb[data-v-b50ef614] {
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  margin-left: 8px;
}
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-b50ef614] {
  color: #97a8be;
  cursor: text;
}

.hamburger[data-v-4e6f274c] {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.hamburger.is-active[data-v-4e6f274c] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.noMessage[data-v-496b9479] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.closeDrawer[data-v-496b9479] {
  position: absolute;
  z-index: 10000;
  top: 12px;
  right: 12px;
  cursor: pointer;
}
[data-v-496b9479] .el-tabs__header {
  margin: 0;
  padding: 0 20px;
  border-bottom: 1px solid #E4E7ED;
}
[data-v-496b9479] .el-tabs__nav-wrap::after {
  background-color: rgba(255, 255, 255, 0);
}
.el-tab-pane[data-v-496b9479] {
  max-height: calc(100vh - 50px);
  overflow: scroll;
}
.to-center[data-v-496b9479] {
  position: absolute;
  width: 100%;
  background: #fff;
  bottom: 0;
}
.to-center button[data-v-496b9479] {
  border: none;
  color: #2357FF;
}
.today[data-v-496b9479], .yesterday[data-v-496b9479], .beforeYesterday[data-v-496b9479] {
  padding: 0 20px;
}
.today .line-top[data-v-496b9479], .today .line-bottom[data-v-496b9479], .yesterday .line-top[data-v-496b9479], .yesterday .line-bottom[data-v-496b9479], .beforeYesterday .line-top[data-v-496b9479], .beforeYesterday .line-bottom[data-v-496b9479] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ccc;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0 16px;
}
.today .line-top .el-button[data-v-496b9479], .today .line-bottom .el-button[data-v-496b9479], .yesterday .line-top .el-button[data-v-496b9479], .yesterday .line-bottom .el-button[data-v-496b9479], .beforeYesterday .line-top .el-button[data-v-496b9479], .beforeYesterday .line-bottom .el-button[data-v-496b9479] {
  padding: 9px 12px;
  border-color: transparent;
  color: #005BF5;
  background: 0 0;
}
.today .line-top .el-button[data-v-496b9479]:hover, .today .line-bottom .el-button[data-v-496b9479]:hover, .yesterday .line-top .el-button[data-v-496b9479]:hover, .yesterday .line-bottom .el-button[data-v-496b9479]:hover, .beforeYesterday .line-top .el-button[data-v-496b9479]:hover, .beforeYesterday .line-bottom .el-button[data-v-496b9479]:hover {
  color: #005BF5;
  border-color: transparent;
  background-color: rgba(0, 91, 245, 0.06);
}
.today .line-bottom[data-v-496b9479], .yesterday .line-bottom[data-v-496b9479], .beforeYesterday .line-bottom[data-v-496b9479] {
  padding: 0;
}
.today .line-bottom span[data-v-496b9479], .yesterday .line-bottom span[data-v-496b9479], .beforeYesterday .line-bottom span[data-v-496b9479] {
  font-size: 12px;
  color: #AAAAAA;
}
.today .line-bottom p[data-v-496b9479], .yesterday .line-bottom p[data-v-496b9479], .beforeYesterday .line-bottom p[data-v-496b9479] {
  font-size: 12px;
}
.today .message[data-v-496b9479], .yesterday .message[data-v-496b9479], .beforeYesterday .message[data-v-496b9479] {
  padding: 10px 2px;
  height: 100px;
  overflow: hidden;
  -webkit-transition: height linear 0.3s;
  transition: height linear 0.3s;
}
.today .message .message-box[data-v-496b9479], .yesterday .message .message-box[data-v-496b9479], .beforeYesterday .message .message-box[data-v-496b9479] {
  margin-bottom: 10px;
}
.today .message .message-box .time-box:hover i[data-v-496b9479], .yesterday .message .message-box .time-box:hover i[data-v-496b9479], .beforeYesterday .message .message-box .time-box:hover i[data-v-496b9479] {
  display: none;
}
.today .message .message-box .time-box:hover button[data-v-496b9479], .yesterday .message .message-box .time-box:hover button[data-v-496b9479], .beforeYesterday .message .message-box .time-box:hover button[data-v-496b9479] {
  display: block;
}
.today .message .message-box .msg-title[data-v-496b9479], .yesterday .message .message-box .msg-title[data-v-496b9479], .beforeYesterday .message .message-box .msg-title[data-v-496b9479] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 22px;
}
.today .message .message-box .msg-title span[data-v-496b9479], .yesterday .message .message-box .msg-title span[data-v-496b9479], .beforeYesterday .message .message-box .msg-title span[data-v-496b9479] {
  font-size: 12px;
}
.today .message .message-box .msg-title i[data-v-496b9479], .yesterday .message .message-box .msg-title i[data-v-496b9479], .beforeYesterday .message .message-box .msg-title i[data-v-496b9479] {
  font-size: 12px;
  color: #ccc;
  cursor: pointer;
  font-style: normal;
}
.today .message .message-box .msg-title button[data-v-496b9479], .yesterday .message .message-box .msg-title button[data-v-496b9479], .beforeYesterday .message .message-box .msg-title button[data-v-496b9479] {
  display: none;
  padding: 0 4px;
  border: 1px solid #ccc;
  font-size: 12px;
  border-radius: 4px;
  color: #0b1019;
  height: 20px;
  line-height: 18px;
}
.today .message .message-box[data-v-496b9479]  .msg-content, .yesterday .message .message-box[data-v-496b9479]  .msg-content, .beforeYesterday .message .message-box[data-v-496b9479]  .msg-content {
  font-size: 12px;
  width: 100%;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  margin: 10px 0;
}
.today .message .message-box[data-v-496b9479]  .msg-content:hover p, .yesterday .message .message-box[data-v-496b9479]  .msg-content:hover p, .beforeYesterday .message .message-box[data-v-496b9479]  .msg-content:hover p {
  color: #005BFF;
}
.today .message .message-box[data-v-496b9479]  .msg-content P, .yesterday .message .message-box[data-v-496b9479]  .msg-content P, .beforeYesterday .message .message-box[data-v-496b9479]  .msg-content P {
  margin: 0 !important;
  line-height: 20px !important;
  padding: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  cursor: pointer !important;
}
.today .message .el-tag[data-v-496b9479], .yesterday .message .el-tag[data-v-496b9479], .beforeYesterday .message .el-tag[data-v-496b9479] {
  height: 20px;
  line-height: 18px;
  margin-bottom: 10px;
  padding: 1px 4px;
  color: #55585f;
  font-size: 12px;
  border-radius: 2px;
  background-color: rgba(0, 91, 245, 0.1);
}
.message-default[data-v-496b9479] {
  border-radius: 5px 0 0 5px;
  width: 0;
  height: 100%;
  position: fixed;
  top: 0;
  right: 25%;
  background: #fff;
  -webkit-transition: width linear 0.5s;
  transition: width linear 0.5s;
}
.detail-active[data-v-496b9479] {
  width: 60%;
  padding: 0 20px;
}
.detail-active .message-detail h5[data-v-496b9479] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail-active .message-detail h5 span[data-v-496b9479] {
  cursor: pointer;
}
.detail-active .message-detail h2[data-v-496b9479] {
  color: #555555;
  text-align: center;
  font-size: 18px;
}
.detail-active .message-detail p[data-v-496b9479] {
  font-size: 12px;
  text-align: center;
}
.detail-active .message-detail[data-v-496b9479]  div p {
  color: #555555;
  font-size: 12px;
  line-height: 18px;
  width: 100%;
  overflow-x: scroll;
}
[data-v-496b9479] .el-drawer__body {
  border-left: 1px solid #ccc;
}
.scroll-container[data-v-be6b7bae] {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.scroll-container[data-v-be6b7bae]  .el-scrollbar__bar {
  bottom: 0px;
}
.scroll-container[data-v-be6b7bae]  .el-scrollbar__wrap {
  height: 42px;
}
.tags-view-container[data-v-fac8ca64] {
  width: 100%;
  background: #252c38;
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: 14px;
}
.tags-view-container .local-refresh[data-v-fac8ca64] {
  padding: 8px 10px;
  cursor: pointer;
  color: #FFFFFF;
}
.tags-view-container .tags-view-wrapper[data-v-fac8ca64] {
  overflow: hidden;
}
.tags-view-container .tags-view-wrapper .tags-view-item[data-v-fac8ca64] {
  display: inline-block;
  position: relative;
  cursor: pointer;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  margin-right: 4px;
  border-radius: 6px 6px 0 0;
}
.tags-view-container .tags-view-wrapper .tags-view-item .affix[data-v-fac8ca64] {
  padding: 0 25px 0 12px;
  display: inline-block;
  min-width: 80px;
  padding: 0px;
  text-align: center;
}
.tags-view-container .tags-view-wrapper .tags-view-item .tagsitem[data-v-fac8ca64] {
  padding: 0 25px 0 12px;
  text-align: center;
  display: inline-block;
  min-width: 90px;
}
.tags-view-container .tags-view-wrapper .tags-view-item[data-v-fac8ca64]:hover {
  color: #fff;
}
.tags-view-container .tags-view-wrapper .tags-view-item:hover .hover-close[data-v-fac8ca64] {
  opacity: 1;
  color: #888c94;
}
.tags-view-container .tags-view-wrapper .tags-view-item.active[data-v-fac8ca64] {
  color: #0b1019;
  background: #fff;
}
.tags-view-container .tags-view-wrapper .tags-view-item.active[data-v-fac8ca64]::before {
  content: "";
  background: #fff;
  display: inline-block;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  position: relative;
  margin-right: 2px;
}
.tags-view-container .contextmenu[data-v-fac8ca64] {
  margin: 0;
  background: #fff;
  z-index: 3000;
  position: absolute;
  list-style-type: none;
  padding: 5px 0;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.tags-view-container .contextmenu li[data-v-fac8ca64] {
  margin: 0;
  padding: 7px 16px;
  cursor: pointer;
}
.tags-view-container .contextmenu li[data-v-fac8ca64]:hover {
  background: #eee;
}
.rightLine[data-v-fac8ca64] {
  position: absolute;
  color: rgba(255, 255, 255, 0.16);
  right: -10px;
  top: -2px;
  height: 17px;
}
.dropDown[data-v-fac8ca64] {
  line-height: 24px;
  cursor: pointer;
  position: relative;
  right: 0px;
}
.dropDown .el-dropdown-link[data-v-fac8ca64] {
  color: #fff;
}
.dropMenu .active[data-v-fac8ca64] {
  color: #2474FF;
}
.tags-view-wrapper .tags-view-item .el-icon-close[data-v-fac8ca64] {
  width: 14px;
  height: 14px;
  vertical-align: 3px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  position: absolute;
  top: 7px;
  right: 8px;
  border: none;
  background: none;
  padding: 0;
  opacity: 0;
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
}
.tags-view-wrapper .tags-view-item .el-icon-close[data-v-fac8ca64]:before {
  font-size: 14px;
  vertical-align: -3px;
}
.tags-view-wrapper .tags-view-item .el-icon-close[data-v-fac8ca64]:hover {
  background-color: #f0f2f5;
  color: #888c94;
}
.tags-view-wrapper .tags-view-item .el-icon-close-active[data-v-fac8ca64] {
  opacity: 1;
  color: #888c94;
}
.useInfo[data-v-d16d6306] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  height: 38px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar[data-v-d16d6306] {
  height: 38px;
  position: relative;
  background: #252c38;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(39, 43, 51, 0.1);
          box-shadow: 0px 0px 8px 1px rgba(39, 43, 51, 0.1);
}
.navbar .hamburger-container[data-v-d16d6306] {
  line-height: 46px;
  height: 100%;
  float: left;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-tap-highlight-color: transparent;
}
.navbar .hamburger-container[data-v-d16d6306]:hover {
  background: rgba(0, 0, 0, 0.025);
}
.navbar .usename[data-v-d16d6306] {
  display: inline-block;
  max-width: 115px;
  text-align: right;
  text-overflow: ellipsis;
  word-wrap: normal;
  word-spacing: normal;
  overflow: hidden;
  word-break: keep-all;
  padding-right: 5px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}
.navbar .usename[data-v-d16d6306]:hover {
  color: #fff;
}
.navbar .breadcrumb-container[data-v-d16d6306] {
  float: left;
}
.navbar .right-menu[data-v-d16d6306] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  line-height: 38px;
}
.navbar .right-menu[data-v-d16d6306]:focus {
  outline: none;
}
.navbar .right-menu .right-menu-item[data-v-d16d6306] {
  display: inline-block;
  padding: 0 8px;
  height: 100%;
  font-size: 18px;
  color: #5a5e66;
  vertical-align: text-bottom;
}
.navbar .right-menu .right-menu-item.hover-effect[data-v-d16d6306] {
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.navbar .right-menu .right-menu-item.hover-effect[data-v-d16d6306]:hover {
  background: rgba(0, 0, 0, 0.025);
}
.navbar .right-menu .down-plugin[data-v-d16d6306] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 12px;
}
.navbar .right-menu .down-plugin a[data-v-d16d6306] {
  color: rgba(255, 255, 255, 0.8);
  width: 48px;
  font-size: 12px;
}
.navbar .right-menu .down-plugin a[data-v-d16d6306]:hover {
  color: #fff;
}
.navbar .right-menu .avatar-container[data-v-d16d6306] {
  padding: 0 16px;
  position: relative;
}
.navbar .right-menu .avatar-container .avatar-wrapper[data-v-d16d6306] {
  position: relative;
}
.navbar .right-menu .avatar-container .avatar-wrapper .user-avatar[data-v-d16d6306] {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 10px;
}
.switch-btn[data-v-d16d6306] {
  cursor: pointer;
  display: inline-block;
}
.icon-down[data-v-d16d6306] {
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  font-size: 12px;
  line-height: 38px;
}
.icon-down[data-v-d16d6306]:hover {
  color: #fff;
}
.user-dropdown[data-v-d16d6306] {
  position: absolute;
  width: 120px;
  z-index: 200;
  top: 39px;
  right: -20px;
  background-color: #fff;
  text-align: center;
  padding-top: 6px;
  line-height: 25px;
  padding-bottom: 6px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(39, 43, 51, 0.1);
  box-shadow: 0px 0px 8px 1px rgba(39, 43, 51, 0.1);
}
.dropdown[data-v-d16d6306] {
  font-size: 12px;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  cursor: pointer;
  display: inline-block;
}
.dropdown[data-v-d16d6306]:hover {
  background-color: #F5F7FA;
  color: #545960;
}
.companyName[data-v-d16d6306] {
  max-width: 245px;
  position: relative;
  padding-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.companyName .tooltip[data-v-d16d6306] {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  height: 38px;
  display: inline-block;
  cursor: pointer;
}
.companyName .comSort[data-v-d16d6306] {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 16px;
  font-size: 12px;
}
.companyName .rightLine[data-v-d16d6306] {
  position: absolute;
  color: rgba(255, 255, 255, 0.8);
  left: 0px;
  top: -2px;
  height: 18px;
}
.sparePhoneCodeTipStyle[data-v-d16d6306] {
  margin-left: 80px;
  font-size: 10px;
  color: #FF3838;
  line-height: 0;
}
.allowClick[data-v-d16d6306]:hover {
  color: #fff;
}
.deleteImg[data-v-d16d6306] {
  width: 80px;
  height: 80px;
  position: absolute;
  background: rgba(39, 43, 51, 0.6);
  border-radius: 4px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.imgSize[data-v-d16d6306] {
  font-size: 12px;
  color: #B0B4BC;
  line-height: 22px;
  margin-left: 77px;
  margin-top: -20px;
  margin-bottom: 20px;
}
.useIcon {
  width: 20px !important;
  height: 20px !important;
  margin-right: 6px;
}
.avatarImg img {
  width: 20px;
  height: auto;
  margin: auto;
  display: inline-block;
}
.sidebarLogoFade-enter-active[data-v-6494804b] {
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
.sidebarLogoFade-enter[data-v-6494804b],
.sidebarLogoFade-leave-to[data-v-6494804b] {
  opacity: 0;
}
.sidebarspan[data-v-6494804b] {
  display: inline-block;
  height: 56px;
}
.sidebar-logo-container[data-v-6494804b] {
  position: relative;
  width: 100%;
  margin-bottom: 8px;
  text-align: center;
  overflow: hidden;
}
.sidebar-logo-container .sidebar-logo-link[data-v-6494804b] {
  width: 100%;
}
.sidebar-logo-container .sidebar-logo-link .sidebar-logo[data-v-6494804b] {
  width: 56px;
  vertical-align: middle;
}
.sidebar-logo-container .sidebar-logo-link .sidebar-title[data-v-6494804b] {
  display: inline-block;
  margin: 0;
  color: #fff;
  font-weight: 600;
  line-height: 50px;
  font-size: 14px;
  font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
  vertical-align: middle;
}
.sidebar-logo-container.collapse .sidebar-logo[data-v-6494804b] {
  margin-right: 0px;
}

.sub-el-icon[data-v-31ea41b3] {
  color: currentColor;
  width: 1em;
  height: 1em;
}


.side_Flex[data-v-33ec43fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.side_menu[data-v-33ec43fc] {
  background-color: #fff;
  position: relative;
}
.menuTitle[data-v-33ec43fc] {
  font-size: 14px;
  padding-top: 16px;
}
.menuTitle .selpltName[data-v-33ec43fc] {
  color: #333333;
  padding-left: 20px;
}
.line[data-v-33ec43fc] {
  height: 10px;
  width: 100%;
  margin-bottom: 12px;
  background: #252c38;
}
.line .radious[data-v-33ec43fc] {
  display: inline-block;
  width: 100%;
  height: 10px;
  background-color: #fff;
  border-top-left-radius: 4px;
}
.sidebarLogoFade-enter-active[data-v-33ec43fc] {
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
.sidebarLogoFade-enter[data-v-33ec43fc],
.sidebarLogoFade-leave-to[data-v-33ec43fc] {
  opacity: 0;
}
.icon-down[data-v-33ec43fc] {
  display: inline-block;
  margin-left: 20px;
}
.itemLi[data-v-33ec43fc] {
  position: absolute;
  width: 100%;
  z-index: 200;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0.28s;
  transition: 0.28s;
  margin-top: 16px;
}
.itemLi ul[data-v-33ec43fc] {
  padding-left: 0px;
}
.itemLi ul li[data-v-33ec43fc] {
  padding-left: 20px;
  font-size: 12px;
  list-style: none;
  line-height: 40px;
  cursor: pointer;
}
.itemLi ul li[data-v-33ec43fc]:hover {
  cursor: pointer;
  background-color: #E8F1FF !important;
}
.hover_menu[data-v-33ec43fc] {
  position: absolute;
  left: 50px;
  top: 0px;
}
.popup[data-v-33ec43fc] {
  min-width: 176px !important;
  max-width: 510px;
  min-height: 102px;
  max-height: 100%;
  background: #fff;
  -webkit-box-shadow: 1px 2px 20px rgba(0, 4, 48, 0.15);
          box-shadow: 1px 2px 20px rgba(0, 4, 48, 0.15);
  border-radius: 0px;
}
[data-v-33ec43fc] .el-drawer__open .el-drawer.ltr {
  width: auto !important;
}
[data-v-33ec43fc] .menus {
  line-height: 17px;
  color: #0b1019;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-sizing: border-box;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  box-sizing: border-box;
  padding-top: 0px;
  position: relative;
}
.sidedrawer .el-drawer {
  width: auto !important;
  z-index: 2500;
  left: 56px;
  top: 0px;
  height: 100%;
  min-height: 500px;
  background: #fff;
  /* z-index: 9999; */
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  color: #0b1019;
  letter-spacing: 0;
  font-size: 12px;
}
.sidedrawer .el-drawer .el-drawer__body {
  width: auto;
  height: 100%;
}
.submenu-block {
  padding-top: 16px;
  width: 180px;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}

.app-main[data-v-078753dd] {
  /*50 = navbar  */
  position: relative;
  overflow: hidden;
  height: calc(100vh - 54px);
  width: 100%;
}
.fixed-header + .app-main[data-v-078753dd] {
  padding-top: 50px;
}

.el-popup-parent--hidden .fixed-header {
  padding-right: 15px;
}
.vip-expired-content[data-v-60c24278] {
  height: 250px;
}
.vip-expired-content .vip-expired-text[data-v-60c24278] {
  line-height: 25px;
  text-indent: 32px;
}
.dialog-footer[data-v-60c24278] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dialog-footer .el-checkbox[data-v-60c24278] {
  margin-right: 10px;
}
.transition-box[data-v-60c24278] {
  margin-bottom: 10px;
  border-radius: 4px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.transition-box img[data-v-60c24278] {
  width: 200px;
  height: 200px;
}
.dialog-footer[data-v-aa960f52] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dialog-footer .el-checkbox[data-v-aa960f52] {
  margin-right: 10px;
}
.dialog-content .h-init .vip-expired-text[data-v-aa960f52] {
  font-size: 16px;
  line-height: 25px;
  text-indent: 32px;
}
[data-v-aa960f52] .el-switch__label--left {
  color: red !important;
}
[data-v-13877386]:export {
  menuText: #bfcbd9;
  menuActiveText: #2474FF;
  subMenuActiveText: #2474FF;
  menuBg: #14181f;
  menuHover: #E8F1FF;
  subMenuBg: #1f2d3d;
  subMenuHover: #E8F1FF;
  sideBarWidth: 56px;
  subsideBarWidth: 176px;
}
.app-wrapper[data-v-13877386] {
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
}
.app-wrapper[data-v-13877386]:after {
  content: "";
  display: table;
  clear: both;
}
.app-wrapper.mobile.openSidebar[data-v-13877386] {
  position: fixed;
  top: 0;
}
.drawer-bg[data-v-13877386] {
  background: #000;
  opacity: 0.3;
  width: 100%;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 999;
}
.fixed-header[data-v-13877386] {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  width: calc(100% - 56px);
  -webkit-transition: width 0.28s;
  transition: width 0.28s;
}
.hideSidebar .fixed-header[data-v-13877386] {
  width: calc(100% - 56px);
}
.mobile .fixed-header[data-v-13877386] {
  width: 100%;
}
.collapseBtn[data-v-13877386] {
  font-size: 14px;
  background-color: #fff;
  position: absolute;
  border-radius: 0px 12px 12px 0px;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(39, 43, 51, 0.1);
          box-shadow: 0px 0px 4px 1px rgba(39, 43, 51, 0.1);
  width: 12px;
  text-align: center;
  height: 64px;
  line-height: 64px;
  cursor: pointer;
  left: 0px;
  top: 50%;
  z-index: 100;
}

.orange[data-v-ebc6b3a8] {
  color: #F29D49;
}
.color_blue[data-v-ebc6b3a8] {
  color: #409eff;
}
.claim-box[data-v-ebc6b3a8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.claim-right[data-v-ebc6b3a8] {
  width: 160px;
  border-left: 1px solid #ccc;
  padding-left: 10px;
  height: 100%;
  overflow-y: auto;
  max-height: 460px;
}
.claimTemplate .platform-item-head[data-v-ebc6b3a8] {
  height: 30px;
  text-align: center;
}
.platform-item-head .el-radio__label[data-v-ebc6b3a8] {
  font-size: 12px;
}
.platform-item-head .el-checkbox__label[data-v-ebc6b3a8] {
  font-size: 12px;
}
.claimDhgate .el-checkbox-group[data-v-ebc6b3a8] {
  display: inline-block;
}
.claimTemplate .el-collapse-item__arrow[data-v-ebc6b3a8] {
  display: none;
}
.claimTemplate .el-collapse[data-v-ebc6b3a8] {
  border: 0px;
}
.claimTemplate .el-collapse-item__wrap[data-v-ebc6b3a8] {
  border: 0px;
}
.claimTemplate .el-collapse-item__header[data-v-ebc6b3a8] {
  line-height: 30px;
  height: 30px;
  background-color: #f2f2f2;
}
.claimDHgate_top[data-v-ebc6b3a8] {
  font-size: 12px;
  height: 30px;
}
.el-input--small .el-input__icon[data-v-ebc6b3a8] {
  line-height: 24px;
}
.claimDHgate_state[data-v-ebc6b3a8] {
  padding: 20px;
}
.claimDHgate_center[data-v-ebc6b3a8] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 460px;
  overflow: auto;
}
.el-checkbox.is-bordered + .el-checkbox.is-bordered[data-v-ebc6b3a8] {
  margin-left: 0;
}
.claimDHgate_center .el-checkbox[data-v-ebc6b3a8] {
  margin-right: 10px;
  margin-bottom: 10px;
}
.lableName[data-v-ebc6b3a8] {
  display: inline-block;
  width: 4px;
  height: 12px;
  background: #007eeb;
  margin-right: 8px;
}
.labelTitle[data-v-ebc6b3a8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
}
.claimBox[data-v-ebc6b3a8] {
  /*margin-bottom: 40px;*/
}
.itemFlex[data-v-ebc6b3a8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ftData[data-v-ebc6b3a8] {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}

.localUpload {
  height: 380px;
}
.localUpload .el-upload {
  width: 100%;
}
.localUpload .el-upload .el-upload-dragger {
  width: 100%;
}
.localUpload .el-upload-list {
  display: inline-block;
  height: 200px;
  overflow: auto;
}
.localUpload .el-upload-list li .el-icon-close-tip {
  display: none !important;
}
.localUpload .el-upload-list--picture .el-upload-list__item {
  width: 428px;
  display: inline-block;
  margin-right: 10px;
}
.el-upload-list--picture .el-progress {
  position: relative;
  bottom: 0;
}
.pagination-container[data-v-49335b13] {
  padding-top: 20px;
}
.fontStyle[data-v-49335b13] {
  font-size: 12px;
  color: #545960;
  line-height: 30px;
}
.uploadImgList[data-v-49335b13] {
  height: 320px;
  overflow: auto;
}
.uploadImgList .uploadImg[data-v-49335b13] {
  width: 120px;
  height: 150px;
  margin: 10px 8px 0 0;
  float: left;
}
.uploadImgList .uploadImg img[data-v-49335b13] {
  width: 120px;
  height: 120px;
}
.uploadImgList .uploadImg p[data-v-49335b13] {
  font-size: 12px;
  color: #545960;
  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.img-list[data-v-49335b13] {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 340px;
  overflow: auto;
}
.img-list .img[data-v-49335b13] {
  float: left;
  width: 119px;
  height: 160px;
  margin-right: 8px;
  margin-bottom: 16px;
  list-style: none;
}
.img-list .img .img-wrap[data-v-49335b13] {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 120px;
  width: 120px;
  border-radius: 3px;
  background: #ebeced;
  position: relative;
}
.img-list .img .img-wrap .imgSize[data-v-49335b13] {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  color: #fff;
  bottom: 0;
  height: 20px;
  line-height: 20px;
  border-radius: 0px 0px 3px 3px;
  padding-left: 4px;
}
.img-list .img .img-wrap .row-img-wrap[data-v-49335b13] {
  width: 120px;
  height: 120px;
}
.img-list .img .img-wrap img[data-v-49335b13] {
  max-width: 100%;
  max-height: 100%;
  width: 120px;
  height: 120px;
  list-style: none;
}
.img-list .img .img-active[data-v-49335b13] {
  border: 1px solid #007eeb;
}
.img-list .img .img-info[data-v-49335b13] {
  height: 18px;
  margin-top: 8px;
  line-height: 18px;
  color: #707579;
}
.img-list .img .img-info p[data-v-49335b13] {
  font-size: 12px;
  color: #545960;
  line-height: 8px;
}
.flex-row[data-v-49335b13] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-row .label[data-v-49335b13] {
  height: 24px;
  margin-right: 8px;
  line-height: 24px;
  color: #707579;
  font-size: 12px;
}
.flex-row .local-upload[data-v-49335b13] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.flex-row .local-upload .local-upload-content[data-v-49335b13] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #707579;
  font-size: 12px;
}
.flex-row .local-upload .local-upload-content .add-icon[data-v-49335b13] {
  font-size: 26px;
  line-height: 1;
}
.flex-row .local-upload .upload-tip[data-v-49335b13] {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.26);
  line-height: 18px;
}
.flex-row .select-count[data-v-49335b13] {
  margin-left: 6px;
  line-height: 18px;
  color: #707579;
  font-size: 12px;
}
.flex-row .select-count .count[data-v-49335b13] {
  color: #007eeb;
}
.local-img-list[data-v-49335b13] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.local-img-list-item[data-v-49335b13] {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 3px;
  border: 1px solid #ebeef5;
  margin-right: 8px;
  margin-bottom: 16px;
}
.local-img-list-item img[data-v-49335b13] {
  border: 1px solid #ebeef5;
  max-width: 120px;
  max-height: 120px;
  border-radius: 3px;
  list-style: none;
}
.photo-delete[data-v-49335b13] {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.photo-delete[data-v-49335b13]:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
.photo-delete-btn[data-v-49335b13] {
  padding: 12px;
  width: 100px;
  height: 24px;
  border: 1px solid #c5c9cf;
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
  line-height: 0;
}
.photo-delete-btn[data-v-49335b13]:hover {
  color: #007eeb;
}
.local-upload .el-upload .el-upload-dragger[data-v-49335b13] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 4px;
  background: #f5f6f7;
}
.el-upload-list[data-v-49335b13] {
  display: none;
}
.spaceCheckBox[data-v-49335b13] {
  position: absolute;
  top: 2px;
  right: 2px;
}
.imgItem[data-v-cf3f47f2] {
  position: relative;
  max-height: 350px;
  overflow-y: auto;
  margin-bottom: 18px;
}
.normal-img .el-card__body[data-v-cf3f47f2] {
  height: 160px;
}
.big-img .el-card__body[data-v-cf3f47f2] {
  height: 200px;
}
.addplus[data-v-cf3f47f2] {
  font-size: 20px;
  color: #B0B4BC;
  cursor: pointer;
}
.product-photo[data-v-cf3f47f2] {
  width: 120px;
  margin-right: 12px;
}
.product-photo-card[data-v-cf3f47f2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.group[data-v-cf3f47f2] {
  padding: 5px 0px;
}
.group .size[data-v-cf3f47f2] {
  white-space: nowrap;
  overflow: hidden;
  color: #7a7a7a;
  font-size: 12px;
  line-height: 24px;
  height: 24px;
}
img[data-v-cf3f47f2] {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ImgMain[data-v-cf3f47f2] {
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 10px;
  left: 0px;
  z-index: 1;
  width: 36px;
  line-height: 22px;
  background-color: #E8F1FF;
  color: #2474FF;
  border-radius: 4px 0px 4px 0px;
  font-size: 12px;
}
.cover[data-v-cf3f47f2] {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.cover .el-button[data-v-cf3f47f2] {
  margin-top: 8px;
  height: 24px;
  width: 100px;
  line-height: 0;
}
.cover .el-button + .el-button[data-v-cf3f47f2] {
  margin-left: 0px;
}
.cover[data-v-cf3f47f2]:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 160px;
  height: 200px;
  opacity: 1;
}
.add-normal-img[data-v-cf3f47f2] {
  display: block;
  width: 160px;
  height: 160px;
  background: #f7f8fa;
  border: 1px dashed #c9cdd4;
  border-radius: 4px;
  margin-left: 16px;
}
.add-normal-img .add-photo-text[data-v-cf3f47f2] {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  color: #707579;
  line-height: 18px;
  white-space: pre-wrap;
}
.add-normal-img .add-photo-desc[data-v-cf3f47f2] {
  margin-top: 25px;
  font-size: 12px;
  text-align: center;
  color: #c7c9ca;
  line-height: 18px;
  white-space: pre-wrap;
}
.add-normal-img .icon[data-v-cf3f47f2] {
  font-size: 24px;
  margin-top: 14px;
}
.add-big-img[data-v-cf3f47f2] {
  display: block;
  width: 160px;
  height: 200px;
  background: #f7f8fa;
  border: 1px dashed #c9cdd4;
  border-radius: 4px;
  margin-left: 16px;
}
.add-big-img .add-photo-text[data-v-cf3f47f2] {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  color: #707579;
  line-height: 18px;
  white-space: pre-wrap;
}
.add-big-img .add-photo-desc[data-v-cf3f47f2] {
  margin-top: 36px;
  font-size: 12px;
  text-align: center;
  color: #c7c9ca;
  line-height: 18px;
  white-space: pre-wrap;
}
.add-big-img .icon[data-v-cf3f47f2] {
  font-size: 24px;
  margin-top: 48px;
}
.photo-table[data-v-cf3f47f2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.shopeeProduct.product-photo-card .el-col:first-child .el-card[data-v-cf3f47f2]:before {
  border-style: none;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 3;
}
.shopeeProduct.product-photo-card .el-col:first-child .el-card[data-v-cf3f47f2]::after {
  content: "";
  color: white;
  font-size: 13px;
  left: -2px;
  line-height: 20px;
  position: absolute;
  top: 4px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  z-index: 4;
}
.left300[data-v-cf3f47f2] {
  width: 300px;
  height: 300px;
}
.imgContain[data-v-cf3f47f2] {
  width: 120px;
  margin-right: 12px;
  display: inline-block;
}
.pic-oper[data-v-cf3f47f2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  cursor: pointer;
}
.pic-oper .meituxiuxiu[data-v-cf3f47f2] {
  color: #2474FF;
}
.pic-oper .photo-delete[data-v-cf3f47f2] {
  color: #F95C4A;
}
.photo[data-v-cf3f47f2] {
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
  cursor: pointer;
}
.photo .group[data-v-cf3f47f2] {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
}
.photo .group span[data-v-cf3f47f2] {
  height: 25px;
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.labelPic[data-v-cf3f47f2] {
  font-size: 12px;
  width: 40px;
  padding: 4px 8px;
  color: #fff;
  border-radius: 0px 0px 4px 0px;
  position: absolute;
  top: -12px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mainPic[data-v-cf3f47f2] {
  background: #ff7d00;
}
.invalidPic[data-v-cf3f47f2] {
  background: rgba(0, 0, 0, 0.4);
}
.updateUpload[data-v-cf3f47f2] {
  width: 120px;
  height: 120px;
  background: #F5F7FA;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #DADCE0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  font-weight: 300;
  margin-top: 16px;
}
.imgBtn[data-v-cf3f47f2] {
  margin-bottom: 10px;
}
.crawl img[data-v-cf3f47f2] {
  width: 100%;
  height: 100%;
}
.picture-card[data-v-400a9ea6] {
  width: 48px;
  height: 48px;
  border: 1px solid #DADCE0;
  border-radius: 4px;
  margin-right: 8px;
  overflow: hidden;
}
.picture-card .add-plus[data-v-400a9ea6] {
  line-height: 45px;
  cursor: pointer;
}
.isError[data-v-400a9ea6] {
  border: 1px solid red;
}
.el-dropdown-link[data-v-400a9ea6] {
  color: #545960;
  font-size: 18px;
  padding-left: 0px;
  padding-right: 0px;
  cursor: pointer;
}
.upLoad[data-v-400a9ea6] {
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.upLoad img[data-v-400a9ea6] {
  height: 100%;
  width: 100%;
}
.el-upload-list__item-actions[data-v-400a9ea6] {
  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);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.el-upload-list__item-actions .el-upload-list__item-delete[data-v-400a9ea6] {
  display: none;
  cursor: pointer;
}
.el-upload-list__item-actions[data-v-400a9ea6]:hover {
  opacity: 1;
}
.el-upload-list__item-actions:hover .el-upload-list__item-delete[data-v-400a9ea6] {
  display: block;
  z-index: 1;
}
.el-upload-list__item-actions .delIcon[data-v-400a9ea6] {
  color: #fff;
}
.el-upload-list__item-actions .el-upload-list__item-delete[data-v-400a9ea6] {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tinymce-container .ql-container {
  height: 180px;
}

.tinymce-container[data-v-0177f75c] {
  position: relative;
}
.tinymce-container[data-v-0177f75c] .mce-fullscreen {
  z-index: 10000;
}
/*.tinymce-textarea {*/
/*  visibility: hidden;*/
/*  z-index: -1;*/
/*}*/
/*.editor-custom-btn-container {*/
/*  position: absolute;*/
/*  right: 4px;*/
/*  top: 46px;*/
/*  !*z-index: 2005;*!*/
/*}*/
/*.fullscreen .editor-custom-btn-container {*/
/*  z-index: 10000;*/
/*  position: fixed;*/
/*}*/
/*.editor-upload-btn {*/
/*  display: inline-block;*/
/*}*/


.dialog-box[data-v-6b5dcbfb] {
  height: 100%;
}
.bg-gray .dialog-box[data-v-6b5dcbfb] {
  max-height: 550px;
  overflow: auto;
}
.el-dialog-fullscreen[data-v-6b5dcbfb] {
  width: 100%;
  height: auto;
  margin: 0 !important;
}
.el-dialog-fullscreen .el-dialog__body .app-container[data-v-6b5dcbfb] {
  overflow-y: auto;
}
.dialogEdit .el-dialog__header .el-dialog__headerbtn {
  right: 75px;
}
.imgGatherDialog .el-dialog__header .el-dialog__headerbtn {
  right: 25px;
}
.photo[data-v-1db56b4a] {
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
  cursor: pointer;
}
.photo .group[data-v-1db56b4a] {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
}
.photo .group span[data-v-1db56b4a] {
  height: 25px;
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.imgItem[data-v-1db56b4a] {
  position: relative;
  display: block;
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
}
.ImgMain[data-v-1db56b4a] {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: 1;
  width: 36px;
  line-height: 22px;
  text-align: center;
  background-color: #E8F1FF;
  color: #2474FF;
  border-radius: 4px;
  font-size: 12px;
}
.imgContain[data-v-1db56b4a] {
  display: inline-block;
  margin-bottom: 18px;
  width: 120px;
  height: 120px;
  margin-right: 11px;
}
.pic-oper[data-v-1db56b4a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  cursor: pointer;
}
.pic-oper .meituxiuxiu[data-v-1db56b4a] {
  color: #2474FF;
}
.pic-oper .photo-delete[data-v-1db56b4a] {
  color: #F95C4A;
}
.bianti-child-header[data-v-1db56b4a] {
  font-size: 14px;
  color: #a2a2a2;
  font-weight: 700;
  padding-top: 10px;
}
.bianti-group-size-simple[data-v-1db56b4a] {
  min-height: 50px;
}
.bianti-group-size-table[data-v-1db56b4a] {
  padding-left: 100px;
}
.product-changen-btn[data-v-1db56b4a] {
  position: fixed;
  right: 20px;
  top: 100px;
  width: 150px;
  text-align: center;
}
.input-remind[data-v-1db56b4a] {
  color: #909399;
  font-size: 12px;
}
.product-card[data-v-1db56b4a] {
  margin-top: 20px;
}
.set-dialog .el-dialog__body[data-v-1db56b4a] {
  height: 350px;
  overflow-y: auto;
}
.set-dialog .el-dialog__footer[data-v-1db56b4a] {
  margin-top: 10px;
}
.update-dialog[data-v-1db56b4a] {
  width: 100%;
  height: 100vh;
  margin: 0px !important;
}
.update-dialog > .el-dialog__body[data-v-1db56b4a] {
  padding: 0;
}
.update-dialog > .el-dialog__body .app-container[data-v-1db56b4a] {
  padding: 0px !important;
  overflow-y: auto;
}
.update-dialog .el-dialog__footer[data-v-1db56b4a] {
  text-align: center;
  padding: 7px 10px 7px;
}
.disable .el-input__inner[data-v-1db56b4a] {
  border-radius: 3px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  padding: 0 4px;
  border-color: #d6d8d9;
  color: #C0C4CC;
}
.tips[data-v-1db56b4a] {
  padding: 12px 16px;
  border-radius: 4px;
  background: #f0f5fa;
  line-height: 18px;
  font-size: 12px;
  color: #007EEB;
  margin-bottom: 10px;
}
.formLabe[data-v-1db56b4a] {
  text-align: center;
  width: 36px;
  line-height: 22px;
  background-color: #E8F1FF;
  color: #2474FF;
  border-radius: 4px;
  font-size: 12px;
}
.create-container[data-v-f8ba3526] {
  min-width: 1024px;
}
.gather-url-text[data-v-f8ba3526] {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  padding: 10px;
  color: #333;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-family: inherit;
  word-break: break-all;
  border: 1px solid #e0e0e0;
  outline: none;
  resize: none;
}
.el-card__body[data-v-f8ba3526] {
  padding: 24px 32px;
}
.hint[data-v-f8ba3526] {
  width: 100%;
  height: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hint-warn[data-v-f8ba3526] {
  width: 228px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hint-warn-msg[data-v-f8ba3526] {
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  line-height: 18px;
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hint-warn-msg span[data-v-f8ba3526] {
  color: #171f25;
}
.hint-warn-msg a[data-v-f8ba3526] {
  color: #007eeb;
}
.hint-warn-icon[data-v-f8ba3526] {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #007eeb;
}
.hint-warn-icon i[data-v-f8ba3526] {
  font-size: 44px;
}
.install-dialog .el-dialog__body[data-v-f8ba3526] {
  height: 420px !important;
  overflow-y: auto;
}
.create-dialog[data-v-f8ba3526] {
  width: 100%;
  height: 100vh;
  margin: 0px !important;
}
.create-dialog .el-dialog__body .app-container[data-v-f8ba3526] {
  overflow-y: auto;
}
.create-dialog .el-dialog__footer[data-v-f8ba3526] {
  text-align: center;
  padding: 7px 10px 7px;
  background: #fff;
}
.hint-text[data-v-f8ba3526] {
  display: block;
  width: 100%;
  height: 32px;
  margin-bottom: 12px;
  padding: 0 5px;
  background: #ebf3f9;
  border: 1px solid #e0e9ef;
  border-radius: 3px;
  line-height: 32px;
  font-size: 12px;
  color: #707579;
}
.gather-pending[data-v-f8ba3526] {
  z-index: 999999 !important;
}
.table-content[data-v-3363c4d1] {
  margin-left: 16px;
  margin-right: 16px;
  min-width: 1024px;
}
.app-breadcrumb.el-breadcrumb[data-v-3363c4d1] {
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  margin-left: 8px;
}
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-3363c4d1] {
  color: #97a8be;
  cursor: text;
}
.pagination-container[data-v-3363c4d1] {
  padding: 10px 20px;
}
.tableRemark[data-v-3363c4d1] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.el-dropdown-link[data-v-3363c4d1] {
  color: #2474FF;
  cursor: pointer;
  font-size: 12px;
}
.modalBtn[data-v-214f9490] {
  min-width: 1024px;
}
.app-breadcrumb.el-breadcrumb[data-v-214f9490] {
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  margin-left: 8px;
}
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-214f9490] {
  color: #97a8be;
  cursor: text;
}
.navTop[data-v-214f9490] {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-item[data-v-214f9490] {
  font-size: 14px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #DADCE0;
}
.filter-item .el-button--text[data-v-214f9490] {
  color: #272B33;
}
.bage[data-v-214f9490] {
  display: inline-block;
  color: #272B33;
  font-size: 12px;
  height: 14px;
}
.formDate .el-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.formDate .el-form-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.classBtn[data-v-1810b4c3] {
  margin-left: 16px;
}
.itemValue[data-v-1810b4c3] {
  position: relative;
  width: 39%;
  margin-bottom: 12px;
}
.astr[data-v-1810b4c3] {
  webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #DADCE0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.varianttitle[data-v-1810b4c3] {
  margin-bottom: 8px;
  font-size: 12px;
}
.itemValBox[data-v-1810b4c3] {
  margin-right: 32px;
}
.itemValBox .variantInput[data-v-1810b4c3] {
  width: 160px;
  margin-bottom: 8px;
}
.variantContxt[data-v-1810b4c3] {
  margin-left: 136px;
}
.labelName[data-v-1810b4c3] {
  display: inline-block;
  width: 100%;
}
.imgLists {
  margin-right: 12px;
}
.imgLists img {
  max-width: 120px;
  max-height: 120px;
}
.left300[data-v-2b7c8372] {
  width: 240px;
}
.flexItem[data-v-2b7c8372] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.itemLeft[data-v-2b7c8372] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ImgMain[data-v-2b7c8372] {
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 10px;
  left: 0px;
  z-index: 1;
  width: 36px;
  line-height: 22px;
  background-color: #E8F1FF;
  color: #2474FF;
  border-radius: 0px;
  font-size: 12px;
}
.imgContext[data-v-2b7c8372] {
  min-height: 50px;
  margin-top: 16px;
}
.information .body .demo-input-suffix .imgList[data-v-2b7c8372] {
  margin-bottom: 12px;
}
.pic-oper[data-v-2b7c8372] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  cursor: pointer;
}
.pic-oper .meituxiuxiu[data-v-2b7c8372] {
  color: #2474FF;
}
.pic-oper .photo-delete[data-v-2b7c8372] {
  color: #F95C4A;
}
.imgItem[data-v-2b7c8372] {
  position: relative;
  max-height: 350px;
  overflow-y: auto;
  margin-bottom: 18px;
}
.img[data-v-2b7c8372] {
  width: 120px;
  height: 120px;
  position: relative;
}
.img .imgSize[data-v-2b7c8372] {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  color: #fff;
  bottom: 0;
  height: 17px;
  line-height: 17px;
  border-radius: 0px 0px 3px 3px;
  padding-left: 4px;
}
.imgContain[data-v-2b7c8372] {
  width: 120px;
  margin-right: 11px;
  display: inline-block;
}
.photo[data-v-2b7c8372] {
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
  cursor: pointer;
}
.photo .group[data-v-2b7c8372] {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
}
.photo .group span[data-v-2b7c8372] {
  height: 25px;
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.hdpic[data-v-2b7c8372] {
  display: inline-block;
  min-width: 30px;
  text-align: center;
}
.hdaactive[data-v-2b7c8372] {
  color: #E8F1FF;
  background-color: #2474FF;
}
.formLabel[data-v-2b7c8372] {
  width: 110px;
  text-align: right;
  padding-right: 12px;
}
.radioActive .el-radio__inner {
  border-color: #409eff;
  background: #409eff;
}
.color-red[data-v-f8f55b20]  input {
  color: #FF3838 !important;
}
.cellFlext[data-v-f8f55b20] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.radioVariant[data-v-f8f55b20] {
  width: 100%;
  text-align: center;
}
.ceshi[data-v-38f5e87a] {
  padding-left: 17px;
  padding-right: 17px;
}
.ceshi2[data-v-38f5e87a] {
  padding-left: 17px;
  margin-left: -12px;
}
.el-form-item__error[data-v-38f5e87a] {
  left: 73px !important;
}
.el-table.noscrollX.el-table--scrollable-x .el-table__body-wrapper {
  overflow-x: hidden;
}
[data-v-16bfbf6f] .el-checkbox:last-of-type {
  margin-right: 20px;
}
[data-v-16bfbf6f] .el-checkbox:last-of-type .el-checkbox__label {
  font-size: 12px;
}
.variantTable.el-table th[data-v-16bfbf6f] {
  background-color: #EFF0F2;
}
.variantTable.el-table th .headTip[data-v-16bfbf6f] {
  color: #FF3838;
}
.variantTable.el-table th .headerTop[data-v-16bfbf6f] {
  line-height: 25px;
  position: relative;
}
.variantTable.el-table th .headerTop .btn[data-v-16bfbf6f] {
  position: absolute;
}
.variantTable.el-table th .isNeede[data-v-16bfbf6f] {
  line-height: 60px;
}
.variantTable.el-table th > .cell[data-v-16bfbf6f] {
  border-left: 0px;
  font-weight: 500;
}
.variantTable .el-table__body-wrapper[data-v-16bfbf6f] {
  max-height: 530px;
}
.variantTable .isRed .el-input__inner[data-v-16bfbf6f] {
  color: #FF3838;
}
.isPrimary[data-v-16bfbf6f] {
  font-size: 12px;
  color: #F29D49;
}
.disabBtn[data-v-16bfbf6f] {
  color: #ccc;
}
.isRed[data-v-16bfbf6f] {
  color: #FF3838;
}
.checkBox[data-v-16bfbf6f] {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
}
.checkBox.active[data-v-16bfbf6f]::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  background: transparent;
  top: 3px;
  left: 2px;
  border: 2px solid #2474FF;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.setlog[data-v-16bfbf6f] {
  cursor: pointer;
}
.copyBySize[data-v-16bfbf6f] {
  cursor: pointer;
  line-height: 25px;
  font-size: 12px;
}
.refresh[data-v-16bfbf6f] {
  position: absolute;
  top: 30px;
}
[data-v-f3736a9e] .el-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*height:600px;*/
  max-height: calc(100% - 200px);
  max-width: calc(100% - 30px);
}
[data-v-f3736a9e] .el-dialog .el-dialog__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
}
.popclass .el-cascader-menu:first-child .el-checkbox {
  display: none;
}
.dialog-box[data-v-2b2cf0ed] {
  min-height: 90px;
  width: 100%;
  text-align: center;
}
.fill-variant[data-v-de394aca] {
  padding: 0 10px;
  margin-bottom: 10px;
  height: 50px;
  background: #EFF0F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
[data-v-de394aca] .upLoad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
}
[data-v-47bfe972] .el-upload-list {
  width: 30%;
}
[data-v-47bfe972] .el-upload-list .el-upload-list__item {
  line-height: 40px;
}
[data-v-47bfe972] .el-upload-list .el-upload-list__item .el-icon-close-tip {
  display: none !important;
}
[data-v-47bfe972] .el-upload-list .el-upload-list__item .el-icon-close {
  top: 13px;
  right: 10px;
  cursor: pointer;
  opacity: 0.75;
  color: #606266;
  border-radius: 50%;
}
.no-data[data-v-70837b90] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  color: #ccc;
  font-size: 12px;
}
.upload-box[data-v-da48e774] {
  height: 600px;
  overflow: auto;
  padding: 10px;
}
.button-container[data-v-da48e774] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.preview-wrapper[data-v-da48e774] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.preview-item[data-v-da48e774] {
  position: relative;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
  margin-bottom: 5px;
}
.preview-container[data-v-da48e774] {
  height: 536px;
  overflow: auto;
}
.preview-item.fail[data-v-da48e774] {
  border-color: #F95C4A;
}
[data-v-da48e774] .el-progress__text {
  font-size: 10px !important;
}
.preview-item.success[data-v-da48e774] {
  border-color: #67c23a;
}
.preview-content[data-v-da48e774] {
  position: relative;
  margin-right: 10px;
}
.overlay[data-v-da48e774] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.handle-btn[data-v-da48e774] {
  font-size: 18px;
  margin-right: 20px;
  cursor: pointer;
}
.overlay button[data-v-da48e774] {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  margin: 0 5px;
  cursor: pointer;
}
.error-tip[data-v-da48e774] {
  color: #F95C4A;
  opacity: 1 !important;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.error-no[data-v-da48e774] {
  opacity: 0;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-da48e774] .el-upload {
  width: 100%;
}
[data-v-da48e774] .el-upload .el-upload-dragger {
  width: 100%;
}
[data-v-da48e774] .el-upload-list {
  display: none;
}
.dialog-title[data-v-5f2afc1b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dialog-title h3[data-v-5f2afc1b] {
  margin: 0 10px 0 0;
  font-weight: 400;
}
.dialog-content[data-v-5f2afc1b] {
  height: 600px;
  width: 100%;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dialog-content .content-left[data-v-5f2afc1b] {
  width: 200px;
  border: 1px solid #ccc;
}
.dialog-content .content-left ul[data-v-5f2afc1b] {
  margin: 0;
  padding: 0;
}
.dialog-content .content-left ul li[data-v-5f2afc1b] {
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.dialog-content .content-left ul li[data-v-5f2afc1b]:hover {
  background: #eab457;
}
.dialog-content .content-left ul .active[data-v-5f2afc1b] {
  background: #eab457;
}
.dialog-content .content-right[data-v-5f2afc1b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dialog-content .content-right .right-top[data-v-5f2afc1b] {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dialog-content .content-right .right-content[data-v-5f2afc1b] {
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 91%;
  overflow: auto;
  position: relative;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 34, 77, 0.15);
          box-shadow: 0 0 4px 0 rgba(0, 34, 77, 0.15);
}
.dialog-content .content-right .right-content .row-content[data-v-5f2afc1b] {
  margin: 0 !important;
}
.dialog-content .content-right .img-box[data-v-5f2afc1b] {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 34, 77, 0.15);
          box-shadow: 1px 1px 5px 0 rgba(0, 34, 77, 0.15);
}
.dialog-content .content-right .img-box .img-option[data-v-5f2afc1b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2px;
  margin-bottom: 10px;
}
.dialog-content .content-right .img-box .img-option span[data-v-5f2afc1b] {
  font-size: 12px;
  color: #5f94ef;
  cursor: pointer;
}
.dialog-content .content-right .img-box .img-item[data-v-5f2afc1b] {
  width: 100%;
  height: 200px;
  position: relative;
}
.dialog-content .content-right .img-box .img-item img[data-v-5f2afc1b] {
  display: block;
  width: 100%;
  min-height: 200px;
  border-radius: 5px;
}
.dialog-content .content-right .img-box .img-item .img-size[data-v-5f2afc1b] {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  font-size: 12px;
  padding: 0 10px;
  color: #fff;
}
.dialog-content .content-right .img-box .img-detail[data-v-5f2afc1b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  margin-top: 10px;
}
.dialog-content .content-right .img-box .img-detail .img-del[data-v-5f2afc1b] {
  font-size: 16px;
  color: #e53636;
}
[data-v-5f2afc1b] .el-dialog__body {
  padding: 0 !important;
}
.footer-content[data-v-5f2afc1b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.demo-input-suffix .el-radio__label {
  font-size: 12px;
}
.isfMainSubProduct .el-radio__inner {
  border-color: #409EFF;
  background: #409EFF;
}
.logitemFlex .baseForm {
  display: inline-block;
}
.addSupPd[data-v-3b94e8d3] {
  margin-bottom: 12px;
}
.supplier[data-v-3b94e8d3] {
  width: 300px;
  margin-right: 12px;
}
.isrequire[data-v-3b94e8d3] {
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 0px;
  color: red;
}
.demo-input-suffix[data-v-3b94e8d3] {
  padding-top: 0;
}
.formLabel[data-v-3b94e8d3] {
  text-align: right;
  display: inline-block;
  padding-right: 12px;
  width: 110px;
}
.myTable[data-v-3b94e8d3] {
  max-height: 400px;
}
.costumeAtrBox[data-v-3b94e8d3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexRight[data-v-3b94e8d3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.groupName[data-v-3b94e8d3] {
  display: inline-block;
  margin-left: 12px;
}
.deleteGroup[data-v-3b94e8d3] {
  color: red;
  cursor: pointer;
}
.keywords[data-v-3b94e8d3] {
  margin: 0px;
  font-size: 12px;
  color: #909399;
  position: absolute;
  right: 0px;
  right: 20.5%;
  top: 1px;
}
.containSku[data-v-3b94e8d3] {
  width: 220px;
  position: absolute;
  right: 60px;
  top: 10px;
}
.isRed[data-v-3b94e8d3] {
  color: red;
}
.btnName[data-v-3b94e8d3] {
  position: relative;
}
.variantProduct[data-v-3b94e8d3] {
  margin-left: 110px;
}
[data-v-3b94e8d3] .el-loading-spinner .el-icon-loading {
  margin-top: 15px;
}
.componentItem[data-v-3b94e8d3] {
  margin-bottom: 8px;
}
.speFlex[data-v-36477708] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.spetitle[data-v-36477708] {
  margin-bottom: 32px;
}
.specItem[data-v-36477708] {
  margin-bottom: 20px;
  border: 1px solid #EFF0F2;
  padding: 8px 12px;
}
.speVal[data-v-36477708] {
  display: inline-block;
  line-height: 25px;
  margin-right: 8px;
}
.specstop[data-v-36477708] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 16px;
}
.deleteIcon[data-v-36477708] {
  margin-left: 12px;
  color: red;
}
.toptitle[data-v-36477708] {
  display: inline-block;
  width: 50%;
}
@charset "UTF-8";
.lineAttrNameCn_names[data-v-6e669e74] {
  width: 120px;
  text-align: right;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  color: #606266;
  line-height: 40px;
  padding: 0 12px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lineAttrNameCn_names_xing[data-v-6e669e74] {
  color: red;
  position: absolute;
  left: -105px;
}
.syncBrand[data-v-6e669e74] {
  display: inline-block;
}
.brandName[data-v-6e669e74] {
  font-size: 12px;
}
.attrValList_text[data-v-6e669e74] {
  width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dhgateProductList .el-input--small .el-input__inner[data-v-6e669e74] {
  height: 26px;
  line-height: 26px;
}
.attrValList_top[data-v-6e669e74] {
  width: 400px;
  border: 1px solid #cccc;
}
.attrValList_top_bj[data-v-6e669e74] {
  width: 100%;
  background: #f2f2f2;
}
.attrValList_top_left[data-v-6e669e74] {
  border-right: 1px solid #cccc;
}
.attrValList_bottom .el-input--small .el-input__inner[data-v-6e669e74] {
  border: none;
}
.attrValList_bottom[data-v-6e669e74] {
  height: 30px;
  border-bottom: 1px solid #cccc;
}
.checkbox_item[data-v-6e669e74] {
  min-width: 280px;
  margin-right: 15px;
}
.form_item[data-v-6e669e74] {
  padding-left: 10px;
}
.atrFlex[data-v-6e669e74] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*非必填属性*/
.un-required[data-v-6e669e74] {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s linear;
  transition: height 0.5s linear;
}
.classify .content[data-v-2e0518b4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  margin: 16px 0;
}
.modelSearch[data-v-2e0518b4] {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.classifyName[data-v-2e0518b4] {
  font-size: 12px;
  color: #545960;
}
.levelBox[data-v-2e0518b4] {
  border: 1px solid #DADCE0;
  border-radius: 4px;
  width: 200px;
  height: 380px;
  margin-right: 16px;
}
.levelBox .listBox[data-v-2e0518b4] {
  margin: 6px 0;
  height: 322px;
  overflow: auto;
}
.levelBox .listBox .list[data-v-2e0518b4] {
  line-height: 28px;
  padding: 0 12px;
  color: #545960;
  font-size: 12px;
}
.levelBox .listBox .list span[data-v-2e0518b4] {
  width: 158px;
  display: inline-block;
  cursor: pointer;
}
.levelBox .listBox .list[data-v-2e0518b4]:hover {
  background-color: #F5F7FA;
}
.levelBox .listBox[data-v-2e0518b4]::-webkit-scrollbar {
  width: 4px;
}
.footer[data-v-2e0518b4] {
  padding-top: 16px;
  border-top: 1px solid #EFF0F2;
  text-align: center;
  margin: 0 -20px;
}
.searchContent[data-v-2e0518b4] {
  padding: 12px 0;
}
.searchContent .searchCategoryList[data-v-2e0518b4] {
  font-size: 12px;
  color: #545960;
  line-height: 25px;
  overflow: auto;
}
.searchContent .searchCategoryList[data-v-2e0518b4]:hover {
  background-color: #F5F7FA;
}
.classify[data-v-0774822f] {
  height: 100%;
}
.classify .content[data-v-0774822f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  margin: 16px 0;
}
.classify .content div[data-v-0774822f] {
  cursor: pointer;
}
.classify .search-content[data-v-0774822f] {
  max-height: 500px;
  overflow-y: scroll;
}
.classify .search-content div p[data-v-0774822f] {
  cursor: pointer;
}
.classify .search-content div .active[data-v-0774822f] {
  color: #2474FF !important;
}
.modelSearch[data-v-0774822f] {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.classifyName[data-v-0774822f] {
  font-size: 12px;
  color: #545960;
}
.levelBox[data-v-0774822f] {
  border: 1px solid #DADCE0;
  border-radius: 4px;
  width: 200px;
  height: 380px;
  margin-right: 16px;
}
.levelBox .listBox[data-v-0774822f] {
  margin: 6px 0;
  height: 322px;
  overflow: auto;
}
.levelBox .listBox .list-box[data-v-0774822f] {
  line-height: 28px;
  padding: 0 12px;
  color: #545960;
  font-size: 12px;
  text-align: left;
}
.levelBox .listBox .list-box span[data-v-0774822f] {
  width: 158px;
  display: inline-block;
}
.levelBox .listBox .list-box[data-v-0774822f]:hover {
  background-color: #F5F7FA;
}
.levelBox .listBox[data-v-0774822f]::-webkit-scrollbar {
  width: 4px;
}
.footer[data-v-0774822f] {
  padding-top: 16px;
  border-top: 1px solid #EFF0F2;
  text-align: center;
  margin: 0 -20px;
}
.searchContent[data-v-0774822f] {
  padding: 12px 0;
  cursor: pointer;
  max-height: 500px;
  overflow: scroll;
}
.searchContent .searchCategoryList[data-v-0774822f] {
  font-size: 12px;
  color: #545960;
  line-height: 25px;
  overflow: auto;
}
.searchContent .active[data-v-0774822f] {
  color: #2474FF !important;
}
.searchContent .searchCategoryList[data-v-0774822f]:hover {
  background-color: #F5F7FA;
}
.listActive[data-v-0774822f] {
  color: #2474FF !important;
}
.itemFirst[data-v-0774822f] {
  color: #545960;
}
.disableClass[data-v-0774822f] {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  color: #545960 !important;
}
[data-v-3e678a43] .el-table th > .cell {
  border-left: none !important;
}
[data-v-3e678a43] .el-table--border, .el-table--group[data-v-3e678a43] {
  border-left: 1px solid #EBEEF5;
}
[data-v-3e678a43] .el-table--border td {
  border-right: 1px solid #EBEEF5 !important;
}
[data-v-3e678a43] .el-table--border th {
  border-right: 1px solid #EBEEF5 !important;
}
.el-tag[data-v-8d318c32] {
  margin-right: 10px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}
.el-tag i[data-v-8d318c32] {
  color: #5987b9;
}
.selected-tag[data-v-8d318c32] {
  border: 1px solid #409EFF;
}
[data-v-1d4f59a2] .el-radio {
  margin-right: 0px !important;
}
.imgContain[data-v-1d4f59a2] {
  width: 120px;
  margin-right: 12px;
  display: inline-block;
}
.img[data-v-1d4f59a2] {
  width: 120px;
  height: 120px;
  position: relative;
}
.img .imgSize[data-v-1d4f59a2] {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  display: inline-block;
  color: #fff;
  bottom: 0;
  height: 22px;
  left: 0;
  line-height: 22px;
  border-radius: 0 0 3px 3px;
  padding-left: 4px;
  text-align: center;
}
.photo-delete[data-v-1d4f59a2] {
  color: #F95C4A;
  cursor: pointer;
}
[data-v-4b9c6203] .selected-category .searchContent {
  max-height: 390px;
  overflow: scroll;
}
[data-v-4b9c6203] .userModelStyle .el-dialog__body {
  height: auto;
}
[data-v-4b9c6203] .demo-input-suffix .formLabel {
  font-size: 12px;
  color: #272B33;
  display: inline-block;
  margin-right: 8px;
  line-height: 38px;
  width: 80px;
  text-align: right;
}
.productAttribute[data-v-4b9c6203] {
  position: relative;
}
.refreshBtn[data-v-4b9c6203] {
  margin-top: -10px;
  margin-left: 10px;
  margin-right: 5px;
}
.refreshBtn .refreshIcon[data-v-4b9c6203] {
  padding-left: 5px;
  color: #007eeb;
}
@charset "UTF-8";
.upper-letter[data-v-f92f603c] {
  padding: 0 10px;
  display: inline-block;
  cursor: pointer;
  height: 72px;
  line-height: 72px;
  border: 1px solid #DCDFE6;
  border-left: none;
  background-color: #005CFF;
  color: #fff;
}
.information .body .demo-input-suffix .imgList[data-v-f92f603c] {
  margin-bottom: 12px;
}
.img-unfit[data-v-f92f603c] {
  border: 1px solid red;
  position: relative;
}
.img-unfit[data-v-f92f603c]:after {
  content: "图片不符合要求";
  position: absolute;
  top: 0;
  padding: 4px;
  border-radius: 2px;
  font-size: 10px;
  background: rgba(244, 87, 87, 0.4);
  color: #fff;
}
.flexItem[data-v-f92f603c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.packImgList .img[data-v-f92f603c] {
  margin-right: 15px;
  position: relative;
}
.packImgList .img .pic-oper[data-v-f92f603c] {
  position: absolute;
  opacity: 0;
}
.packImgList .img .pic-oper .photo-delete[data-v-f92f603c] {
  color: #fff;
}
.packImgList .imgContain:hover .pic-oper[data-v-f92f603c] {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}
.pic-oper[data-v-f92f603c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  cursor: pointer;
}
.pic-oper .meituxiuxiu[data-v-f92f603c] {
  color: #2474FF;
}
.pic-oper .photo-delete[data-v-f92f603c] {
  color: #F95C4A;
}
.imgItem[data-v-f92f603c] {
  width: 120px;
  overflow: hidden;
  display: inline-block;
  margin-right: 15px;
}
.img[data-v-f92f603c] {
  width: 120px;
  height: 120px;
  position: relative;
}
.img .imgSize[data-v-f92f603c] {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  display: inline-block;
  color: #fff;
  bottom: 0;
  height: 22px;
  left: 0;
  line-height: 22px;
  border-radius: 0px 0px 3px 3px;
  padding-left: 4px;
  text-align: center;
}
[data-v-f92f603c] .demo-input-suffix .formLabel {
  font-size: 12px;
  color: #272B33;
  display: inline-block;
  margin-right: 8px;
  line-height: 38px;
  width: 80px;
  text-align: right;
}
.demo-input-suffix[data-v-f92f603c] {
  position: relative;
}
.formLabe[data-v-f92f603c] {
  text-align: center;
  width: 36px;
  line-height: 22px;
  background-color: #E8F1FF;
  color: #2474FF;
  border-radius: 4px;
  font-size: 12px;
}
.imgitemList[data-v-f92f603c] {
  margin-left: 90px;
  margin-top: -9px;
}
.ImgMain[data-v-f92f603c] {
  display: inline-block;
  position: absolute;
  top: 17px;
  left: 90px;
  z-index: 1;
  width: 36px;
  line-height: 22px;
  text-align: center;
  background-color: #E8F1FF;
  color: #2474FF;
  border-radius: 4px;
  font-size: 12px;
}
.left300[data-v-f92f603c] {
  width: 300px;
  height: 300px;
}
.imgContain[data-v-f92f603c] {
  width: 120px;
  margin-right: 12px;
  display: inline-block;
}
.product-photo[data-v-f92f603c] {
  width: 120px;
  margin-right: 12px;
  position: relative;
}
.product-photo-card[data-v-f92f603c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.group[data-v-f92f603c] {
  padding: 0px 0px;
}
.group .size[data-v-f92f603c] {
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  height: 24px;
}
img[data-v-f92f603c] {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.noImage[data-v-f92f603c] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #DADCE0;
}
.video-flex[data-v-f92f603c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.video-flex p[data-v-f92f603c] {
  margin: 0;
  padding: 0;
}
.packImg[data-v-f92f603c] {
  margin-top: -10px;
  margin-bottom: 15px;
}
[data-v-f92f603c] .el-radio {
  margin-right: 0px !important;
}
.radioItem .el-radio__label {
  display: none;
}
.noMatching[data-v-7e7f318d] {
  padding: 10px 15px 15px;
}
.noMatching .table[data-v-7e7f318d] {
  width: 500px;
  max-height: 238px;
  border: 1px solid #EFF0F2;
  border-radius: 4px;
  overflow-y: auto;
  margin-top: 8px;
}
.noMatching .table .title[data-v-7e7f318d] {
  font-size: 12px;
  color: #545960;
  background: #EFF0F2;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.noMatching .table .title div[data-v-7e7f318d] {
  width: 160px;
  vertical-align: middle;
  padding-left: 16px;
}
.noMatching .table .tableCell.borderBtm[data-v-7e7f318d] {
  border-bottom: 1px solid #EFF0F2;
}
.noMatching .table .tableCell[data-v-7e7f318d] {
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}
.noMatching .table .tableCell .cellItem[data-v-7e7f318d] {
  width: 160px;
  padding-left: 12px;
  vertical-align: middle;
  font-size: 12px;
}
.noMatching .table .tableCell .left .name[data-v-7e7f318d] {
  color: #545960;
}
.noMatching .table .tableCell .left .name .delete[data-v-7e7f318d] {
  color: #F95C4A;
  margin-left: 8px;
  cursor: pointer;
}
.noMatching .table .tableCell .left .check[data-v-7e7f318d] {
  color: #2474FF;
  padding-top: 5px;
  cursor: pointer;
}
.fontStyleVariant[data-v-7e7f318d] {
  font-size: 12px;
  color: #545960;
}
.matchTip[data-v-7e7f318d] {
  font-size: 12px;
  color: #F95C4A;
  margin-top: 12px;
}
[data-v-2c15988e] .el-table th > .cell {
  border-left: none !important;
}
[data-v-2c15988e] .el-table--border, .el-table--group[data-v-2c15988e] {
  border-left: 1px solid #EBEEF5;
}
[data-v-2c15988e] .el-table--border td {
  border-right: 1px solid #EBEEF5 !important;
}
[data-v-2c15988e] .el-table--border th {
  border-right: 1px solid #EBEEF5 !important;
}
.header-fill[data-v-2c15988e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  background: aliceblue;
}
.header-fill span[data-v-2c15988e] {
  margin-right: 10px;
  font-size: 12px;
}
.cropper-content[data-v-4b1d7087] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cropper-content .cropper-box[data-v-4b1d7087] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.cropper-content .cropper-box .cropper[data-v-4b1d7087] {
  width: auto;
  height: 400px;
}
.cropper-content .show-preview[data-v-4b1d7087] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cropper-content .show-preview .preview[data-v-4b1d7087] {
  overflow: hidden;
  border: 1px solid #67c23a;
  background: #cccccc;
}
.footer-btn[data-v-4b1d7087] {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-btn .scope-btn[data-v-4b1d7087] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 10px;
}
.footer-btn .upload-btn[data-v-4b1d7087] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-btn .btn[data-v-4b1d7087] {
  outline: none;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-weight: 500;
  padding: 10px 15px;
  font-size: 12px;
  border-radius: 3px;
  color: #fff;
  background-color: #409EFF;
  border-color: #409EFF;
  margin-right: 10px;
}
.el-image[data-v-1f333314] {
  width: 100%;
  height: 313px;
}
[data-v-1f333314] .el-tabs__header {
  margin: 0;
  padding: 0 20px;
  border-bottom: 1px solid #e4e7ed;
}
.img-upload[data-v-1f333314] {
  text-align: center;
}
.avatar-uploader .el-upload[data-v-1f333314] {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader .el-upload[data-v-1f333314]:hover {
  border-color: #409eff;
}
.avatar-uploader-icon[data-v-1f333314] {
  font-size: 16px;
  color: #626464;
  width: 178px;
  height: 178px;
  line-height: 178px;
  text-align: center;
}
.avatar[data-v-1f333314] {
  width: 178px;
  height: 178px;
  display: block;
}
.image-upload[data-v-1f333314] {
  position: absolute;
  width: 178px;
  height: 178px;
  display: block;
  z-index: 999;
  background-color: #413f3f65;
  text-align: center;
  line-height: 178px;
  color: #fff;
}
.find-same-tool[data-v-1f333314] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0 0 16px;
}
.find-same-tool .iframe-box[data-v-1f333314] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.spec-display-box[data-v-42428512] {
  max-height: 350px;
  overflow: auto;
  padding: 0 20px 20px 20px;
  border-bottom: 1px solid #ccc;
}
.edit-button[data-v-42428512] {
  padding: 0 10px;
}
.delete-button[data-v-42428512] {
  color: #F95C4A;
}
[data-v-28d65639] .el-dialog {
  height: 98% !important;
}
[data-v-28d65639] .el-dialog__body {
  padding: 0;
  height: 92% !important;
}
.iframe-container[data-v-28d65639] {
  width: 100%;
  height: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.iframe-container .search-container[data-v-28d65639] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 200px;
  padding-left: 10px;
  border-right: 1px solid #EFF0F2;
}
.iframe-container .search-container ul[data-v-28d65639] {
  width: 100%;
  min-width: 180px;
  /* background: red; */
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: auto !important;
}
.iframe-container .search-container ul li[data-v-28d65639] {
  width: 100%;
  height: 180px;
  margin-bottom: 5px;
  cursor: pointer;
}
.iframe-container .search-container ul li img[data-v-28d65639] {
  width: 100%;
}
.iframe-container .active-img[data-v-28d65639] {
  border: 1px solid red !important;
}
.iframe-container .iframe-box[data-v-28d65639] {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
}
[data-v-b078ed30] .el-card__header {
  padding: 18px 20px;
  border-bottom: 1px solid #ebeef5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[data-v-b078ed30] .el-card__body {
  padding: 20px !important;
  max-height: 300px;
  overflow: auto;
}
.text[data-v-b078ed30] {
  font-size: 14px;
  line-height: 24px;
}
.box-card[data-v-b078ed30] {
  width: 480px;
}
.drawerSup[data-v-531f5778]  .findsametool .imgsameList .imgDetailsList .imgDetail {
  width: 30%;
}
[data-v-531f5778].drawerSup .el-drawer__header {
  margin-bottom: -51px;
  z-index: 9999;
}
.formLabel[data-v-531f5778] {
  margin-bottom: 12px;
  font-size: 12px;
}
.Teamoperation[data-v-531f5778] {
  display: inline-block;
  width: 56px;
  text-align: left;
}
.colorName[data-v-531f5778] {
  display: inline-block;
  width: 180px;
}
.imghead[data-v-531f5778] {
  height: 40px;
  line-height: 40px;
  background-color: #EFF0F2;
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.imghead span i[data-v-531f5778] {
  font-style: normal;
}
.imgItems[data-v-531f5778] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 12px 12px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.skc[data-v-531f5778] {
  display: inline-block;
  width: 120px;
}
.contextImg[data-v-531f5778] {
  min-height: 90px;
  margin-top: 12px;
}
.contextImg .nodata[data-v-531f5778] {
  text-align: center;
  line-height: 90px;
  width: 100%;
  font-size: 12px;
  color: #545960;
}
.strImg .updateUpload[data-v-531f5778] {
  width: 120px;
}
.fills[data-v-531f5778] {
  width: 16px;
  height: 16px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #DADCE0;
  display: inline-block;
  margin-right: 4px;
}
.borderCheckbox .labelName[data-v-531f5778] {
  cursor: pointer;
}
.borderBottom[data-v-531f5778] {
  border-bottom: 1px solid #DADCE0;
  padding-bottom: 16px;
}
.variantTable.el-table th[data-v-531f5778] {
  background-color: #EFF0F2;
}
.variantTable.el-table th .headTip[data-v-531f5778] {
  color: #FF3838;
}
.variantTable.el-table th .headerTop[data-v-531f5778] {
  height: 40px;
  line-height: 40px;
  position: relative;
}
.variantTable.el-table th .headerTop .btn[data-v-531f5778] {
  position: absolute;
}
.variantTable.el-table th .isNeede[data-v-531f5778] {
  line-height: 60px;
}
.variantTable.el-table th .hdSencond[data-v-531f5778] {
  height: 50px;
  line-height: 50px;
}
.variantTable.el-table th.is-leaf[data-v-531f5778] {
  background: #EFF0F2;
}
.variantTable.el-table th > .cell[data-v-531f5778] {
  border-left: 0px;
  font-weight: 500;
}
.orange[data-v-531f5778] {
  display: block;
  font-size: 12px;
  color: #F29D49;
}
.varianttitle[data-v-531f5778] {
  margin-bottom: 8px;
  font-size: 12px;
}
.itemValue[data-v-531f5778] {
  position: relative;
  width: 39%;
  margin-bottom: 12px;
}
.delBtn[data-v-531f5778] {
  color: red;
}
.flexItem[data-v-531f5778] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sizeLabel[data-v-531f5778] {
  width: 60px;
}
.titles[data-v-531f5778] {
  width: 90px;
  display: inline-block;
  padding-right: 8px;
}
.unfinItem[data-v-531f5778] {
  display: inline-block;
  margin-bottom: 12px;
  cursor: pointer;
  margin-right: 26px;
  color: #545960;
}
.unfinItem .unclose[data-v-531f5778] {
  color: #F95C4A;
}
.unMate[data-v-531f5778] {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tagunfi[data-v-531f5778] {
  cursor: pointer;
}
.tagunfi.active[data-v-531f5778] {
  color: #2474FF;
}
.boxcontent[data-v-531f5778] {
  margin-bottom: 12px;
}
.tipMate[data-v-531f5778] {
  font-size: 12px;
  color: #F29D49;
}
[data-v-531f5778] .tag-item span {
  margin: 5px;
}
.labWidth[data-v-531f5778] {
  width: 80px;
  text-align: left;
  display: inline-block;
}
.temuBatch[data-v-531f5778] {
  padding-left: 10px;
  padding-right: 10px;
  background: #EFF0F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  margin: 16px 0 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-x: auto;
}
.temuBatch .temuDataFlex[data-v-531f5778] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.specName[data-v-531f5778] {
  margin-top: 10px;
}
.specName .radioBox[data-v-531f5778] {
  margin-top: 8px;
  max-height: 400px;
}
.specName .radioGrop[data-v-531f5778] {
  line-height: 25px;
}
.specName .radioItems[data-v-531f5778] {
  width: 110px;
}
[data-v-531f5778] .radioBox .el-radio__input.is-disabled.is-checked .el-radio__inner::after {
  background-color: #fff;
}
[data-v-531f5778] .radioBox .el-radio__input.is-disabled .el-radio__inner, .radioBox .el-radio__input.is-disabled.is-checked .el-radio__inner[data-v-531f5778] {
  background-color: #909399;
}
.batchLength[data-v-531f5778] {
  width: 220px;
  text-align: center;
}
.scopFlex[data-v-531f5778] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scopFlex .dropdownItem[data-v-531f5778] {
  font-size: 12px;
  cursor: pointer;
}
.scopFlex .el-dropdown-link[data-v-531f5778] {
  display: inline-block;
  padding-left: 5px;
  padding-right: 0px;
  width: 58px;
}
.scopFlex[data-v-531f5778]  .el-input__inner {
  padding: 0 2px !important;
}
.widthstyle[data-v-531f5778] {
  width: 129px;
}
.otherwidth[data-v-531f5778] {
  width: 150px;
}
.vcard[data-v-531f5778] {
  border: 1px solid #ebeef5;
  margin-bottom: 16px;
}
.vContent[data-v-531f5778] {
  padding: 10px 20px;
}
.vheader[data-v-531f5778] {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  background-color: #f5f7fa;
  border-bottom: 1px solid #dcdfe6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.specValue[data-v-531f5778] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.specVal[data-v-531f5778] {
  margin-right: 16px;
}
.unfindName[data-v-531f5778]:hover {
  color: #2474FF;
}
.site-supplier[data-v-531f5778] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-supplier[data-v-531f5778]  .el-input__inner {
  height: 20px;
  line-height: 20px;
}
.addAccessories[data-v-531f5778] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  cursor: pointer;
}
.fills[data-v-a8faa4e8] {
  width: 16px;
  height: 16px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #DADCE0;
  display: inline-block;
  margin-right: 4px;
}
.borderCheckbox .labelName[data-v-a8faa4e8] {
  cursor: pointer;
}
[data-v-a8faa4e8] .demo-input-suffix .formLabel {
  font-size: 12px;
  color: #272B33;
  display: inline-block;
  margin-right: 8px;
  line-height: 38px;
  width: 80px;
  text-align: right;
}
.describe[data-v-2df9c18b] {
  width: 800px;
  height: 500px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #DADCE0;
}
.describe .header[data-v-2df9c18b] {
  background: #F5F7FA;
  border-radius: 4px 4px 0px 0px;
  border-bottom: 1px solid #DADCE0;
  padding: 16px;
}
.describe .header span[data-v-2df9c18b] {
  font-size: 12px;
  color: #272B33;
}
.describe .header .btn[data-v-2df9c18b] {
  font-size: 12px;
  float: right;
  color: #FFFFFF;
  background: #2474FF;
  padding: 4px 8px;
  border-radius: 4px;
  cursor: pointer;
}
.describe .noContent[data-v-2df9c18b] {
  text-align: center;
  padding: 250px 220px;
}
.describe .noDescribe[data-v-2df9c18b] {
  width: 160px;
  height: 138px;
  background: url(../../static/img/noDescribe.a81152f7.png) center center no-repeat;
  background-size: 100%;
}
.describe .describeFont[data-v-2df9c18b] {
  font-size: 12px;
  color: #272B33;
  line-height: 0;
  padding-top: 24px;
}
.describeModel[data-v-2df9c18b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 549px;
}
.describeModel .leftContent[data-v-2df9c18b], .describeModel .rightContent[data-v-2df9c18b] {
  width: 176px;
  margin: 16px 24px;
}
.describeModel .leftContent .top[data-v-2df9c18b], .describeModel .rightContent .top[data-v-2df9c18b] {
  border-bottom: 1px solid #DADCE0;
  padding-bottom: 4px;
}
.describeModel .leftContent .top .title[data-v-2df9c18b], .describeModel .rightContent .top .title[data-v-2df9c18b] {
  font-size: 14px;
  color: #272B33;
}
.describeModel .leftContent .top .subhead[data-v-2df9c18b], .describeModel .rightContent .top .subhead[data-v-2df9c18b] {
  font-size: 12px;
  color: #B0B4BC;
  line-height: 24px;
}
.describeModel .leftContent .contextTitle[data-v-2df9c18b], .describeModel .rightContent .contextTitle[data-v-2df9c18b] {
  font-size: 12px;
  color: #B0B4BC;
  padding: 16px 0 8px 0;
}
.describeModel .leftContent .contextType[data-v-2df9c18b], .describeModel .rightContent .contextType[data-v-2df9c18b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.describeModel .leftContent .contextType .textType[data-v-2df9c18b], .describeModel .rightContent .contextType .textType[data-v-2df9c18b] {
  padding: 19px 28px;
  border: 1px solid #DADCE0;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
.describeModel .leftContent .contextType .textType[data-v-2df9c18b]:active, .describeModel .rightContent .contextType .textType[data-v-2df9c18b]:active {
  cursor: -webkit-grab;
  cursor: grab;
}
.describeModel .leftContent .contextType .textType .imgStyle[data-v-2df9c18b], .describeModel .rightContent .contextType .textType .imgStyle[data-v-2df9c18b] {
  width: 16px;
  height: 14px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAcCAYAAAAAwr0iAAAAAXNSR0IArs4c6QAAAXhJREFUSEvtl11LAkEUht9Ds6jdVPSppJWQBVFIRAVCYVB3Qf2S+gn1iwzsqiTsQiiIICIoAysNtTCqm1R248RsJX3ix7bpxc7lzJl5n/POLucMAUAoHFkiwgoYfhBa5ZzJI8rM68uL81F6Ew+ZLPjj8cwcpFB4O0pEs0I0safXRYoiTGVRVQ3J6zRr2jMx8y5tbEZYKnr73Rgd8Zkq/n748UkcicsUwHgoAQwNDmDY5/0XgNN4AmfnF7pW4wPsHxwhe5OryRlndycmJ8a+7a3Kga2dGPL5Qk0ADocdC3MBYwBP+QIy2VvIr/fjKBSLuEqm9ak+jwt2m+3TuvybnD1daHbYjQH8lnru7h6xvUN9OTA9jo72topdquoKLADLAcsBywHLgYZ1QILJSqkIgeDMVMV1QAb+SS2oSvFLcGMC1KMpZfBjqS1XhGCP20mKohhxt+xeVVWRTGVY1bTXtrzuDxOJLCEAXgXBT6CWsmkYDJCZA1iTT7MXuCl4KDB/5MQAAAAASUVORK5CYII=) no-repeat;
  background-size: 100%;
  margin-left: 5px;
}
.describeModel .leftContent .contextType .textType .imgType[data-v-2df9c18b], .describeModel .rightContent .contextType .textType .imgType[data-v-2df9c18b] {
  width: 16px;
  height: 14px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAcCAYAAAAAwr0iAAAAAXNSR0IArs4c6QAAAohJREFUSEu9Vu1x2kAU3Idw/oYOQiowVGCYQGYyRmNdBaGDuAPjCuISnAokAk5+gIOoIHIFwRWEvx4jbeYOyREM30LWDDDA3b19+97uO0H8dO/ur8jIAaSS/JbPJwORgndx/uFany/6zesPfucfeDkdBk6rWRW3N+iIyJX+m2AXRJBP5vGpgopALkw88lqS7HVw1Wo6uQaPD3f7A28OgoF4/SETNMpudl4FQIr1jQDcn6OyFc1OIdY0fJIHperTYwBMl30tgLkqmGZkQomUOv+YuUe2AnB7Q0cE7opsJ3y2qlmZ2A4gbhICj3i2KiiGtQQQybqym36WUmwH0Bv4InKWKMN1RyU5Cf/OmxVK2Q0vXwD9waVAvpoghAeBdsey+WpZ79Wn+iRfAO6ohGLoi+A0HUgbxyapfv/x64xkTb/S+wQMQJlERaurwW8tgd6sacfJrA3CgWAKyu0q6vW6wpvoC8l2wtIWdnwQUwiM6WUyolgtulSmPMlDcmxAQ6Ygy4CUltlM1h4MYNknTFCgs04h2tQQznTWHYG8zQRgcYDhEWR7V2ma0qb6a28G0iZF4gEzq7avMa1sQgBaWi/yEsKLCtE4bb3GD4rhHwhKhwY3Db5qGG3oXD+Wn+/2h7cCfDZ+IFH10LmwWobado3psAyipJ1wScs3pLRN9sA31Wpo2R307OQDhqq7+zbIjgDvFmSW0Q13BvDfkMKbF+rJsbKbC063Lw17AUgO15sAcQBe7iq5dcAOArBvlpvWLwBwe8PA2CThOXZDHTPQurO83tDVs0BLeeFarkFIQTJfuTYlwYiVZBCZa/ncGGIWXiP9OIbOXtmNigGQuJNusnVT61jYjIOCXnKv+AcYf/Wu2+Hx9wAAAABJRU5ErkJggg==) no-repeat;
  background-size: 100%;
  margin-left: 5px;
}
.describeModel .leftContent .contextType .textType .fontStyle[data-v-2df9c18b], .describeModel .rightContent .contextType .textType .fontStyle[data-v-2df9c18b] {
  font-size: 12px;
  color: #B0B4BC;
  margin: 0;
  width: 25px;
  line-height: 25px;
}
.describeModel .rightContent[data-v-2df9c18b] {
  margin-right: 0px;
}
.describeModel .middleContent[data-v-2df9c18b] {
  width: 502px;
  background: #EFF0F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.describeModel .middleContent .context[data-v-2df9c18b] {
  width: 320px;
  margin: 16px 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(39, 43, 51, 0.1);
          box-shadow: 0px 0px 4px 1px rgba(39, 43, 51, 0.1);
  border-radius: 4px 4px 4px 4px;
  overflow: auto;
  padding: 12px 12px 0 12px;
}
.describeModel .middleContent .context .textType[data-v-2df9c18b] {
  margin-bottom: 8px;
}
.describeModel .middleContent .context[data-v-2df9c18b]::-webkit-scrollbar {
  width: 4px;
}
.describeModel .rightContent[data-v-2df9c18b] {
  width: 274px;
}
.describeModel .rightContent .top[data-v-2df9c18b] {
  border-bottom: 1px solid #DADCE0;
  padding-bottom: 8px;
}
.textValue[data-v-2df9c18b] {
  width: 276px;
  height: 80px;
  border: 1px solid #DADCE0;
  border-radius: 4px;
  overflow: auto;
  padding: 8px;
  resize: none;
}
.detailList[data-v-2df9c18b] {
  height: 443px;
  overflow: auto;
}
.detailList .textType img[data-v-2df9c18b] {
  margin-bottom: 8px;
}
.detailList .textType textArea[data-v-2df9c18b] {
  margin-bottom: 8px;
  resize: none;
}
.btnType[data-v-2df9c18b] {
  width: 32px;
  height: 80px;
  position: absolute;
  right: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0px;
  background-color: #fff;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.btnType i[data-v-2df9c18b] {
  cursor: pointer;
}
.textJustify[data-v-2df9c18b]::after {
  content: "";
  display: inline-block;
  width: 100%;
}
.imgContext[data-v-2df9c18b] {
  width: 276px;
  height: 160px;
  overflow: auto;
  border: 1px solid #DADCE0;
  border-radius: 4px;
  padding: 5px;
}
.active[data-v-2df9c18b] {
  border: 1px solid #2474FF;
}
.upActive[data-v-2df9c18b] {
  color: #2474FF;
}
.gather-url-input {
  height: 80px;
}
.gather-url-input textarea {
  resize: none;
  height: 100%;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.search-checkout .el-checkbox__label {
  font-size: 12px;
  padding-left: 5px;
}
.operateSplit {
  color: #c7c9ca;
  display: inline-block;
  width: 3px;
  font-size: 12px;
}
.el-button--text {
  color: #007eeb;
}
.search-time[data-v-b5341910] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
}
.search-time .time-title[data-v-b5341910] {
  color: #272B33;
  font-size: 12px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #DCDFE6;
  border-right: none;
  border-radius: 4px 0 0 4px;
}
.operate-container[data-v-b5341910] {
  margin-bottom: 8px;
}
.operate-container .operate-row[data-v-b5341910] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
}
.operate-container .operate-row .label[data-v-b5341910] {
  margin-right: 8px;
  color: #707579;
  font-size: 12px;
  line-height: 18px;
}
.el-popover__reference-wrapper[data-v-b5341910] {
  width: 50px;
  height: 50px;
  display: block;
}
.btn-flex[data-v-b5341910] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-flex .iconfont-erp-cross[data-v-b5341910] {
  margin-right: 6px;
}
.el-dropdown-link[data-v-b5341910] {
  font-size: 12px;
  cursor: pointer;
}
[data-v-b5341910].glv-el-select.el-select .el-input.is-focus .el-input__inner {
  border-color: transparent !important;
}
[data-v-b5341910].glv-el-select.el-select .el-input__inner:focus {
  border-color: transparent !important;
}
.row-img-wrap[data-v-b5341910] {
  margin: 8px;
}
.body[data-v-1c4843d6] {
  padding-top: 30vh;
  padding-left: 40%;
}
.undevelop[data-v-1c4843d6] {
  width: 146px;
  height: 140px;
  background: url(../../static/img/undevelop.e168a181.png) left center no-repeat;
  background-size: 100%;
}
.context[data-v-1c4843d6] {
  font-size: 14px;
  color: #545960;
  margin-top: 8px;
}
.progroup[data-v-6ee947a8]  .el-tree-node .el-tree-node__content {
  background-color: #FFFFFF !important;
}
.progroup[data-v-6ee947a8] .el-table .cell, .progroup .el-table--border td:first-child .cell[data-v-6ee947a8], .progroup .el-table--border th:first-child .cell[data-v-6ee947a8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.required[data-v-57d4b1b4]  .el-form-item__label:before {
  position: absolute;
  content: "*";
  color: red;
  font-size: 20px;
  left: 55px;
  top: 74px;
}
.add-product[data-v-57d4b1b4] {
  height: 32px;
  padding: 0px 16px;
  font-size: 12px;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #FFF;
  border: 1px solid #DCDFE6;
  color: #606266;
}
.el-button + .el-button[data-v-57d4b1b4] {
  margin-left: 0px;
}
.table-inline-title[data-v-57d4b1b4] {
  display: block;
  margin: 0 auto;
  color: #606266;
}
.product-remarks .input-new-remark[data-v-57d4b1b4] {
  width: 280px;
  margin-left: 10px;
  vertical-align: bottom;
}
.product-remarks .el-tag + .el-tag[data-v-57d4b1b4] {
  margin-left: 10px;
}
.filter-input-select .input-default[data-v-57d4b1b4] {
  display: inline-block;
  width: 100px;
}
.filter-input-select .el-select .el-input[data-v-57d4b1b4] {
  width: 80px;
}
.product-remarks .filter-input-select .el-select .el-input[data-v-57d4b1b4] {
  width: 100px;
}
.filter-input-select .el-input-group__prepend[data-v-57d4b1b4] {
  background-color: #fff;
}
.min-rate-text .el-rate__text[data-v-57d4b1b4] {
  font-size: 12px;
}
.min-rate-text .el-rate[data-v-57d4b1b4] {
  display: inline-block;
}
.classify-btn[data-v-57d4b1b4] {
  max-width: 150px;
  position: relative;
}
.classify-btn .el-icon-delete .el-icon--right[data-v-57d4b1b4] {
  position: absolute;
  top: 0;
  right: 5px;
}
.classify-btn .DHgate_shop__name[data-v-57d4b1b4] {
  display: inline-block;
  max-width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.product-name-href[data-v-57d4b1b4] {
  cursor: pointer;
}
.icon-tip[data-v-57d4b1b4] {
  position: absolute;
  right: 6px;
  top: 9px;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  cursor: pointer;
  font-size: 13px;
  color: #999;
}
.el-checkbox-group[data-v-57d4b1b4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 30px;
}
.el-checkbox-group .el-checkbox[data-v-57d4b1b4] {
  margin: 7px 0;
}
.shopGroup_dialog[data-v-57d4b1b4] {
  max-height: 500px;
  overflow: auto;
}
.shopGroup_list[data-v-57d4b1b4] {
  margin: 15px 0 15px 60px;
}
.shopGroup_btn[data-v-57d4b1b4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shopGroup_btn .el-button[data-v-57d4b1b4] {
  margin: 0 10px;
}
.dhgate_group[data-v-57d4b1b4] {
  margin: 2px auto;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: lightseagreen;
  font-weight: bolder;
}
.editgoodstime_footer[data-v-57d4b1b4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.shipping[data-v-57d4b1b4] {
  opacity: 0;
  display: block;
}
.shipping[data-v-57d4b1b4]:hover {
  opacity: 1;
  display: block;
}
.gray[data-v-57d4b1b4] {
  color: #999;
}
.flexItem[data-v-57d4b1b4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.mr-rt[data-v-57d4b1b4] {
  width: 65px;
}

.pandectChart {
  width: 100%;
  height: 100%;
  border: 1px solid #f2f2f2;
}
.nodata {
  line-height: 300px;
  text-align: center;
  color: #888;
}

.el-table .warning-row[data-v-71e03a8d] {
  background-color: #e8f5ff;
}
.item_title[data-v-71e03a8d] {
  height: 50px;
  border: 1px solid #ddd;
  line-height: 50px;
  margin-bottom: 20px;
}
.item_title .item_span[data-v-71e03a8d] {
  font-size: 13px;
  margin: 0 80px;
}
.el-tabs__item[data-v-71e03a8d] {
  background-color: transparent;
}
.el-tabs__item.is-active[data-v-71e03a8d] {
  background-color: transparent;
}
.add-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0 0 0;
}
.set-budget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.set-budget .set-budget-left {
  margin-right: 20px;
}
.add-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.lafts {
  float: left;
  width: 10%;
  display: inline-block;
}
.rights {
  float: left;
  padding: 5px 10px;
  width: 90%;
  min-height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: white;
}
.tipFt {
  font-size: 12px;
  padding-left: 10px;
}
.drawerShop .el-drawer.rtl {
  width: 300px !important;
}
.drawerShop .el-drawer__header {
  position: absolute;
  right: 0px;
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 0px;
}
.shopGroup .el-drawer__wrapper[data-v-a17390f4] {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2005;
}
.shop-btn[data-v-a17390f4] {
  position: fixed;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #2474FF;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 18px;
  padding: 10px;
  z-index: 992;
  top: 37px;
  cursor: pointer;
  border: 1px solid #e6e6e6;
}
.iconShop[data-v-a17390f4] {
  width: 22px;
  height: 22px;
}
.shop-item[data-v-a17390f4] {
  background: #EFF0F2;
  margin-top: 12px;
  padding: 8px;
  border-radius: 4px;
  color: #545960;
  display: block;
  width: 100%;
  overflow: hidden;
  word-break: break-all;
  cursor: pointer;
  font-size: 12px;
}
.shop-item[data-v-a17390f4]:hover {
  background: #ddd;
}
.shop-item.isChoosed[data-v-a17390f4] {
  background: #ddd;
}
.shop-item.choosed-item[data-v-a17390f4] {
  background-color: rgba(36, 116, 255, 0.1);
  color: #2474FF;
}
.shop-box[data-v-a17390f4] {
  height: 100%;
}
.shop-box-cell[data-v-a17390f4] {
  height: 46vh;
  overflow: auto;
}
.shop-box div + div[data-v-a17390f4] {
  /* border-top: 1px solid #e6e6e6; */
}
.shop-box_footer[data-v-a17390f4] {
  padding: 10px;
  text-align: center;
}
.shop-box_head[data-v-a17390f4] {
  padding: 10px;
}
.triangle[data-v-a17390f4] {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #409eff transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.triangle .el-icon-close[data-v-a17390f4] {
  position: absolute;
  bottom: -20px;
  right: 0;
  font-size: 9px;
  color: #fff;
}
.shop-mask[data-v-a17390f4] {
  width: 90%;
  height: 90%;
  margin: 20px;
}

/* title */
.shop-title[data-v-a17390f4] {
  padding: 7px 10px 7px 0px;
  color: #272B33;
  position: sticky;
  top: 0;
  background: #fff;
  font-size: 14px;
}
.shop-title[data-v-a17390f4]::before {
  content: "";
  height: 11px;
  width: 1px;
  color: #2474FF;
  display: inline-block;
  border: 1px solid #2474FF;
  background: #2474FF;
  margin-right: 8px;
}
.no-data[data-v-a17390f4] {
  font-size: 12px;
  text-align: center;
}
.myTable[data-v-6737c766] {
  max-height: 400px;
}
.select-state[data-v-7f218306]  .el-select__tags {
  max-width: 150px !important;
}
.table-inline-title[data-v-7f218306] {
  display: block;
  margin: 0 auto;
  color: #606266;
}
.create-pb[data-v-7f218306]  .el-dialog__body {
  height: calc(100% - 53px) !important;
  margin-bottom: 0;
}
.product-other-item[data-v-7f218306] {
  font-size: 12px;
}
.product-other-item .title[data-v-7f218306] {
  font-weight: bold;
}
.product-other-item .body[data-v-7f218306] {
  color: #909399;
  margin-left: 5px;
  word-wrap: break-word;
}
.product-other-item .lowBudget[data-v-7f218306] {
  margin-left: 2px;
  border-radius: 20%;
  background-color: goldenrod;
  color: white;
}
.product-other-item .statscolors[data-v-7f218306] {
  display: block;
  color: white;
  border-radius: 6%;
  width: 100px;
  text-align: center;
}
.colName[data-v-7f218306] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.colName .marginLeft[data-v-7f218306] {
  margin-left: 15px;
}
.colName .fontSize[data-v-7f218306] {
  font-size: 14px;
  color: #666;
}
.timeSelect[data-v-7f218306] {
  margin-right: -5px;
  z-index: 10;
}
.timeSelect .el-input__inner[data-v-7f218306] {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
[data-v-7f218306] .searchBy .inner_input .el-input__inner {
  height: 20px;
  line-height: 20px;
}
[data-v-7f218306] .searchBy .el-input .el-input__inner {
  border: none !important;
}
.item-select[data-v-7f218306] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pandectChart {
  width: 100%;
  height: 100%;
  border: 1px solid #f2f2f2;
}
.nodata {
  line-height: 300px;
  text-align: center;
  color: #888;
}

.pbMyTable .blue-row {
  background-color: #8ec3f8;
}
.pbMyTable .warnings-row {
  background-color: #dde2ae;
}
@charset "UTF-8";
.app-container[data-v-0161d887] {
  position: relative;
}
.shopName[data-v-0161d887] {
  font-size: 14px;
  display: inline-block;
  margin-right: 12px;
}
.currentBUdget[data-v-0161d887] {
  display: inline-block;
  margin-left: 12px;
  font-size: 14px;
}
.iconShop[data-v-0161d887] {
  fill-opacity: 1 !important;
}
.effectTitle[data-v-0161d887] {
  color: #272B33;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 5px;
  border-bottom: 2px solid #EFF0F2;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.activeShow[data-v-0161d887], .effect-top[data-v-0161d887] {
  position: relative;
  margin-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
.effect-top .Rows[data-v-0161d887] {
  margin-bottom: 16px;
}
.effect-top .Rows .effect-item[data-v-0161d887] {
  border: 1px solid #EBEEF5;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  min-height: 88px;
}
.effect-top .Rows .effect-item .title[data-v-0161d887] {
  position: relative;
  font-size: 16px;
  color: #69696bd9;
  font-weight: bold;
  padding: 10px 0px 10px 0px;
  width: 135px;
  text-align: center;
}
.effect-top .Rows .effect-item .effect-list[data-v-0161d887] {
  padding: 10px 20px 10px 20px;
  border-left: 1px solid #EBEEF5;
}
.effect-top .Rows .effect-item .effect-list .name[data-v-0161d887] {
  display: block;
  font-size: 12px;
  color: #999;
  padding-bottom: 5px;
}
.effect-top .Rows .effect-item .effect-list .nums[data-v-0161d887] {
  font-size: 18px;
}
.effect-top .Rows .item-lt .effect-item[data-v-0161d887] {
  margin-right: 25px;
}
.effect-top .Rows .item-rt .effect-item[data-v-0161d887] {
  margin-left: 25px;
}
.tables-contain[data-v-0161d887] {
  position: relative;
  overflow: auto;
}
.my-table[data-v-0161d887] {
  width: 100%;
  border: 1px solid #e5e5e5;
  /*让表格边框重合*/
  border-collapse: collapse;
  color: #606266;
  margin-bottom: 15px;
}
.attrHead[data-v-0161d887] {
  width: 120px;
  margin: auto;
}
.my-table th:nth-child(1) .attrHead[data-v-0161d887] {
  width: 100px;
}
.my-table th:nth-child(2) .attrHead[data-v-0161d887] {
  width: 140px;
}
.my-table th:nth-child(10) .attrHead[data-v-0161d887] {
  width: 150px;
}
.childValue[data-v-0161d887] {
  border-top: 1px solid #e5e5e5;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-rotate[data-v-0161d887] {
  color: #409eff;
  font-size: 18px;
  padding-left: 10px;
}
.rotate-90[data-v-0161d887] {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
}
.rotate-180[data-v-0161d887] {
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -moz-transform: rotate(-90deg);
  /* Firefox */
  -webkit-transform: rotate(-90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-90deg);
}
.itemTd[data-v-0161d887] {
  border-top: 0px;
}
.my-table th[data-v-0161d887], td[data-v-0161d887] {
  border: 1px solid #EFF0F2;
  border-collapse: collapse;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}
.my-table th[data-v-0161d887] {
  height: 30px;
  color: #272B33;
  font-weight: bold;
}

/*奇偶数行不同背景色*/
.my-table tr[data-v-0161d887]:nth-child(odd) {
  background-color: #fff;
}
.my-table tr[data-v-0161d887]:nth-child(even) {
  /* background-color: #ccc; */
}
.headerTh[data-v-0161d887] {
  background-color: #EFF0F2;
  text-align: center;
  line-height: 20px;
}
.imgs[data-v-0161d887] {
  padding-left: 5px;
  margin-top: 5px;
  cursor: pointer;
}
.pagination-container[data-v-0161d887] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nodata[data-v-0161d887] {
  width: 100%;
  height: 300px;
  text-align: center;
  padding-top: 20px;
}
.pbGmv[data-v-0161d887] {
  position: absolute;
  right: 9px;
  top: 12px;
}
.score-page[data-v-4a5bbb16] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter_size[data-v-4a5bbb16] {
  font-size: 12px;
  padding: 20px 16px 0 16px;
  height: calc(100% - 53px);
}
.table-inline-title[data-v-4a5bbb16] {
  display: block;
  margin: 0 auto;
  color: #606266;
}
.product-other-item[data-v-4a5bbb16] {
  font-size: 12px;
}
.product-other-item .title[data-v-4a5bbb16] {
  font-weight: bold;
}
.product-other-item .body[data-v-4a5bbb16] {
  color: #909399;
  margin-left: 5px;
  word-wrap: break-word;
}
.product-other-item .lowBudget[data-v-4a5bbb16] {
  margin-left: 2px;
  border-radius: 20%;
  background-color: goldenrod;
  color: white;
}
.product-other-item .statscolors[data-v-4a5bbb16] {
  display: block;
  color: white;
  border-radius: 6%;
  width: 50%;
  margin: 1px auto;
}
.effectTitle[data-v-4a5bbb16] {
  color: #ccc;
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 3px solid #EFF0F2;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.effectTitle .active[data-v-4a5bbb16] {
  color: #666666;
  padding-bottom: 5px;
}
.lines[data-v-4a5bbb16] {
  display: inline-block;
  width: 1px;
  height: 30px;
  border-right: 1px solid #409eff;
  margin-left: 20px;
  margin-right: 20px;
}
.tagTitle[data-v-4a5bbb16] {
  cursor: pointer;
}
.effect-top .Rows[data-v-4a5bbb16] {
  margin-bottom: 20px;
}
.effect-top .Rows .effect-item[data-v-4a5bbb16] {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.effect-top .Rows .effect-item .title[data-v-4a5bbb16] {
  font-size: 20px;
  color: #69696bd9;
  font-weight: bold;
  padding: 10px 0px 10px 0px;
  width: 135px;
  text-align: center;
}
.effect-top .Rows .effect-item .effect-list[data-v-4a5bbb16] {
  padding: 10px 20px 10px 20px;
  border-left: 2px solid #ebebeb;
}
.effect-top .Rows .effect-item .effect-list .name[data-v-4a5bbb16] {
  display: block;
  font-size: 12px;
  color: #999;
  padding-bottom: 5px;
}
.effect-top .Rows .effect-item .effect-list .nums[data-v-4a5bbb16] {
  font-size: 18px;
}
.effect-top .Rows .item-lt .effect-item[data-v-4a5bbb16] {
  margin-right: 25px;
}
.effect-top .Rows .item-rt .effect-item[data-v-4a5bbb16] {
  margin-left: 25px;
}


.lineChart {
  width: 100%;
  height: 100%;
  border: 1px solid #f2f2f2;
}

@charset "UTF-8";
[data-v-26082c80] .el-table thead.is-group th {
  background: #f2f2f2 !important;
}
.score-pagination[data-v-26082c80] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  background: #fff;
}
.app_paddingbottom[data-v-26082c80] {
  padding-bottom: 20px;
}
.filter_size[data-v-26082c80] {
  font-size: 12px;
  padding-bottom: 15px;
}
.app_main[data-v-26082c80] {
  padding: 0 16px;
  /*
  *解决最后一列el-table表头出现空隙及el-table border错乱问题
  */
}
.app_main .main_body[data-v-26082c80] {
  margin: 10px 0;
}
.app_main[data-v-26082c80]  .el-table th.gutter {
  display: table-cell !important;
}
.tab_pane[data-v-26082c80] {
  position: relative;
  margin-bottom: 15px;
  height: 48px;
  line-height: 48px;
  width: 100%;
  border-bottom: 3px solid #EFF0F2;
}
.tab_pane .tab_title .tab_flex[data-v-26082c80] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tab_pane .tab_title .tab_title__text[data-v-26082c80] {
  font-size: 20px;
  color: #666666;
}
.nodata_title[data-v-26082c80] {
  height: 400px;
  line-height: 400px;
  text-align: center;
  color: #888;
  background: #fff;
  border: 1px solid #f2f2f2;
}

.captcha-box[data-v-7fc4be3f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.captcha-container[data-v-7fc4be3f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.captcha-title[data-v-7fc4be3f] {
  width: 100%;
  height: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.captcha-content[data-v-7fc4be3f] {
  width: 100%;
  height: 65%;
  position: relative;
}
.captcha-content-bg[data-v-7fc4be3f] {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.captcha-content-move[data-v-7fc4be3f] {
  left: 0;
  position: absolute;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  height: 100%;
}
.captcha-footer[data-v-7fc4be3f] {
  width: 100%;
  height: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.captcha-foot-content[data-v-7fc4be3f] {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.captcha-foot-content-refresh[data-v-7fc4be3f] {
  width: 20px;
  height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAEJCAYAAACHYUcIAAAL40lEQVR4nO1dfYxU1RU/585by2LCWJpGqo1NbfwAgYjgPyYalSIFG6tbZd64KR8pojapJqCyJWH2ztpgEUuiNrEqLSWWZRZbkVYE/MA1TUwaIW0s4G79SIVgP2zSrn8IkZl7mjOc+3qZfTPvzc7bFeH9kidv733n/t79Ovf3zntzhRQpUqRIkSISGHbBk08+2XbkyJGbEfFmAJgFAOdJ1ocAsJeInj///POfv/POO48328TDCIvF4i2VSmUdAHwjwva9TCZzf3d397YREWqtFQD8xBhzvyQdUEptAICXAOCQpF0AADcYY5YCwGWcoJTim+vSWps4hJ5zXiVDxE+JaLlS6omQQg7yobV+zBhzNyKuZxul+F7hgdg1lGZ8jskQcZ7Wek8cY6319US0k4jOymQyHXGaV/EAkT4DrplLprWeEEIywTnfwzZ8zmVwWZGEPBplgHCfPWEzuru7HzXGvLFmzZov2zQ+5zTOCwo4YXOAy5CyGhPK0GfDDbbPuBZENJsHxrFjx15jIj74nNM4z9aUbWRwgS2rIaHMM5DRaJvq43Hjxl0nd14ltWScxnl8jVOOtZ0FEVDOpD7kXrpq1aqPXFKXjPNqirW258UhHFMocVcgkzqA22dSywNun9bcpLX9MOrmmXCvnN9gE3lA1PZZbZ/WTBlruxcioNgR8yXsrsS9VQcNIr7q9pnbp5xnBw3biKsDW1bDGrLXZ0fMd87uymYUi8V7lVJXuQOEzzmN82ya2HBLvCdlNcSYuzZ3tXg4hvO21yrrvJmMVwytdSzn7a4WXez1ZXn6GReotW64PBFRsDzFIYPPdAF2MZoSI0WKUx+h02LZsmVtQ0NDwbQgouq0QMRgWmSz2eefeuqp1pW37/u3AMA6Imo48RGRHf79pVJp5Mp7cHAwUN6IyMvQBqXUS9lsturahoaGLjDG3EBES4koUN6XXHJJ88rbIeMVY/mll17aUHkPDAzcTURV5T04OAhNKW9uRiJ6jsmUUvO2bNkSa3nK5/PXG2N2AsBZiNgRp3kVDxDuMzjRjMtdss7OzmHK203ja9lG/lwnZTUm5NHIA4T7jJvRZvi+/2ilUnljyZIlgWDic07jPJvGNmzLZXBZkYRWLfMAsX0mtZjNA+Po0aOvMREffC6DZbatKduwLTSrvHk02sTNmzd/3N7efp3ceZXUknEa5/E1QSH/t41W3nZS26FvsXHjxo9cUpeM89xrra0tK6qGYwol7qo6qV1it8/ECRxw+9S91trasqJqWFXL7EFsIg+I2j6r7VN3eji28ZU3uyurvGVAvOr2mdunnGcHDduwLcRV3uz12RHznbO7shmlUuneTCZzlTtA+JzTOM+miYvjlniPy4oiHHPXluH/7N+/f2D69OlnE9E1RJSfNm3af2699dZ9/f39FGbEzThp0qQfENEzTMYrRqlUejzOTY758vTZLcAuRlNipEhx6iONeacx72Rj3haFQoH4CCFMLuYdF4nEvGvR09ODfITlJRLzrkW9JnXQesy7SXwOY95NorWY9wjQWsy7GSQW846LNOZdizTmnca8U5yBSGPeacw72Zi3RS6XIz5q0xONecdFIjHvWvT19SEfYXmJxLxrUa9Jg0KSiHk3g89nzLsZtBzzbhYtx7ybQWIx77hIY96hNYQ05p3GvFOcUcD+/v55APALAPjKWFRcjSWZJRwzMvisgnunDOGnAMAvl78EABPl/NNWCb0Gefxw8pjzN5+38+uGVggb1fCZkLSnWyGLIhwVNCL8Xkja0lZvohHhwwBwDwB8UQ4+fzCivH8CwLdZjdS7AOsJpRGASa4GgL8AwI0AsN2KtLg1bAafAMB3hIyxg3/QEGafBGGFJSoAvF6TvgYAfjNSQm4uXlX+W5PO3fF9APhdiA3nLXJqHZuQa9ABALsA4Lvyt8WPAGBTA1tualZ+/26G8IcAYKX/Hvnb4uP6ZgHeZ7lrbzSK8Ak56qWxvL8pBil/939C0TeYFnvkjUslJC8jwffra6ZDFDbVq+G70m9hZOD0K1+XBYAXAeCrMQjvCiO0I7Kutwi5jsl+DwDjI2yO1hKWnTuPA7clLufgVJh3cVFLeI8zIuPCHbk3yUCqiyR9aSxwDf8+1oS8xv1jLElTpDi1gfv27bM3eIEsqPMB4FwAOCJO+S1x0E/PnDkzyr9Gwrq2uQDwZwA4Jqs6k+cA4Gvyfpd/bfnzJJqOny2+DgC9/GkwAOx08v4lC+fZAPBHALguKcKVAPBrh2yOLLwvy9PxFQBwDQCsSIpwvggdxjf5m2QA+KU8zCwU5ZUYPBkghx1CfgexSta4XQ5RJeLxLhaUPA9YefCKOPM1oje/JQHAK2TUtgwlQ3+RQ9gpNeHm3C3pC+W6luHJU9KfpPl2yWB52Sl4rhDOTKqG78uc46nxUymYn+tnAMB60Slc678lRQhSsxky57bJJxDbRYXNqBk8KVKc5gh9bwEnPlW6kYhuM8ZcDAB8eIj4gfyihOfsLq11udnmGUaotb6JiB4koukNDREPIeIdWuu6747DcNLDTKFQWGmM2c5kiPiuUmqF53mz2tvbJ44fP/4cz/P4Cek+AHibiPg91G6t9SPOzUZ+rRDUsLu7ey0RPYCIZSLqKhaL6xGx7ts1AFhujPkxAHxBKfUQRziMMWvrffh6EmFPT8/V5XL5dUSsyJd7r8RpnmKxONcY8wIRBetkFKH9KJkFEnLN4pLBiVbZjYi/jXs9w5Nv0y5rxsiC+8wYk2vGZsShLyFb26zdiDXKhAkTHo96vE4xJsBCofBJLZFS6mGttR6NG/DkXUQARBw1MggZpTuLxeLKZgooFAr3ImIXEQ1OnTp19oIFC+rF56o4aR4i4pxisTgnLhlfi4iPENG5nuetjiILCLkZ+YsD9omVSmWH1vo+IqrrEzmvUCisMMa8yDaIuK5QKPwhzk0irxK2GbXWXcaYNeLU31FKsY/tF7HMuBAArjXG3AUAFzG3UmqV1jr2+6jQBViWnWkNDRHfQsTVWuuwAHt8QpAm6+npmW+MWSDy4mLJ+isiDiLis93d3TuaIUqR4vODut7E931+B3ibnRbiUT7gH1URUe/kyZOTUd6+73NkPlJ5y08i7ujr6xu58vZ9fyURbRcyfiexIpPJzMpkMhOz2ew5bW1tlyul7kPEtyUetzuXywXKO5/Px1feuVxurby7Lyulunp7exsq74GBgeVEVFXeiPgQIlaVd70PX08i9H3/aiLiN5yVTCYzr7e3N5YYvv322+dWKpUX3HU1irD6UTIRVZW31Cy28u7t7W1aeTe8myhwn9WK4cgaJkkWByNW3pMmTUqV96kBzOVyw5Q3q7hSqTQ2ypvjp6NFBrWjFBF3lkqlppR3Lpfjb6W6WFx1dHQ0p7yJaE4+n4+tvOXaRyRQH195czPKr+w8Itrh+36k8s7n81XlLa3EHyXHU968SvT19VWbMZfLdUlEHxHxHfaxbW1t/Z7nVZV3uVy+8Pjx49ci4l1EdJF8UbKqr69v5MqbF2BZdiKVNzdjqVRKRnnn8/n5RBSqvAHg2VKplCrvFKcp0o040o04RmcjDq31eK31r0LSk9+IQ2s9hYjeNMYsctKu3bp1a/XrrkQ34tBaL2YyIppi0yTktWf//v0LYQQbcXhhG3HYTTeMGT7wlFKHjTHc90t4v7Ea21HZiKPax4g42Uk7jTbiMMbMltODTnJrG3E4u7UsRsSTlDkiTpV/NzrJyWzE0dPTswkRr0TEoDbFYnE1T/IpU6ZUP61PfCMOrfVBJlVKBd8Cs0exojfdiKMW6UYc6UYcKc5ApBtxpBtxjM5GHMuWLRvv+/4w5T0qG3F0dnZOGRoaYjEcKG/f9wPlnehGHL7vLy6Xy28CQKC8OeRFRHu2bdsWKO9mNuLwwjbisJtu8AIbgsPysU+gvNlWVPqobMRh+zhQ3qfXRhzyv/ThfwOt2vJGHHa3FqXUYvn9mYthyjuxjTi2bNmyyfO8K93niFKptJoneUdHR6C8E92IY/PmzQez2SzL/UB5s0exyjvdiCO0hpBuxJGUxACA/wF3j/pSC0uOLAAAAABJRU5ErkJggg==) no-repeat 0 -167px;
}
.captcha-foot-content-close[data-v-7fc4be3f] {
  width: 20px;
  height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAEJCAYAAACHYUcIAAAL40lEQVR4nO1dfYxU1RU/585by2LCWJpGqo1NbfwAgYjgPyYalSIFG6tbZd64KR8pojapJqCyJWH2ztpgEUuiNrEqLSWWZRZbkVYE/MA1TUwaIW0s4G79SIVgP2zSrn8IkZl7mjOc+3qZfTPvzc7bFeH9kidv733n/t79Ovf3zntzhRQpUqRIkSISGHbBk08+2XbkyJGbEfFmAJgFAOdJ1ocAsJeInj///POfv/POO48328TDCIvF4i2VSmUdAHwjwva9TCZzf3d397YREWqtFQD8xBhzvyQdUEptAICXAOCQpF0AADcYY5YCwGWcoJTim+vSWps4hJ5zXiVDxE+JaLlS6omQQg7yobV+zBhzNyKuZxul+F7hgdg1lGZ8jskQcZ7Wek8cY6319US0k4jOymQyHXGaV/EAkT4DrplLprWeEEIywTnfwzZ8zmVwWZGEPBplgHCfPWEzuru7HzXGvLFmzZov2zQ+5zTOCwo4YXOAy5CyGhPK0GfDDbbPuBZENJsHxrFjx15jIj74nNM4z9aUbWRwgS2rIaHMM5DRaJvq43Hjxl0nd14ltWScxnl8jVOOtZ0FEVDOpD7kXrpq1aqPXFKXjPNqirW258UhHFMocVcgkzqA22dSywNun9bcpLX9MOrmmXCvnN9gE3lA1PZZbZ/WTBlruxcioNgR8yXsrsS9VQcNIr7q9pnbp5xnBw3biKsDW1bDGrLXZ0fMd87uymYUi8V7lVJXuQOEzzmN82ya2HBLvCdlNcSYuzZ3tXg4hvO21yrrvJmMVwytdSzn7a4WXez1ZXn6GReotW64PBFRsDzFIYPPdAF2MZoSI0WKUx+h02LZsmVtQ0NDwbQgouq0QMRgWmSz2eefeuqp1pW37/u3AMA6Imo48RGRHf79pVJp5Mp7cHAwUN6IyMvQBqXUS9lsturahoaGLjDG3EBES4koUN6XXHJJ88rbIeMVY/mll17aUHkPDAzcTURV5T04OAhNKW9uRiJ6jsmUUvO2bNkSa3nK5/PXG2N2AsBZiNgRp3kVDxDuMzjRjMtdss7OzmHK203ja9lG/lwnZTUm5NHIA4T7jJvRZvi+/2ilUnljyZIlgWDic07jPJvGNmzLZXBZkYRWLfMAsX0mtZjNA+Po0aOvMREffC6DZbatKduwLTSrvHk02sTNmzd/3N7efp3ceZXUknEa5/E1QSH/t41W3nZS26FvsXHjxo9cUpeM89xrra0tK6qGYwol7qo6qV1it8/ECRxw+9S91trasqJqWFXL7EFsIg+I2j6r7VN3eji28ZU3uyurvGVAvOr2mdunnGcHDduwLcRV3uz12RHznbO7shmlUuneTCZzlTtA+JzTOM+miYvjlniPy4oiHHPXluH/7N+/f2D69OlnE9E1RJSfNm3af2699dZ9/f39FGbEzThp0qQfENEzTMYrRqlUejzOTY758vTZLcAuRlNipEhx6iONeacx72Rj3haFQoH4CCFMLuYdF4nEvGvR09ODfITlJRLzrkW9JnXQesy7SXwOY95NorWY9wjQWsy7GSQW846LNOZdizTmnca8U5yBSGPeacw72Zi3RS6XIz5q0xONecdFIjHvWvT19SEfYXmJxLxrUa9Jg0KSiHk3g89nzLsZtBzzbhYtx7ybQWIx77hIY96hNYQ05p3GvFOcUcD+/v55APALAPjKWFRcjSWZJRwzMvisgnunDOGnAMAvl78EABPl/NNWCb0Gefxw8pjzN5+38+uGVggb1fCZkLSnWyGLIhwVNCL8Xkja0lZvohHhwwBwDwB8UQ4+fzCivH8CwLdZjdS7AOsJpRGASa4GgL8AwI0AsN2KtLg1bAafAMB3hIyxg3/QEGafBGGFJSoAvF6TvgYAfjNSQm4uXlX+W5PO3fF9APhdiA3nLXJqHZuQa9ABALsA4Lvyt8WPAGBTA1tualZ+/26G8IcAYKX/Hvnb4uP6ZgHeZ7lrbzSK8Ak56qWxvL8pBil/939C0TeYFnvkjUslJC8jwffra6ZDFDbVq+G70m9hZOD0K1+XBYAXAeCrMQjvCiO0I7Kutwi5jsl+DwDjI2yO1hKWnTuPA7clLufgVJh3cVFLeI8zIuPCHbk3yUCqiyR9aSxwDf8+1oS8xv1jLElTpDi1gfv27bM3eIEsqPMB4FwAOCJO+S1x0E/PnDkzyr9Gwrq2uQDwZwA4Jqs6k+cA4Gvyfpd/bfnzJJqOny2+DgC9/GkwAOx08v4lC+fZAPBHALguKcKVAPBrh2yOLLwvy9PxFQBwDQCsSIpwvggdxjf5m2QA+KU8zCwU5ZUYPBkghx1CfgexSta4XQ5RJeLxLhaUPA9YefCKOPM1oje/JQHAK2TUtgwlQ3+RQ9gpNeHm3C3pC+W6luHJU9KfpPl2yWB52Sl4rhDOTKqG78uc46nxUymYn+tnAMB60Slc678lRQhSsxky57bJJxDbRYXNqBk8KVKc5gh9bwEnPlW6kYhuM8ZcDAB8eIj4gfyihOfsLq11udnmGUaotb6JiB4koukNDREPIeIdWuu6747DcNLDTKFQWGmM2c5kiPiuUmqF53mz2tvbJ44fP/4cz/P4Cek+AHibiPg91G6t9SPOzUZ+rRDUsLu7ey0RPYCIZSLqKhaL6xGx7ts1AFhujPkxAHxBKfUQRziMMWvrffh6EmFPT8/V5XL5dUSsyJd7r8RpnmKxONcY8wIRBetkFKH9KJkFEnLN4pLBiVbZjYi/jXs9w5Nv0y5rxsiC+8wYk2vGZsShLyFb26zdiDXKhAkTHo96vE4xJsBCofBJLZFS6mGttR6NG/DkXUQARBw1MggZpTuLxeLKZgooFAr3ImIXEQ1OnTp19oIFC+rF56o4aR4i4pxisTgnLhlfi4iPENG5nuetjiILCLkZ+YsD9omVSmWH1vo+IqrrEzmvUCisMMa8yDaIuK5QKPwhzk0irxK2GbXWXcaYNeLU31FKsY/tF7HMuBAArjXG3AUAFzG3UmqV1jr2+6jQBViWnWkNDRHfQsTVWuuwAHt8QpAm6+npmW+MWSDy4mLJ+isiDiLis93d3TuaIUqR4vODut7E931+B3ibnRbiUT7gH1URUe/kyZOTUd6+73NkPlJ5y08i7ujr6xu58vZ9fyURbRcyfiexIpPJzMpkMhOz2ew5bW1tlyul7kPEtyUetzuXywXKO5/Px1feuVxurby7Lyulunp7exsq74GBgeVEVFXeiPgQIlaVd70PX08i9H3/aiLiN5yVTCYzr7e3N5YYvv322+dWKpUX3HU1irD6UTIRVZW31Cy28u7t7W1aeTe8myhwn9WK4cgaJkkWByNW3pMmTUqV96kBzOVyw5Q3q7hSqTQ2ypvjp6NFBrWjFBF3lkqlppR3Lpfjb6W6WFx1dHQ0p7yJaE4+n4+tvOXaRyRQH195czPKr+w8Itrh+36k8s7n81XlLa3EHyXHU968SvT19VWbMZfLdUlEHxHxHfaxbW1t/Z7nVZV3uVy+8Pjx49ci4l1EdJF8UbKqr69v5MqbF2BZdiKVNzdjqVRKRnnn8/n5RBSqvAHg2VKplCrvFKcp0o040o04RmcjDq31eK31r0LSk9+IQ2s9hYjeNMYsctKu3bp1a/XrrkQ34tBaL2YyIppi0yTktWf//v0LYQQbcXhhG3HYTTeMGT7wlFKHjTHc90t4v7Ea21HZiKPax4g42Uk7jTbiMMbMltODTnJrG3E4u7UsRsSTlDkiTpV/NzrJyWzE0dPTswkRr0TEoDbFYnE1T/IpU6ZUP61PfCMOrfVBJlVKBd8Cs0exojfdiKMW6UYc6UYcKc5ApBtxpBtxjM5GHMuWLRvv+/4w5T0qG3F0dnZOGRoaYjEcKG/f9wPlnehGHL7vLy6Xy28CQKC8OeRFRHu2bdsWKO9mNuLwwjbisJtu8AIbgsPysU+gvNlWVPqobMRh+zhQ3qfXRhzyv/ThfwOt2vJGHHa3FqXUYvn9mYthyjuxjTi2bNmyyfO8K93niFKptJoneUdHR6C8E92IY/PmzQez2SzL/UB5s0exyjvdiCO0hpBuxJGUxACA/wF3j/pSC0uOLAAAAABJRU5ErkJggg==) no-repeat 0 -14px;
}
.captcha-track[data-v-7fc4be3f] {
  width: 100%;
  height: 15%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.captcha-track-bar[data-v-7fc4be3f] {
  width: 100%;
  height: 65%;
  background-color: #f5f5f5;
  opacity: .8;
  border-radius: 4px;
}
.captcha-track-bar-mask[data-v-7fc4be3f] {
  border-color: rgb(239, 156, 13);
  background-color: rgb(247, 182, 69);
  width: 0px;
}
@-webkit-keyframes captchaTrackBarLine-data-v-7fc4be3f {
from {
    left: 0;
}
to {
    left: 100%;
}
}
@keyframes captchaTrackBarLine-data-v-7fc4be3f {
from {
    left: 0;
}
to {
    left: 100%;
}
}
.captcha-track-bar-line[data-v-7fc4be3f] {
  -webkit-animation: captchaTrackBarLine-data-v-7fc4be3f 2s infinite;
          animation: captchaTrackBarLine-data-v-7fc4be3f 2s infinite;
  height: 65%;
  width: 5px;
  background-color: #fff;
  position: absolute;
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
  -webkit-box-shadow: 1px 1px 1px #fff;
          box-shadow: 1px 1px 1px #fff;
}
.captcha-track-slider[data-v-7fc4be3f] {
  background-image: url(https://minio.tianai.cloud/public/captcha-btn/btn3.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  position: absolute;
  width: 53px;
  height: 85%;
  border-radius: 5px;
}


.captcha-template[data-v-bfd74948] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.line[data-v-74af8ea3] {
  text-align: center;
}
.loginBox[data-v-74af8ea3] {
  width: 480px;
  height: 485px;
  padding-left: 50px;
  padding-left: 50px;
  border-radius: 6px 6px 6px 6px;
  margin-top: calc((100vh - 485px) / 2);
}
.loginBox .title[data-v-74af8ea3] {
  font-size: 24px;
  color: #272B33;
  padding: 59px 50px 24px 50px;
  line-height: 24px;
  font-weight: 600;
}
.loginBox .login-form .code_img[data-v-74af8ea3] {
  width: 130px;
  height: 52px;
  background: #F5F7FA;
  border-radius: 4px 4px 4px 4px;
  margin-left: 16px;
}
.loginBox .login-form .code_img #canvas[data-v-74af8ea3] {
  width: 100%;
  height: 100%;
}
.loginBox .login-form .tips[data-v-74af8ea3] {
  margin-bottom: 40px;
}
.loginBox .login-form .tips[data-v-74af8ea3]  .el-checkbox__label {
  color: #555;
}
.loginBox .login-form .tips span[data-v-74af8ea3] {
  font-size: 14px;
  color: #2474FF;
  float: right;
  cursor: pointer;
}
.loginBox .login-form .loginBtn[data-v-74af8ea3] {
  width: 100%;
  height: 50px;
  background: #2474FF;
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  color: #FFFFFF;
}
.loginBox .resetBtn[data-v-74af8ea3] {
  width: 100%;
  line-height: 50px;
  height: 50px;
  margin: 10px 0 0 0;
}
.loginBox .normalBtn[data-v-74af8ea3] {
  border: none;
  color: #2474FF;
}
.formItem[data-v-74af8ea3] {
  border-bottom: 1px solid #DADCE0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-74af8ea3] .formItem input {
  border: none;
}
.registerAndLogin[data-v-74af8ea3] {
  margin-left: 90PX;
}
.rgstext[data-v-74af8ea3] {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  max-height: 500px;
  overflow-y: auto;
}
.rgstext h3[data-v-74af8ea3] {
  text-align: center;
}
.flexInput[data-v-74af8ea3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.agreement[data-v-37dfd6fc] {
  font-size: 12px;
}
.login-container[data-v-37dfd6fc] {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login-container .left[data-v-37dfd6fc] {
  width: 100%;
  background: url(../../static/img/login_bg.9f767829.png) left top no-repeat;
  background-size: contain;
  height: 100vh;
}
.login-container .right[data-v-37dfd6fc] {
  width: 100%;
  position: relative;
}
.login-container .right .loginBox[data-v-37dfd6fc] {
  border-radius: 6px 6px 6px 6px;
}
.login-container .right .loginBox .title[data-v-37dfd6fc] {
  font-size: 24px;
  color: #272B33;
  padding: 24px 50px 24px 0px;
  line-height: 24px;
  font-weight: 600;
}
.login-container .right .loginBox .login-form .code_img[data-v-37dfd6fc] {
  width: 130px;
  height: 52px;
  background: #F5F7FA;
  border-radius: 4px 4px 4px 4px;
  margin-left: 16px;
}
.login-container .right .loginBox .login-form .code_img #canvas[data-v-37dfd6fc] {
  width: 100%;
  height: 100%;
}
.login-container .right .loginBox .login-form .tips[data-v-37dfd6fc] {
  margin-bottom: 40px;
}
.login-container .right .loginBox .login-form .tips[data-v-37dfd6fc]  .el-checkbox__label {
  color: #555;
}
.login-container .right .loginBox .login-form .tips span[data-v-37dfd6fc] {
  font-size: 14px;
  color: #2474FF;
  float: right;
  cursor: pointer;
}
.login-container .right .loginBox .login-form .loginBtn[data-v-37dfd6fc] {
  width: 100%;
  height: 50px;
  background: #2474FF;
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  color: #FFFFFF;
}
.login-container .right .loginBox .resetBtn[data-v-37dfd6fc] {
  width: 100%;
  line-height: 50px;
  height: 50px;
  margin: 10px 0 0 0;
}
.login-container .right .loginBox .normalBtn[data-v-37dfd6fc] {
  border: none;
  color: #2474FF;
}
.login-container .right .loginBox.retrievePassword .title[data-v-37dfd6fc] {
  padding: 39px 50px 39px 5px;
}
.login-container .right .loginBox.retrievePassword .loginBtn[data-v-37dfd6fc] {
  width: 100%;
  height: 50px;
  background: #2474FF;
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 65px;
}
.login-container .right .loginBox.retrievePassword .footerBtn[data-v-37dfd6fc] {
  width: 100%;
  height: 50px;
  font-size: 16px;
  margin-top: 20px;
}
.login-container .right .loginBox.retrievePassword .footerBtn .el-button[data-v-37dfd6fc] {
  width: 100%;
  height: 100%;
  margin: 0 0 10px 0;
  font-size: 14px;
}
.loginFooter[data-v-37dfd6fc] {
  position: absolute;
  bottom: 30px;
  font-size: 14px;
  color: #B0B4BC;
  width: 480px;
  text-align: center;
}
.loginFooter a[data-v-37dfd6fc]:hover {
  color: #2474FF;
  border-bottom: 1px solid #2474FF;
}
.codeImg[data-v-37dfd6fc] {
  width: 100%;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
}
.retrievePasswordContent[data-v-37dfd6fc] {
  font-size: 14px;
  color: #545960;
  padding: 44px 0;
  text-align: center;
}
.register[data-v-37dfd6fc] {
  font-size: 14px;
  color: #B0B4BC;
  text-align: center;
  margin-top: 12px;
}
.register span[data-v-37dfd6fc] {
  color: #2474FF;
  cursor: pointer;
}
.chooseManageTitle[data-v-37dfd6fc] {
  padding: 50px 0 24px 40px;
}
.chooseManageTitle span[data-v-37dfd6fc] {
  font-size: 24px;
  color: #272B33;
  display: inline-block;
  width: 50%;
}
.chooseManageTitle span.unselect[data-v-37dfd6fc] {
  font-size: 14px;
  color: #2474FF;
  display: inline-block;
  width: 50%;
  text-align: right;
  padding-right: 45px;
  cursor: pointer;
}
.manageList[data-v-37dfd6fc] {
  width: 400px;
  height: 364px;
  border-radius: 4px;
  margin: 0 40px;
  overflow-y: auto;
}
.manageList ul[data-v-37dfd6fc] {
  padding-left: 0;
  margin: 0;
}
.manageList ul li[data-v-37dfd6fc] {
  list-style: none;
  line-height: 45px;
  padding: 0 10px 0 16px;
  border: 1px solid #DADCE0;
  cursor: pointer;
  margin-bottom: 10px;
  background: #f5f5f5a6;
  border-radius: 4px;
}
.manageList ul li span[data-v-37dfd6fc] {
  display: inline-block;
  width: 95%;
}
.manageList ul li[data-v-37dfd6fc]:hover {
  background-color: #F5F7FA;
}
.disableClick[data-v-37dfd6fc] {
  background-color: rgba(36, 116, 255, 0.7) !important;
  pointer-events: none;
  cursor: not-allowed;
}
.code_imgModel[data-v-37dfd6fc] {
  width: 106px;
  height: 35px;
  background: #F5F7FA;
  border-radius: 4px 4px 4px 4px;
  margin-left: 8px;
}
.code_imgModel img[data-v-37dfd6fc] {
  width: 100%;
  height: 35px;
}
.codeTipStyle[data-v-37dfd6fc] {
  font-size: 10px;
  color: #FF3838;
  margin-left: 101px;
  line-height: 0;
  margin-top: -13px;
}
.logimg[data-v-37dfd6fc] {
  height: 50px;
}
.logimg img[data-v-37dfd6fc] {
  height: 100%;
}
.inputStyle[data-v-37dfd6fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-37dfd6fc] .el-input__inner {
  border: 0px;
}
@media (max-width: 846px) {
.loginFooter[data-v-37dfd6fc] {
    display: none;
}
}
@media (max-width: 1024px) {
.left[data-v-37dfd6fc] {
    display: none;
}
.right[data-v-37dfd6fc] {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    width: 100%;
}
.right .loginBox[data-v-37dfd6fc] {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 120px 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    max-width: 864px;
    margin: 0;
    margin-top: 0px !important;
    padding-bottom: 100px;
}
}
@media (min-width: 1024px) {
.left[data-v-37dfd6fc] {
    display: block;
}
.right .loginBox[data-v-37dfd6fc] {
    padding-left: 50px;
    padding-right: 50px;
    width: 480px;
    margin-top: calc((100vh - 485px) / 2);
}
}
.wscn-http404-container[data-v-6b3aeb0e] {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 40%;
  left: 50%;
}
.wscn-http404[data-v-6b3aeb0e] {
  position: relative;
  width: 1200px;
  padding: 0 50px;
  overflow: hidden;
}
.wscn-http404 .pic-404[data-v-6b3aeb0e] {
  position: relative;
  float: left;
  width: 600px;
  overflow: hidden;
}
.wscn-http404 .pic-404__parent[data-v-6b3aeb0e] {
  width: 100%;
}
.wscn-http404 .pic-404__child[data-v-6b3aeb0e] {
  position: absolute;
}
.wscn-http404 .pic-404__child.left[data-v-6b3aeb0e] {
  width: 80px;
  top: 17px;
  left: 220px;
  opacity: 0;
  -webkit-animation-name: cloudLeft-data-v-6b3aeb0e;
          animation-name: cloudLeft-data-v-6b3aeb0e;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.wscn-http404 .pic-404__child.mid[data-v-6b3aeb0e] {
  width: 46px;
  top: 10px;
  left: 420px;
  opacity: 0;
  -webkit-animation-name: cloudMid-data-v-6b3aeb0e;
          animation-name: cloudMid-data-v-6b3aeb0e;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.wscn-http404 .pic-404__child.right[data-v-6b3aeb0e] {
  width: 62px;
  top: 100px;
  left: 500px;
  opacity: 0;
  -webkit-animation-name: cloudRight-data-v-6b3aeb0e;
          animation-name: cloudRight-data-v-6b3aeb0e;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes cloudLeft-data-v-6b3aeb0e {
0% {
    top: 17px;
    left: 220px;
    opacity: 0;
}
20% {
    top: 33px;
    left: 188px;
    opacity: 1;
}
80% {
    top: 81px;
    left: 92px;
    opacity: 1;
}
100% {
    top: 97px;
    left: 60px;
    opacity: 0;
}
}
@keyframes cloudLeft-data-v-6b3aeb0e {
0% {
    top: 17px;
    left: 220px;
    opacity: 0;
}
20% {
    top: 33px;
    left: 188px;
    opacity: 1;
}
80% {
    top: 81px;
    left: 92px;
    opacity: 1;
}
100% {
    top: 97px;
    left: 60px;
    opacity: 0;
}
}
@-webkit-keyframes cloudMid-data-v-6b3aeb0e {
0% {
    top: 10px;
    left: 420px;
    opacity: 0;
}
20% {
    top: 40px;
    left: 360px;
    opacity: 1;
}
70% {
    top: 130px;
    left: 180px;
    opacity: 1;
}
100% {
    top: 160px;
    left: 120px;
    opacity: 0;
}
}
@keyframes cloudMid-data-v-6b3aeb0e {
0% {
    top: 10px;
    left: 420px;
    opacity: 0;
}
20% {
    top: 40px;
    left: 360px;
    opacity: 1;
}
70% {
    top: 130px;
    left: 180px;
    opacity: 1;
}
100% {
    top: 160px;
    left: 120px;
    opacity: 0;
}
}
@-webkit-keyframes cloudRight-data-v-6b3aeb0e {
0% {
    top: 100px;
    left: 500px;
    opacity: 0;
}
20% {
    top: 120px;
    left: 460px;
    opacity: 1;
}
80% {
    top: 180px;
    left: 340px;
    opacity: 1;
}
100% {
    top: 200px;
    left: 300px;
    opacity: 0;
}
}
@keyframes cloudRight-data-v-6b3aeb0e {
0% {
    top: 100px;
    left: 500px;
    opacity: 0;
}
20% {
    top: 120px;
    left: 460px;
    opacity: 1;
}
80% {
    top: 180px;
    left: 340px;
    opacity: 1;
}
100% {
    top: 200px;
    left: 300px;
    opacity: 0;
}
}
.wscn-http404 .bullshit[data-v-6b3aeb0e] {
  position: relative;
  float: left;
  width: 300px;
  padding: 30px 0;
  overflow: hidden;
}
.wscn-http404 .bullshit__oops[data-v-6b3aeb0e] {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #1482f0;
  opacity: 0;
  margin-bottom: 20px;
  -webkit-animation-name: slideUp-data-v-6b3aeb0e;
          animation-name: slideUp-data-v-6b3aeb0e;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__headline[data-v-6b3aeb0e] {
  font-size: 20px;
  line-height: 24px;
  color: #222;
  font-weight: bold;
  opacity: 0;
  margin-bottom: 10px;
  -webkit-animation-name: slideUp-data-v-6b3aeb0e;
          animation-name: slideUp-data-v-6b3aeb0e;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__info[data-v-6b3aeb0e] {
  font-size: 13px;
  line-height: 21px;
  color: grey;
  opacity: 0;
  margin-bottom: 30px;
  -webkit-animation-name: slideUp-data-v-6b3aeb0e;
          animation-name: slideUp-data-v-6b3aeb0e;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__return-home[data-v-6b3aeb0e] {
  display: block;
  float: left;
  width: 110px;
  height: 36px;
  background: #1482f0;
  border-radius: 100px;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  font-size: 14px;
  line-height: 36px;
  cursor: pointer;
  -webkit-animation-name: slideUp-data-v-6b3aeb0e;
          animation-name: slideUp-data-v-6b3aeb0e;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes slideUp-data-v-6b3aeb0e {
0% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0;
}
100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}
}
@keyframes slideUp-data-v-6b3aeb0e {
0% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0;
}
100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}
}
.wscn-http404-container[data-v-15c20d8c] {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 40%;
  left: 50%;
}
.wscn-http404[data-v-15c20d8c] {
  position: relative;
  width: 1200px;
  padding: 0 50px;
  overflow: hidden;
}
.wscn-http404 .pic-404[data-v-15c20d8c] {
  position: relative;
  float: left;
  width: 600px;
  overflow: hidden;
}
.wscn-http404 .pic-404__parent[data-v-15c20d8c] {
  width: 100%;
}
.wscn-http404 .pic-404__child[data-v-15c20d8c] {
  position: absolute;
}
.wscn-http404 .pic-404__child.left[data-v-15c20d8c] {
  width: 80px;
  top: 17px;
  left: 220px;
  opacity: 0;
  -webkit-animation-name: cloudLeft-data-v-15c20d8c;
          animation-name: cloudLeft-data-v-15c20d8c;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.wscn-http404 .pic-404__child.mid[data-v-15c20d8c] {
  width: 46px;
  top: 10px;
  left: 420px;
  opacity: 0;
  -webkit-animation-name: cloudMid-data-v-15c20d8c;
          animation-name: cloudMid-data-v-15c20d8c;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.wscn-http404 .pic-404__child.right[data-v-15c20d8c] {
  width: 62px;
  top: 100px;
  left: 500px;
  opacity: 0;
  -webkit-animation-name: cloudRight-data-v-15c20d8c;
          animation-name: cloudRight-data-v-15c20d8c;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes cloudLeft-data-v-15c20d8c {
0% {
    top: 17px;
    left: 220px;
    opacity: 0;
}
20% {
    top: 33px;
    left: 188px;
    opacity: 1;
}
80% {
    top: 81px;
    left: 92px;
    opacity: 1;
}
100% {
    top: 97px;
    left: 60px;
    opacity: 0;
}
}
@keyframes cloudLeft-data-v-15c20d8c {
0% {
    top: 17px;
    left: 220px;
    opacity: 0;
}
20% {
    top: 33px;
    left: 188px;
    opacity: 1;
}
80% {
    top: 81px;
    left: 92px;
    opacity: 1;
}
100% {
    top: 97px;
    left: 60px;
    opacity: 0;
}
}
@-webkit-keyframes cloudMid-data-v-15c20d8c {
0% {
    top: 10px;
    left: 420px;
    opacity: 0;
}
20% {
    top: 40px;
    left: 360px;
    opacity: 1;
}
70% {
    top: 130px;
    left: 180px;
    opacity: 1;
}
100% {
    top: 160px;
    left: 120px;
    opacity: 0;
}
}
@keyframes cloudMid-data-v-15c20d8c {
0% {
    top: 10px;
    left: 420px;
    opacity: 0;
}
20% {
    top: 40px;
    left: 360px;
    opacity: 1;
}
70% {
    top: 130px;
    left: 180px;
    opacity: 1;
}
100% {
    top: 160px;
    left: 120px;
    opacity: 0;
}
}
@-webkit-keyframes cloudRight-data-v-15c20d8c {
0% {
    top: 100px;
    left: 500px;
    opacity: 0;
}
20% {
    top: 120px;
    left: 460px;
    opacity: 1;
}
80% {
    top: 180px;
    left: 340px;
    opacity: 1;
}
100% {
    top: 200px;
    left: 300px;
    opacity: 0;
}
}
@keyframes cloudRight-data-v-15c20d8c {
0% {
    top: 100px;
    left: 500px;
    opacity: 0;
}
20% {
    top: 120px;
    left: 460px;
    opacity: 1;
}
80% {
    top: 180px;
    left: 340px;
    opacity: 1;
}
100% {
    top: 200px;
    left: 300px;
    opacity: 0;
}
}
.wscn-http404 .bullshit[data-v-15c20d8c] {
  position: relative;
  float: left;
  width: 300px;
  padding: 30px 0;
  overflow: hidden;
}
.wscn-http404 .bullshit__oops[data-v-15c20d8c] {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #1482f0;
  opacity: 0;
  margin-bottom: 20px;
  -webkit-animation-name: slideUp-data-v-15c20d8c;
          animation-name: slideUp-data-v-15c20d8c;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__headline[data-v-15c20d8c] {
  font-size: 20px;
  line-height: 24px;
  color: #222;
  font-weight: bold;
  opacity: 0;
  margin-bottom: 10px;
  -webkit-animation-name: slideUp-data-v-15c20d8c;
          animation-name: slideUp-data-v-15c20d8c;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__info[data-v-15c20d8c] {
  font-size: 13px;
  line-height: 21px;
  color: grey;
  opacity: 0;
  margin-bottom: 30px;
  -webkit-animation-name: slideUp-data-v-15c20d8c;
          animation-name: slideUp-data-v-15c20d8c;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__return-home[data-v-15c20d8c] {
  display: block;
  float: left;
  width: 110px;
  height: 36px;
  background: #1482f0;
  border-radius: 100px;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  font-size: 14px;
  line-height: 36px;
  cursor: pointer;
  -webkit-animation-name: slideUp-data-v-15c20d8c;
          animation-name: slideUp-data-v-15c20d8c;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes slideUp-data-v-15c20d8c {
0% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0;
}
100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}
}
@keyframes slideUp-data-v-15c20d8c {
0% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0;
}
100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}
}
body[data-v-eb4cc27c] {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
}
header[data-v-eb4cc27c] {
  color: white;
  text-align: center;
}
p[data-v-eb4cc27c], li[data-v-eb4cc27c] {
  line-height: 24px;
  letter-spacing: 1px;
  text-indent: 2em;
}
.container[data-v-eb4cc27c] {
  max-width: 800px;
  margin: 20px auto;
  background: white;
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
h1[data-v-eb4cc27c], h2[data-v-eb4cc27c] {
  color: #333;
}
section[data-v-eb4cc27c] {
  margin-bottom: 20px;
}
.important[data-v-eb4cc27c] {
  color: red;
  font-weight: bold;
}
footer[data-v-eb4cc27c] {
  text-align: center;
  margin-top: 20px;
  padding: 10px;
  background-color: #004085;
  color: white;
}
.dashboard-container[data-v-106c86ed] {
  height: 100%;
  overflow-y: auto;
}
.dashboard-container[data-v-106c86ed] {
  margin-left: 16px;
  margin-right: 16px;
}
.dashboard-text[data-v-106c86ed] {
  font-size: 30px;
  line-height: 46px;
}
.flexItem[data-v-106c86ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block[data-v-106c86ed] {
  background-color: #fff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #EFF0F2;
  padding: 16px;
}
.more[data-v-106c86ed] {
  font-size: 12px;
  cursor: pointer;
}
.more[data-v-106c86ed]:hover {
  color: #5492FF;
}
.tips[data-v-106c86ed] {
  display: inline-block;
  color: #2474FF;
  margin-right: 6px;
}
.ft14[data-v-106c86ed] {
  font-size: 14px;
  color: #272B33;
}
.containerLeft[data-v-106c86ed] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
}
.containerLeft .block1[data-v-106c86ed] {
  padding-left: 16px;
  padding-bottom: 32px;
  margin-bottom: 16px;
}
.containerLeft .img[data-v-106c86ed] {
  padding-left: 9%;
  padding-right: 10%;
}
.containerLeft img[data-v-106c86ed] {
  display: inline-block;
  width: 100%;
}
.containerLeft .block2[data-v-106c86ed], .containerLeft .block3[data-v-106c86ed] {
  margin-right: 16px;
}
.containerLeft .block2[data-v-106c86ed], .containerLeft .block3[data-v-106c86ed], .containerLeft .block4[data-v-106c86ed] {
  height: 335px;
  overflow: hidden;
}
.containRight[data-v-106c86ed] {
  width: 100%;
  max-width: 310px;
  margin-left: 16px;
  background-color: #fff;
}
.containRight .shopLog[data-v-106c86ed] {
  margin-top: 24px;
  margin-bottom: 16px;
}
.containRight .shopLog .pltImg[data-v-106c86ed] {
  margin-right: 2px;
  display: inline-block;
  cursor: pointer;
}
.containRight .shopLog .pltImg img[data-v-106c86ed] {
  width: 90px;
  height: 35px;
  background: #f5f7fa;
}
.containRight .shopLog a[data-v-106c86ed]:last-child {
  margin-right: 0px;
}
.containRight .shopLog[data-v-106c86ed]:last-child {
  margin-bottom: 0px;
}
.containRight .rightBlock1 img[data-v-106c86ed], .containRight .rightBlock2 img[data-v-106c86ed] {
  width: 100%;
  height: 100%;
}
.containRight .rightBlock1[data-v-106c86ed] {
  height: 170px;
  border-top: 16px solid #F5F7FA;
  overflow: hidden;
  padding: 0 12px 12px 12px;
}
.containRight .rightBlock2[data-v-106c86ed] {
  border-top: 16px solid #F5F7FA;
  padding: 0 12px 12px 12px;
  height: 226px;
  overflow: hidden;
}
.containRight .rightBlock3[data-v-106c86ed] {
  border-top: 16px solid #F5F7FA;
  padding-left: 32px;
  padding-right: 32px;
}
.eRow[data-v-106c86ed] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.noticetitle[data-v-106c86ed] {
  font-size: 14px;
  margin-bottom: 16px;
  color: #272B33;
  border-left: 1px solid #2474FF;
  padding-left: 6px;
  line-height: 12px;
}
.notice[data-v-106c86ed] {
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  padding: 0 8px;
}
.notice .lab[data-v-106c86ed] {
  display: inline-block;
  width: 30px;
  text-align: center;
  border-radius: 4px;
  background-color: #F95C4A;
  line-height: 18px;
  color: #fff;
}
.notice .name[data-v-106c86ed] {
  color: #545960;
  width: 122px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.notice .name a[data-v-106c86ed]:hover {
  color: #5492FF;
}
.notice[data-v-106c86ed]:hover {
  background: #F5F7FA;
  border-radius: 2px;
}
.noticeContent .title[data-v-106c86ed] {
  font-size: 20px;
  color: #000000;
  text-align: center;
}
.noticeContent .subhead[data-v-106c86ed] {
  font-size: 12px;
  color: #545960;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 18px;
}
.noticeContent[data-v-106c86ed]  .context {
  font-size: 12px;
  color: #545960;
  line-height: 20px;
}
.noticeContent[data-v-106c86ed]  .context p img {
  width: 100%;
}
.shopDetail[data-v-106c86ed] {
  background-color: #fff;
  padding: 16px;
}
.shopDetail .saleOptions[data-v-106c86ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.dealtFlex[data-v-106c86ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 132px;
  background-color: #f5f7fa;
}
.dealtFlex .sameWidth[data-v-106c86ed] {
  width: calc(100% / 3);
  border-radius: 5px;
  background-color: #fff;
  margin-right: 10px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 12px;
}
.dealtFlex .sameBox[data-v-106c86ed] {
  margin-right: 0;
  border-top: 4px solid #03bd82;
}
.dealtFlex .sameBoxOne[data-v-106c86ed] {
  border-top: 4px solid #2375ff;
}
.dealtFlex .sameBoxTwo[data-v-106c86ed] {
  border-top: 4px solid #fe7831;
}
.dealtFlex .detitle[data-v-106c86ed] {
  font-weight: 600;
  font-size: 14px;
}
.dealtFlex .shop[data-v-106c86ed] {
  margin-top: 13px;
  margin-bottom: 24px;
}
.dealtFlex .box[data-v-106c86ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dealtFlex .box .box-shop .shopCss[data-v-106c86ed] {
  margin-bottom: 21px;
}
.dealtFlex .box .box-shop .routerLink-num[data-v-106c86ed] {
  color: #2375ff;
}
.dealtFlex .box .shop-shibai .shopCss[data-v-106c86ed] {
  margin-bottom: 21px;
}
.dealtFlex .box .shop-shibai .routerLink-num[data-v-106c86ed] {
  color: #2375ff;
}
.deHead[data-v-106c86ed] {
  font-size: 16px;
  background-color: #f5f7fa;
  padding-bottom: 12px;
  font-weight: 600;
}
.dealName[data-v-106c86ed] {
  display: inline-block;
  width: 80px;
  text-align: left;
  padding-right: 30px;
}
.nodata[data-v-106c86ed] {
  font-size: 12px;
  text-align: center;
}
.routerLink[data-v-106c86ed]:hover {
  color: #2474FF;
  text-decoration: underline;
}
.dashtab .el-tabs__header {
  margin-bottom: 32px;
}
.dashtab .el-tabs__nav-wrap::after {
  height: 0px;
}

@keyframes treeTableShow {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@-webkit-keyframes treeTableShow {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}

.ms-tree-space {
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  width: 18px;
  height: 14px;
}
.ms-tree-space::before {
  content: "";
}
.processContainer {
  width: 100%;
  height: 100%;
}
table td {
  line-height: 26px;
}
.tree-ctrl {
  position: relative;
  cursor: pointer;
  color: #545960;
  margin-left: -18px;
}
.el-table .warning-row {
  background-color: #e8f5ff;
}
.el-table .myHidden {
  display: none;
}
.mainTable {
  overflow: auto;
}
.btn_padding {
  padding: 0px;
}
.temName[data-v-2d604177] {
  margin-bottom: 12px;
  font-size: 12px;
}
.temName .name[data-v-2d604177] {
  padding-right: 8px;
}
.manageTemp[data-v-2d604177] {
  color: #2474FF;
}
.redTip[data-v-2d604177] {
  color: red;
  padding-right: 5px;
}
.btns[data-v-dd7eefee] {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 12px;
  font-size: 12px;
}
.container[data-v-24ea6bd6] {
  position: relative;
}
.mainContent[data-v-24ea6bd6] {
  overflow-x: auto;
}
.container .tabContent[data-v-24ea6bd6] {
  padding-left: 24px;
  padding-right: 24px;
}
.collHeard .text-primary-title[data-v-24ea6bd6] {
  font-weight: normal;
}
.shopNum[data-v-24ea6bd6] {
  margin-bottom: 30px;
}
.optionBtn[data-v-24ea6bd6] {
  position: relative;
}
.input_pre[data-v-24ea6bd6] {
  display: inline-block;
  text-align: center;
}
.demo-input-suffix[data-v-24ea6bd6] {
  margin-top: 16px;
}
.demo-input-suffix .labelName[data-v-24ea6bd6] {
  width: 70px;
  display: inline-block;
  text-align: right;
  margin-right: 15px;
  font-size: 12px;
  color: #272B33;
}
.demo-input-suffix .labelName span[data-v-24ea6bd6] {
  color: #FF3838;
}
.navTop[data-v-24ea6bd6] {
  min-width: 1024px;
}
.labelName[data-v-66e22151] {
  display: inline-block;
  width: 100%;
}
.user-tree-box[data-v-514db8f4]  .el-checkbox {
  width: 120px;
}
.dialog-content-title[data-v-58163ab5] {
  margin-bottom: 16px;
}
.dialog-content-title .title-text[data-v-58163ab5] {
  font-size: 16px;
}
.permission-body[data-v-58163ab5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 20px);
}
.permission-body .permission-list[data-v-58163ab5] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 222px;
  margin-right: 10px;
  height: 100%;
}
.permission-body .permission-list ul[data-v-58163ab5] {
  padding: 0;
  min-height: 300px;
  border-right: 1px solid #eee;
  height: 100%;
  background: #fafafa;
}
.permission-body .permission-list ul li[data-v-58163ab5] {
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  color: black;
}
.permission-body .permission-list ul li[data-v-58163ab5]:hover {
  background: #409eff;
  color: #FFFFFF;
}
.permission-body .permission-list ul li.active[data-v-58163ab5] {
  background: #409eff;
  color: #FFFFFF;
}
.permission-body .permission-list ul li .permission-title[data-v-58163ab5] {
  padding: 0 10px;
}
.permission-body .permission-content[data-v-58163ab5] {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  overflow-y: scroll;
}
.permission-body .permission-content .permission-view-type[data-v-58163ab5] {
  height: 40px;
  line-height: 40px;
  border: 1px solid #eee;
  padding: 0 20px;
}
[data-v-58163ab5] .el-tree {
  width: 50%;
  margin-top: 10px;
  border: 1px solid #EFF0F2;
  border-top: 0;
}
[data-v-58163ab5] .el-tree-node .el-tree-node__content {
  margin-bottom: 0;
  border-top: 1px solid #EFF0F2;
  background: transparent !important;
}
[data-v-58163ab5] .el-tree-node__children .el-tree-node .el-tree-node__content {
  border-bottom: 0 !important;
}
[data-v-45511c53] .shopDialog .el-dialog .el-dialog__header .el-dialog__headerbtn {
  right: 54px !important;
}
.mainContent[data-v-45511c53] {
  overflow-x: auto;
}
.actName[data-v-45511c53] {
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
}
.binding-phone p[data-v-45511c53] {
  font-size: 12px;
}
.bindData-ruleForm[data-v-45511c53] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.roleHeader[data-v-45511c53] {
  height: 41px;
  background: #EFF0F2;
  border-radius: 2px 2px 2px 2px;
  line-height: 40px;
  font-size: 12px;
  padding-left: 16px;
  margin-bottom: 12px;
  color: #272B33;
}
.useNmae[data-v-45511c53] {
  margin-bottom: 8px;
}
.useNmae .name[data-v-45511c53] {
  color: #272B33;
  display: inline-block;
  margin-right: 12px;
  font-weight: 600;
}
.roleTip[data-v-45511c53] {
  color: #F29D49;
  font-size: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.shopBox[data-v-45511c53] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border: 1px solid #DADCE0;
  border-radius: 4px;
}
.shopBox .menuSide[data-v-45511c53] {
  width: 104px;
  padding-top: 16px;
  border-right: 1px solid #DADCE0;
}
.shopBox .menuSide .menuUl[data-v-45511c53] {
  padding-left: 0px;
}
.shopBox .menuSide .menuUl li[data-v-45511c53] {
  width: 100%;
  text-align: center;
  line-height: 32px;
  margin-bottom: 8px;
}
.shopBox .menuSide .menuUl li.actived[data-v-45511c53] {
  background-color: #E8F1FF;
  color: #2474FF;
}
.shopBox .list[data-v-45511c53] {
  padding: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.shopBox .shop-check-wrap[data-v-45511c53] {
  background-color: #F5F7FA;
  padding: 12px;
  padding-bottom: 0px;
}
.shopBox .checkbox-item[data-v-45511c53] {
  margin-right: 50px;
  margin-bottom: 12px;
}
.shopBox .shop-check-group[data-v-45511c53] {
  margin-bottom: 8px;
}
.shopBox .pltShop[data-v-45511c53] {
  font-size: 12px;
  color: #545960;
  margin-bottom: 16px;
}
.send-bind-code[data-v-45511c53] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.send-bind-code .el-input[data-v-45511c53] {
  width: 30%;
  margin: 0 10px;
}
.auth-check-node[data-v-2f12fee0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.auth-check-node .auth-check-node__content[data-v-2f12fee0] {
  width: 150px;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #f6f7f8;
  margin-top: -1px;
  border-right: 1px solid #DADCE0;
  border-top: 1px solid #DADCE0;
}
.auth-check-node__group[data-v-2f12fee0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.nochild[data-v-2f12fee0], .is-noChild[data-v-2f12fee0] {
  border-bottom: 0px;
  border-top: 1px solid #DADCE0;
  margin-top: -1px;
}
.isFlex[data-v-2f12fee0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -1px;
  padding-left: 12px;
  border-top: 1px solid #DADCE0;
}
.isFlex .auth-check-node[data-v-2f12fee0] {
  min-width: 120px;
}
.isFlex .auth-check-node__content[data-v-2f12fee0] {
  background-color: unset;
  border: 0px;
}
.auth-check-node__group.is-noChild .auth-check-node__content[data-v-2f12fee0] {
  background-color: #fff;
}
ul li[data-v-2f12fee0] {
  list-style: none;
  margin: 0;
  padding: 0;
}
.auth-wrap[data-v-2f12fee0] {
  margin-top: 10px;
}
.firstName[data-v-2f12fee0] {
  background-color: #EFF0F2;
  line-height: 32px;
  font-size: 14px;
  padding-left: 16px;
}
.navMenu[data-v-2f12fee0] {
  margin-bottom: 12px;
  border: 1px solid #ccc;
  padding-bottom: 16px;
}
.navname[data-v-2f12fee0] {
  margin-left: 5px;
}
.levelContxt[data-v-2f12fee0] {
  padding-left: 16px;
  padding-top: 16px;
  min-width: 150px;
}
.navM2[data-v-2f12fee0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navM3[data-v-2f12fee0] {
  min-width: 150px;
}
.containerTree[data-v-25a7d070] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px 0 10px;
  height: 100%;
  overflow: hidden;
  position: relative;
  overflow-y: scroll;
  font-size: 12px;
  list-style-type: none;
  margin-bottom: 16px;
}
.containerTree .auth-check-group[data-v-25a7d070] {
  color: #545960;
  margin-bottom: 8px;
}
.containerTree .auth-check-wrap[data-v-25a7d070] {
  border: 1px solid #DADCE0;
  line-height: 40px;
  margin-bottom: 16px;
}
.containerTree .no-auth-check[data-v-25a7d070] {
  border: none;
}
.auth-check-wrap .el-checkbox__label {
  font-size: 12px;
}
.menuSave[data-v-b4c9228c] {
  position: absolute;
  right: 56px;
  z-index: 99;
}
.custom-tree-node[data-v-b4c9228c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  padding-right: 8px;
}
.tab-body_title[data-v-b4c9228c] {
  background: #eaeaea;
  padding: 5px 10px;
}
.tab-body_pane[data-v-b4c9228c] {
  padding: 5px 10px;
}
.data_list[data-v-b4c9228c] {
  border: 1px solid #ddd;
  line-height: 30px;
  padding-left: 5px;
}
.data_list .data_left[data-v-b4c9228c] {
  display: inline-block;
  width: 200px;
  border-right: 1px solid #ddd;
  line-height: 30px;
}
.data_list .data_right[data-v-b4c9228c] {
  margin-left: 15px;
  color: dodgerblue;
  cursor: pointer;
}
.el-checkbox.is-bordered.el-checkbox--small.border-checkbox[data-v-b4c9228c] {
  padding: 2px 5px;
  height: 22px;
  margin-left: 5px;
}
.containerTree[data-v-b4c9228c] {
  margin-top: 16px;
  position: relative;
  overflow-y: scroll;
  padding: 0 20px 16px 10px;
  margin-bottom: 0;
}
.ckNamae[data-v-b4c9228c] {
  position: relative;
  display: inline-block;
  line-height: 17px;
}
.useAb[data-v-b4c9228c] {
  width: 50%;
  padding-left: 16px;
  border-left: 1px solid #DADCE0;
  position: absolute;
  left: 50%;
}
.menuSide[data-v-b4c9228c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 93%;
}
.menuUl[data-v-b4c9228c] {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border-right: none;
  min-width: 102px;
  padding-left: 0px;
  text-align: left;
  border-right: 1px solid #DADCE0;
  margin-top: 0px;
  padding-top: 12px;
}
.menuUl li[data-v-b4c9228c] {
  display: block;
  font-style: normal;
  font-size: 12px;
  line-height: 32px;
  padding-left: 16px;
  margin-bottom: 8px;
  margin-right: 16px;
  width: 100%;
  cursor: pointer;
}
.menuUl li.actived[data-v-b4c9228c] {
  background-color: #E8F1FF;
  color: #2474FF;
}
.el-tree[data-v-b4c9228c] {
  max-height: 320px;
}
.role-box[data-v-b4c9228c] {
  margin: 16px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  min-width: 1024px;
}
.role-box .roleSide[data-v-b4c9228c] {
  width: 190px;
  border-right: 1px solid #e4e5e6;
  padding-top: 16px;
}
.role-box .roleSide .head[data-v-b4c9228c] {
  padding: 0 16px;
}
.role-box .roleSide .head p[data-v-b4c9228c] {
  font-size: 14px;
  font-weight: 600;
  color: #272B33;
  display: inline-block;
  width: 80%;
}
.role-box .roleSide .head .addIcon[data-v-b4c9228c] {
  font-size: 16px;
  color: #272B33;
  font-weight: 600;
  width: 20%;
  text-align: right;
  cursor: pointer;
}
.role-box .list[data-v-b4c9228c] {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 16px 0 0px;
}
.role-box .list .top[data-v-b4c9228c] {
  height: 100%;
}
.role-box .search-input[data-v-b4c9228c], .role-box .add-btn[data-v-b4c9228c] {
  width: 100%;
  margin-bottom: 8px;
}
.role-box .el-dropdown-link[data-v-b4c9228c] {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
  color: #606266;
}
.role-box .suffixIcon[data-v-b4c9228c] {
  display: inline-block;
  line-height: 32px;
}
.role-box .suffixIcon .saveIcon[data-v-b4c9228c] {
  width: 12px;
  margin-right: 5px;
}
.role-box .suffixIcon .delIcon[data-v-b4c9228c] {
  width: 10px;
  margin-right: 5px;
}
.role-box .marg[data-v-b4c9228c] {
  margin-top: 8px;
  margin-right: 8px;
}
.role-box .roleNmae[data-v-b4c9228c] {
  padding-left: 16px;
  padding-top: 16px;
  margin-bottom: 16px;
}
.role-box .roleNmae .name[data-v-b4c9228c] {
  margin-right: 16px;
  display: inline-block;
  color: #545960;
  font-size: 14px;
}
.role-box .role-item[data-v-b4c9228c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 32px;
  background-color: #fff;
  margin-bottom: 2px;
  font-size: 12px;
  width: 100%;
  cursor: pointer;
  padding: 0 0 0 6px;
}
.role-box .role-item-active[data-v-b4c9228c] {
  border-radius: 4px;
  color: #2474FF;
  background-color: rgba(36, 116, 255, 0.1);
}
.role-box .role-item .role-name[data-v-b4c9228c] {
  padding-left: 12px;
  display: inline-block;
  width: 150px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 32px;
  line-height: 32px;
}
.list .el-tabs__content {
  height: 100%;
}
.list .el-tabs__header {
  margin-bottom: 0;
}
.list .el-tabs__nav-wrap {
  padding-left: 16px;
}
.list .el-tabs__nav-wrap::after, .list .el-tabs__active-bar {
  height: 1px;
}
.role-list {
  height: calc(100vh - 170px);
  overflow: auto;
  padding-left: 8px;
}
.add-role-list .el-input--suffix .el-input__inner {
  padding-right: 43px;
}
.marg.el-input--suffix .el-input__inner {
  padding-right: 44px !important;
}
.shopManage .el-tabs__header {
  padding-left: 16px;
  margin: 0px;
  background-color: #fff;
}
.container[data-v-44ff69ba] {
  position: relative;
}
.mainContent[data-v-44ff69ba] {
  overflow-x: auto;
}
.operateSplit[data-v-44ff69ba] {
  margin: 0 8px;
}
.fontStyle[data-v-44ff69ba] {
  font-size: 12px;
  color: #F29D49;
  margin: 0;
  line-height: 25px;
}
.chooseNum[data-v-44ff69ba] {
  font-size: 12px;
  color: #272B33;
  display: inline-block;
  border-right: 1px solid #DADCE0;
  padding-right: 16px;
  margin-right: 8px;
}
.main-container div .app-main[data-v-2043409a] {
  background-color: revert !important;
}
.content[data-v-2043409a] {
  background: #FFF;
  padding: 16px 0;
  margin-right: 16px;
  border-radius: 4px;
  margin-left: 16px;
}
.content .contentTitle[data-v-2043409a] {
  border-bottom: 1px solid #EFF0F2;
}
.title[data-v-2043409a] {
  display: inline-block;
  font-size: 14px;
  color: #272B33;
  padding: 0 0 16px 20px;
  line-height: 0px;
}
.btn[data-v-2043409a] {
  float: right;
  margin-right: 20px;
}
.generate[data-v-2043409a] {
  padding: 20px 0 0 50px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.generate span[data-v-2043409a] {
  font-size: 12px;
  color: #555555;
}
.generate span[data-v-2043409a]:nth-of-type(2) {
  margin-left: 10px;
}
.mainContent[data-v-694980ff] {
  overflow-x: auto;
}
.messageCenter[data-v-694980ff] {
  height: calc(100vh - 37px);
  border: 1px solid #DADCE0;
  border-radius: 4px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 1024px;
}
.messageCenter .left[data-v-694980ff] {
  width: 122px;
  height: 100%;
  text-align: center;
  margin: 12px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.messageCenter .left p[data-v-694980ff] {
  line-height: 0px;
  height: 32px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.messageCenter .left p.active[data-v-694980ff] {
  background: rgba(36, 116, 255, 0.1);
  color: #2474FF;
}
.messageCenter .left p[data-v-694980ff]:hover {
  background: #F5F7FA;
}
.messageCenter .middle[data-v-694980ff] {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  width: 700px;
  height: 100%;
  border-left: 1px solid #DADCE0;
  border-right: 1px solid #DADCE0;
  background: #fff;
}
.messageCenter .middle .header[data-v-694980ff] {
  padding: 12px 0 12px 16px;
  border-bottom: 1px solid #DADCE0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.messageCenter .right[data-v-694980ff] {
  padding: 32px 24px 24px 24px;
}
.messageCenter .right .title[data-v-694980ff] {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.messageCenter .right .content[data-v-694980ff] {
  font-size: 12px;
  color: #545960;
  line-height: 20px;
}
.message-detail > div[data-v-694980ff] {
  padding: 0 10px;
}
.message-detail[data-v-694980ff]  img {
  width: 100%;
  height: 100%;
}
.message-detail h5[data-v-694980ff] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.message-detail h5 span[data-v-694980ff] {
  cursor: pointer;
}
.message-detail h2[data-v-694980ff] {
  color: #555555;
  text-align: center;
  font-size: 18px;
}
.message-detail p[data-v-694980ff] {
  font-size: 12px;
  text-align: center;
  margin-bottom: 30px;
}
.message-detail[data-v-694980ff]  div p {
  color: #555555;
  line-height: 25px;
  font-size: 12px;
}
[data-v-694980ff] .el-tabs__header {
  margin: 0;
  padding: 0 20px;
}
[data-v-694980ff] .el-tabs__nav-wrap::after {
  height: 0 !important;
}
.app-breadcrumb.el-breadcrumb[data-v-2d3cba7c] {
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  margin-left: 8px;
}
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-2d3cba7c] {
  color: #97a8be;
  cursor: text;
}
.pagination-container[data-v-2d3cba7c] {
  padding: 10px 20px;
}
.tableRemark[data-v-2d3cba7c] {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
#app .withoutAnimation[data-v-470a76aa] {
  overflow: hidden !important;
}
.app-container[data-v-470a76aa] {
  background: none;
}
#app .withoutAnimation[data-v-f86f06a8] {
  overflow: hidden !important;
}
.app-container[data-v-f86f06a8] {
  background: none;
}
