﻿/* main color */
/**/
/**/
/* main font size */
.skel-item {
  padding: 0.15rem 0;
}
.skel-item:first-child {
  padding-top: 0;
}
.skel-item:last-child {
  padding-bottom: 0;
}
.skel-item div {
  background-color: #ddd;
  height: 0.5rem;
  -webkit-animation: slide 0.8s ease-in-out infinite;
          animation: slide 0.8s ease-in-out infinite;
}
.skel-item div.long {
  width: 80%;
}
.skel-item div.middle {
  width: 50%;
}
.skel-item div.short {
  width: 30%;
}
@-webkit-keyframes slide {
  0% {
    opacity: 0.3;
  }
  25% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes slide {
  0% {
    opacity: 0.3;
  }
  25% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.3;
  }
}

/* main color */
/**/
/**/
/* main font size */
.em-whitespace.em-whitespace-xs {
  height: 0.06rem;
}
.em-whitespace.em-whitespace-sm {
  height: 0.12rem;
}
.em-whitespace.em-whitespace-md {
  height: 0.2rem;
}
.em-whitespace.em-whitespace-lg {
  height: 0.3rem;
}
.em-whitespace.em-whitespace-xl {
  height: 0.4rem;
}
.em-whitespace.em-whitespace-xxl {
  height: 0.5rem;
}

/* main color */
/**/
/**/
/* main font size */
.em-checkbox .rc-checkbox-input {
  width: 0.34rem;
  height: 0.34rem;
}
.em-checkbox .rc-checkbox-inner {border-color:rgba(153,153,153, 1);
border-color: var(--color-308);
}
.em-checkbox.rc-checkbox-checked .rc-checkbox-inner {border-color:rgba(255,85,0, 1);
border-color: var(--color-314-1);background-color:rgba(255,85,0, 1);
background-color: var(--color-314-1);
}
.em-checkbox.rc-checkbox-checked:hover .rc-checkbox-inner {border-color:rgba(255,85,0, 1);
border-color: var(--color-314-1);background-color:rgba(255,85,0, 1);
background-color: var(--color-314-1);
}
.em-checkbox:hover .rc-checkbox-inner,
.em-checkbox .rc-checkbox-input:focus + .rc-checkbox-inner {border-color:rgba(153,153,153, 1);
border-color: var(--color-308);
}
.em-checkbox.rc-checkbox-disabled.rc-checkbox-checked .rc-checkbox-inner {
  background: none;border-color:rgba(195,195,195, 1);
border-color: var(--color-701);
}
.em-checkbox.rc-checkbox-disabled.rc-checkbox-checked .rc-checkbox-inner:after {border-color:rgba(195,195,195, 1);
border-color: var(--color-701);
}
.em-checkbox.em-checkbox-circle .rc-checkbox-inner {
  border-radius: 0.34rem;
}
.em-checkbox .rc-checkbox-inner {
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 0.02rem;background-color:rgba(255,255,255, 1);
background-color: var(--color-501);
}
.em-checkbox .rc-checkbox-inner:after {
  left: 0.12rem;
  top: 0.02rem;
  width: 0.1rem;
  height: 0.2rem;border-color:rgba(255,255,255, 1);
border-color: var(--color-501);
}
.em-checkbox-wrapper {
  font-size: 0.26rem;color:rgba(38,38,38, 1);
color: var(--color-300);
  padding-left: 0.46rem;
  position: relative;
}
.em-checkbox-wrapper.em-checkbox-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.em-checkbox-wrapper.em-checkbox-label .em-checkbox {
  position: absolute;
  left: 0;
  top: 0;
}

