
* {
  -webkit-tap-highlight-color: transparent;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "WenQuanYi Micro Hei", "Microsoft YaHei", "微软雅黑", sans-serif;
}
[v-cloak]{
  display: none;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 12px;
}

input:-ms-input-placeholder {
  font-size: 12px;
}

input::-webkit-input-placeholder {
  font-size: 12px;
}

.el-message-box__wrapper {
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
}

.el-input__inner {
  height: 34px;
  line-height: 34px;
  padding: 0 8px;
}

.el-select {
  width: 100%;
}

.el-select-dropdown__item.selected {
  color: #990099;
}

.el-select .el-input.is-focus .el-input__inner {
  border-color: #990099;
}
.el-textarea {
  border-color: #990099;
}

#app {
  width: 95%;
  margin: 20px auto;
  box-sizing: border-box;
}

.mask {
  width: 100vw;
  height: 200vh;
}

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

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

.el-button--primary:hover,
.el-button--primary:focus {
  background-color: #990099;
  color: #fff;
}

.el-input.is-active .el-input__inner,
.el-input__inner:focus,
.el-select .el-input__inner:focus {
  border-color: #990099 !important;
}

.el-button {
  /* width: 100%; */
}

.el-button+.el-button {
  margin: 10px 0 0;
}

.el-loading-spinner .path {
  stroke: #990099;
}

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

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

.el-form-item__error {
  padding-top: 0;
}

.el-form-item__content {
  position: relative;
}

.tip {
  font-size: 12px;
  color: rgba(184, 52, 118, .9);
  font-weight: 500;
}

.el-form-item__content .tip:before {
  content: '*';
  color: rgba(184, 52, 118, .9);
  margin-right: 4px;
}

.el-form-item:nth-last-of-type(1) {
  margin-top: 12px;
}

.el-message {
  min-width: 92% !important;
}

.el-icon-success,
.el-icon-error {
  display: flex;
  justify-content: center;
  font-size: 32px;
  padding: 10px;
}

.el-icon-success {
  color: #67C23A;
}

.el-icon-error {
  color: #E6A23C;
}

.result p {
  text-align: center;
}

.success .el-button {
  margin-top: 10px;
}

.error .el-button {
  margin-top: 10px;
}
.el-form--label-top .el-form-item {
  padding-bottom: 0 !important;
}
.lic_key {
  width: 100%;
  word-break: break-all;
  font-size: 14px;
  line-height: 22px;
  color: #333;
  margin-top: 8px;
}

.lic_key span {
  font-size: 12px;
  cursor: pointer;
  color: rgba(184, 52, 118, .9);
}
.el-form-item__label {
  margin-top: 9px !important;
  line-height: 20px !important;
}