* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
html {
  font-size: 14px;
}
@media screen and (min-width: 150px) and (max-width: 1000px) {
html {
    font-size: 14px;
}
}
@media screen and (min-width: 1000px) and (max-width: 1280px) {
html {
    font-size: 15px;
}
}
@media screen and (min-width: 1280px) and (max-width: 1600px) {
html {
    font-size: 16px;
}
}
@media screen and (min-width: 1600px) and (max-width: 1921px) {
html {
    font-size: 17px;
}
}
@media screen and (min-width: 1921px) and (max-width: 2240px) {
html {
    font-size: 19px;
}
}
@media screen and (min-width: 2240px) and (max-width: 2561px) {
html {
    font-size: 20px;
}
}
@media screen and (min-width: 2561px) and (max-width: 3000px) {
html {
    font-size: 21px;
}
}
@media screen and (min-width: 3000px) {
html {
    font-size: 22px;
}
}
#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #676a6c;
  height: 100%;
  overflow: auto;
}
textarea {
  font-family: inherit;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
/* fade 弹窗动画过渡 */
.fade-enter-active {
  transition: transform 0.3s;
}
.fade-leave-active {
  transition: all 0.3s;
}
.fade-enter {
  opacity: 0;
  -ms-transform: translateX(30px);
      transform: translateX(30px);
}
.fade-leave-to {
  opacity: 0;
  -ms-transform: translateX(-30px);
      transform: translateX(-30px);
}
/* maskFade 遮罩动画过渡 */
.maskFade-leave-active,
.maskFade-enter-active {
  transition: all 0.3s;
}
.maskFade-enter {
  opacity: 0;
}
.maskFade-leave-to {
  opacity: 0;
}
.el-popper {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}
.stepMain .r20 {
  overflow: hidden;
}
.el-select-dropdown {
  margin: 6px 0 !important;
}
.el-select-dropdown .el-select-dropdown__item {
  height: 30px;
  line-height: 30px;
}
.uploadimgtips {
  line-height: 18px;
  color: #999;
}
.noselect {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.el-dialog .showImg img,
.el-dialog .showImg video {
  width: 100%;
}
.viewer-toolbar > ul > li {
  width: 30px;
  height: 30px;
  margin: 4px;
}
.viewer-toolbar > ul > li::before {
  margin: 5px;
}
.viewer-toolbar > ul > .viewer-large {
  margin: 4px;
}
.viewer-fade {
  opacity: 1;
}
.el-row {
  border-top: 1px solid #e7eaec;
  border-left: 1px solid #e7eaec;
}
.el-row .el-col {
  min-height: 45px;
  border-right: 1px solid #e7eaec;
  border-bottom: 1px solid #e7eaec;
}
.el-row .el-col:nth-of-type(odd) {
  padding: 0 2px 0 15px;
  background: #f9f9f9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.el-row .el-col:nth-of-type(even) {
  padding: 0 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.el-row .el-select {
  width: 100%;
}
.el-row .el-textarea__inner {
  padding: 5px 10px;
}
.newrow {
  background: #f9f9f9;
  border: 1px solid #e7eaec;
  border-top: none;
  display: -ms-flexbox;
  display: flex;
}
.newrow .el-col {
  border: none;
}
.newrow .el-col-4 {
  height: auto !important;
  border-right: 1px solid #e7eaec;
}
.newrow .el-col-20 {
  background: #fff;
  word-break: break-all;
  line-height: 24px !important;
}
.red {
  color: red;
  margin-right: 5px;
  margin-top: 5px;
}
.break {
  word-break: break-all;
}
.fullwidth {
  width: 100% !important;
}
.fullheight {
  height: 100% !important;
}
.hide {
  opacity: 0;
  width: 1px;
  text-indent: -9999px;
  overflow: hidden;
}
.bgwhite {
  background: #fff !important;
}
.formtable {
  border-spacing: 0;
  width: 100%;
}
.formtable tr {
  width: 100%;
}
.formtable tr td {
  border-right: 1px solid #e7eaec;
  border-bottom: 1px solid #e7eaec;
  min-height: 45px;
}
.formtable tr td:nth-of-type(odd) {
  width: 16.666666%;
  padding: 0 2px 0 15px;
  background: #f9f9f9;
  line-height: 45px;
  box-sizing: border-box;
}
.formtable tr td:nth-of-type(even) {
  width: 33.333333%;
  padding: 8px;
  background: #fff;
}
.onelinetable tr td:nth-of-type(odd) {
  width: 16.666667%;
}
.onelinetable tr td:nth-of-type(even) {
  width: 83.333333%;
}
.dialogForm {
  border-left: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  box-sizing: border-box;
}
.dialogForm .el-form-item {
  width: 50%;
  margin: 0px !important;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  background: #f9f9f9;
  box-sizing: border-box;
}
.dialogForm .el-form-item .el-form-item__label {
  padding: 4px 0 4px 6px;
  font-size: 13px;
  text-align: left;
  height: 100%;
}
.dialogForm .el-form-item .el-form-item__content {
  border-left: 1px solid #dbdbdb;
  background: #fff;
  padding: 4px 2px 4px 10px;
  box-sizing: border-box;
  width: calc(100% - 160px);
}
.dialogForm .el-form-item .el-form-item__content .el-form-item__error {
  display: none;
}
.dialogForm .el-form-item .el-form-item__content > .el-input,
.dialogForm .el-form-item .el-form-item__content .el-select,
.dialogForm .el-form-item .el-form-item__content .el-input-number {
  width: 70%;
}
.dialogForm .el-form-item .el-form-item__content .el-input__inner {
  padding: 0 10px;
}
.dialogForm .el-form-item .el-form-item__content .el-textarea__inner {
  padding: 5px 10px;
}
.dialogForm .el-form-item .el-form-item__content .el-textarea {
  padding-right: 8px;
  box-sizing: border-box;
  min-height: 36px;
}
.dialogForm .el-form-item .el-form-item__content .el-textarea .el-textarea__inner {
  min-height: 36px !important;
}
.dialogForm .el-form-item .el-form-item__content .el-date-editor {
  width: calc(100% - 10px);
  min-width: 305px;
  padding-right: 0;
  height: 34px;
}
.dialogForm .el-form-item .el-form-item__content .el-date-editor .el-input__inner {
  padding-left: 30px;
}
.dialogForm .el-form-item .el-form-item__content .el-date-editor .el-range-separator {
  line-height: 34px;
  padding: 0 2px;
}
.dialogForm .el-form-item:not(.is-required) .el-form-item__label {
  text-indent: 9px;
}
.dialogForm .is-required:not(.is-no-asterisk) > .el-form-item__label:before {
  height: 16px;
  margin-right: 2px;
  font-weight: bold;
  position: relative;
  top: 3px;
}
.dialogForm .zhanwei {
  background: #fff;
}
.dialogForm .zhanwei .el-form-item__label,
.dialogForm .zhanwei .el-form-item__content {
  opacity: 0;
}
.dialogForm .el-range-editor.el-input__inner {
  display: -ms-flexbox;
  display: flex;
}
.addRequire .el-form-item__label {
  text-indent: 0 !important;
}
.addRequire .el-form-item__label:before {
  content: '*';
  color: #F56C6C;
  margin-right: 4px;
  height: 16px;
  font-weight: bold;
  position: relative;
  top: 3px;
}
.popupmain .el-input,
.popupmain .el-input--medium,
.popupmain .el-select,
.popupmain .el-input-number {
  width: 100%;
  font-size: 16px !important;
}
.popupmain .el-radio__inner {
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
}
.popupmain .el-radio__label {
  font-size: 16px !important;
}
.popupmain .el-select__caret {
  color: #3C464F !important;
  font-size: 16px !important;
  font-weight: bold;
}
.popupmain .el-input__inner {
  padding: 0 10px;
}
.popupmain .el-textarea__inner {
  padding: 5px 10px;
}
.popupmain .el-textarea {
  box-sizing: border-box;
  min-height: 36px;
}
.popupmain .el-textarea .el-textarea__inner {
  min-height: 36px !important;
}
.popupmain .el-date-editor {
  width: 100%;
  min-width: 305px;
  padding-right: 0;
}
.popupmain .el-date-editor .el-input__inner {
  padding-left: 30px;
}
.popupmain .el-date-editor .el-range-separator {
  padding: 0 2px;
}
.popupDetail .r8,
.popupDetail .r16,
.popupDetail .r20 {
  padding-left: 12px;
}
.formTitle {
  margin-bottom: 6px;
  color: #38C22E;
  font-size: 18px;
}
.formUnit {
  position: absolute;
  right: 12px;
  margin: auto;
}
.formSubmitBtn {
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  padding: 0px 30px;
  background: #3C464F;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-left: 20px;
}
.formSubmitBtn:hover {
  opacity: 0.8;
}
.formSubmitBtn:active {
  opacity: 1;
}
.formCancel {
  color: #3C464F;
  background: #EAEFF3;
}
.formCancel:hover {
  opacity: 0.9;
  background: #e0e8f0;
}
.search-form-inline {
  padding: 8px 10px 0;
  background: #fff;
  margin-bottom: 10px;
}
.search-form-inline .el-form-item {
  height: 30px;
  line-height: 30px;
  margin-bottom: 8px;
  margin-right: 18px !important;
}
.search-form-inline .el-form-item .el-form-item__label {
  line-height: 30px;
  padding-right: 6px;
}
.search-form-inline .el-form-item .el-form-item__content {
  line-height: 30px;
}
.search-form-inline .el-form-item .el-form-item__content .el-input__inner {
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  width: 120px;
}
.search-form-inline .el-form-item .el-form-item__content .el-select {
  width: 120px;
}
.search-form-inline .el-form-item .el-form-item__content .el-input__suffix .el-input__icon {
  line-height: 30px;
}
.search-form-inline .el-form-item .el-form-item__content .el-date-editor .el-input__inner {
  padding-left: 30px;
}
.search-form-inline .el-form-item .el-form-item__content .el-date-editor .el-icon-date {
  line-height: 30px;
}
.search-form-inline .el-form-item .el-form-item__content .el-date-editor--month {
  width: 120px;
}
.search-form-inline .el-form-item .el-form-item__content .el-range-editor {
  width: 350px;
}
.search-form-inline .selfWidth .el-select {
  width: 200px !important;
}
.search-form-inline .selfWidth .el-select .el-input__inner {
  width: 200px !important;
}
.el-table__fixed {
  height: 100% !important;
}
.el-table {
  font-size: 13px !important;
}
.el-table .tbox {
  text-align: left;
}
.el-table thead {
  color: #565656 !important;
}
.el-table thead th .cell {
  text-align: center;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table .el-table__fixed {
  height: 100% !important;
}
.el-table .el-table__fixed th {
  background: #ebeef1;
  border-color: #dbdbdb;
}
.el-table .el-table__header-wrapper th {
  background: #edf2f6;
  font-size: 13px;
  border-color: #dbdbdb;
}
.el-table .el-table__body td .cell {
  padding: 0 6px;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: initial;
  line-height: 18px;
}
.el-table .el-table__body td .cell img {
  display: block;
}
.el-table .el-table__body tr td:nth-last-child(1) .cell {
  word-break: normal;
  white-space: normal;
}
.el-table--striped .el-table__body tr.el-table__row--striped td,
.el-table__body tr.hover-row td {
  background: #F7FAFD !important;
}
.el-table .el-table__fixed-right-patch,
.el-table th.el-table__cell {
  background: #edf2f6 !important;
}
.setRemark {
  word-break: break-all;
  white-space: normal;
}
.remarkBox {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tinfo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.tinfo .tinfo_label {
  width: 70px;
  text-align: right;
}
.el-picker-panel .el-picker-panel__content {
  padding: 3px;
}
.el-picker-panel .el-picker-panel__content .el-date-table td {
  padding: 0;
  width: auto;
  height: 28px;
  line-height: 28px;
}
.el-picker-panel .el-picker-panel__content .el-date-table td div {
  padding: 0;
  height: 28px;
}
.el-picker-panel .el-picker-panel__content .el-date-table th {
  padding: 0;
}
.el-picker-panel .el-picker-panel__icon-btn {
  padding: 3px 5px;
}
.el-picker-panel .el-input__inner {
  text-align: center;
  padding: 0 10px;
}
.el-picker-panel .el-picker-panel__footer .el-button--default {
  background-color: #409EFF;
  color: #fff;
}
.el-picker-panel .el-picker-panel__footer .el-button--default:hover {
  background-color: #409EFF;
  color: #fff;
}
.el-picker-panel .el-picker-panel__footer .is-disabled {
  background-color: #fff;
  color: #c0c4cc;
}
.el-picker-panel .el-picker-panel__footer .is-disabled:hover {
  background-color: #fff;
  color: #c0c4cc;
}
.el-date-range-picker {
  width: 470px !important;
}
.el-date-range-picker .el-picker-panel__body {
  min-width: 400px !important;
}
.el-time-range-picker {
  width: 284px !important;
}
.el-time-range-picker .el-time-range-picker__content {
  padding: 0;
}
.el-select-dropdown.el-popper {
  min-width: 120px;
}
.amap-info-contentContainer .amap-info-content {
  background: none;
  padding: 0;
}
.amap-info-contentContainer .amap-info-close {
  font-size: 20px;
  top: 10px;
  right: 10px !important;
  background: #fff;
  color: #1e8ff5;
  border-radius: 50%;
  padding: 3px;
  text-indent: -1px;
  line-height: 12px;
}
.velmld-overlay {
  z-index: 1000 !important;
}
.layoutbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #e7eaec;
  border-left: 1px solid #e7eaec;
  margin-bottom: 15px;
}
.layoutbox > div {
  box-sizing: border-box;
  min-height: 45px;
  border-right: 1px solid #e7eaec;
  border-bottom: 1px solid #e7eaec;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 3px;
  position: relative;
}
.layoutbox > div > div {
  position: relative;
}
.layoutbox img {
  max-height: 308px;
  max-width: 308px;
}
.layoutbox .r3 {
  background: #f9f9f9;
  width: 12.5%;
  padding-left: 15px;
}
.layoutbox .r4 {
  background: #f9f9f9;
  width: 16.666667%;
  padding-left: 15px;
}
.layoutbox .r6 {
  width: 25%;
  word-break: break-all;
}
.layoutbox .r8 {
  width: 33.333333%;
  word-break: break-all;
}
.layoutbox .r9 {
  width: 37.5%;
  word-break: break-all;
}
.layoutbox .r12 {
  width: 50%;
  word-break: break-all;
}
.layoutbox .r16 {
  width: 66.666667%;
  padding-left: 15px;
}
.layoutbox .r18 {
  width: 75%;
  word-break: break-all;
}
.layoutbox .r20 {
  width: 83.333333%;
  word-break: break-all;
}
.layoutbox .r21 {
  width: 87.5%;
  word-break: break-all;
}
.layoutbox .r24 {
  width: 100%;
  word-break: break-all;
}
.layoutbox .require:before {
  content: '*';
  font-size: 20px;
  color: red;
  margin-left: -10px;
  margin-right: 2px;
  margin-bottom: -7px;
  line-height: 14px;
}
.layoutbox input::-webkit-input-placeholder {
  font-size: 16px;
}
.layoutbox .el-range-separator {
  line-height: 34px;
}
.tableTotalInfo {
  background: #F9F6F3;
  border: 1px solid #F7F1E4;
  border-radius: 4px;
  color: #B69A7E;
  font-size: 14px;
  padding: 8px 24px 8px 10px;
  margin-bottom: 10px;
}
.tableTotalInfo strong {
  color: #D47B07;
  margin: 0 4px;
}
.bigScreen {
  height: 100% !important;
  display: block !important;
}
.el-image-viewer__wrapper .el-icon-circle-close {
  color: #fff;
}
.dialog-enter-active {
  -webkit-animation: dialog-in 0.3s;
          animation: dialog-in 0.3s;
}
.dialog-leave-active {
  animation: dialog-in 0.3s reverse;
}
@-webkit-keyframes dialog-in {
0% {
    transform: translate(30%) translateZ(600px) rotate(20deg) scaleY(0);
    transform-origin: bottom right;
}
100% {
    transform: translate(0%) translateZ(0) rotate(0deg) scaleY(1);
    transform-origin: bottom right;
}
}
@keyframes dialog-in {
0% {
    transform: translate(30%) translateZ(600px) rotate(20deg) scaleY(0);
    transform-origin: bottom right;
}
100% {
    transform: translate(0%) translateZ(0) rotate(0deg) scaleY(1);
    transform-origin: bottom right;
}
}
.drawer-enter-active {
  -webkit-animation: drawer-in 0.2s;
          animation: drawer-in 0.2s;
}
.drawer-leave-active {
  animation: drawer-in 0.2s reverse;
}
@-webkit-keyframes drawer-in {
0% {
    transform: translate(100%);
}
100% {
    transform: translate(0%);
}
}
@keyframes drawer-in {
0% {
    transform: translate(100%);
}
100% {
    transform: translate(0%);
}
}
.detail_imgbox {
  height: 90px !important;
}
.detail_imgbox .img {
  max-height: 80px;
  margin: 5px 5px 0 0;
  border-radius: 10px;
}
.search_box .search_input {
  width: 200px;
}
.custom_row .custom_tip {
  color: #6B7279;
  font-size: 16px;
  margin-bottom: 10px;
}
.custom_row .custom_content {
  padding: 15px 10px;
  background: #F9F9F9;
  border: 1px solid #D8E0E6;
  border-radius: 6px;
}
.custom_row .custom_content .custom_default {
  font-size: 14px;
  color: #47B34F;
  margin-bottom: 7px;
  cursor: pointer;
}
.custom_row .custom_content .check_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.custom_row .custom_content .check_box .checked_item {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.custom_row_foot_box {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.custom_row_foot_box .ItemBtn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #6B7279;
  border-radius: 4px;
  color: #3C464F;
  font-size: 16px;
  cursor: pointer;
}
.custom_row_foot_box .submitBtn {
  color: white;
  margin-left: 40px;
}
.deleteOutBox {
  width: 600px;
  border: 0;
}
.deleteOutBox .el-message-box__header {
  background: #FAFAFA;
  border-bottom: 1px solid #E4E4E4;
  font-size: 18px;
  padding: 15px 15px 15px 0;
}
.deleteOutBox .el-message-box__header .el-message-box__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 20px;
  font-weight: bold;
}
.deleteOutBox .el-message-box__header .el-message-box__title::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 24px;
  margin-right: 8px;
  background: #3C464F;
}
.deleteOutBox .el-message-box__header .el-message-box__close {
  font-size: 24px;
}
.deleteOutBox .el-message-box__btns {
  border-top: 1px solid #E4E4E4;
  padding: 15px 20px 5px 0;
}
.deleteOutBox .el-message-box__btns .el-button {
  line-height: 36px;
  border: none;
  background: #EAEFF3;
  border-radius: 6px;
  color: #3C464F;
  font-size: 18px;
  padding: 0 30px;
}
.deleteOutBox .el-message-box__btns .el-button--primary {
  background: #3C464F;
  color: #fff;
  margin-left: 20px;
}
.deleteBox {
  text-align: center;
  font-size: 16px;
  padding: 40px 0 60px;
}
.deleteBox img {
  margin-bottom: 20px;
}
.el-tooltip__popper {
  max-width: 1000px;
}


.setList[data-v-6718713d] {
  cursor: pointer;
  padding: 8px 10px;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center;
  color: #141414;
  font-size: 14px;
  height: 43px;
  color: #565656;
}
.setList[data-v-6718713d]:hover {
  background-color: rgba(232, 232, 232, 1);
}
.userIcon[data-v-6718713d],.iconfont[data-v-6718713d]{
  /* width: 20px;
  height: 20px;
  font-size: 20px; */
  margin-right: 5px;
  font-weight: bold;
}
.t_label[data-v-6718713d] {
  width: 60px;
}
.t_content[data-v-6718713d] {
  -ms-flex: 1;
      flex: 1;
}

.coupon[data-v-16444f0d] {
  padding: 10px 0;
}
.tips[data-v-16444f0d] {
  padding: 0 10px 20px;
  color: red;
}
.btns[data-v-16444f0d] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.btns .formSubmitBtn[data-v-16444f0d] {
  width: 120px;
  padding: 0;
  text-align: center;
}
.demo-form[data-v-16444f0d] {
  margin-top: 50px;
}
.popupheader[data-v-16444f0d] {
  background: #3c464f;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 42px;
  line-height: 42px;
  color: #ffffff;
  font-size: 18px;
  border-radius: 4px 4px 0 0;
}
.popupheader .el-icon-close[data-v-16444f0d] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto;
  height: 42px;
  line-height: 42px;
  padding: 0 10px 0 12px;
  cursor: pointer;
  color: #eee;
}
.popupheader .el-icon-close[data-v-16444f0d]:hover {
  color: #fff;
  background: rgba(128, 128, 128, 0.1);
}

.titlebox[data-v-9e65d142] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0px 10px;
  margin-bottom: 10px;
  height: 38px;
  border: 1px solid #D8E0E6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.titlebox[data-v-9e65d142]:hover {
  background: #E8F1F8;
}
.titlebox i[data-v-9e65d142] {
  width: 20px;
}
.titlebox .iconColor[data-v-9e65d142] {
  color: #91a0ae;
}
.active[data-v-9e65d142] {
  background: #E8F1F8;
}
.contentbox[data-v-9e65d142] {
  margin-top: -4px;
  padding-bottom: 10px;
}
.contentbox .el-input[data-v-9e65d142] {
  margin-bottom: 5px;
}
.contentbox .el-button[data-v-9e65d142] {
  width: 86px;
  margin-bottom: 5px;
}
.skinlist li[data-v-9e65d142] {
  color: #fff;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 5px;
  cursor: pointer;
}
.skinlist li[data-v-9e65d142]:hover {
  font-size: 14px;
  box-shadow: 0 0 10px 0 rgba(128, 128, 128, 0.5);
}
.black[data-v-9e65d142] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAAeBAMAAABZIQgbAAAAG1BMVEUkM0AlNEEnNkIrOUUwPUg1QEs5Q007RU48Rk8bsbhKAAAAiElEQVRIx63RURWAAAjAQNQKVrCCFaxgBCMYwdg2gI3HAtzPItLOz5Z7sVzDYKz3MBjbMwzG/g6DcUyDbjUB1WoCqtUINKsZKFZDkK+mIF6NQboag3Q1B+FqAbLVBkSrFUhWOxCsdiBYLcF6tQXL1RqsVnuwWN0A89UNMF/dAdPVLTBb3QOT1T9kilJDa5cv9QAAAABJRU5ErkJggg==) center / cover no-repeat;
}
.blue[data-v-9e65d142] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAAeBAMAAABZIQgbAAAAG1BMVEUKX9UKYNYKYdoLZOALZ+cLau4MbfMMbvcMb/hkRoRFAAAAiElEQVRIx63RURWAAAjAQNQKVrCCFaxgBCMYwdg2gI3HAtzPItLOz5Z7sVzDYKz3MBjbMwzG/g6DcUyDbjUB1WoCqtUINKsZKFZDkK+mIF6NQboag3Q1B+FqAbLVBkSrFUhWOxCsdiBYLcF6tQXL1RqsVnuwWN0A89UNMF/dAdPVLTBb3QOT1T9kilJDa5cv9QAAAABJRU5ErkJggg==) center / cover no-repeat;
}
.purple[data-v-9e65d142] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAAeBAMAAABZIQgbAAAAG1BMVEVTLYlULopWMItZNI5dOZFhPpRkQpZmRJdnRZgCO2aoAAAAiElEQVRIx63RURWAAAjAQNQKVrCCFaxgBCMYwdg2gI3HAtzPItLOz5Z7sVzDYKz3MBjbMwzG/g6DcUyDbjUB1WoCqtUINKsZKFZDkK+mIF6NQboag3Q1B+FqAbLVBkSrFUhWOxCsdiBYLcF6tQXL1RqsVnuwWN0A89UNMF/dAdPVLTBb3QOT1T9kilJDa5cv9QAAAABJRU5ErkJggg==) center / cover no-repeat;
}
.green[data-v-9e65d142] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAAeBAMAAABZIQgbAAAAG1BMVEVFoFZGoVdKolpQpWBXqGZeq2xkrnJor3VpsHaRzm1MAAAAiElEQVRIx63RURWAAAjAQNQKVrCCFaxgBCMYwdg2gI3HAtzPItLOz5Z7sVzDYKz3MBjbMwzG/g6DcUyDbjUB1WoCqtUINKsZKFZDkK+mIF6NQboag3Q1B+FqAbLVBkSrFUhWOxCsdiBYLcF6tQXL1RqsVnuwWN0A89UNMF/dAdPVLTBb3QOT1T9kilJDa5cv9QAAAABJRU5ErkJggg==) center / cover no-repeat;
}
.orange[data-v-9e65d142] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAAeBAMAAABZIQgbAAAAG1BMVEXTUQzUUQzWUgvaUgrfUwnjVAjnVAfpVQbqVQYYtSW9AAAAiElEQVRIx63RURWAAAjAQNQKVrCCFaxgBCMYwdg2gI3HAtzPItLOz5Z7sVzDYKz3MBjbMwzG/g6DcUyDbjUB1WoCqtUINKsZKFZDkK+mIF6NQboag3Q1B+FqAbLVBkSrFUhWOxCsdiBYLcF6tQXL1RqsVnuwWN0A89UNMF/dAdPVLTBb3QOT1T9kilJDa5cv9QAAAABJRU5ErkJggg==) center / cover no-repeat;
}

