[class^="icon-"] {
  display: inline-block;
  position: relative;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

i {
  font-style: normal;
}

.cover-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background: #000;
}


.drawer-icon-close,
.notification-icon-close,
.toast-icon-close {
  position: absolute;
  color: #c0c4cc;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.toast-message i {
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.toast-message i::before,
.toast-message i::after {
  line-height: normal;
  /* 将 icon 与文本内容呢对齐 */
  display: inline-block;
  margin: -0.43em;
}

.drawer-icon-close::before,
.notification-icon-close::before,
.toast-icon-close::before {
  content: "\2715";
  margin: 0;
}

.drawer__icon,
.notification__icon,
.toast__icon {
  font-family: "PingFang SC", "Helvetica Neue", Helvetica, "microsoft yahei", arial, sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.drawer__icon,
.notification__icon,
.toast__icon {
  width: 0;
}

.drawer__icon::before,
.notification__icon::before,
.toast__icon::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 12px;
  *margin-left: auto;
  *margin-right: auto;
  text-align: center;
  text-align: -webkit-center;
}

.drawer-icon-success,
.notification-icon-success,
.toast-icon-success {
  color: #f0f9eb;
}

.drawer-icon-success::before,
.notification-icon-success::before,
.toast-icon-success::before {
  background-color: #67c23a;
  border-color: #67c23a;
  content: "\2713";
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.drawer-icon-warning,
.notification-icon-warning,
.toast-icon-warning {
  color: #fdf6ec;
}

.drawer-icon-warning::before,
.notification-icon-warning::before,
.toast-icon-warning::before {
  background-color: #e6a23c;
  content: "\26A0";
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.drawer-icon-info,
.notification-icon-info,
.toast-icon-info {
  color: #edf2fc;
}

.drawer-icon-info::before,
.notification-icon-info::before,
.toast-icon-info::before {
  content: "\0399";
  background-color: #909399;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.drawer-icon-error,
.notification-icon-error,
.toast-icon-error {
  color: #fef0f0;
}

.drawer-icon-error::before,
.notification-icon-error::before,
.toast-icon-error::before {
  content: "\2716";
  background-color: #f56c6c;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.toast-message {
  box-sizing: border-box;
  position: fixed;
  top: -200px;
  left: 50%;
  z-index: 9999;
  padding: 15px 15px 15px 20px;
  padding-right: 32px;
  min-width: 380px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transition: opacity 0.3s, transform 0.4s, top 0.4s;
  -webkit-transition: opacity 0.3s, transform 0.4s, top 0.4s, -webkit-transform 0.4s;
  -moz-transition: opacity 0.3s, transform 0.4s, top 0.4s, -webkit-transform 0.4s;
  -ms-transition: opacity 0.3s, transform 0.4s, top 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.3s, transform 0.4s, top 0.4s, -webkit-transform 0.4s;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
}

.toast-message-box__wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.toast-message-box__wrapper.is-center {
  text-align: center;
}

.toast-message-box__wrapper.is-center .toast-message-box {
  text-align: center;
}

.toast-message-box__wrapper.is-center .toast-message-box__btns {
  text-align: center;
}

.toast-message-box__wrapper::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.toast-message-box {
  display: inline-block;
  width: 420px;
  padding-bottom: 10px;
  vertical-align: middle;
  background-color: #FFF;
  border-radius: 4px;
  border: 1px solid #EBEEF5;
  font-size: 18px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.toast-message-box__header {
  position: relative;
  padding: 15px 15px 10px;
}

.toast-message-box__content {
  padding: 10px 15px;
  color: #606266;
  font-size: 14px;
}

.toast-message-box__container {
  position: relative;
}

.toast-message-box__title {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
  color: #303133;
}

.toast-message-box__headerbtn {
  position: absolute;
  top: 12px;
  right: 15px;
  padding: 0;
  border: none;
  outline: 0;
  background: 0 0;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
}

.toast-message-box__headerbtn .toast-message-box__close {
  color: #909399;
}

.toast-message-box__headerbtn .toast-icon-close {
  position: static;
  vertical-align: middle;
  right: 0;
}

.toast-message-box__status.toast__icon {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
}

.toast-message-box__status.toast__icon::before {
  display: inline-block;
  margin-left: 1px;
}

.toast-message-box__message {
  width: 100%;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.toast-message-box__message p {
  margin: 0;
  line-height: 24px;
}

.toast-message-box__status+.toast-message-box__message {
  padding-left: 12px;
  padding-right: 12px;
}

.toast-message-box__input {
  padding-top: 15px;
}

.toast-message-box__input .toast-message-box__input_container {
  position: relative;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}

.toast-message-box__input .toast-message-box__input_container .input__inner {
  -webkit-appearance: none;
  background-color: #FFF;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}

.toast-message-box__errormsg {
  color: #F56C6C;
  font-size: 12px;
  min-height: 18px;
  margin-top: 2px;
}

.toast-message-box__btns {
  padding: 5px 15px 0;
  text-align: right;
}

.toast-message-box__btns .button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #FFF;
  border: 1px solid #DCDFE6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  transition: .1s;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.toast-message-box__btns .button.is-round {
  border-radius: 20px;
}

.toast-message-box__btns .button--small {
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 3px;
}

.toast-message-box__btns .button:focus,
.toast-message-box__btns .button:hover {
  color: #409EFF;
  border-color: #c6e2ff;
  background-color: #ecf5ff;
}

.toast-message-box__btns .button:active {
  color: #3a8ee6;
  border-color: #3a8ee6;
  outline: 0;
}

.toast-message-box__btns .button+.button {
  margin-left: 10px;
}

.toast-message-box__btns .button--primary {
  color: #FFF;
  background-color: #409EFF;
  border-color: #409EFF;
}

.toast-message-box__btns .button--primary:focus,
.toast-message-box__btns .button--primary:hover {
  background: #66b1ff;
  border-color: #66b1ff;
  color: #FFF;
}

.toast-message-box__btns .button--primary:active {
  outline: 0;
}

.toast-message-box__btns .button--primary:active,
.toast-message-box__btns .button--primary.is-active {
  background: #3a8ee6;
  border-color: #3a8ee6;
  color: #FFF;
}

.toast-message .toast-message__content {
  margin-left: 16px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  font-size: 14px;
  line-height: 1;
}

.toast-message.is-center {
  text-align: center;
  text-align-last: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  justify-content: center;
}

.toast-message.is-closable .toast-message__content {
  padding-right: 16px;
}

.toast--success {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
}

.toast--success .toast-message__content {
  color: #67c23a;
}

.toast--warning {
  background-color: #fdf6ec;
  border-color: #faecd8;
}

.toast--warning .toast-message__content {
  color: #e6a23c;
}

.toast--info {
  background-color: #edf2fc;
  border-color: #ebeef5;
}

.toast--info .toast-message__content {
  color: #909399;
}

.toast--error {
  background-color: #fef0f0;
  border-color: #fde2e2;
}

.toast--error .toast-message__content {
  color: #f56c6c;
}

.toast-- {
  background-color: #ffffff;
  border-color: #dddddd;
}

.toast-- .toast-message__content {
  color: #000;
}

.cover-modal-enter {
  -webkit-animation: cover-modal-in .2s ease;
  animation: cover-modal-in .2s ease;
}

.cover-modal-leave {
  -webkit-animation: cover-modal-out .2s ease forwards;
  animation: cover-modal-out .2s ease forwards;
}

@-webkit-keyframes cover-modal-in {
  0% {
    opacity: 0;
  }
}

@keyframes cover-modal-in {
  0% {
    opacity: 0;
  }
}

@-webkit-keyframes cover-modal-out {
  100% {
    opacity: 0;
  }
}

@keyframes cover-modal-out {
  100% {
    opacity: 0;
  }
}

.msgbox-fade-enter-active {
  -webkit-animation: msgbox-fade-in .3s;
  animation: msgbox-fade-in 0.3s;
}

.msgbox-fade-leave-active {
  -webkit-animation: msgbox-fade-out .3s;
  animation: msgbox-fade-out 0.3s;
}

@-webkit-keyframes msgbox-fade-in {
  0% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes msgbox-fade-in {
  0% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes msgbox-fade-out {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  100% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
    -moz-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    -o-transform: translate3d(0, -20px, 0);
  }
}

@keyframes msgbox-fade-out {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  100% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
}

.dialog-fade-enter-active {
  -webkit-animation: dialog-fade-in .3s;
  animation: dialog-fade-in 0.3s;
}

.dialog-fade-leave-active {
  -webkit-animation: dialog-fade-out .3s;
  animation: dialog-fade-out 0.3s;
}

@-webkit-keyframes dialog-fade-in {
  0% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes dialog-fade-in {
  0% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes dialog-fade-out {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  100% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
}

@keyframes dialog-fade-out {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  100% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
}

.notification {
  display: flex;
  width: 330px;
  padding: 14px 26px 14px 13px;
  border-radius: 8px;
  box-sizing: border-box;
  border: 1px solid #EBEEF5;
  position: fixed;
  background-color: #FFF;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  transition: opacity .3s, transform .3s, left .3s, right .3s, top .4s, bottom .3s;
  overflow: hidden;
}

.notification.right {
  right: 16px;
}

.notification.left {
  left: 16px;
}

.notification__group {
  margin-left: 13px;
  margin-right: 8px;
}

.notification__title {
  font-weight: 700;
  font-size: 16px;
  color: #303133;
  margin: 0;
}

.notification__content {
  font-size: 14px;
  line-height: 21px;
  margin: 6px 0 0;
  color: #606266;
  text-align: justify;
}

.notification__content p {
  margin: 0;
}

.notification__icon {
  height: 24px;
  width: 24px;
  font-size: 24px;
}

.notification__closeBtn {
  position: absolute;
  top: 18px;
  right: 15px;
  cursor: pointer;
  color: #909399;
  font-size: 16px;
}

.notification__closeBtn:hover {
  color: #606266;
}

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

.notification .icon-error {
  color: #F56C6C;
}

.notification .icon-info {
  color: #909399;
}

.notification .icon-warning {
  color: #E6A23C;
}

.notification-fade-enter.right {
  right: 0;
  transform: translateX(100%);
}

.notification-fade-enter.left {
  left: 0;
  transform: translateX(-100%);
}

.drawer-icon-close {
  position: static;
  top: .4rem;
}


/* 面包屑导航 */
.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  color: #CCCCCC;
  content: "\003E";
  padding: 0 5px;
}

/* 遮盖层 */
.icon-cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  *background: #000000cc;
  /* rgba支持UC */
  background-color: rgba(0, 0, 0, .8);
}

.icon-cover>* {
  /* icon-cover 下载元素 透明度保持初始化 */
  opacity: initial;
}

.icon-cover .btn.active,
.icon-cover .btn:active,
.icon-cover .dropdown-toggle.btn {
  background-color: #ccc;
  background-image: none;
  border-color: #a6a6a6;
  -webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, .15);
  box-shadow: inset 0 4px 6px rgba(0, 0, 0, .15);
}

.icon-cover .btn-primary:hover {
  color: #fff !important;
  background-color: #0a67fb !important;
  border-color: #0354d4 !important;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .1) !important;
  box-shadow: 0 2px 1px rgba(0, 0, 0, .1) !important;
}

.icon-cover .btn-primary.active,
.icon-cover .btn-primary:active {
  background-color: #0358de !important;
  background-image: none;
  border-color: #0358de !important;
  -webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, .15) !important;
  box-shadow: inset 0 4px 6px rgba(0, 0, 0, .15) !important;
}

/* .icon-cover div{
    z-index: inherit;
} */

.icon-cover.bg-white {
  background: #ffffff80;
}

/* point 小圆点 */

.icon-point {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  align-self: center;
  top: 50%;
  transform: translateY(-50%);
}

.icon-point::before,
.icon-point::after {
  content: " ";
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: block;
  align-self: center;
}

/* 上下箭头 up-down */
.icon-triangle-up,
.icon-triangle-down {
  width: 0;
  height: 0;
  border-radius: .2rem;
  transition: .5s;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;

}

.icon-triangle-up {
  transform: rotate(0deg);
  border-top: 0.8rem solid #2A4292;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.icon-triangle-down {
  /*border-bottom: 0.8rem solid #2A4292;
    */
  transform: rotate(-180deg);
  border-top: 0.8rem solid #2A4292;
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}


.icon-up,
.icon-down,
.icon-left,
.icon-right {
  width: 0.625rem;
  height: 0.625rem;
  border-width: 0.125rem;
  border-style: solid;
  border-top-color: #0081ff;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: #0081ff;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}

.icon-up {
  transform: rotate(45deg) translateX(50%);
  -moz-transform: rotate(45deg) translateX(50%);
  -ms-transform: rotate(45deg) translateX(50%);
  -o-transform: rotate(45deg) translateX(50%);
  -webkit-transform: rotate(45deg) translateX(50%);
}

.icon-down {
  transform: rotate(225deg) translateY(50%);
  -moz-transform: rotate(225deg) translateY(50%);
  -ms-transform: rotate(225deg) translateY(50%);
  -o-transform: rotate(225deg) translateY(50%);
  -webkit-transform: rotate(225deg) translateY(50%);
}

/* 左右箭头 left-right*/
.icon-left {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.icon-right {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

[class*="icon-"]:not(.icon-loading).bg-white {
  border-top-color: #000000;
}

[class*="icon-"]:not(.icon-loading).bg-black {
  border-top-color: #ffffff;
}

[class*="icon-"].bg-white::after,
[class*="icon-"].bg-white::before {
  border-top-color: #ffffff;
}

[class*="icon-"].bg-black::after,
[class*="icon-"].bg-black::before {
  border-top-color: #000000;
}

@-webkit-keyframes icon-scale-play {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }

  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}

@keyframes icon-scale-play {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }

  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}

.icon-scale-play>i {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: icon-scale-play 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
  animation: icon-scale-play 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

.icon-scale-play>i:nth-child(2),
.icon-scale-play>i:nth-child(4) {
  -webkit-animation-delay: -0.4s !important;
  animation-delay: -0.4s !important;
}

.icon-scale-play>i:nth-child(1),
.icon-scale-play>i:nth-child(5) {
  -webkit-animation-delay: -0.2s !important;
  animation-delay: -0.2s !important;
}


@-webkit-keyframes icon-scale-play-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }

  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}

@keyframes icon-scale-play-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }

  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}

.icon-scale-play-rapid>i {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: icon-scale-play-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
  animation: icon-scale-play-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
}

.icon-scale-play-rapid>i:nth-child(2),
.icon-scale-play-rapid>i:nth-child(4) {
  -webkit-animation-delay: -0.25s !important;
  animation-delay: -0.25s !important;
}

.icon-scale-play-rapid>i:nth-child(1),
.icon-scale-play-rapid>i:nth-child(5) {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}

/* loading */
.icon-loading {
  width: 1.875rem;
  height: 1.875rem;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  -webkit-animation: loading 0.8s linear infinite;
  animation: loading 0.8s linear infinite;
  display: inline-block;
}

/* 圆形 loading */
.icon-loading.icon-loading-One {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-width: 0.125rem;
  border-top-color: #0081ff;
  border-right-color: #0081ff;
  border-bottom-color: #0081ff;
  border-left-color: transparent !important;
  border-style: solid;
}

.icon-loading.icon-loading-One.text-black {
  border-color: #000000;
}

.icon-loading.icon-loading-One.text-red {
  border-color: #e54d42;
}

.icon-loading.icon-loading-One.text-white {
  border-color: #ffffff;
}

.icon-loading.icon-loading-One.text-gray {
  border-color: #aaaaaa;
}

.icon-loading.icon-loading-One.text-brown {
  border-color: #a5673f;
}

.icon-loading.icon-loading-One.text-pink {
  border-color: #e03997;
}

/* 条形 loading */
.icon-loading.icon-loading-Two {
  -webkit-animation-timing-function: steps(12);
  animation-timing-function: steps(12);
}

.icon-loading.icon-loading-Two i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icon-loading.icon-loading-Two i::before {
  display: block;
  width: 0.125rem;
  height: 25%;
  margin: 0 auto;
  background-color: currentColor;
  border-radius: 40%;
  -webkit-border-radius: 40%;
  -moz-border-radius: 40%;
  -ms-border-radius: 40%;
  -o-border-radius: 40%;
  content: " ";
}

.icon-loading.icon-loading-Two i:nth-of-type(1) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  opacity: 1;
}

.icon-loading.icon-loading-Two i:nth-of-type(2) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  opacity: 0.9375;
}

.icon-loading.icon-loading-Two i:nth-of-type(3) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  opacity: 0.875;
}