/* Default state */
.rc-checkbox {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  position: relative;
  line-height: 1;
  vertical-align: middle;
}
.rc-checkbox:hover .rc-checkbox-inner,
.rc-checkbox-input:focus + .rc-checkbox-inner {
  border-color: #3dbcf6;
}
.rc-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0.14rem;
  height: 0.14rem;
  border-width: 0.01rem;
  border-style: solid;
  border-radius: 0.03rem;
  border-color: #d9d9d9;
  background-color: #ffffff;
  -webkit-transition: border-color 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55), background-color 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: border-color 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55), background-color 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.rc-checkbox-inner:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0.04rem;
  top: 0.01rem;
  display: table;
  width: 0.05rem;
  height: 0.08rem;
  border: 0.02rem solid #ffffff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
          animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: amCheckboxOut;
          animation-name: amCheckboxOut;
}
.rc-checkbox-input {
  position: absolute;
  left: 0;
  z-index: 9999;
  cursor: pointer;
  opacity: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
/* Checked state */
.rc-checkbox-checked:hover .rc-checkbox-inner {
  border-color: #3dbcf6;
}
.rc-checkbox-checked .rc-checkbox-inner {
  border-color: #3dbcf6;
  background-color: #3dbcf6;
}
.rc-checkbox-checked .rc-checkbox-inner:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 0.04rem;
  top: 0.01rem;
  display: table;
  width: 0.05rem;
  height: 0.08rem;
  border: 0.02rem solid #ffffff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
          animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: amCheckboxOut;
          animation-name: amCheckboxOut;
}
@media print {
  .rc-checkbox-checked .rc-checkbox-inner {
    box-shadow: inset 0 0 0 0.16rem #3dbcf6;
  }
}
.rc-checkbox-disabled.rc-checkbox-checked:hover .rc-checkbox-inner {
  border-color: #d9d9d9;
}
.rc-checkbox-disabled.rc-checkbox-checked .rc-checkbox-inner {
  background-color: #f3f3f3;
  border-color: #d9d9d9;
}
.rc-checkbox-disabled.rc-checkbox-checked .rc-checkbox-inner:after {
  -webkit-animation-name: none;
          animation-name: none;
  border-color: #cccccc;
}
@media print {
  .rc-checkbox-disabled.rc-checkbox-checked .rc-checkbox-inner {
    box-shadow: inset 0 0 0 0.16rem #f3f3f3;
  }
}
.rc-checkbox-disabled:hover .rc-checkbox-inner {
  border-color: #d9d9d9;
}
.rc-checkbox-disabled .rc-checkbox-inner {
  border-color: #d9d9d9;
  background-color: #f3f3f3;
}
.rc-checkbox-disabled .rc-checkbox-inner:after {
  -webkit-animation-name: none;
          animation-name: none;
  border-color: #f3f3f3;
}
.rc-checkbox-disabled .rc-checkbox-inner-input {
  cursor: default;
}
@-webkit-keyframes amCheckboxIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0) rotate(45deg);
            transform: scale(0, 0) rotate(45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1) rotate(45deg);
            transform: scale(1, 1) rotate(45deg);
  }
}
@keyframes amCheckboxIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0) rotate(45deg);
            transform: scale(0, 0) rotate(45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1) rotate(45deg);
            transform: scale(1, 1) rotate(45deg);
  }
}
@-webkit-keyframes amCheckboxOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes amCheckboxOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* main color */
/**/
/**/
/* main font size */
.em-input-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
          flex: 1 1;
}
.em-input-item.em-list-item {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;background-color:rgba(255,255,255, 1);
background-color: var(--color-501);
}
.em-input-item.em-list-item .em-input-item-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  box-sizing: border-box;
}
.em-input-item.em-list-item .em-input-item-inline:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 0.01rem;background-color:rgba(235,235,235, 1);
background-color: var(--color-401);
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.em-input-item.em-list-item .em-input-item-inline .em-input-item-label,
.em-input-item.em-list-item .em-input-item-inline .em-input-item-input {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 0.14rem;
  padding-bottom: 0.14rem;
  line-height: 1;
  font-size: 0.32rem;
}
.em-input-item.em-list-item .em-input-item-inline .em-input-item-label {
  width: 1.7rem;color:rgba(38,38,38, 1);
color: var(--color-300);
  text-align: left;
}
.em-input-item.em-list-item .em-input-item-inline.input-is-textarea {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
          align-items: flex-start !important;
  padding-top: 0.14rem;
}
.em-input-item.em-list-item .em-input-item-inline.input-is-textarea .em-input-item-input {
  white-space: inherit;
  overflow-y: auto;
  line-height: 0.4rem;
  padding-top: 0.11rem;
}
.em-input-item.em-list-item .em-input-item-inline .em-input-item-input {
  border: none;
  -webkit-appearance: none;color:rgba(38,38,38, 1);
color: var(--color-300);
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
          flex: 1 1;
  box-sizing: border-box;
  line-height: 0.7rem;
  outline: none;background-color:rgba(255,255,255, 1);
background-color: var(--color-501);
}
.em-input-item.em-list-item .em-input-item-inline .em-input-item-input::-webkit-input-placeholder {color:rgba(153,153,153, 1);
color: var(--color-308);
}
.em-input-item.em-list-item .em-input-item-inline .em-input-item-clear {
  font-size: 0.28rem;
  line-height: 1;color:rgba(130,130,130, 1);
color: var(--color-307);
}
.em-input-item.em-list-item .em-input-item-error {
  font-size: 0.24rem;
  line-height: 1;
  padding-left: 1.7rem;color:rgba(242,35,35, 1);
color: var(--color-412);
  padding-bottom: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.em-input-item.em-list-item .em-input-item-error .em-input-item-error-icon {color:rgba(242,35,35, 1);
color: var(--color-412);
  font-size: 0.28rem;
  line-height: 0.28rem;
  margin-right: 0.05rem;
}

/* main color */
/**/
/**/
/* main font size */
.iconfont {
  font-size: 0.36rem;
  line-height: 0.36rem;color:rgba(153,153,153, 1);
color: var(--color-308);
}

/* main color */
/**/
/**/
/* main font size */
.em-spin {
  overflow: hidden;
}
.em-spin .em-spin-icon-box {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 2rem;
  height: 2rem;background-color:rgba(0,0,0, 0.5);
background-color: rgba(var(--color-r-604), 0.5);
  border-radius: 0.06rem;
  z-index: 999;
  -webkit-transform: translateX(-47%) translateY(-50%);
          transform: translateX(-47%) translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.em-spin .em-spin-icon-box .em-spin-icon {
  width: 1rem;
  height: 1rem;
  display: block;
  background-repeat: no-repeat;
  background-size: 1rem auto;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.0%22%20width%3D%2264px%22%20height%3D%2264px%22%20viewBox%3D%220%200%20128%20128%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2264%22%20r%3D%2216%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2264%22%20r%3D%2214.344%22%20fill%3D%22%23ffffff%22%20transform%3D%22rotate(45%2064%2064)%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2264%22%20r%3D%2212.531%22%20fill%3D%22%23ffffff%22%20transform%3D%22rotate(90%2064%2064)%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2264%22%20r%3D%2210.75%22%20fill%3D%22%23ffffff%22%20transform%3D%22rotate(135%2064%2064)%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2264%22%20r%3D%2210.063%22%20fill%3D%22%23ffffff%22%20transform%3D%22rotate(180%2064%2064)%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2264%22%20r%3D%228.063%22%20fill%3D%22%23ffffff%22%20transform%3D%22rotate(225%2064%2064)%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2264%22%20r%3D%226.438%22%20fill%3D%22%23ffffff%22%20transform%3D%22rotate(270%2064%2064)%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2264%22%20r%3D%225.375%22%20fill%3D%22%23ffffff%22%20transform%3D%22rotate(315%2064%2064)%22%2F%3E%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20values%3D%220%2064%2064%3B315%2064%2064%3B270%2064%2064%3B225%2064%2064%3B180%2064%2064%3B135%2064%2064%3B90%2064%2064%3B45%2064%2064%22%20calcMode%3D%22discrete%22%20dur%3D%22720ms%22%20repeatCount%3D%22indefinite%22%3E%3C%2FanimateTransform%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.em-spin .em-spin-mask {background:rgba(0,0,0, 1);
background: var(--color-604);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 998;
}

/* main color */
/**/
/**/
/* main font size */
.em-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;color:rgba(255,255,255, 1);
color: var(--color-501);
  border-radius: 0.06rem;
}
.em-button.em-button-lg {
  font-size: 0.34rem;
  height: 0.9rem;
  line-height: 0.9rem;
}
.em-button.em-button-lg.is-inline {
  padding: 0 0.15rem;
  display: inline-block;
}
.em-button.em-button-md {
  font-size: 0.32rem;
  height: 0.7rem;
  line-height: 0.7rem;
}
.em-button.em-button-md.is-inline {
  padding: 0 0.15rem;
  display: inline-block;
}
.em-button.em-button-sm {
  font-size: 0.26rem;
  height: 0.5rem;
  line-height: 0.5rem;
}
.em-button.em-button-sm.is-inline {
  padding: 0 0.15rem;
  display: inline-block;
}
.em-button.is-ghost {
  border-width: 0.02rem;
  border-style: solid;
  height: 0.86rem;
}
.em-button.em-button-white {color:rgba(38,38,38, 1);
color: var(--color-300);background-color:rgba(255,255,255, 1);
background-color: var(--color-501);
  border-color: #d0d1d2;
}
.em-button.em-button-primary {background-color:rgba(255,85,0, 1);
background-color: var(--color-314-1);
}
.em-button.em-button-primary.is-ghost {background-color:rgba(255,255,255, 1);
background-color: var(--color-501);color:rgba(255,85,0, 1);
color: var(--color-314-1);border-color:rgba(255,85,0, 1);
border-color: var(--color-314-1);
}
.em-button.em-button-primary.is-disabled {background-color:rgba(255,85,0, 0.3);
background-color: rgba(var(--color-r-314-1), 0.3);color:rgba(255,255,255, 1);
color: var(--color-501);
}
.em-button.em-button-primary-light {background-color:rgba(255,85,0, 0.1);
background-color: rgba(var(--color-r-314-1), 0.1);
}
.em-button.em-button-primary-light.is-ghost {background-color:rgba(255,85,0, 0.1);
background-color: rgba(var(--color-r-314-1), 0.1);color:rgba(255,85,0, 1);
color: var(--color-314-1);border-color:rgba(255,85,0, 1);
border-color: var(--color-314-1);
}
.em-button.em-button-blue {background-color:rgba(51,129,227, 1);
background-color: var(--color-413);
}
.em-button.em-button-blue.is-ghost {background-color:rgba(255,255,255, 1);
background-color: var(--color-501);color:rgba(51,129,227, 1);
color: var(--color-413);border-color:rgba(51,129,227, 1);
border-color: var(--color-413);
}
.em-button.em-button-red {background-color:rgba(242,35,35, 1);
background-color: var(--color-412);
}
.em-button.em-button-red.is-ghost {background-color:rgba(255,255,255, 1);
background-color: var(--color-501);color:rgba(242,35,35, 1);
color: var(--color-412);border-color:rgba(242,35,35, 1);
border-color: var(--color-412);
}
.em-button.em-button-primary .iconfont {color:rgba(255,255,255, 1);
color: var(--color-501);
  margin-right: 0.15rem;
}
.em-button.is-disabled {color:rgba(153,153,153, 1);
color: var(--color-308);
  opacity: 0.6;background-color:rgba(235,235,235, 1);
background-color: var(--color-401);
  cursor: not-allowed;
}
.em-button.is-block {
  border-radius: 0;
}
.em-button.is-round {
  border-radius: 0.45rem;
}
.em-button.is-text-button {
  display: inline;
  border: none;
  background-color: transparent;
}
.em-button.is-text-button {
  height: auto;
  line-height: 1;
}
.em-button.is-text-button.em-button-primary {color:rgba(255,85,0, 1);
color: var(--color-314-1);
}
.em-button.is-text-button.em-button-blue {color:rgba(51,129,227, 1);
color: var(--color-413);
}
.em-button.is-text-button.em-button-red {color:rgba(242,35,35, 1);
color: var(--color-412);
}
.em-button.is-text-button.em-button-lg {
  font-size: 0.34rem;
}
.em-button.is-text-button.em-button-md {
  font-size: 0.32rem;
}
.em-button.is-text-button.em-button-sm {
  font-size: 0.26rem;
}

/* main color */
/**/
/**/
/* main font size */
.em-dialog-mask-wrapper {
  position: fixed;background-color:rgba(0,0,0, 0.5);
background-color: rgba(var(--color-r-604), 0.5);
  z-index: 999999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.em-dialog-mask-wrapper .em-dialog-wrapper {background-color:rgba(255,255,255, 1);
background-color: var(--color-501);
  width: 80%;
  border-radius: 0.14rem;
}
.em-dialog-mask-wrapper .em-dialog-wrapper .em-dialog-main .em-dialog-title {
  text-align: center;
  padding-top: 0.6rem;color:rgba(38,38,38, 1);
color: var(--color-300);
  font-size: 0.34rem;
  font-weight: 500;
}
.em-dialog-mask-wrapper .em-dialog-wrapper .em-dialog-main .em-dialog-content {
  padding: 0.5rem 0.45rem 0.55rem;
}
.em-dialog-mask-wrapper .em-dialog-wrapper .em-dialog-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-align-content: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  justify-items: center;
  text-align: center;border-top: 0.01rem solid rgba(235,235,235, 1);
border-top: 0.01rem solid var(--color-401);
}
.em-dialog-mask-wrapper .em-dialog-wrapper .em-dialog-footer span {border-right: 0.01rem solid rgba(235,235,235, 1);
border-right: 0.01rem solid var(--color-401);
}
.em-dialog-mask-wrapper .em-dialog-wrapper .em-dialog-footer span:last-child {
  border-right: none;
}
.em-dialog-mask-wrapper .em-dialog-wrapper .em-dialog-footer .em-dialog-confirm-button,
.em-dialog-mask-wrapper .em-dialog-wrapper .em-dialog-footer .em-dialog-cancel-button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
          flex: 1 1;
  height: 0.96rem;
  line-height: 0.96rem;
}
.em-dialog-mask-wrapper .em-dialog-wrapper .em-dialog-footer .em-dialog-confirm-button {color:rgba(255,85,0, 1);
color: var(--color-314-1);
}
.em-dialog-mask-wrapper .em-dialog-wrapper .em-dialog-footer .em-dialog-confirm-button.em-dialog-confirm-button-red {color:rgba(255,255,255, 1);
color: var(--color-501);background-color:rgba(242,35,35, 1);
background-color: var(--color-412);
  border-bottom-right-radius: 0.14rem;
}
.em-dialog-mask-wrapper .em-dialog-wrapper .em-dialog-footer .em-dialog-confirm-button.em-dialog-confirm-button-blue {color:rgba(255,255,255, 1);
color: var(--color-501);background-color:rgba(51,129,227, 1);
background-color: var(--color-413);
  border-bottom-right-radius: 0.14rem;
}

.rmc-notification {
  position: fixed;
  z-index: 1000;
}
.rmc-notification-notice {
  padding: 0.15rem 0.2rem;
  border-radius: 0.06rem;background-color:rgba(0,0,0, 0.8);
background-color: rgba(var(--color-r-604), 0.8);
  display: block;
  width: auto;
  line-height: 1.5;
  vertical-align: middle;
  position: relative;
  margin: 0.2rem 0;color:rgba(255,255,255, 1);
color: var(--color-501);
  font-size: 0.3rem;
}
.rmc-notification-notice .rmc-notification-icon {
  font-size: 1rem;color:rgba(255,255,255, 1);
color: var(--color-501);
  line-height: 1;
  margin: 0;
}
.rmc-notification-notice .rmc-notification-text-info {
  padding-top: 0.25rem;
}
.rmc-notification-notice-closable {
  padding-right: 0.4rem;
}
.rmc-notification-notice-close {
  position: absolute;
  right: 0.1rem;
  top: 0.06rem;color:rgba(38,38,38, 1);
color: var(--color-300);
  cursor: pointer;
  outline: none;
  font-size: 0.32rem;
  font-weight: 700;
  line-height: 1;text-shadow: 0 0.02rem 0 rgba(255,255,255, 1);
text-shadow: 0 0.02rem 0 var(--color-501);
  filter: alpha(opacity=20);
  opacity: 0.2;
  text-decoration: none;
}
.rmc-notification-notice-close-x:after {
  content: '\2715';
}
.rmc-notification-notice-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}
.rmc-notification-fade-enter {
  opacity: 0;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.rmc-notification-fade-leave {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.rmc-notification-fade-enter.rmc-notification-fade-enter-active {
  -webkit-animation-name: rcNotificationFadeIn;
  animation-name: rcNotificationFadeIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.rmc-notification-fade-leave.rmc-notification-fade-leave-active {
  -webkit-animation-name: rcDialogFadeOut;
  animation-name: rcDialogFadeOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes rcNotificationFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rcNotificationFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes rcDialogFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rcDialogFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