.header[data-v-f2885be6] {
  height: 60px;
  position: relative;
}
.name[data-v-f2885be6] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 470px;
  height: 100%;
  cursor: pointer;
  transition: all 0.3s;
}
.name img[data-v-f2885be6] {
  width: 34px;
  height: 34px;
  margin: 0 8px;
}
.name h1[data-v-f2885be6] {
  font-size: 22px;
  font-family: Microsoft YaHei;
  color: #ffffff;
  font-weight: normal;
}
.tools[data-v-f2885be6] {
  -ms-flex: 1;
      flex: 1;
  height: 100%;
}
.tools .controlBox[data-v-f2885be6] {
  height: 100%;
  padding: 0 10px;
  font-size: 26px;
  cursor: pointer;
}
.tools .toolBox[data-v-f2885be6] {
  height: 100%;
}
.tools .toolBox .item[data-v-f2885be6] {
  padding: 0 15px;
  height: 100%;
  cursor: pointer;
}
.tools .toolBox .glyphicon[data-v-f2885be6] {
  margin-right: 5px;
}
.send .item[data-v-f2885be6] {
  outline: none;
}
.setborder[data-v-f2885be6] {
  border-left: 1px solid #5E6E7C;
  border-right: 1px solid #5E6E7C;
}
.setborder .iconfont[data-v-f2885be6] {
  width: 18px;
}
.headLogo[data-v-f2885be6] {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.fade-transform-leave-active[data-v-5c029602],
.fade-transform-enter-active[data-v-5c029602] {
  transition: all 0.5s;
}
.fade-transform-enter[data-v-5c029602] {
  -ms-transform: translateX(-180px);
      transform: translateX(-180px);
}
.fade-transform-leave-to[data-v-5c029602] {
  -ms-transform: translateX(-180px);
      transform: translateX(-180px);
}
.firstnav[data-v-5c029602] {
  width: 180px;
  height: 100%;
  padding: 5px;
  box-sizing: border-box;
  background: #3C464F url(../../static/img/bgnav.bcb9b23f.png) bottom center / contain no-repeat;
  box-shadow: 0px 2px 6px 0px rgba(178, 180, 182, 0.6);
  color: #eee;
  font-size: 17px;
  position: relative;
  z-index: 1999;
}
.firstnav .item[data-v-5c029602] {
  position: relative;
  padding-right: 10px;
}
.firstnav .item .iconfont[data-v-5c029602] {
  margin-left: 10px;
  margin-right: 8px;
}
.firstnav .item span[data-v-5c029602] {
  -ms-flex: 1;
      flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.firstnav .item .pright[data-v-5c029602] {
  position: absolute;
  top: 16px;
  right: 3px;
  vertical-align: middle;
}
.firstnav .item[data-v-5c029602]:hover {
  background: #EBEFF2;
  border-radius: 10px;
  color: #1A1D1F;
}
.firstnav .active[data-v-5c029602] {
  background: #EBEFF2;
  border-radius: 10px;
  color: #1A1D1F;
}
.openimg[data-v-5c029602] {
  width: 16px;
  height: 50px;
  position: fixed;
  top: 65px;
  left: 180px;
  cursor: pointer;
  z-index: 1998;
}
.item[data-v-5c029602] {
  line-height: 50px;
  cursor: pointer;
}
.ntitle[data-v-5c029602] {
  -ms-flex: 1;
      flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.secondnav[data-v-5c029602] {
  width: 180px;
  box-sizing: border-box;
  background: #273847;
  color: #eee;
  font-size: 15px;
  position: relative;
}
.secondnav .item2[data-v-5c029602] {
  transition: all 0.1s;
}
.secondnav .item2 .tabhead[data-v-5c029602] {
  width: 6px;
  height: 30px;
  background: none;
  border-radius: 0px 4px 4px 0px;
  margin-right: 14px;
}
.secondnav .item2[data-v-5c029602]:hover {
  color: #FFB51E;
  font-size: 16px;
}
.secondnav .active[data-v-5c029602] {
  color: #FFB51E;
}
.secondnav .active .tabhead[data-v-5c029602] {
  background: #FFB51E;
}
.secondnav .closeimg[data-v-5c029602] {
  width: 16px;
  height: 50px;
  position: absolute;
  top: 5px;
  right: 0px;
  cursor: pointer;
}
.menubox[data-v-5c029602] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: auto;
}
.menubox[data-v-5c029602]::-webkit-scrollbar {
  /* 设置滚动条的样式 */
  width: 6px;
  height: 6px;
}
.menubox[data-v-5c029602]::-webkit-scrollbar-track {
  /* 滚动槽 */
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
}
.menubox[data-v-5c029602]::-webkit-scrollbar-thumb {
  /* 滚动条滑块 */
  border-radius: 5px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
}
.firstnav.type1 .active[data-v-5c029602] {
  color: #3C464F;
}
.firstnav.type2 .active[data-v-5c029602] {
  color: #0C6FF8;
}
.firstnav.type3 .active[data-v-5c029602] {
  color: #674598;
}
.firstnav.type4 .active[data-v-5c029602] {
  color: #69B076;
}
.firstnav.type5 .active[data-v-5c029602] {
  color: #EA5506;
}

.setList[data-v-60aab3fa] {
  cursor: pointer;
  padding: 4px 5px;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center;
  color: #141414;
  font-size: 14px;
  height: 30px;
  color: #565656;
}
.setList[data-v-60aab3fa]:hover {
  background-color: #e8e8e8;
}
.setList .glyphicon[data-v-60aab3fa] {
  font-size: 20px;
  width: 20px;
  height: 20px;
  margin-right: 3px;
}
.borderb[data-v-60aab3fa] {
  padding: 0 0 4px 0;
}
.borderb span[data-v-60aab3fa] {
  padding: 4px 5px 0;
}
.toptab[data-v-60aab3fa] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 5px;
}
.toptab i[data-v-60aab3fa] {
  color: #036DFF;
  margin-right: 6px;
  padding: 6px 7px;
  background: #F8F8F8;
}
.bottomtab[data-v-60aab3fa] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 5px 0 0;
}
.bottomtab i[data-v-60aab3fa] {
  color: #FF3131;
  margin-right: 6px;
  padding: 20px 7px;
  background: #F8F8F8;
}
.bottomtab .closetab .setList[data-v-60aab3fa] {
  padding: 0 5px;
}