.icon-loading.icon-loading-Two i:nth-of-type(4) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  opacity: 0.8125;
}

.icon-loading.icon-loading-Two i:nth-of-type(5) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -moz-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -o-transform: rotate(150deg);
  opacity: 0.75;
}

.icon-loading.icon-loading-Two i:nth-of-type(6) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  opacity: 0.6875;
}

.icon-loading.icon-loading-Two i:nth-of-type(7) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -moz-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  -o-transform: rotate(210deg);
  opacity: 0.625;
}

.icon-loading.icon-loading-Two i:nth-of-type(8) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  opacity: 0.5625;
}

.icon-loading.icon-loading-Two i:nth-of-type(9) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  opacity: 0.5;
}

.icon-loading.icon-loading-Two i:nth-of-type(10) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -moz-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  -o-transform: rotate(300deg);
  opacity: 0.4375;
}

.icon-loading.icon-loading-Two i:nth-of-type(11) {
  transform: rotate(330deg);
  -webkit-transform: rotate(330deg);
  -moz-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  -o-transform: rotate(330deg);
  opacity: 0.375;
}

.icon-loading.icon-loading-Two i:nth-of-type(12) {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  opacity: 0.3125;
}

/* .icon-loading::before,
.icon-loading::after {
    content: "";
    display: inline-block;
    background:#ffffff;
    width: calc( (1px * 30));
    height:  calc( (1px * 30));
    position: absolute;
    top: calc( (1px * -15));
    left: calc( (1px * -15));
    border-radius: 50%;
} */

@keyframes loading {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

/* 特殊 */

/* 货币 */

.icon-price_1::before {
  content: "\2648";
}

.icon-price_2::before {
  content: "\00A2";
}

.icon-price_3::before {
  content: "\00A3";
}

.icon-price_4::before {
  content: "\00A4";
}

.icon-price_5::before {
  content: "\20AC";
}

.icon-price_6::before {
  content: "\00A5";
}

.icon-price_7::before {
  content: "\20B1";
}

.icon-price_8::before {
  content: "\20B9";
}

.icon-ceshi::before {
  content: "\2611";
}