.tabCont[data-v-fcac55c4] {
  width: 100%;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.tabCont .tabBox[data-v-fcac55c4] {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.tabCont .tabBox > span[data-v-fcac55c4] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tabCont .tabs[data-v-fcac55c4] {
  -ms-flex: 1;
      flex: 1;
  padding-right: 4px;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}
.tabCont .tabs .tab[data-v-fcac55c4] {
  overflow-x: hidden;
  overflow-y: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
}
.tabCont .tabs .tab[data-v-fcac55c4]::-webkit-scrollbar {
  /* 设置滚动条的样式 */
  width: 4px;
  height: 4px;
}
.tabCont .tabs .tab[data-v-fcac55c4]::-webkit-scrollbar-track {
  /* 滚动槽 */
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.tabCont .tabs .tab[data-v-fcac55c4]::-webkit-scrollbar-thumb {
  /* 滚动条滑块 */
  border-radius: 2px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.tabCont .tabs .homeBtn[data-v-fcac55c4] {
  display: inline-block;
  height: 34px;
  line-height: 32px;
  margin-left: 3px;
  font-size: 14px;
  background: #fff;
  color: #6b7279;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 10px;
  border: 1px solid #d9ecff;
  cursor: pointer;
}
.tabCont .tabs .homeBtn .iconshouye[data-v-fcac55c4] {
  font-size: 14px;
  margin-right: 3px;
}
.tabCont .tabs .isHome[data-v-fcac55c4]::before {
  content: iconshouye;
}
.tabCont .tabs .el-tag[data-v-fcac55c4] {
  height: 34px;
  line-height: 32px;
  margin-left: 3px;
  font-size: 14px;
  background: #fff;
  color: #6b7279;
  border-color: #DCDFE6;
  cursor: pointer;
}
.tabCont .tabs .el-tag[data-v-fcac55c4] .el-icon-close {
  color: #fff;
  font-weight: bold;
  background: #3C464F;
  font-size: 14px;
  padding: 2px;
}
.tabCont .tabs .actived[data-v-fcac55c4] {
  background: #3C464F;
  color: #fff;
}
.tabCont .tabs .actived[data-v-fcac55c4] .el-icon-close {
  color: #3C464F;
  background: #fff;
}
.tabCont .arrow[data-v-fcac55c4] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  border-right: 1px solid #eee;
}
.tabCont .arrow[data-v-fcac55c4]:hover {
  background: rgba(0, 0, 0, 0.05);
}
.tabCont .arrow[data-v-fcac55c4]:active {
  background: rgba(0, 0, 0, 0.1);
}
.closeItem[data-v-fcac55c4] {
  font-size: 13px;
  cursor: pointer;
  padding: 0 8px;
  height: 100%;
}
.closeItem i[data-v-fcac55c4] {
  font-size: 16px;
}

/* fade-transform */
.fade-transform-leave-active[data-v-0c94afdc],
.fade-transform-enter-active[data-v-0c94afdc] {
  transition: all 0.2s;
}
.fade-transform-enter[data-v-0c94afdc] {
  opacity: 0;
}
.fade-transform-leave-to[data-v-0c94afdc] {
  opacity: 0;
}
.mainviews[data-v-0c94afdc] {
  -ms-flex: 1;
      flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  background: #F2F6F9;
}
.mainviews[data-v-0c94afdc]::-webkit-scrollbar {
  /* 设置滚动条的样式 */
  width: 8px;
  height: 8px;
}
.mainviews[data-v-0c94afdc]::-webkit-scrollbar-track {
  /* 滚动槽 */
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
}
.mainviews[data-v-0c94afdc]::-webkit-scrollbar-thumb {
  /* 滚动条滑块 */
  border-radius: 5px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.mainviews > div[data-v-0c94afdc] {
  height: 100%;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.mainviews[data-v-0c94afdc] .pages {
  background: #fff;
}
.mainviews[data-v-0c94afdc] .table-page {
  -ms-flex: 1;
      flex: 1;
  overflow: auto;
  padding: 10px;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.tag_box[data-v-52d7fba0] {
  width: 100%;
}
.tag_box .tag[data-v-52d7fba0] {
  margin: 2px 5px;
  margin-left: 0;
}

.needToLogin[data-v-1312c7ba] {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 3000;
}
.needToLogin .posiCenter[data-v-1312c7ba] {
  width: 600px;
  height: 392px;
  box-sizing: border-box;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.needToLogin .posiCenter .bgline[data-v-1312c7ba] {
  display: inline-block;
  width: 4px;
  height: 24px;
  margin-right: 8px;
  position: relative;
  top: 4px;
  background: #3C464F;
}
.needToLogin .posiCenter h3[data-v-1312c7ba] {
  padding-bottom: 15px;
}
.needToLogin .posiCenter h4[data-v-1312c7ba] {
  border-radius: 4px 4px 0 0;
  padding: 15px 15px 15px 0;
  font-size: 20px;
  font-weight: 500;
  color: #111;
  background: #FAFAFA;
  border-bottom: 1px solid #E4E4E4;
}
.needToLogin .posiCenter p[data-v-1312c7ba] {
  font-size: 15px;
  padding: 10px 0 25px;
}
.needToLogin .posiCenter .el-icon-error[data-v-1312c7ba] {
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.needToLogin .loginBtn[data-v-1312c7ba] {
  text-align: right;
  border-top: 1px solid #E4E4E4;
  padding: 15px 20px;
}
.needToLogin .loginBtn .el-button[data-v-1312c7ba] {
  line-height: 36px;
  border: none;
  background: #3C464F;
  color: #fff;
  border-radius: 6px;
  font-size: 18px;
  padding: 0 30px;
}
.lifeWarning .posiCenter[data-v-1312c7ba] {
  width: 800px;
  height: 600px;
  padding: 60px  60px 50px;
}
.lifeWarning .closebtn[data-v-1312c7ba] {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 20px;
  -ms-flex-wrap: bold;
      flex-wrap: bold;
  cursor: pointer;
}
.lifeWarning .warnTitle[data-v-1312c7ba] {
  margin-bottom: 30px;
}
.lifeWarning .warnTitle .wicon[data-v-1312c7ba] {
  width: 80px;
  margin-right: 20px;
}
.lifeWarning .warnTitle h5[data-v-1312c7ba] {
  font-size: 24px;
  color: #231815;
}
.lifeWarning .imgbox[data-v-1312c7ba] {
  height: 300px;
  margin-bottom: 30px;
}
.lifeWarning .imgbox img[data-v-1312c7ba] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lifeWarning .loginBtn[data-v-1312c7ba] {
  text-align: center;
  border: none;
}
.index[data-v-1312c7ba] {
  height: 100%;
  min-width: 1280px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.main[data-v-1312c7ba] {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 60px);
  position: relative;
}
.main .nav[data-v-1312c7ba] {
  position: absolute;
  top: 0;
  left: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  overflow: auto;
}
.main .content[data-v-1312c7ba] {
  transition: all 0.5s;
  margin-left: 360px;
  padding-left: 18px;
  background: #F2F6F9;
  -ms-flex: 1;
      flex: 1;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
}
.main .content .tabCont[data-v-1312c7ba] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main .content .footer[data-v-1312c7ba] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-top: 1px solid #eee;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 13px;
  background: white;
}
.main .content .icon_order[data-v-1312c7ba] {
  position: fixed;
  right: 45px;
  bottom: 80px;
  width: 76px;
  height: 76px;
  cursor: pointer;
  z-index: 9999;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.main .content .icon_order img[data-v-1312c7ba] {
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 50%;
  box-shadow: 0px 0px 19px 1px #509AF0;
}
.main .secondShow[data-v-1312c7ba] {
  margin-left: 360px;
}
.main .nosecondShow[data-v-1312c7ba] {
  margin-left: 180px;
}

.loginm[data-v-02d05874] {
  width: 100%;
  height: 100vh;
  background: url(../../static/img/bg_login_m.43598497.png) no-repeat;
  background-size: cover;
}
.loginm .top_padding[data-v-02d05874] {
  height: 10%;
}
.loginm .logo[data-v-02d05874] {
  margin-bottom: 20px;
  text-align: center;
}
.loginm .logo .logo_img[data-v-02d05874] {
  width: 58px;
  height: 58px;
  margin-bottom: 10px;
}
.loginm .logo h2[data-v-02d05874] {
  font-size: 17px;
  font-weight: bold;
  color: white;
}
.loginm .container[data-v-02d05874] {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}
.loginm .content[data-v-02d05874] {
  padding: 25px;
  background: white;
  border-radius: 2px;
  text-align: center;
  margin: 15px 0;
}
.loginm .content h3[data-v-02d05874] {
  color: #1A1D1F;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 25px;
}
.loginm .content .c_item[data-v-02d05874] {
  height: 33px;
  border: 1px solid #BBC7D3;
  border-radius: 2px;
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 10px;
}
.loginm .content .c_item .infoInput[data-v-02d05874] {
  -ms-flex: 1;
      flex: 1;
  background: none;
  outline: none;
  border: none;
}
.loginm .content .slideVerify[data-v-02d05874] {
  height: 35px;
}
.loginm .content .submitBtn[data-v-02d05874] {
  width: 100%;
  height: 35px;
  background: #0658FF;
  border-radius: 4px;
  border: none;
  outline: none;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 22px;
  cursor: pointer;
}
.loginm .content .submitBtn[data-v-02d05874]:hover {
  opacity: 0.8;
}
.loginm .content .submitBtn[data-v-02d05874]:active {
  opacity: 1;
}
.loginm .content .submit_disable[data-v-02d05874] {
  background: #D5E1FA;
  pointer-events: none;
}
.loginm .content .tip[data-v-02d05874] {
  color: #91A0AE;
  font-size: 12px;
  margin-top: 15px;
}

#login[data-v-46f9c606] {
  min-width: 1440px;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.bot_tip[data-v-46f9c606] {
  position: absolute;
  bottom: 38px;
  left: 0;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color: #FEFFFF;
  text-align: center;
}
.loginTitle[data-v-46f9c606] {
  position: absolute;
  top: 36px;
  left: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.loginTitle .imgTit[data-v-46f9c606] {
  -ms-flex: 1;
      flex: 1;
  height: 66px;
}
.loginTitle .imgTit img[data-v-46f9c606] {
  width: 100%;
  height: 100%;
}
.loginTitle .titleContent[data-v-46f9c606] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.loginTitle .titleContent .titleLogo[data-v-46f9c606] {
  width: 600px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 10px;
}
.loginTitle .titleContent .titleLogo img[data-v-46f9c606] {
  width: 48px;
  height: 48px;
}
.loginTitle .titleContent .titleLogo h2[data-v-46f9c606] {
  margin-left: 16px;
  font-size: 34px;
  font-size: 30px;
  background: linear-gradient(to bottom, #FFFFFF, #00feff);
  -webkit-background-clip: text;
  color: transparent;
}
.loginTitle .titleContent .imgTitle[data-v-46f9c606] {
  height: 17px;
  margin-top: 16px;
}
.login_box[data-v-46f9c606] {
  width: 100%;
  height: calc(100vh - 102px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 102px;
}
.login_box .login_box_content[data-v-46f9c606] {
  display: -ms-flexbox;
  display: flex;
}
.login_box .img_login[data-v-46f9c606] {
  height: 600px;
  margin-right: 117px;
}
.loginBox[data-v-46f9c606] {
  width: 100%;
  height: 100%;
  min-width: 1000px;
  min-height: 680px;
  background-image: url(../../static/img/bg_login.500fed17.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-justify-content: center;
}
.totalBox[data-v-46f9c606] {
  width: 980px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-justify-content: center;
}
.infoBox[data-v-46f9c606] {
  width: 100%;
  height: 620px;
  background: #ffffff;
  box-shadow: 0px 1px 10px 0px rgba(23, 68, 168, 0.3);
  border-radius: 5px;
  padding: 10px;
  padding-top: 20px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
.logIcon[data-v-46f9c606] {
  width: 126px;
  height: 40px;
  margin-left: 10px;
}
.loginInfo[data-v-46f9c606] {
  margin-top: 30px;
  height: calc(100% - 70px);
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-justify-content: space-between;
}
.loginInfoIcon[data-v-46f9c606] {
  width: 541px;
}
.userInfo[data-v-46f9c606] {
  height: 100%;
  width: 480px;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -webkit-justify-content: flex-start;
  padding: 50px 54px;
  background: #FFFFFF;
  border-radius: 2px;
}
.pageTitle[data-v-46f9c606] {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1A1D1F;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.userBox[data-v-46f9c606] {
  width: 100%;
  margin-top: 18px;
}
.userList[data-v-46f9c606] {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -webkit-justify-content: flex-start;
  padding: 10px;
  padding-bottom: 5px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  margin-top: 15px;
}
.infoInput[data-v-46f9c606] {
  width: 100%;
  font-size: 16px;
  height: 34px;
  color: #141414;
  outline: none;
  border: none;
}
.validataInput[data-v-46f9c606] {
  width: calc(100% - 110px);
}
.identifyingImg[data-v-46f9c606] {
  width: 100%;
  height: 32px;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
.submitBtn[data-v-46f9c606] {
  width: 100%;
  height: 54px;
  background: #0658FF;
  border-radius: 8px;
  border: none;
  outline: none;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 25px;
  cursor: pointer;
}
.submitBtn[data-v-46f9c606]:hover {
  opacity: 0.8;
}
.submitBtn[data-v-46f9c606]:active {
  opacity: 1;
}
.submit_disable[data-v-46f9c606] {
  pointer-events: none;
}
.loginTip[data-v-46f9c606] {
  width: 400px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #929292;
  line-height: 20px;
  margin-top: 20px;
}
input[data-v-46f9c606]::-webkit-input-placeholder {
  color: #a9a9a9;
  font-size: 16px;
}
input[data-v-46f9c606]::-moz-placeholder {
  color: #a9a9a9;
  font-size: 16px;
}
input[data-v-46f9c606]:-ms-input-placeholder {
  color: #a9a9a9;
  font-size: 16px;
}
input[data-v-46f9c606]::placeholder {
  color: #a9a9a9;
  font-size: 16px;
}
.viewIcon[data-v-46f9c606] {
  margin-left: 10px;
  font-size: 16px;
  cursor: pointer;
}
.showView[data-v-46f9c606] {
  color: #1e68e2;
  font-weight: bold;
}
.rememberPwdBox[data-v-46f9c606] {
  width: 300px;
  margin: 0 auto;
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.rememberPwdBox > input[data-v-46f9c606] {
  display: block;
  outline: none;
  cursor: pointer;
  margin-top: 1px;
  margin-right: 5px;
}
.rememberPwdBox > label[data-v-46f9c606] {
  font-size: 14px;
  color: #a9a9a9;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
.userInfo[data-v-46f9c606] {
    width: 360px;
    padding: 18px 20px;
}
.login_box .img_login[data-v-46f9c606] {
    height: 480px;
    margin-right: 80px;
}
}
@media screen and (min-width: 1280px) and (max-width: 1600px) {
.userInfo[data-v-46f9c606] {
    width: 400px;
    padding: 24px 28px;
}
.login_box .img_login[data-v-46f9c606] {
    height: 520px;
    margin-right: 90px;
}
}
@media screen and (min-width: 1600px) and (max-width: 1920px) {
.userInfo[data-v-46f9c606] {
    width: 440px;
    padding: 36px 40px;
}
.login_box .img_login[data-v-46f9c606] {
    height: 560px;
    margin-right: 103px;
}
}
@media screen and (min-width: 1920px) {
.userInfo[data-v-46f9c606] {
    width: 480px;
    padding: 50px 54px;
}
.login_box .img_login[data-v-46f9c606] {
    height: 600px;
    margin-right: 117px;
}
}

@font-face {
  font-family: "iconfont"; /* Project id 1920833 */
  src: url(../../static/fonts/iconfont.13c49dcd.woff2) format('woff2'),
       url(../../static/fonts/iconfont.7fbe24fd.woff) format('woff'),
       url(../../static/fonts/iconfont.229473a8.ttf) format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconlinlichongdian:before {
  content: "\e6a7";
}

.iconlinlitingche:before {
  content: "\e6a8";
}

.icongaojingguanli:before {
  content: "\e6a4";
}

.iconjibenxinxi:before {
  content: "\e6a5";
}

.iconshebeiguanli1:before {
  content: "\e6a6";
}

.iconAD:before {
  content: "\e6a3";
}

.iconxiayi:before {
  content: "\e6a1";
}

.iconshangyi:before {
  content: "\e6a2";
}

.iconservice:before {
  content: "\e941";
}

.iconfuwuqi:before {
  content: "\e69d";
}

.iconheimingdan:before {
  content: "\e69e";
}

.iconweiguiguanli:before {
  content: "\e69f";
}

.iconzhanghaoguanli:before {
  content: "\e6a0";
}

.iconBduantingchechangguanli:before {
  content: "\e69c";
}

.iconbanbenguanli:before {
  content: "\e699";
}

.icontingchequanguanli:before {
  content: "\e69a";
}

.iconzhifuqudaopeizhi:before {
  content: "\e69b";
}

.iconpiliangcaozuo1:before {
  content: "\e698";
}

.iconjifenshangcheng1:before {
  content: "\e697";
}

.iconyewuguanli:before {
  content: "\e696";
}

.icondayin:before {
  content: "\e693";
}

.iconzuofei:before {
  content: "\e694";
}

.iconpiliangcaozuo:before {
  content: "\e695";
}

.iconxinzeng1:before {
  content: "\e692";
}

.iconpifu:before {
  content: "\e68d";
}

.icona-yuanjiaojuxing4004:before {
  content: "\e68e";
}

.iconxiugaimima1:before {
  content: "\e68f";
}

.iconzhankai:before {
  content: "\e690";
}

.icona-zhankaikaobei:before {
  content: "\e691";
}

.iconyichang:before {
  content: "\e68c";
}

.iconcaozuo:before {
  content: "\e688";
}

.iconzhongzhi1:before {
  content: "\e689";
}

.iconzhengchang:before {
  content: "\e68a";
}

.iconguanbicaozuo:before {
  content: "\e68b";
}

.iconchezhuguanli:before {
  content: "\e684";
}

.iconshanchu:before {
  content: "\e679";
}

.icontianjia:before {
  content: "\e67a";
}

.iconyunmazhushoulogo:before {
  content: "\e678";
}

.iconbaizha:before {
  content: "\e677";
}

.iconshipinzhuang:before {
  content: "\e676";
}

.iconxinzhihuitingchechangshujuyunpingtai:before {
  content: "\e675";
}

.iconqingshanhushujudaping:before {
  content: "\e674";
}

.icondicishujudaping:before {
  content: "\e673";
}

.icontingcheditu:before {
  content: "\e672";
}

.iconkefuguanli1:before {
  content: "\e671";
}

.iconxinxitongzhi:before {
  content: "\e670";
}

.icondingdanguanli1:before {
  content: "\e66b";
}

.iconjichuxinxi:before {
  content: "\e66c";
}

.iconrenyuanguanli:before {
  content: "\e66d";
}

.iconshebeiguanli:before {
  content: "\e66e";
}

.iconcaiwuguanli1:before {
  content: "\e66f";
}

.iconshangjiaguanli:before {
  content: "\e669";
}

.iconerjitongyongquan:before {
  content: "\e668";
}

.icondici:before {
  content: "\e667";
}

.icondianzifapiao:before {
  content: "\e666";
}

.iconquanping:before {
  content: "\e665";
}

.iconqiehuanbanben:before {
  content: "\e663";
}

.iconshujuduijie:before {
  content: "\e661";
}

.iconwurenxiche:before {
  content: "\e662";
}

.iconchongdianzhuang:before {
  content: "\e65f";
}

.iconzhongzhi:before {
  content: "\e660";
}

.icondapingzhanshi:before {
  content: "\e628";
}

.icondingdanguanli:before {
  content: "\e629";
}

.iconhuiyuanguanli:before {
  content: "\e62a";
}

.iconyunyingguanli:before {
  content: "\e62b";
}

.iconrizhiguanli:before {
  content: "\e62c";
}

.icongongxiangdianche:before {
  content: "\e62d";
}

.icontingchechangguanli:before {
  content: "\e62e";
}

.iconcheweizushou:before {
  content: "\e62f";
}

.icondisuoxiaoshou:before {
  content: "\e630";
}

.iconhuiyuanguanli1:before {
  content: "\e632";
}

.iconshouye:before {
  content: "\e635";
}

.iconzuiqian:before {
  content: "\e636";
}

.iconxiangxia:before {
  content: "\e63a";
}

.iconxitongguanli:before {
  content: "\e63c";
}

.iconzuocexiangxiakuozhan1:before {
  content: "\e63f";
}

.icondanchuangkuozhan1:before {
  content: "\e641";
}

.icondanchuangshouqi1:before {
  content: "\e642";
}

.iconxinxiguanli:before {
  content: "\e646";
}

.iconchuangkeguanli:before {
  content: "\e647";
}

.iconfapiaoguanli:before {
  content: "\e648";
}

.iconcaiwuguanli:before {
  content: "\e649";
}

.iconcheweigongxiang:before {
  content: "\e65c";
}

.iconjifenshangcheng:before {
  content: "\e65d";
}

.iconbaobiaoguanli:before {
  content: "\e65e";
}

.iconzuihou:before {
  content: "\e66a";
}

.iconkuozhan1:before {
  content: "\e631";
}

.iconguanbihei:before {
  content: "\e634";
}

.icondanchuang-gudingdangqianxuanxiangka:before {
  content: "\e64a";
}

.icondanchuangshouqi:before {
  content: "\e64b";
}

.icondanchuangkuozhan:before {
  content: "\e64c";
}

.iconjiaoseguanli:before {
  content: "\e64d";
}

.icondanchuang-guanbixuanxiangka:before {
  content: "\e64e";
}

.iconxiugaimima:before {
  content: "\e64f";
}

.iconyonghuming:before {
  content: "\e650";
}

.icondaoru:before {
  content: "\e651";
}

.iconxinzeng:before {
  content: "\e652";
}

.icondaochu:before {
  content: "\e653";
}

.iconshijianshaixuan:before {
  content: "\e654";
}

.iconzuocexiangxiakuozhan:before {
  content: "\e655";
}

.icongengxin:before {
  content: "\e656";
}

.iconchaxun:before {
  content: "\e657";
}

.iconshoujihaoma:before {
  content: "\e658";
}

.icontuichudenglu:before {
  content: "\e659";
}

.iconguanliyuan:before {
  content: "\e65a";
}

.iconxiugai:before {
  content: "\e65b";
}


/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../../static/fonts/glyphicons-halflings-regular.f4769f9b.eot);
  src: url(../../static/fonts/glyphicons-halflings-regular.f4769f9b.eot?#iefix) format('embedded-opentype'), url(../../static/fonts/glyphicons-halflings-regular.448c34a5.woff2) format('woff2'), url(../../static/fonts/glyphicons-halflings-regular.fa277232.woff) format('woff'), url(../../static/fonts/glyphicons-halflings-regular.e18bbf61.ttf) format('truetype'), url(../../static/img/glyphicons-halflings-regular.f7214668.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
  /* position: relative;
  top: 1px; */
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
  content: "\002a"
}

.glyphicon-plus:before {
  content: "\002b"
}

.glyphicon-eur:before, .glyphicon-euro:before {
  content: "\20ac"
}

.glyphicon-minus:before {
  content: "\2212"
}

.glyphicon-cloud:before {
  content: "\2601"
}

.glyphicon-envelope:before {
  content: "\2709"
}

.glyphicon-pencil:before {
  content: "\270f"
}

.glyphicon-glass:before {
  content: "\e001"
}

.glyphicon-music:before {
  content: "\e002"
}

.glyphicon-search:before {
  content: "\e003"
}

.glyphicon-heart:before {
  content: "\e005"
}

.glyphicon-star:before {
  content: "\e006"
}

.glyphicon-star-empty:before {
  content: "\e007"
}

.glyphicon-user:before {
  content: "\e008"
}

.glyphicon-film:before {
  content: "\e009"
}

.glyphicon-th-large:before {
  content: "\e010"
}

.glyphicon-th:before {
  content: "\e011"
}

.glyphicon-th-list:before {
  content: "\e012"
}

.glyphicon-ok:before {
  content: "\e013"
}

.glyphicon-remove:before {
  content: "\e014"
}

.glyphicon-zoom-in:before {
  content: "\e015"
}

.glyphicon-zoom-out:before {
  content: "\e016"
}

.glyphicon-off:before {
  content: "\e017"
}

.glyphicon-signal:before {
  content: "\e018"
}

.glyphicon-cog:before {
  content: "\e019"
}

.glyphicon-trash:before {
  content: "\e020"
}

.glyphicon-home:before {
  content: "\e021"
}

.glyphicon-file:before {
  content: "\e022"
}

.glyphicon-time:before {
  content: "\e023"
}

.glyphicon-road:before {
  content: "\e024"
}

.glyphicon-download-alt:before {
  content: "\e025"
}

.glyphicon-download:before {
  content: "\e026"
}

.glyphicon-upload:before {
  content: "\e027"
}

.glyphicon-inbox:before {
  content: "\e028"
}

.glyphicon-play-circle:before {
  content: "\e029"
}

.glyphicon-repeat:before {
  content: "\e030"
}

.glyphicon-refresh:before {
  content: "\e031"
}

.glyphicon-list-alt:before {
  content: "\e032"
}

.glyphicon-lock:before {
  content: "\e033"
}

.glyphicon-flag:before {
  content: "\e034"
}

.glyphicon-headphones:before {
  content: "\e035"
}

.glyphicon-volume-off:before {
  content: "\e036"
}

.glyphicon-volume-down:before {
  content: "\e037"
}

.glyphicon-volume-up:before {
  content: "\e038"
}

.glyphicon-qrcode:before {
  content: "\e039"
}

.glyphicon-barcode:before {
  content: "\e040"
}

.glyphicon-tag:before {
  content: "\e041"
}

.glyphicon-tags:before {
  content: "\e042"
}

.glyphicon-book:before {
  content: "\e043"
}

.glyphicon-bookmark:before {
  content: "\e044"
}

.glyphicon-print:before {
  content: "\e045"
}

.glyphicon-camera:before {
  content: "\e046"
}

.glyphicon-font:before {
  content: "\e047"
}

.glyphicon-bold:before {
  content: "\e048"
}

.glyphicon-italic:before {
  content: "\e049"
}

.glyphicon-text-height:before {
  content: "\e050"
}

.glyphicon-text-width:before {
  content: "\e051"
}

.glyphicon-align-left:before {
  content: "\e052"
}

.glyphicon-align-center:before {
  content: "\e053"
}

.glyphicon-align-right:before {
  content: "\e054"
}

.glyphicon-align-justify:before {
  content: "\e055"
}

.glyphicon-list:before {
  content: "\e056"
}

.glyphicon-indent-left:before {
  content: "\e057"
}

.glyphicon-indent-right:before {
  content: "\e058"
}

.glyphicon-facetime-video:before {
  content: "\e059"
}

.glyphicon-picture:before {
  content: "\e060"
}

.glyphicon-map-marker:before {
  content: "\e062"
}

.glyphicon-adjust:before {
  content: "\e063"
}

.glyphicon-tint:before {
  content: "\e064"
}

.glyphicon-edit:before {
  content: "\e065"
}

.glyphicon-share:before {
  content: "\e066"
}

.glyphicon-check:before {
  content: "\e067"
}

.glyphicon-move:before {
  content: "\e068"
}

.glyphicon-step-backward:before {
  content: "\e069"
}

.glyphicon-fast-backward:before {
  content: "\e070"
}

.glyphicon-backward:before {
  content: "\e071"
}

.glyphicon-play:before {
  content: "\e072"
}

.glyphicon-pause:before {
  content: "\e073"
}

.glyphicon-stop:before {
  content: "\e074"
}

.glyphicon-forward:before {
  content: "\e075"
}

.glyphicon-fast-forward:before {
  content: "\e076"
}

.glyphicon-step-forward:before {
  content: "\e077"
}

.glyphicon-eject:before {
  content: "\e078"
}

.glyphicon-chevron-left:before {
  content: "\e079"
}

.glyphicon-chevron-right:before {
  content: "\e080"
}

.glyphicon-plus-sign:before {
  content: "\e081"
}

.glyphicon-minus-sign:before {
  content: "\e082"
}

.glyphicon-remove-sign:before {
  content: "\e083"
}

.glyphicon-ok-sign:before {
  content: "\e084"
}

.glyphicon-question-sign:before {
  content: "\e085"
}

.glyphicon-info-sign:before {
  content: "\e086"
}

.glyphicon-screenshot:before {
  content: "\e087"
}

.glyphicon-remove-circle:before {
  content: "\e088"
}

.glyphicon-ok-circle:before {
  content: "\e089"
}

.glyphicon-ban-circle:before {
  content: "\e090"
}

.glyphicon-arrow-left:before {
  content: "\e091"
}

.glyphicon-arrow-right:before {
  content: "\e092"
}

.glyphicon-arrow-up:before {
  content: "\e093"
}

.glyphicon-arrow-down:before {
  content: "\e094"
}

.glyphicon-share-alt:before {
  content: "\e095"
}

.glyphicon-resize-full:before {
  content: "\e096"
}

.glyphicon-resize-small:before {
  content: "\e097"
}

.glyphicon-exclamation-sign:before {
  content: "\e101"
}

.glyphicon-gift:before {
  content: "\e102"
}

.glyphicon-leaf:before {
  content: "\e103"
}

.glyphicon-fire:before {
  content: "\e104"
}

.glyphicon-eye-open:before {
  content: "\e105"
}

.glyphicon-eye-close:before {
  content: "\e106"
}

.glyphicon-warning-sign:before {
  content: "\e107"
}

.glyphicon-plane:before {
  content: "\e108"
}

.glyphicon-calendar:before {
  content: "\e109"
}

.glyphicon-random:before {
  content: "\e110"
}

.glyphicon-comment:before {
  content: "\e111"
}

.glyphicon-magnet:before {
  content: "\e112"
}

.glyphicon-chevron-up:before {
  content: "\e113"
}

.glyphicon-chevron-down:before {
  content: "\e114"
}

.glyphicon-retweet:before {
  content: "\e115"
}

.glyphicon-shopping-cart:before {
  content: "\e116"
}

.glyphicon-folder-close:before {
  content: "\e117"
}

.glyphicon-folder-open:before {
  content: "\e118"
}

.glyphicon-resize-vertical:before {
  content: "\e119"
}

.glyphicon-resize-horizontal:before {
  content: "\e120"
}

.glyphicon-hdd:before {
  content: "\e121"
}

.glyphicon-bullhorn:before {
  content: "\e122"
}

.glyphicon-bell:before {
  content: "\e123"
}

.glyphicon-certificate:before {
  content: "\e124"
}

.glyphicon-thumbs-up:before {
  content: "\e125"
}

.glyphicon-thumbs-down:before {
  content: "\e126"
}

.glyphicon-hand-right:before {
  content: "\e127"
}

.glyphicon-hand-left:before {
  content: "\e128"
}

.glyphicon-hand-up:before {
  content: "\e129"
}

.glyphicon-hand-down:before {
  content: "\e130"
}

.glyphicon-circle-arrow-right:before {
  content: "\e131"
}

.glyphicon-circle-arrow-left:before {
  content: "\e132"
}

.glyphicon-circle-arrow-up:before {
  content: "\e133"
}

.glyphicon-circle-arrow-down:before {
  content: "\e134"
}

.glyphicon-globe:before {
  content: "\e135"
}

.glyphicon-wrench:before {
  content: "\e136"
}

.glyphicon-tasks:before {
  content: "\e137"
}

.glyphicon-filter:before {
  content: "\e138"
}

.glyphicon-briefcase:before {
  content: "\e139"
}

.glyphicon-fullscreen:before {
  content: "\e140"
}

.glyphicon-dashboard:before {
  content: "\e141"
}

.glyphicon-paperclip:before {
  content: "\e142"
}

.glyphicon-heart-empty:before {
  content: "\e143"
}

.glyphicon-link:before {
  content: "\e144"
}

.glyphicon-phone:before {
  content: "\e145"
}

.glyphicon-pushpin:before {
  content: "\e146"
}

.glyphicon-usd:before {
  content: "\e148"
}

.glyphicon-gbp:before {
  content: "\e149"
}

.glyphicon-sort:before {
  content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"
}

.glyphicon-sort-by-order:before {
  content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154"
}

.glyphicon-sort-by-attributes:before {
  content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"
}

.glyphicon-unchecked:before {
  content: "\e157"
}

.glyphicon-expand:before {
  content: "\e158"
}

.glyphicon-collapse-down:before {
  content: "\e159"
}

.glyphicon-collapse-up:before {
  content: "\e160"
}

.glyphicon-log-in:before {
  content: "\e161"
}

.glyphicon-flash:before {
  content: "\e162"
}

.glyphicon-log-out:before {
  content: "\e163"
}

.glyphicon-new-window:before {
  content: "\e164"
}

.glyphicon-record:before {
  content: "\e165"
}

.glyphicon-save:before {
  content: "\e166"
}

.glyphicon-open:before {
  content: "\e167"
}

.glyphicon-saved:before {
  content: "\e168"
}

.glyphicon-import:before {
  content: "\e169"
}

.glyphicon-export:before {
  content: "\e170"
}

.glyphicon-send:before {
  content: "\e171"
}

.glyphicon-floppy-disk:before {
  content: "\e172"
}

.glyphicon-floppy-saved:before {
  content: "\e173"
}

.glyphicon-floppy-remove:before {
  content: "\e174"
}

.glyphicon-floppy-save:before {
  content: "\e175"
}

.glyphicon-floppy-open:before {
  content: "\e176"
}

.glyphicon-credit-card:before {
  content: "\e177"
}

.glyphicon-transfer:before {
  content: "\e178"
}

.glyphicon-cutlery:before {
  content: "\e179"
}

.glyphicon-header:before {
  content: "\e180"
}

.glyphicon-compressed:before {
  content: "\e181"
}

.glyphicon-earphone:before {
  content: "\e182"
}

.glyphicon-phone-alt:before {
  content: "\e183"
}

.glyphicon-tower:before {
  content: "\e184"
}

.glyphicon-stats:before {
  content: "\e185"
}

.glyphicon-sd-video:before {
  content: "\e186"
}

.glyphicon-hd-video:before {
  content: "\e187"
}

.glyphicon-subtitles:before {
  content: "\e188"
}

.glyphicon-sound-stereo:before {
  content: "\e189"
}

.glyphicon-sound-dolby:before {
  content: "\e190"
}

.glyphicon-sound-5-1:before {
  content: "\e191"
}

.glyphicon-sound-6-1:before {
  content: "\e192"
}

.glyphicon-sound-7-1:before {
  content: "\e193"
}

.glyphicon-copyright-mark:before {
  content: "\e194"
}

.glyphicon-registration-mark:before {
  content: "\e195"
}

.glyphicon-cloud-download:before {
  content: "\e197"
}

.glyphicon-cloud-upload:before {
  content: "\e198"
}

.glyphicon-tree-conifer:before {
  content: "\e199"
}

.glyphicon-tree-deciduous:before {
  content: "\e200"
}

.glyphicon-cd:before {
  content: "\e201"
}

.glyphicon-save-file:before {
  content: "\e202"
}

.glyphicon-open-file:before {
  content: "\e203"
}

.glyphicon-level-up:before {
  content: "\e204"
}

.glyphicon-copy:before {
  content: "\e205"
}

.glyphicon-paste:before {
  content: "\e206"
}

.glyphicon-console.log:before {
  content: "\e209"
}

.glyphicon-equalizer:before {
  content: "\e210"
}

.glyphicon-king:before {
  content: "\e211"
}

.glyphicon-queen:before {
  content: "\e212"
}

.glyphicon-pawn:before {
  content: "\e213"
}

.glyphicon-bishop:before {
  content: "\e214"
}

.glyphicon-knight:before {
  content: "\e215"
}

.glyphicon-baby-formula:before {
  content: "\e216"
}

.glyphicon-tent:before {
  content: "\26fa"
}

.glyphicon-blackboard:before {
  content: "\e218"
}

.glyphicon-bed:before {
  content: "\e219"
}

.glyphicon-apple:before {
  content: "\f8ff"
}

.glyphicon-erase:before {
  content: "\e221"
}

.glyphicon-hourglass:before {
  content: "\231b"
}

.glyphicon-lamp:before {
  content: "\e223"
}

.glyphicon-duplicate:before {
  content: "\e224"
}

.glyphicon-piggy-bank:before {
  content: "\e225"
}

.glyphicon-scissors:before {
  content: "\e226"
}

.glyphicon-bitcoin:before {
  content: "\e227"
}

.glyphicon-btc:before {
  content: "\e227"
}

.glyphicon-xbt:before {
  content: "\e227"
}

.glyphicon-yen:before {
  content: "\00a5"
}

.glyphicon-jpy:before {
  content: "\00a5"
}

.glyphicon-ruble:before {
  content: "\20bd"
}

.glyphicon-rub:before {
  content: "\20bd"
}

.glyphicon-scale:before {
  content: "\e230"
}

.glyphicon-ice-lolly:before {
  content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"
}

.glyphicon-education:before {
  content: "\e233"
}

.glyphicon-option-horizontal:before {
  content: "\e234"
}

.glyphicon-option-vertical:before {
  content: "\e235"
}

.glyphicon-menu-hamburger:before {
  content: "\e236"
}

.glyphicon-modal-window:before {
  content: "\e237"
}

.glyphicon-oil:before {
  content: "\e238"
}

.glyphicon-grain:before {
  content: "\e239"
}

.glyphicon-sunglasses:before {
  content: "\e240"
}

.glyphicon-text-size:before {
  content: "\e241"
}

.glyphicon-text-color:before {
  content: "\e242"
}

.glyphicon-text-background:before {
  content: "\e243"
}

.glyphicon-object-align-top:before {
  content: "\e244"
}

.glyphicon-object-align-bottom:before {
  content: "\e245"
}

.glyphicon-object-align-horizontal:before {
  content: "\e246"
}

.glyphicon-object-align-left:before {
  content: "\e247"
}

.glyphicon-object-align-vertical:before {
  content: "\e248"
}

.glyphicon-object-align-right:before {
  content: "\e249"
}

.glyphicon-triangle-right:before {
  content: "\e250"
}

.glyphicon-triangle-left:before {
  content: "\e251"
}

.glyphicon-triangle-bottom:before {
  content: "\e252"
}

.glyphicon-triangle-top:before {
  content: "\e253"
}

.glyphicon-console:before {
  content: "\e254"
}

.glyphicon-superscript:before {
  content: "\e255"
}

.glyphicon-subscript:before {
  content: "\e256"
}

.glyphicon-menu-left:before {
  content: "\e257"
}

.glyphicon-menu-right:before {
  content: "\e258"
}

.glyphicon-menu-down:before {
  content: "\e259"
}

.glyphicon-menu-up:before {
  content: "\e260"
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flexColumn,
.flexC {
  -ms-flex-direction: column;
      flex-direction: column;
}
.flexcc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.flexc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.flexsa {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flexsb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.flexsac {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
}
.flexsbc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.posiCenter,
.pCenter,
.pcenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.pCenter2,
.pcenter2 {
  position: absolute;
  top: 0;
  left: 0;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.bb {
  box-sizing: border-box;
}
.oneline {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.twoline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.threeline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

.addBtn[data-v-3cc29274] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff;
  border-radius: 50%;
  margin: 0px 0px 10px 10px;
  width: 36px;
  height: 36px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.addBtn[data-v-3cc29274]:hover {
  opacity: 0.9;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}
.addBtn[data-v-3cc29274]:active {
  opacity: 1;
}
.addBtn .iconfont[data-v-3cc29274] {
  font-size: 19px;
}

.commonBtn[data-v-42dd0e9f] {
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff;
  background: #0B83FB;
  border-radius: 6px;
  margin-right: 10px;
  display: inline-block;
}
.commonBtn[data-v-42dd0e9f]:hover {
  opacity: 0.9;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.commonBtn[data-v-42dd0e9f]:active {
  opacity: 1;
}
.commonBtn .icon[data-v-42dd0e9f] {
  font-size: 12px;
  margin-right: 4px;
}

.commonBtn[data-v-4b524c30] {
  width: 36px;
  height: 36px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #11C583;
  border-radius: 50%;
  margin: 0px 0px 10px 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.commonBtn[data-v-4b524c30]:hover {
  opacity: 0.9;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.commonBtn[data-v-4b524c30]:active {
  opacity: 1;
}
.commonBtn .iconfont[data-v-4b524c30] {
  font-size: 20px;
}

.inputBtn[data-v-4a223d32] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 50%;
  margin: 0px 0px 10px 10px;
  display: inline-block;
}
.inputBtn[data-v-4a223d32]:hover {
  opacity: 0.9;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.inputBtn[data-v-4a223d32]:active {
  opacity: 1;
}
.inputBtn .iconfont[data-v-4a223d32] {
  font-size: 21px;
}

.outputBtn[data-v-66efba85] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #11C583;
  border-radius: 50%;
  margin: 0px 0px 10px 10px;
  display: inline-block;
}
.outputBtn[data-v-66efba85]:hover {
  opacity: 0.9;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.outputBtn[data-v-66efba85]:active {
  opacity: 1;
}
.outputBtn .iconfont[data-v-66efba85] {
  font-size: 20px;
}

.resetBtn[data-v-6c5840a0] {
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #0A85ED;
  border-radius: 6px;
  border: 1px solid #D8E0E6;
  margin-right: 18px;
  display: inline-block;
}
.resetBtn[data-v-6c5840a0]:hover {
  opacity: 0.9;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.resetBtn[data-v-6c5840a0]:active {
  opacity: 1;
}
.resetBtn .iconfont[data-v-6c5840a0] {
  font-size: 12px;
  margin-right: 4px;
}

.searchBtn[data-v-550c3d82] {
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff;
  background: #0B83FB;
  border-radius: 6px;
  margin-right: 18px;
  display: inline-block;
}
.searchBtn[data-v-550c3d82]:hover {
  opacity: 0.9;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.searchBtn[data-v-550c3d82]:active {
  opacity: 1;
}
.searchBtn .iconfont[data-v-550c3d82] {
  font-size: 12px;
  margin-right: 4px;
}

.setRowBtn[data-v-582b1c98] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #11C583;
  border-radius: 50%;
  margin: 0px 0px 10px 10px;
  display: inline-block;
}
.setRowBtn[data-v-582b1c98]:hover {
  opacity: 0.9;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.setRowBtn[data-v-582b1c98]:active {
  opacity: 1;
}
.setRowBtn .icon[data-v-582b1c98] {
  font-size: 20px;
}

.TableBtn[data-v-0e759d90] {
  font-size: 14px;
  min-width: 40px;
  line-height: 24px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff;
  border-radius: 6px;
  padding: 2px 5px;
  margin: 2px 4px;
  white-space: nowrap;
  display: inline-block;
}
.TableBtn[data-v-0e759d90]:hover {
  opacity: 0.9;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.TableBtn[data-v-0e759d90]:active {
  opacity: 1;
}
.TableBtn .iconfont[data-v-0e759d90] {
  font-size: 12px;
  margin-right: 4px;
}

.updateBtn[data-v-1e97eb51] {
  font-size: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff;
  background: #0B83FB;
  border-radius: 6px;
  margin-right: 10px;
  display: inline-block;
}
.updateBtn[data-v-1e97eb51]:hover {
  opacity: 0.9;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.updateBtn[data-v-1e97eb51]:active {
  opacity: 1;
}
.updateBtn .iconfont[data-v-1e97eb51] {
  font-size: 12px;
  margin-right: 4px;
}

.popupmain[data-v-39c5f266] {
  z-index: 1950;
  min-width: 1000px;
  max-width: 1200px;
  min-height: 300px;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.popupmain .popupheader[data-v-39c5f266] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #FAFAFA;
  position: relative;
  border-bottom: 1px solid #E4E4E4;
  height: 55px;
  line-height: 55px;
  color: #ffffff;
  font-size: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.popupmain .popupheader h3[data-v-39c5f266] {
  -ms-flex: 1;
      flex: 1;
  cursor: move;
  font-size: 20px;
  color: #3C464F;
}
.popupmain .popupheader h3 .bgline[data-v-39c5f266] {
  display: inline-block;
  width: 4px;
  height: 24px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}
.popupmain .popupheader .el-icon-close[data-v-39c5f266] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto;
  width: 56px;
  height: 56px;
  line-height: 56px;
  cursor: pointer;
  color: #6B7279;
  text-align: center;
  font-size: 24px;
}
.popupmain .popupheader .el-icon-close[data-v-39c5f266]:hover {
  color: #000000;
  background: rgba(128, 128, 128, 0.1);
}
.popupmain .content[data-v-39c5f266] {
  -ms-flex: 1;
      flex: 1;
  padding: 0px 20px;
  margin: 20px 0;
  box-sizing: border-box;
  background: #fff;
  overflow: auto;
}
.popupmain .content .loadingBox[data-v-39c5f266] {
  width: 50px;
  height: 50px;
}
.popupmain .content .loadingBox i[data-v-39c5f266] {
  font-size: 50px;
  color: #999;
}
.popupmain .content[data-v-39c5f266]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.popupmain .content[data-v-39c5f266]::-webkit-scrollbar-track {
  /* 滚动槽 */
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
}
.popupmain .content[data-v-39c5f266]::-webkit-scrollbar-thumb {
  /* 滚动条滑块 */
  border-radius: 5px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.popupmain .footer[data-v-39c5f266] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 15px 20px;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  border-top: 1px solid #E4E4E4;
}

.drawer[data-v-ad3c8c70] {
  z-index: 1950;
  position: fixed;
  right: 0;
  top: 100px;
  min-width: 100px;
  max-width: 800px;
  min-height: 300px;
  height: calc(100vh - 100px);
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.3);
  background: #fff;
  overflow: hidden;
}
.drawer .popupheader[data-v-ad3c8c70] {
  background: #3c464f;
  position: relative;
  height: 42px;
  line-height: 42px;
  color: #ffffff;
  font-size: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.drawer .popupheader p[data-v-ad3c8c70] {
  cursor: move;
  margin-right: 40px;
  text-indent: 10px;
}
.drawer .popupheader .el-icon-close[data-v-ad3c8c70] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto;
  height: 42px;
  line-height: 42px;
  padding: 0 10px 0 12px;
  cursor: pointer;
  color: #eee;
}
.drawer .popupheader .el-icon-close[data-v-ad3c8c70]:hover {
  color: #fff;
  background: rgba(128, 128, 128, 0.1);
}
.drawer .content[data-v-ad3c8c70] {
  height: calc(100% - 98px);
  padding: 15px 10px 0px;
  box-sizing: border-box;
  background: #fff;
  overflow: auto;
  padding-bottom: 40px;
}
.drawer .content .loadingBox[data-v-ad3c8c70] {
  width: 50px;
  height: 50px;
}
.drawer .content .loadingBox i[data-v-ad3c8c70] {
  font-size: 50px;
  color: #999;
}
.drawer .content[data-v-ad3c8c70]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.drawer .content[data-v-ad3c8c70]::-webkit-scrollbar-track {
  /* 滚动槽 */
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
}
.drawer .content[data-v-ad3c8c70]::-webkit-scrollbar-thumb {
  /* 滚动条滑块 */
  border-radius: 5px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.drawer .footer[data-v-ad3c8c70] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 10px 0;
  background: #fff;
  text-align: center;
  z-index: 99;
}

.popupmain[data-v-590f093b] {
  z-index: 1950;
  min-width: 1000px;
  max-width: 1200px;
  min-height: 300px;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}
.popupmain .popupheader[data-v-590f093b] {
  background: #3c464f;
  position: relative;
  text-align: center;
  height: 42px;
  line-height: 42px;
  color: #ffffff;
  font-size: 18px;
}
.popupmain .popupheader .el-icon-close[data-v-590f093b] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto;
  height: 42px;
  line-height: 42px;
  padding: 0 10px 0 12px;
  cursor: pointer;
  color: #eee;
}
.popupmain .popupheader .el-icon-close[data-v-590f093b]:hover {
  color: #fff;
  background: rgba(128, 128, 128, 0.1);
}
.popupmain .content[data-v-590f093b] {
  height: calc(100% - 98px);
  padding: 15px 10px 0px;
  box-sizing: border-box;
  background: #fff;
  overflow: auto;
}
.popupmain .content .loadingBox[data-v-590f093b] {
  width: 50px;
  height: 50px;
}
.popupmain .content .loadingBox i[data-v-590f093b] {
  font-size: 50px;
  color: #999;
}
.popupmain .content[data-v-590f093b]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.popupmain .content[data-v-590f093b]::-webkit-scrollbar-track {
  /* 滚动槽 */
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
}
.popupmain .content[data-v-590f093b]::-webkit-scrollbar-thumb {
  /* 滚动条滑块 */
  border-radius: 5px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.popupmain .footer[data-v-590f093b] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: #fff;
  text-align: center;
}

/* fade */
.fade-leave-active[data-v-60431c63],
.fade-enter-active[data-v-60431c63] {
  transition: all 0.5s;
}
.fade-enter[data-v-60431c63],
.fade-leave-to[data-v-60431c63] {
  opacity: 0;
  -ms-transform: scale(0);
      transform: scale(0);
}
.el-dialog__wrapper[data-v-60431c63] {
  position: absolute;
  height: 100%;
}
.el-dialog__wrapper[data-v-60431c63] .el-dialog {
  height: 85%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 0;
  opacity: 0;
  -ms-transform: scale(0);
      transform: scale(0);
  transition: all 0.3s;
}
.el-dialog__wrapper[data-v-60431c63] .el-dialog .el-dialog__header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  background: #1e8ff5;
  height: 42px;
  line-height: 42px;
}
.el-dialog__wrapper[data-v-60431c63] .el-dialog .el-dialog__header .el-dialog__title {
  color: #fff;
}
.el-dialog__wrapper[data-v-60431c63] .el-dialog .el-dialog__header .el-dialog__headerbtn {
  top: 14px;
  right: 14px;
}
.el-dialog__wrapper[data-v-60431c63] .el-dialog .el-dialog__header .el-dialog__headerbtn i {
  color: #fff;
}
.el-dialog__wrapper[data-v-60431c63] .el-dialog .el-dialog__body {
  -ms-flex: 1;
      flex: 1;
  padding: 0px;
  overflow: auto;
}
.el-dialog__wrapper[data-v-60431c63] .el-dialog .el-dialog__body::-webkit-scrollbar {
  /* 设置滚动条的样式 */
  width: 6px;
  height: 6px;
}
.el-dialog__wrapper[data-v-60431c63] .el-dialog .el-dialog__body::-webkit-scrollbar-track {
  /* 滚动槽 */
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
}
.el-dialog__wrapper[data-v-60431c63] .el-dialog .el-dialog__body::-webkit-scrollbar-thumb {
  /* 滚动条滑块 */
  border-radius: 5px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.el-dialog__wrapper[data-v-60431c63] .el-dialog .el-dialog__body .dialogMain {
  padding: 10px 10px 0;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.el-dialog__wrapper[data-v-60431c63] .el-dialog .el-dialog__body .dialogMain .loadingBox {
  width: 50px;
  height: 50px;
}
.el-dialog__wrapper[data-v-60431c63] .el-dialog .el-dialog__body .dialogMain .loadingBox i {
  font-size: 50px;
}
.el-dialog__wrapper[data-v-60431c63] .el-dialog .el-dialog__footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 10px;
}

.popupbox[data-v-2a476452] {
  z-index: 1900;
  background: rgba(0, 0, 0, 0.35);
  transition: all 0.5s;
}

.areaPicker .el-select[data-v-e830cce2] {
  width: 150px !important;
  display: inline-block;
}

.calendar[data-v-af627d28] {
  width: 100%;
}
.calendar .calendar_top[data-v-af627d28] {
  border: 1px solid #DFDFDF;
}
.calendar .calendar_top .calendar_date[data-v-af627d28] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #8F9192;
  height: 40px;
  border-bottom: 1px solid #DFDFDF;
}
.calendar .calendar_top .calendar_date h2[data-v-af627d28] {
  font-size: 18px;
  color: #243340;
  margin: 0 40px;
  font-weight: normal;
}
.calendar .calendar_top .calendar_date .date_btn[data-v-af627d28] {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}
.calendar .calendar_top .calendar_week[data-v-af627d28] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  color: #8F9192;
  background: #F7F7F7;
  height: 40px;
}
.calendar .calendar_top .calendar_week .week[data-v-af627d28] {
  width: 35px;
  text-align: center;
}
.calendar .calendar_footer[data-v-af627d28] {
  height: 50px;
  border: 1px solid #DFDFDF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 0 10px;
}
.calendar .calendar_footer .footer_btn[data-v-af627d28] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 104px;
  height: 24px;
  background: #1985F1;
  border-radius: 15px;
  color: white;
  font-size: 16px;
  margin-left: 10px;
  border: 3px solid #1985F1;
  cursor: pointer;
}
.calendar .calendar_footer .footer_btn i[data-v-af627d28] {
  margin-right: 5px;
}
.calendar .calendar_footer .btn_error[data-v-af627d28] {
  border: 3px solid #FB5326;
  color: #FB5326;
  background: white;
}
.calendar .calendar_contnet[data-v-af627d28] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.calendar .calendar_contnet .content_item[data-v-af627d28] {
  width: calc(1/7*100%);
  height: 37px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #243340;
  cursor: pointer;
}
.calendar .calendar_contnet .content_item .item_box[data-v-af627d28] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.calendar .calendar_contnet .content_item .item_box_active[data-v-af627d28] {
  background: #1985F1;
  color: white;
}
.calendar .calendar_contnet .content_item_disable[data-v-af627d28] {
  color: #CCCCCC;
}

.calendar[data-v-12d4e897] {
  width: 100%;
}
.calendar .calendar_top .calendar_date[data-v-12d4e897] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #8F9192;
  height: 40px;
}
.calendar .calendar_top .calendar_date h2[data-v-12d4e897] {
  font-size: 20px;
  color: #231815;
  margin: 0 40px;
}
.calendar .calendar_top .calendar_date .date_btn[data-v-12d4e897] {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}
.calendar .calendar_top .calendar_week[data-v-12d4e897] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #231815;
  height: 40px;
}
.calendar .calendar_top .calendar_week .week[data-v-12d4e897] {
  width: 35px;
  text-align: center;
}
.calendar .calendar_footer[data-v-12d4e897] {
  height: 50px;
  border: 1px solid #DFDFDF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 0 10px;
}
.calendar .calendar_footer .footer_btn[data-v-12d4e897] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 104px;
  height: 24px;
  background: #FF730C;
  border-radius: 15px;
  color: white;
  font-size: 16px;
  margin-left: 10px;
  border: 3px solid #FF730C;
  cursor: pointer;
}
.calendar .calendar_footer .footer_btn i[data-v-12d4e897] {
  margin-right: 5px;
}
.calendar .calendar_footer .btn_error[data-v-12d4e897] {
  border: 3px solid #FB5326;
  color: #FB5326;
  background: white;
}
.calendar .bottom_check[data-v-12d4e897] {
  width: 100px;
  line-height: 36px;
  background: #FFFFFF;
  border: 1px solid #EBEFF3;
  border-radius: 4px;
  text-align: center;
  margin: 40px auto 0;
  cursor: pointer;
  font-size: 16px;
  color: #3E4852;
}
.calendar .calendar_contnet[data-v-12d4e897] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.calendar .calendar_contnet .content_item[data-v-12d4e897] {
  width: calc(1/7*100%);
  height: 37px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #243340;
  cursor: pointer;
}
.calendar .calendar_contnet .content_item .item_box[data-v-12d4e897] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.calendar .calendar_contnet .content_item .item_box_active[data-v-12d4e897] {
  background: #FF730C;
  color: white;
}
.calendar .calendar_contnet .content_item_disable[data-v-12d4e897] {
  color: #CCCCCC;
}

.calendar[data-v-f29987ec] {
  width: 100%;
}
.calendar .calendar_top[data-v-f29987ec] {
  border: 1px solid #DFDFDF;
}
.calendar .calendar_top .calendar_date[data-v-f29987ec] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #8F9192;
  height: 40px;
  border-bottom: 1px solid #DFDFDF;
}
.calendar .calendar_top .calendar_date h2[data-v-f29987ec] {
  font-size: 18px;
  color: #243340;
  margin: 0 40px;
  font-weight: normal;
}
.calendar .calendar_top .calendar_date .date_btn[data-v-f29987ec] {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}
.calendar .calendar_top .calendar_week[data-v-f29987ec] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  color: #8F9192;
  background: #F7F7F7;
  height: 40px;
}
.calendar .calendar_top .calendar_week .week[data-v-f29987ec] {
  width: 35px;
  text-align: center;
}
.calendar .calendar_footer[data-v-f29987ec] {
  height: 50px;
  border: 1px solid #DFDFDF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 0 10px;
}
.calendar .calendar_footer .footer_btn[data-v-f29987ec] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 104px;
  height: 24px;
  background: #1985F1;
  border-radius: 15px;
  color: white;
  font-size: 16px;
  margin-left: 10px;
  border: 3px solid #1985F1;
  cursor: pointer;
}
.calendar .calendar_footer .footer_btn i[data-v-f29987ec] {
  margin-right: 5px;
}
.calendar .calendar_footer .btn_error[data-v-f29987ec] {
  border: 3px solid #FB5326;
  color: #FB5326;
  background: white;
}
.calendar .calendar_contnet[data-v-f29987ec] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.calendar .calendar_contnet .content_item[data-v-f29987ec] {
  width: calc(1/7*100%);
  height: 37px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #243340;
  cursor: pointer;
}
.calendar .calendar_contnet .content_item .item_box[data-v-f29987ec] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.calendar .calendar_contnet .content_item .item_box_active[data-v-f29987ec] {
  background: #1985F1;
  color: white;
}
.calendar .calendar_contnet .content_item_disable[data-v-f29987ec] {
  color: #CCCCCC;
}

.imgview[data-v-5dbfbbd4] {
  width: 0;
  height: 0;
  overflow: hidden;
}

.numberBox[data-v-8ab9c8ee] {
  display: inline-block;
  position: relative;
}
.inputNumber[data-v-8ab9c8ee] {
  font-size: 16px;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background-color: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  padding: 0 10px 0 10px;
  outline: none;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.inputNumber[data-v-8ab9c8ee]:hover {
  border-color: #c0c4cc;
}
.inputNumber[data-v-8ab9c8ee]:focus {
  border-color: #1989fa;
}
.inputNumber[data-v-8ab9c8ee]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
  font-size: 16px;
}
.inputNumber[data-v-8ab9c8ee]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  font-size: 16px;
}
.inputNumber[data-v-8ab9c8ee]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  font-size: 16px;
}
.inputNumber[data-v-8ab9c8ee]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
  font-size: 16px;
}
.isrequire[data-v-8ab9c8ee] {
  border-color: #F56C6C;
}
.isrequire[data-v-8ab9c8ee]:hover {
  border-color: #F56C6C;
}
.isrequire[data-v-8ab9c8ee]:focus {
  border-color: #F56C6C;
}
.disabled[data-v-8ab9c8ee] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: not-allowed;
}

.numberBox[data-v-2885c3ba] {
  display: inline-block;
  position: relative;
}
.inputNumber[data-v-2885c3ba] {
  width: 70%;
  height: 35px;
  line-height: 35px;
  background-color: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  padding: 0 10px;
  outline: none;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.inputNumber[data-v-2885c3ba]:hover {
  border-color: #c0c4cc;
}
.inputNumber[data-v-2885c3ba]:focus {
  border-color: #1989fa;
}
.inputNumber[data-v-2885c3ba]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
.inputNumber[data-v-2885c3ba]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
.inputNumber[data-v-2885c3ba]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
.inputNumber[data-v-2885c3ba]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}
.isrequire[data-v-2885c3ba] {
  border-color: #F56C6C;
}
.isrequire[data-v-2885c3ba]:hover {
  border-color: #F56C6C;
}
.isrequire[data-v-2885c3ba]:focus {
  border-color: #F56C6C;
}
.disabled[data-v-2885c3ba] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: not-allowed;
}


.el-autocomplete-suggestion.is-loading li {
  height: 34px;
  line-height: 32px;
}
.el-autocomplete-suggestion.is-loading li i{
  display: none;
}
.el-autocomplete-suggestion.is-loading li::after {
  font-size: 14px;
  content: '加载中，请至少输入3位';
  font-style: normal;
}


.NoData[data-v-300b5a8c] {
  font-size: 30px;
  text-align: center;
}

.seeimg[data-v-06ae1696] {
  display: inline-block;
}
.seeimg .elimg[data-v-06ae1696] {
  border-radius: 10px;
  border: 1px dashed #efefef;
}
[data-v-06ae1696] .el-image-viewer__wrapper .el-icon-circle-close {
  color: #fff;
}

.SeeImgPreview[data-v-6db804ea] {
  display: inline-block;
  position: relative;
}
.SeeImgPreview .elimg[data-v-6db804ea] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}
[data-v-6db804ea] .el-image-viewer__wrapper .el-icon-circle-close {
  color: #fff;
}

.el-tag[data-v-709b780d] {
  margin: 3px 6px 3px 0;
}

.newformtable tr td[data-v-e99813ac]:nth-of-type(1) {
  width: 16.666667%;
  padding-left: 6px;
  box-sizing: border-box;
}
.newformtable tr td:nth-of-type(1) .red[data-v-e99813ac] {
  position: relative;
  top: 2px;
  margin-right: 3px;
  opacity: 0;
}
.newformtable tr td:nth-of-type(1) .shows[data-v-e99813ac] {
  opacity: 1;
}
.newformtable tr td[data-v-e99813ac]:nth-of-type(2) {
  width: calc(50% - 161px);
  padding: 4px 2px 4px 10px;
}
.newformtable tr td:nth-of-type(2) .el-select[data-v-e99813ac] {
  width: 70%;
}
.newformtable tr td[data-v-e99813ac]:nth-of-type(3) {
  width: 50%;
  background: #fff;
  line-height: 34px;
  padding: 5px 10px;
}
.newformtable tr td:nth-of-type(3) .el-tag[data-v-e99813ac] {
  margin-right: 5px;
}
.chooseAll[data-v-e99813ac] {
  cursor: pointer;
  background-color: #1e8ff5;
  color: #FFF;
  padding: 6px 12px;
  border-radius: 5px;
  margin-left: 5px;
}
.empty[data-v-e99813ac] {
  line-height: 40px;
  text-align: center;
  color: #999;
  font-size: 13px;
}

.all {
  font-size: 15px;
  text-indent: 20px;
  line-height: 34px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.all:hover {
  background: #eaeef5;
}

.newformtable tr td[data-v-56cec27a]:nth-of-type(1) {
  width: 161px;
  padding-left: 6px;
  box-sizing: border-box;
}
.newformtable tr td:nth-of-type(1) .red[data-v-56cec27a] {
  position: relative;
  top: 2px;
  margin-right: 3px;
  opacity: 0;
}
.newformtable tr td:nth-of-type(1) .shows[data-v-56cec27a] {
  opacity: 1;
}
.newformtable tr td[data-v-56cec27a]:nth-of-type(2) {
  width: calc(50% - 161px);
  padding: 4px 2px 4px 10px;
}
.newformtable tr td:nth-of-type(2) .el-select[data-v-56cec27a] {
  width: 70%;
}
.newformtable tr td[data-v-56cec27a]:nth-of-type(3) {
  width: 50%;
  background: #fff;
  line-height: 34px;
  padding: 5px 10px;
}
.newformtable tr td:nth-of-type(3) .el-tag[data-v-56cec27a] {
  margin-right: 5px;
}
.chooseAll[data-v-56cec27a] {
  cursor: pointer;
  background-color: #1e8ff5;
  color: #FFF;
  padding: 6px 12px;
  border-radius: 5px;
  margin-left: 5px;
}
.empty[data-v-56cec27a] {
  line-height: 40px;
  text-align: center;
  color: #999;
  font-size: 13px;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected[data-v-56cec27a]::after {
  display: none;
}

.newformtable tr td[data-v-25a96d2c]:nth-of-type(1) {
  width: 161px;
  padding-left: 6px;
  box-sizing: border-box;
}
.newformtable tr td:nth-of-type(1) .red[data-v-25a96d2c] {
  position: relative;
  top: 2px;
  margin-right: 3px;
  opacity: 0;
}
.newformtable tr td:nth-of-type(1) .shows[data-v-25a96d2c] {
  opacity: 1;
}
.newformtable tr td[data-v-25a96d2c]:nth-of-type(2) {
  width: calc(50% - 161px);
  padding: 4px 2px 4px 10px;
}
.newformtable tr td:nth-of-type(2) .el-select[data-v-25a96d2c] {
  width: 70%;
}
.newformtable tr td[data-v-25a96d2c]:nth-of-type(3) {
  width: 50%;
  background: #fff;
  line-height: 34px;
  padding: 5px 10px;
}
.newformtable tr td:nth-of-type(3) .el-tag[data-v-25a96d2c] {
  margin-right: 5px;
}
.chooseAll[data-v-25a96d2c] {
  cursor: pointer;
  background-color: #1e8ff5;
  color: #FFF;
  padding: 6px 12px;
  border-radius: 5px;
  margin-left: 5px;
}
.empty[data-v-25a96d2c] {
  line-height: 40px;
  text-align: center;
  color: #999;
  font-size: 13px;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected[data-v-25a96d2c]::after {
  display: none;
}

.myTreeSelect {
  min-width: 312px;
  max-height: 450px;
  overflow: auto;
}
.load {
  height: 150px;
}
.treeSelect {
  cursor: pointer;
}
.treeSelect .content {
  position: relative;
  border-radius: 4px;
  box-sizing: border-box;
  height: 36px;
  line-height: 36px;
  background: #fff;
}
.treeSelect .content /deep/ .el-input input {
  border: none;
}
.treeSelect .content span {
  color: #606266;
}
.treeSelect .content .placeholder {
  color: #c0c4cc;
}
.treeSelect .content .clear {
  position: absolute;
  right: 30px;
  top: 0px;
  width: 36px;
  height: 36px;
  font-size: 16px;
  color: #dcdfe6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.treeSelect .content .arrowDown {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  text-align: center;
}
.treeSelect .content .arrowDown i {
  transition: all 0.3s;
  -ms-transform-origin: center;
      transform-origin: center;
  color: #3C464F;
  font-size: 16px;
  width: 25px;
  height: 100%;
  line-height: 36px;
  font-weight: bold;
  text-indent: -4px;
}
.treeSelect .content .arrowDown .active {
  text-indent: 2px;
  -ms-transform: rotate(-180deg);
      transform: rotateZ(-180deg);
}
.treeSelect .actived {
  border-color: #409EFF;
}
.myTreeCom {
  min-width: 210px;
  box-sizing: border-box;
  max-height: 450px;
  overflow: auto;
}

.uploadBox[data-v-a03c82f4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 8px;
}
.uploadBox .uploadImg[data-v-a03c82f4] {
  display: inline-block;
  margin: 0 8px 8px 0;
  border: 1px solid #c0ccda;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.uploadBox .uploadImg .img[data-v-a03c82f4] {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.uploadBox .uploadImg .mask[data-v-a03c82f4] {
  transition: all 0.3s;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  background: rgba(1, 1, 1, 0.3);
}
.uploadBox .uploadImg .mask i[data-v-a03c82f4] {
  font-size: 30px;
  cursor: pointer;
  color: #fff;
}
.uploadBox .uploadImg .mask .el-icon-delete[data-v-a03c82f4] {
  margin-left: 10px;
}
.imgUploadTool[data-v-a03c82f4] {
  display: inline-block;
  text-align: center;
  margin: 0 8px 8px 0;
  border-radius: 5px;
  border: 1px dashed #d9d9d9;
}
.imgUploadTool[data-v-a03c82f4] .el-icon-plus {
  font-size: 30px;
  width: 146px;
}
.imgUploadTool[data-v-a03c82f4] .el-upload {
  width: 100%;
  height: 100%;
}
.flexcc[data-v-a03c82f4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.utips[data-v-a03c82f4] {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

.uploadBox[data-v-88a0de96] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 8px;
}
.uploadBox .uploadImg[data-v-88a0de96] {
  display: inline-block;
  margin: 0 8px 8px 0;
  border: 1px solid #c0ccda;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.uploadBox .uploadImg .img[data-v-88a0de96] {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.uploadBox .uploadImg .mask[data-v-88a0de96] {
  display: none;
  transition: all 0.3s;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  background: rgba(1, 1, 1, 0.3);
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.uploadBox .uploadImg .mask i[data-v-88a0de96] {
  font-size: 30px;
  cursor: pointer;
  color: #fff;
}
.uploadBox .uploadImg .mask .el-icon-delete[data-v-88a0de96] {
  margin-left: 10px;
}
.uploadBox .uploadImg:hover .mask[data-v-88a0de96] {
  display: -ms-flexbox;
  display: flex;
}
.uploadBox .uolpad[data-v-88a0de96] {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 8px 8px 0;
  border-radius: 5px;
  border: 1px dashed #d9d9d9;
}
.uploadBox .uolpad span[data-v-88a0de96] {
  font-size: 30px;
}
.uploadBox .uolpad .fileinput[data-v-88a0de96] {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}
.flexcc[data-v-88a0de96] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.utips[data-v-88a0de96] {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

.uploadBox[data-v-12da9c6b] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 8px;
}
.uploadBox .uploadImg[data-v-12da9c6b] {
  display: inline-block;
  margin: 0 8px 8px 0;
  border: 1px solid #c0ccda;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.uploadBox .uploadImg .img[data-v-12da9c6b] {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.uploadBox .uploadImg .mask[data-v-12da9c6b] {
  transition: all 0.3s;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  background: rgba(1, 1, 1, 0.3);
}
.uploadBox .uploadImg .mask i[data-v-12da9c6b] {
  font-size: 30px;
  cursor: pointer;
  color: #fff;
}
.uploadBox .uploadImg .mask .el-icon-delete[data-v-12da9c6b] {
  margin-left: 10px;
}
.imgUploadTool[data-v-12da9c6b] {
  display: inline-block;
  text-align: center;
  margin: 0 8px 8px 0;
  border-radius: 5px;
  border: 1px dashed #d9d9d9;
}
.imgUploadTool[data-v-12da9c6b] .el-icon-plus {
  font-size: 30px;
  width: 146px;
}
.imgUploadTool[data-v-12da9c6b] .el-upload {
  width: 100%;
  height: 100%;
}
.flexcc[data-v-12da9c6b] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.utips[data-v-12da9c6b] {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

.uploadBox[data-v-944af440] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 8px;
}
.uploadBox .uploadImg[data-v-944af440] {
  display: inline-block;
  margin: 0 8px 8px 0;
  border: 1px solid #c0ccda;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.uploadBox .uploadImg .img[data-v-944af440] {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.uploadBox .uploadImg .mask[data-v-944af440] {
  transition: all 0.3s;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  background: rgba(1, 1, 1, 0.3);
}
.uploadBox .uploadImg .mask i[data-v-944af440] {
  font-size: 30px;
  cursor: pointer;
  color: #fff;
}
.uploadBox .uploadImg .mask .el-icon-delete[data-v-944af440] {
  margin-left: 10px;
}
.imgUploadTool[data-v-944af440] {
  display: inline-block;
  text-align: center;
  margin: 0 8px 8px 0;
  border-radius: 5px;
  border: 1px dashed #d9d9d9;
}
.imgUploadTool[data-v-944af440] .el-icon-plus {
  font-size: 30px;
  width: 146px;
}
.imgUploadTool[data-v-944af440] .el-upload {
  width: 100%;
  height: 100%;
}
.flexcc[data-v-944af440] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.utips[data-v-944af440] {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

.timepickerbox[data-v-35ce9bcb] {
  display: inline-block;
  width: 100%;
  min-width: 305px;
  max-width: 350px;
}
.datetimepicker[data-v-35ce9bcb] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
  color: #606266;
}
.datetimepicker .el-icon-time[data-v-35ce9bcb] {
  color: #C0C4CC;
  margin-left: 6px;
}
.datetimepicker .tip[data-v-35ce9bcb] {
  color: #C0C4CC;
}
.datetimepicker .el-date-editor[data-v-35ce9bcb] {
  -ms-flex: 1;
      flex: 1;
}
.datetimepicker .el-date-editor[data-v-35ce9bcb] .el-input__inner {
  width: 100%;
  border: none;
  padding-left: 5px !important;
}
.datetimepicker .el-date-editor[data-v-35ce9bcb] .el-input__inner::-webkit-input-placeholder {
  text-align: center;
}
.datetimepicker .el-date-editor[data-v-35ce9bcb] .el-input__inner:-moz-placeholder {
  text-align: center;
}
.datetimepicker .el-date-editor[data-v-35ce9bcb] .el-input__inner::-moz-placeholder {
  text-align: center;
}
.datetimepicker .el-date-editor[data-v-35ce9bcb] .el-input__inner:-ms-input-placeholder {
  text-align: center;
}
.datetimepicker .el-date-editor[data-v-35ce9bcb] .el-input__prefix {
  display: none;
}
.datetimepicker .el-date-editor[data-v-35ce9bcb] .el-input__suffix {
  right: 0px;
}

.pages[data-v-a22d7696] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 10px;
}
.pages > p[data-v-a22d7696] {
  margin-top: -3px;
  line-height: 32px;
}

.siteList[data-v-09bdb07c] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tag[data-v-09bdb07c] {
  margin: 3px;
  background: #EEF4F8;
  border: none;
  color: #3C5A71;
  cursor: pointer;
}


.slide-verify[data-v-323831a8] {
        position: relative;
}

    /* 图片加载样式 */
.slider-verify-loading[data-v-323831a8]{
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.9);
        z-index: 999;
        -webkit-animation: loading-data-v-323831a8 1.5s infinite;
                animation: loading-data-v-323831a8 1.5s infinite;
}
@-webkit-keyframes loading-data-v-323831a8 {
0%{
            opacity: .7;
}
100% {
            opacity: 9;
}
}
@keyframes loading-data-v-323831a8 {
0%{
            opacity: .7;
}
100% {
            opacity: 9;
}
}
.slide-verify-block[data-v-323831a8] {
        position: absolute;
        left: 0;
        top: 0
}
.slide-verify-refresh-icon[data-v-323831a8] {
        position: absolute;
        right: 0;
        top: 0;
        width: 34px;
        height: 34px;
        cursor: pointer;
        background: url(../../static/img/icon_light.3d52436a.png) 0 -437px;
        background-size: 34px 471px
}
.slide-verify-slider[data-v-323831a8] {
        position: relative;
        text-align: center;
        width: 100%;
        height: 33px;
        line-height: 33px;
        font-size: 14px;
        /* margin-top: 15px; */
        background: #F4F8FF;
        color: #8FA7D7;
        border: 1px solid #e4e7eb
}
.slide-verify-slider-mask[data-v-323831a8] {
        position: absolute;
        left: 0;
        top: 0;
        height: 33px;
        /* border: 0 solid #1991FA; */
        /* background: #D1E9FE */
        background: #FFB61E;
}
.slide-verify-slider-mask-item[data-v-323831a8] {
        position: absolute;
        top: 0px;
        left: 0;
        width: 33px;
        height: 31px;
        background: #FFFFFF;
        border: 1px solid #e4e7eb;
        /* background: url('./assets/icon_silde.png') no-repeat; */
        background-size: cover;
        /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); */
        cursor: pointer;
        transition: background .2s linear;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.slide-verify-slider-mask-item-line[data-v-323831a8] {
        width: 8px;
        height: 10px;
        border-left: 2px solid #FEB915;
        border-right: 2px solid #FEB915;
}
.slide-disable[data-v-323831a8] {
        pointer-events: none;
}
/* 
    .slide-verify-slider-mask-item:hover {
        background: #1991FA
    } */
.slide-verify-slider-mask-item:hover .slide-verify-slider-mask-item-icon[data-v-323831a8] {
        background-position: 0 -13px
}
.slide-verify-slider-mask-item-icon[data-v-323831a8] {
        position: absolute;
        top: 20px;
        left: 18px;
        width: 14px;
        height: 12px;
        background: url(../../static/img/icon_light.3d52436a.png) 0 -26px;
        background-size: 34px 471px
}
.container-active .slide-verify-slider-mask-item[data-v-323831a8] {
        /* height: 48px;
        top: -1px; */
        /* border: 1px solid #1991FA; */
}
.container-active .slide-verify-slider-mask[data-v-323831a8] {
        /* height: 48px; */
        border-width: 1px;
}
.container-success[data-v-323831a8] {
        /* pointer-events: none; */
        color: #52CCBA;
        border: 1px solid #52CCBA;
        background-color: #d2f4ef;
}
    /* .container-success .slide-verify-slider-mask-item {
        height: 38px;
        top: -1px;
        border: 1px solid #52CCBA;
        background-color: #52CCBA !important;
    }

    .container-success .slide-verify-slider-mask {
        height: 38px;
        border: 1px solid #52CCBA;
        background-color: #D2F4EF;
    }

    .container-success .slide-verify-slider-mask-item-icon {
        background-position: 0 0 !important;
    } */
.container-fail[data-v-323831a8]{
        pointer-events: none;
        color: #f57a7a;
        border: 1px solid #f57a7a;
        background-color: #fce1e1;
}

    /* .container-fail .slide-verify-slider-mask-item {
        height: 38px;
        top: -1px;
        border: 1px solid #f57a7a;
        background-color: #f57a7a !important;
    }

    .container-fail .slide-verify-slider-mask {
        height: 38px;
        border: 1px solid #f57a7a;
        background-color: #fce1e1;
    }

    .container-fail .slide-verify-slider-mask-item-icon {
        top: 14px;
        background-position: 0 -82px !important;
    } */
/* 
    .container-active .slide-verify-slider-text,
    .container-success .slide-verify-slider-text,
    .container-fail .slide-verify-slider-text {
        display: none;
    } */
.verify-mask[data-v-323831a8] {
        position: absolute;
        bottom: 50px;
        left: 0;
        z-index: 100;
}
.imgbox[data-v-323831a8] {
        background: white;
}
.verify-mask .shadeImage[data-v-323831a8] {
        position: relative;
}
.verify-mask .cutoutImage[data-v-323831a8] {
        position: absolute;
        top: 0;
        left: 0;
}


.slide-verify[data-v-7411f5e2] {
        position: relative;
}

    /* 图片加载样式 */
.slider-verify-loading[data-v-7411f5e2]{
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.9);
        z-index: 999;
        -webkit-animation: loading-data-v-7411f5e2 1.5s infinite;
                animation: loading-data-v-7411f5e2 1.5s infinite;
}
@-webkit-keyframes loading-data-v-7411f5e2 {
0%{
            opacity: .7;
}
100% {
            opacity: 9;
}
}
@keyframes loading-data-v-7411f5e2 {
0%{
            opacity: .7;
}
100% {
            opacity: 9;
}
}
.slide-verify-block[data-v-7411f5e2] {
        position: absolute;
        left: 0;
        top: 0
}
.slide-verify-refresh-icon[data-v-7411f5e2] {
        position: absolute;
        right: 0;
        top: 0;
        width: 34px;
        height: 34px;
        cursor: pointer;
        background: url(../../static/img/icon_light.3d52436a.png) 0 -437px;
        background-size: 34px 471px
}
.slide-verify-slider[data-v-7411f5e2] {
        position: relative;
        text-align: center;
        width: 100%;
        height: 50px;
        line-height: 50px;
        /* margin-top: 15px; */
        background: #f7f9fa;
        color: #D8DEE4;
        border: 1px solid #e4e7eb
}
.slide-verify-slider-mask[data-v-7411f5e2] {
        position: absolute;
        left: 0;
        top: 0;
        height: 50px;
        /* border: 0 solid #1991FA; */
        /* background: #D1E9FE */
        background: #FFB61E;
}
.slide-verify-slider-mask-item[data-v-7411f5e2] {
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 50px;
        background: #fff;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAA+CAYAAACWX20oAAADvUlEQVR4Xu2cy08bVxTGvzNucAGBqlQgWFXqFmflRCk7GpFFuqf/QrvMJlJLNmEXJSyI2iirrCOFKFHVRdWSJtm0UNEHwkY0BGE7CQ6P4LHxIx577j3RmDhx6LjyCAsMc7yYhXVm5sxP3z33ztX5hiA/VwJU/ffX6flzmukmCP2HnFUOwHMQ/8Ma99Ldxg9fhkIlr8/0FszU75HkydCn/R91dXi9RkvFa2YUrTLM7RzWX2aQ2s4vg+ib4dMDd51EiYgbSfgdmOkID38WauScQxVjbufxbyyJfMEaN7vp4sLAgH0JqMD5P0hHHowDQCmNuccJmNncRKfOjba1tdk/hsPKAVQPji/AOHBspTAbXUG+WPzKKmPyeCBXtCyrPDQ0pNzg+AaMAyeTLWB2YWWTCMMBgzZKQZVtS6UsNzi+AuPA+XsxjlQ6N26QvgXmdbuT0m5wfAdmdcPEYmx1jjSPEfFTIxBIBu3tzM+Dg1ZtzfEdmFfFEn6bW8oQ0aiGjhNTzLJ5ra+9lAuHw3a13vgOjLPOefDHgiLiMc14BhhPAmzH21FIOaoZI9KVqdw5MDPdn4nqo7iOcVt03Z+JgsFXiI0XbOgl4IMnHbaxlkzOF0ZGRrSjGt+CAfEEM20SsAzmRUvheae9la3OUP4FA3wHIAWmFYNU1Dj24dMuZDPVOuNjMPQ9M0wydIyUES2pUry3Q6d9D4aYrzPBBFOMmCIKKvFxsGwKmDdgiClOoIjNKi5gZqKoKkbA1MzbznQtYFwWMgKmzpaagBEw3nZb918xm4+AyIWdLE9cBXqG3DNudpw3Lth/MA9OAdbGTprBXuDMrHvKzY5reTA/ffJ+iucS7ik3O07A1AEtYATMjgYaHXKiGFGMKKZCYK+zlwwlGUoylGQo1daBRqfhRuOkxhzWGvPey2EPcObPBl4imxDX8orZfLiz7UABIHQZ6Pm8zrZDk+NaHozHBA8qfP/3Yw7qST3eV8DUASZgBIy3sSSKEcWIYrwRaEAx0gZSA8mpMcC7xiEmithWOSGNQxUwlVazLUcx0mr2RjUVxUhz4n8LTcPtrM6pU0fUr7Qby+4G6ADTEqASrg3QfgIjLfN1pmoxWdQBI7YcFzBVI5cy6GyQsC5GrhrrX6FQ/LqocFusfzVm0XQmf60D2W/FLArgrb34lXXD7KLz3u3FR8SQrrSuGNLT2QLWtzJIZXLLzDx6dvDEHafseDak/zIz/wU5nzAA+pryCntwFykTaJXBfxH4XqrLmNzTJwwO7jla886vATgyCJlcarb3AAAAAElFTkSuQmCC) no-repeat;
        background-size: cover;
        /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); */
        cursor: pointer;
        transition: background .2s linear
}
/* 
    .slide-verify-slider-mask-item:hover {
        background: #1991FA
    } */
.slide-verify-slider-mask-item:hover .slide-verify-slider-mask-item-icon[data-v-7411f5e2] {
        background-position: 0 -13px
}
.slide-verify-slider-mask-item-icon[data-v-7411f5e2] {
        position: absolute;
        top: 20px;
        left: 18px;
        width: 14px;
        height: 12px;
        background: url(../../static/img/icon_light.3d52436a.png) 0 -26px;
        background-size: 34px 471px
}
.container-active .slide-verify-slider-mask-item[data-v-7411f5e2] {
        /* height: 48px;
        top: -1px; */
        /* border: 1px solid #1991FA; */
}
.container-active .slide-verify-slider-mask[data-v-7411f5e2] {
        /* height: 48px; */
        border-width: 1px;
}
.container-success[data-v-7411f5e2] {
        color: #52CCBA;
        border: 1px solid #52CCBA;
        background-color: #d2f4ef;
}
    /* .container-success .slide-verify-slider-mask-item {
        height: 38px;
        top: -1px;
        border: 1px solid #52CCBA;
        background-color: #52CCBA !important;
    }

    .container-success .slide-verify-slider-mask {
        height: 38px;
        border: 1px solid #52CCBA;
        background-color: #D2F4EF;
    }

    .container-success .slide-verify-slider-mask-item-icon {
        background-position: 0 0 !important;
    } */
.container-fail[data-v-7411f5e2]{
        color: #f57a7a;
        border: 1px solid #f57a7a;
        background-color: #fce1e1;
}

    /* .container-fail .slide-verify-slider-mask-item {
        height: 38px;
        top: -1px;
        border: 1px solid #f57a7a;
        background-color: #f57a7a !important;
    }

    .container-fail .slide-verify-slider-mask {
        height: 38px;
        border: 1px solid #f57a7a;
        background-color: #fce1e1;
    }

    .container-fail .slide-verify-slider-mask-item-icon {
        top: 14px;
        background-position: 0 -82px !important;
    } */
/* 
    .container-active .slide-verify-slider-text,
    .container-success .slide-verify-slider-text,
    .container-fail .slide-verify-slider-text {
        display: none;
    } */
.verify-mask[data-v-7411f5e2] {
        position: absolute;
        bottom: 50px;
        left: 0;
        z-index: 100;
}


.slide-verify[data-v-22da73a8] {
        position: relative;
}

    /* 图片加载样式 */
.slider-verify-loading[data-v-22da73a8]{
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.9);
        z-index: 999;
        -webkit-animation: loading-data-v-22da73a8 1.5s infinite;
                animation: loading-data-v-22da73a8 1.5s infinite;
}
@-webkit-keyframes loading-data-v-22da73a8 {
0%{
            opacity: .7;
}
100% {
            opacity: 9;
}
}
@keyframes loading-data-v-22da73a8 {
0%{
            opacity: .7;
}
100% {
            opacity: 9;
}
}
.slide-verify-block[data-v-22da73a8] {
        position: absolute;
        left: 0;
        top: 0
}
.slide-verify-refresh-icon[data-v-22da73a8] {
        position: absolute;
        right: 0;
        top: 0;
        width: 34px;
        height: 34px;
        cursor: pointer;
        background: url(../../static/img/icon_light.3d52436a.png) 0 -437px;
        background-size: 34px 471px
}
.slide-verify-slider[data-v-22da73a8] {
        position: relative;
        text-align: center;
        width: 100%;
        height: 50px;
        line-height: 50px;
        /* margin-top: 15px; */
        background: #f7f9fa;
        color: #D8DEE4;
        border: 1px solid #e4e7eb
}
.slide-verify-slider-mask[data-v-22da73a8] {
        position: absolute;
        left: 0;
        top: 0;
        height: 50px;
        /* border: 0 solid #1991FA; */
        /* background: #D1E9FE */
        background: #FFB61E;
}
.slide-verify-slider-mask-item[data-v-22da73a8] {
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 50px;
        background: #fff;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAA+CAYAAACWX20oAAADvUlEQVR4Xu2cy08bVxTGvzNucAGBqlQgWFXqFmflRCk7GpFFuqf/QrvMJlJLNmEXJSyI2iirrCOFKFHVRdWSJtm0UNEHwkY0BGE7CQ6P4LHxIx577j3RmDhx6LjyCAsMc7yYhXVm5sxP3z33ztX5hiA/VwJU/ffX6flzmukmCP2HnFUOwHMQ/8Ma99Ldxg9fhkIlr8/0FszU75HkydCn/R91dXi9RkvFa2YUrTLM7RzWX2aQ2s4vg+ib4dMDd51EiYgbSfgdmOkID38WauScQxVjbufxbyyJfMEaN7vp4sLAgH0JqMD5P0hHHowDQCmNuccJmNncRKfOjba1tdk/hsPKAVQPji/AOHBspTAbXUG+WPzKKmPyeCBXtCyrPDQ0pNzg+AaMAyeTLWB2YWWTCMMBgzZKQZVtS6UsNzi+AuPA+XsxjlQ6N26QvgXmdbuT0m5wfAdmdcPEYmx1jjSPEfFTIxBIBu3tzM+Dg1ZtzfEdmFfFEn6bW8oQ0aiGjhNTzLJ5ra+9lAuHw3a13vgOjLPOefDHgiLiMc14BhhPAmzH21FIOaoZI9KVqdw5MDPdn4nqo7iOcVt03Z+JgsFXiI0XbOgl4IMnHbaxlkzOF0ZGRrSjGt+CAfEEM20SsAzmRUvheae9la3OUP4FA3wHIAWmFYNU1Dj24dMuZDPVOuNjMPQ9M0wydIyUES2pUry3Q6d9D4aYrzPBBFOMmCIKKvFxsGwKmDdgiClOoIjNKi5gZqKoKkbA1MzbznQtYFwWMgKmzpaagBEw3nZb918xm4+AyIWdLE9cBXqG3DNudpw3Lth/MA9OAdbGTprBXuDMrHvKzY5reTA/ffJ+iucS7ik3O07A1AEtYATMjgYaHXKiGFGMKKZCYK+zlwwlGUoylGQo1daBRqfhRuOkxhzWGvPey2EPcObPBl4imxDX8orZfLiz7UABIHQZ6Pm8zrZDk+NaHozHBA8qfP/3Yw7qST3eV8DUASZgBIy3sSSKEcWIYrwRaEAx0gZSA8mpMcC7xiEmithWOSGNQxUwlVazLUcx0mr2RjUVxUhz4n8LTcPtrM6pU0fUr7Qby+4G6ADTEqASrg3QfgIjLfN1pmoxWdQBI7YcFzBVI5cy6GyQsC5GrhrrX6FQ/LqocFusfzVm0XQmf60D2W/FLArgrb34lXXD7KLz3u3FR8SQrrSuGNLT2QLWtzJIZXLLzDx6dvDEHafseDak/zIz/wU5nzAA+pryCntwFykTaJXBfxH4XqrLmNzTJwwO7jla886vATgyCJlcarb3AAAAAElFTkSuQmCC) no-repeat;
        background-size: cover;
        /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); */
        cursor: pointer;
        transition: background .2s linear
}
.slide-disable[data-v-22da73a8] {
        pointer-events: none;
}
/* 
    .slide-verify-slider-mask-item:hover {
        background: #1991FA
    } */
.slide-verify-slider-mask-item:hover .slide-verify-slider-mask-item-icon[data-v-22da73a8] {
        background-position: 0 -13px
}
.slide-verify-slider-mask-item-icon[data-v-22da73a8] {
        position: absolute;
        top: 20px;
        left: 18px;
        width: 14px;
        height: 12px;
        background: url(../../static/img/icon_light.3d52436a.png) 0 -26px;
        background-size: 34px 471px
}
.container-active .slide-verify-slider-mask-item[data-v-22da73a8] {
        /* height: 48px;
        top: -1px; */
        /* border: 1px solid #1991FA; */
}
.container-active .slide-verify-slider-mask[data-v-22da73a8] {
        /* height: 48px; */
        border-width: 1px;
}
.container-success[data-v-22da73a8] {
        /* pointer-events: none; */
        color: #52CCBA;
        border: 1px solid #52CCBA;
        background-color: #d2f4ef;
}
    /* .container-success .slide-verify-slider-mask-item {
        height: 38px;
        top: -1px;
        border: 1px solid #52CCBA;
        background-color: #52CCBA !important;
    }

    .container-success .slide-verify-slider-mask {
        height: 38px;
        border: 1px solid #52CCBA;
        background-color: #D2F4EF;
    }

    .container-success .slide-verify-slider-mask-item-icon {
        background-position: 0 0 !important;
    } */
.container-fail[data-v-22da73a8]{
        pointer-events: none;
        color: #f57a7a;
        border: 1px solid #f57a7a;
        background-color: #fce1e1;
}

    /* .container-fail .slide-verify-slider-mask-item {
        height: 38px;
        top: -1px;
        border: 1px solid #f57a7a;
        background-color: #f57a7a !important;
    }

    .container-fail .slide-verify-slider-mask {
        height: 38px;
        border: 1px solid #f57a7a;
        background-color: #fce1e1;
    }

    .container-fail .slide-verify-slider-mask-item-icon {
        top: 14px;
        background-position: 0 -82px !important;
    } */
/* 
    .container-active .slide-verify-slider-text,
    .container-success .slide-verify-slider-text,
    .container-fail .slide-verify-slider-text {
        display: none;
    } */
.verify-mask[data-v-22da73a8] {
        position: absolute;
        bottom: 50px;
        left: 0;
        z-index: 100;
}
.imgbox[data-v-22da73a8] {
        background: white;
}
.verify-mask .shadeImage[data-v-22da73a8] {
        position: relative;
}
.verify-mask .cutoutImage[data-v-22da73a8] {
        position: absolute;
        top: 0;
        left: 0;
}

