.umu-bg {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 1.03rem;
  background-position: center;
  background-color: #eee;
}
@charset "UTF-8";
/*toggle line*/
/* */
.toggleLine {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.toggleLine .maskHelp {
  cursor: pointer;
}

.toggleLine .maskHelp .after {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAQBAMAAAD6/3KbAAAAFVBMVEUAAADMzMzMzMzMzMzMzMzMzMzMzMzsIyYbAAAABnRSTlMA3RwiwDY6hYQHAAAAWElEQVQI103J0QmAMBCD4WCdwGKfvQ0qOIFOUpDbfwSx/xWal5B8UrpFlkfS2Q6WtapUfIOKZ63uoLm//9Ux2kCKc1C8QeAOBTo0EAInAiEQiqSSNeWqvT5iQxn0veGHzwAAAABJRU5ErkJggg==) no-repeat center;
  background-size: 0.14rem auto;
}

/* */
.toggleLine .showMore {
  cursor: pointer;
}

.toggleLine .showMore .after {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAARBAMAAAAxo6E+AAAAFVBMVEUAAADMzMzMzMzMzMzMzMzMzMzMzMzsIyYbAAAABnRSTlMA3R0jwDaD+4lVAAAAW0lEQVQI12PABlQUkDhMYkJIPMW0RAUkqbQ0ISSpNJAkQgooiZACS8KlROE6FUHiYAJmIISESUEpmCCUZoFIgSVTGJjFQFIQSWEGBkOYKxQTDRgYmJ1gTnJmAAAgbxnSjjfp1gAAAABJRU5ErkJggg==) no-repeat center;
  background-size: 0.14rem auto;
}

/* */
.toggleLine .showMore,
.toggleLine.single .showMore,
.toggleLine.single .maskHelp {
  display: none;
}

/* */
.toggleLine.active .maskHelp {
  display: none;
}

.toggleLine.active .showMore {
  display: initial;
}

/* */
.toggleLine:not(.theme2),
.toggleLine.theme1,
.toggleLine.theme3,
.toggleLine.theme2 .toggleLineWrap {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-word;
}

.toggleLine.theme2 {
  -webkit-line-clamp: initial;
}

/* 为了保险:not()不生效 */
/* */
.toggleLine.theme1 .maskHelp .before {
  height: 0.48rem;
  width: 0;
  float: right;
}

.toggleLine.theme1 .maskHelp .after {
  margin-left: 0.2rem;
  float: right;
  clear: right;
  margin-bottom: -0.23rem;
}

.toggleLine.theme1 .showMore .before {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 1em;
  margin-right: -100%;
  background: #fff;
}

.toggleLine.theme1.active {
  display: block;
}

.toggleLine.theme1.active .showMore .before {
  display: none;
}

.toggleLine.theme1.active .showMore .after {
  float: right;
}

.toggleLine.theme3 .maskHelp .before {
  height: 0.48rem;
  width: 0;
  float: right;
}
.toggleLine.theme3 .maskHelp .after {
  margin-left: 0.2rem;
  float: right;
  clear: right;
  margin-bottom: -0.23rem;
  width: 0.4rem;
  font-size: 14px;
  color: #3f51b5;
  background: none;
  cursor: pointer;
}
.toggleLine.theme3 .showMore .before {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 1em;
  margin-right: -100%;
  background: #fff;
}
.toggleLine.theme3 .showMore .after {
  font-size: 14px;
  background: none;
  width: 0.4rem;
  color: #3f51b5;
  cursor: pointer;
}
.toggleLine.theme3.active {
  display: block;
}
.toggleLine.theme3.active .showMore .before {
  display: none;
}
.toggleLine.theme3.active .showMore .after {
  float: right;
}

/* */
.toggleLine.theme2 .maskHelp,
.toggleLine.theme2.active .showMore {
  display: block;
  text-align: center;
}

.toggleLine.theme2.active .toggleLineWrap {
  display: block;
}

.toggleLine.theme2.active .maskHelp {
  display: none;
}
.tabs .tabs-header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  justify-items: center;
  -webkit-align-items: center;
          align-items: center;
  border-bottom: 0.01rem solid #f0f0f0;
  position: relative;
  background: #fff;
}
.tabs .header-item {
  -webkit-flex: 1;
          flex: 1;
  text-align: center;
}
.tabs .header-item.hidden {
  display: none;
}
.tabs .header-item .tab-title {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #222222;
  padding: 0.1rem;
  cursor: pointer;
}
.tabs .header-item .active-border {
  height: 0;
  width: 100%;
  background: #ffab00;
  bottom: 0;
  left: 0;
  /* transition: height 1s ease; */
  position: absolute;
}
.tabs .header-item .active.tab-title {
  position: relative;
  display: inline-block;
  color: #ffab00;
}
.tabs .header-item .active .active-border {
  height: 0.03rem;
}
.tabs.start .tabs-header {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.tabs.start .header-item {
  -webkit-flex: none;
          flex: none;
  margin-left: 0.19rem;
}
.tabs.start .header-item .tab-title {
  padding: 0.12rem 0.01rem 0.1rem;
  color: #222;
  line-height: 0.24rem;
}
.tabs.start .header-item .tab-title.active {
  font-weight: 500;
}
.tabs.start .header-item .tab-title.active .active-border {
  background-color: #fab400;
  height: 0.02rem;
  border-radius: 0.01rem;
}
.desc-rich {
  position: relative;
  padding-bottom: 26px;
}

.simple-toggle-line .content {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.simple-toggle-line .overlayer {
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 56%);
  position: absolute;
  z-index: 8;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 26px;
  bottom: 0px;
}

.toggle-btn {
  position: absolute;
  right: 12px;
  z-index: 9;
  bottom: 4px;
  font-size: 14px;
  line-height: 14px;
  color: #3f51b5;
  cursor: pointer;
}
.progressive-emg {
  position: relative;
  width: 100%;
  height: 100%;
}
.progressive-emg-preview, .progressive-emg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.progressive-emg-img {
  opacity: 0;
}
.progressive-emg-img.is-animating {
  opacity: 1;
}
/*  */
.emg-fit-1 {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.emg-fit-1 .emg {
  max-width: 100%;
  opacity: 0;
}

.emg-fit-2 {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.emg-fit-2 .emg {
  opacity: 0;
}
.nav-tabs .tab-header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  justify-items: center;
  -webkit-align-items: center;
          align-items: center;
  border-bottom: 0.01rem solid #f5f5f5;
  position: relative;
}
.nav-tabs .tab-header.crowded {
  display: block;
}
.nav-tabs .tab-header.crowded .header-item {
  display: inline-block;
  text-align: center;
  padding: 0 0.08rem;
}
.nav-tabs .header-item {
  -webkit-flex: 1;
          flex: 1;
  text-align: center;
}
.nav-tabs .tab-title {
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: #222222;
  padding: 0 0.1rem;
}
.nav-tabs .active.tab-title {
  position: relative;
  display: inline-block;
  font-weight: 500;
}
.nav-tabs .active-border {
  height: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  /* transition: height 1s ease; */
  position: absolute;
}
.nav-tabs .active .active-border {
  height: 0.02rem;
}
.nav-tabs .yellow .active.tab-title {
  color: #FAB400;
}
.nav-tabs .yellow .active-border {
  background: #FAB400;
}
.nav-tabs .blue .active.tab-title {
  color: #1E6EE6;
}
.nav-tabs .blue .active-border {
  background: #1E6EE6;
}
.nav-tabs .navigate-item {
  position: relative;
  display: inline-block;
  padding: 0.11rem 0;
}
.nav-tabs .navigate-two-line-count {
  margin-top: -0.04rem;
  font-weight: 500;
  color: #222222;
  font-size: 0.18rem;
  line-height: 0.25rem;
}
.nav-tabs .navigate-two-line-title {
  margin-top: 0.02rem;
  margin-bottom: -0.03rem;
  color: #666666;
  font-size: 0.14rem;
  line-height: 0.2rem;
}
.nav-tabs .active.tab-title .navigate-two-line-title {
  color: #222222;
}
.m-checkbox {
  display: inline-block;
  width: 0.18rem;
  height: 0.18rem;
  border: 0.02rem solid #999;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.02rem;
}

.m-checkbox input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.m-checkbox i.icon.icon-checkbox {
  display: none;
  vertical-align: top;
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/common/images/icon-checkbox.8fd95025.png);
  background-size: contain;
}

.m-checkbox.checked {
  border: none;
}

.m-checkbox.checked i.icon.icon-checkbox {
  display: inline-block;
}
.page-loading {
  padding: 1.2rem 0;
}

.sprite-frame {
  width: 0.5rem;
  height: 0.13rem;
  margin: auto;
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/common/images/loading-sprite.7caeac86.png) no-repeat;
  background-size: 0.5rem auto;
  -webkit-animation: page-loading-frame 3s steps(30) infinite;
  animation: page-loading-frame 3s steps(30) infinite;
}

@-webkit-keyframes page-loading-frame {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: -3.75rem;
  }
}
@keyframes page-loading-frame {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: -3.75rem;
  }
}
.img-gallery {
  width: 100%;
  height: 100%;
  background: #000;
  white-space: nowrap;
  overflow: hidden;
}
.img-gallery .img-slides {
  position: relative;
  left: 0;
  transition: left 0.5s ease, right 0.5s ease;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.img-gallery .img-slides .img-slide-item {
  position: relative;
  display: inline-block;
}
.img-gallery .img-slides .img-slide-item-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.img-gallery .img-slides .img-slide {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.img-gallery .img-slides .load-original {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0.2rem;
}
.img-gallery .img-slides .load-original .load-status {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.12rem;
  color: #fff;
  padding: 0.05rem 0.1rem;
  border: 0.01rem solid #fff;
  border-radius: 0.02rem;
}
.full-img-gallery {
  z-index: 1001;
  color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.full-img-gallery .full-img-gallery-controls {
  position: absolute;
  pointer-events: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 100;
  padding: 0.1rem 0.15rem;
  box-sizing: border-box;
}
.full-img-gallery .full-img-gallery-controls .icon {
  pointer-events: auto;
  float: left;
  cursor: pointer;
}
.full-img-gallery .full-img-gallery-controls .icon-next {
  float: right;
}
.full-img-gallery .full-img-gallery-header {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0.1rem;
  z-index: 100;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.4);
}
.full-img-gallery .full-img-gallery-header .icon-back {
  float: left;
  cursor: pointer;
  width: 0.2rem;
  height: 0.2rem;
  background-size: contain;
}
.full-img-gallery .full-img-gallery-header .gallery-info {
  float: right;
}
.full-img-gallery .icon {
  width: 0.3rem;
  height: 0.3rem;
  display: inline-block;
  background-repeat: no-repeat;
}
.full-img-gallery .icon .icon-switch-slide {
  display: inline-block;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/common/images/galler_arrow.0a0fbf56.png);
  background-position: center;
  border-radius: 0.04rem;
  width: 0.3rem;
  height: 0.3rem;
}
.full-img-gallery .icon.icon-next {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.full-img-gallery .icon.icon-back {
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/common/images/back.6820e262.png);
}
.imitate-a {
  width: auto;
  padding: 0;
  color: #1E6EE6;
  border: 0 none;
  cursor: pointer;
  outline-style: none;
  background-color: transparent;
  overflow: visible;
  font-size: inherit;
}

.btn-action-create {
  outline: none;
  height: 0.34rem;
  line-height: 0.34rem;
  padding: 0 0.15rem 0 0.11rem;
  vertical-align: middle;
  min-width: 0.54rem;
  border-width: 0.01rem;
  border-style: solid;
  background: #ffbd2b;
  color: #ffffff;
  border-color: #ffbd2b;
  text-align: center;
  box-sizing: content-box !important;
  font-size: 0.16rem;
  font-weight: 600;
  border-radius: 0.04rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
}
.btn-action-create.disabled {
  cursor: default;
  border-color: #ccc;
  background-color: #ccc;
}
.btn-action-create.disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
}
.frame-a {
  text-align: left;
  cursor: pointer;
}
.carrousel-wrap {
  overflow: hidden;
  position: relative;
}
.carrousel-wrap:hover .active-opera {
  display: block;
}

.carrousel-wrap .carrousel-slides {
  position: relative;
  white-space: nowrap;
  left: 0;
  transition: left 0.5s ease, right 0.5s ease;
}

.carrousel-wrap .carrousel-item {
  display: inline-block;
  position: relative;
  width: 100%;
}

.carrousel-wrap .carrousel-item .frame-a,
.carrousel-wrap .carrousel-item .carrousel-img {
  display: inline-block;
  color: #fff;
  width: 100%;
  vertical-align: middle;
}

.carrousel-wrap .carrousel-item a:avtive {
  color: #fff;
}

.carrousel-wrap .carrousel-title {
  width: 100%;
  position: absolute;
  bottom: 0;
  font-size: 0.16rem;
  padding: 0.15rem 0.15rem 0.25rem 0.15rem;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0%, rgb(0, 0, 0) 100%);
}

.carrousel-wrap .carrousel-title p {
  text-overflow: ellipsis;
  overflow: hidden;
}

/*slides end*/
/*indicator*/
.carrousel-wrap .carrousel-indicator {
  position: absolute;
  left: 0.15rem;
  right: 0.15rem;
  bottom: 0.1rem;
  font-size: 0;
  text-align: center;
}

.carrousel-wrap .indicator-item {
  display: inline-block;
  background-color: #fff;
  background: #ffffff;
  opacity: 0.42;
  margin: 0 0.02rem;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 0.03rem;
  transition: width 0.5s ease;
}

.carrousel-wrap .indicator-item:last-child {
  margin-right: 0;
}

.carrousel-wrap .indicator-item.active {
  width: 0.19rem;
  opacity: 1;
}

.carrousel-wrap .active-opera {
  position: absolute;
  width: 0.38rem;
  height: 0.38rem;
  cursor: pointer;
  background: rgba(34, 34, 34, 0.05);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  display: none;
}
.carrousel-wrap .active-opera i {
  width: 0.25rem;
  height: 0.25rem;
  font-size: 0.25rem;
  line-height: 0.25rem;
  display: inline-block;
  color: #fff;
}
.carrousel-wrap .active-opera i.left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.carrousel-wrap .active-opera.prev {
  left: 0.39rem;
}
.carrousel-wrap .active-opera.next {
  right: 0.39rem;
}
.umu-breadcrumb {
  overflow-y: auto;
}
.umu-breadcrumb ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
}
.umu-breadcrumb ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: center;
          align-items: center;
}
.umu-breadcrumb .breadcrumb-item:not(.current):hover {
  color: #fab400;
}
.umu-breadcrumb .separator {
  margin: 0 8px;
}
.err-tip {
  text-align: center;
  margin: 0 auto;
  padding: 50% 0;
}
.back-top-btn {
  position: fixed;
  bottom: 0.5rem;
  right: 0.24rem;
  cursor: pointer;
  z-index: 1;
  transition: opacity 0.8s ease;
}
.back-top-btn.hide {
  opacity: 0;
  pointer-events: none;
}
.rc-picker-time-panel-cell-selected .rc-picker-time-panel-cell-inner {
  color: #fff !important;
}

.rc-picker {
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 260px;
  height: 36px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.rc-picker-rtl {
  direction: rtl;
}

.rc-picker-focused {
  border: 1px solid #40a9ff;
}

.rc-picker-panel {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  outline: none;
}

.rc-picker-panel-focused {
  border-color: #40a9ff;
}

.rc-picker-panel-rtl {
  direction: rtl;
}

.rc-picker-decade-panel,
.rc-picker-year-panel,
.rc-picker-month-panel,
.rc-picker-week-panel,
.rc-picker-date-panel,
.rc-picker-time-panel {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.rc-picker-decade-panel table,
.rc-picker-year-panel table,
.rc-picker-month-panel table,
.rc-picker-week-panel table,
.rc-picker-date-panel table,
.rc-picker-time-panel table {
  text-align: center;
  border-collapse: collapse;
  width: 252px;
}

.rc-picker-decade-panel table td,
.rc-picker-year-panel table td,
.rc-picker-month-panel table td,
.rc-picker-week-panel table td,
.rc-picker-date-panel table td,
.rc-picker-time-panel table td {
  text-align: center !important;
}

.rc-picker-header {
  display: -webkit-flex;
  display: flex;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #f0f0f0;
}

.rc-picker-header > * {
  -webkit-flex: none;
          flex: none;
}

.rc-picker-header > button {
  min-width: 1.6em;
  font-size: 14px;
  border: none;
  background: #fff;
  cursor: pointer;
  transition: color 0.3s;
  padding: 0;
  margin: 0;
}

.rc-picker-header-view {
  -webkit-flex: auto;
          flex: auto;
  text-align: center;
  font-weight: 500;
  line-height: 40px;
}

.rc-picker-header-view > button {
  background-color: #fff;
  border: 0;
  padding: 0;
}

.rc-picker-body {
  padding: 8px 14px;
}

.rc-picker-cell {
  color: #aaa;
}

.rc-picker-cell-disabled {
  opacity: 0.2;
  cursor: not-allowed;
  pointer-events: none;
}

.rc-picker-cell-inner {
  font-size: 12px;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
}

.rc-picker-cell-inner:hover {
  background: #f5f5f5;
}

.rc-picker-cell-in-view {
  color: rgba(0, 0, 0, 0.85);
}

.rc-picker-cell-in-range > .rc-picker-cell-inner {
  background: rgba(64, 169, 255, 0.05);
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
}

.rc-picker-cell-range-hover-start,
.rc-picker-cell-range-hover-end,
.rc-picker-cell-range-hover {
  position: relative;
}

.rc-picker-cell-range-hover-start::after,
.rc-picker-cell-range-hover-end::after,
.rc-picker-cell-range-hover::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid green;
  border-left: 0;
  border-right: 0;
  pointer-events: none;
}

.rc-picker-cell-range-hover-start::after {
  border-left: 1px solid green !important;
}

.rc-picker-cell-range-hover-end::after {
  border-right: 1px solid green !important;
}

.rc-picker-cell-today > .rc-picker-cell-inner {
  border: 1px solid #40a9ff;
}

.rc-picker-cell-range-start > .rc-picker-cell-inner,
.rc-picker-cell-range-end > .rc-picker-cell-inner,
.rc-picker-cell-selected > .rc-picker-cell-inner {
  background: rgba(64, 169, 255, 0.2);
}

.rc-picker-footer,
.rc-picker-picker-footer {
  background: #ffffff;
  border-top: 1px solid #f0f0f0;
}

.rc-picker-ranges {
  margin: 0;
  padding: 4px 12px;
  overflow: hidden;
  line-height: 34px;
  text-align: left;
  list-style: none;
}

.rc-picker-ranges > li {
  display: inline-block;
}

.rc-picker-ranges > a {
  color: #1890ff;
}

.rc-picker-ranges > a:hover {
  text-decoration: none;
  outline: 0;
  color: #40a9ff;
}

.rc-picker-ok {
  float: right;
}

.rc-picker-ok > button {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
  line-height: 1.5715;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 2px;
  border: 1px solid #1890ff;
}

.rc-picker-ok > button:disabled {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.rc-picker-year-panel .rc-picker-cell-inner,
.rc-picker-month-panel .rc-picker-cell-inner {
  width: 80px;
}

.rc-picker-week-panel-row:hover .rc-picker-cell {
  background: red;
}

.rc-picker-week-panel-row-selected .rc-picker-cell {
  background: rgba(0, 0, 255, 0.3);
}

.rc-picker-week-panel .rc-picker-cell,
.rc-picker-week-panel .rc-picker-cell-inner {
  width: 20px;
}

.rc-picker-week-panel .rc-picker-cell-week {
  font-size: 12px;
  color: #999;
  font-weight: bold;
}

.rc-picker-week-panel .rc-picker-cell:hover > .rc-picker-cell-inner,
.rc-picker-week-panel .rc-picker-cell-selected > .rc-picker-cell-inner {
  background: transparent;
}

.rc-picker-date-panel .rc-picker-cell-inner {
  width: 20px;
}

.rc-picker-time-panel {
  width: auto;
}

.rc-picker-time-panel .rc-picker-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: auto;
          flex: auto;
  max-height: 224px;
}

.rc-picker-time-panel-column {
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  width: 56px;
  transition: background 0.3s;
}

.rc-picker-time-panel-column-active {
  background: rgba(0, 0, 255, 0.1);
}

.rc-picker-time-panel-column:hover {
  overflow-y: auto;
}

.rc-picker-time-panel-column > li {
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.rc-picker-time-panel-column > li .rc-picker-time-panel-cell-inner {
  color: rgba(0, 0, 0, 0.85);
  padding: 0 0 0 14px;
  margin: 0;
  height: 28px;
  line-height: 28px;
  display: block;
  width: 100%;
  text-align: left;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.3s;
}

.rc-picker-panel-rtl .rc-picker-time-panel-column > li .rc-picker-time-panel-cell-inner {
  padding: 0 12px 0 0;
  text-align: right;
}

.rc-picker-time-panel-column > li .rc-picker-time-panel-cell-inner:hover {
  background: #f5f5f5;
}

.rc-picker-datetime-panel {
  display: -webkit-flex;
  display: flex;
}

.rc-picker-datetime-panel .rc-picker-time-panel {
  border-left: 1px solid #f0f0f0;
}

.rc-picker-datetime-panel .rc-picker-date-panel,
.rc-picker-datetime-panel .rc-picker-time-panel {
  transition: opacity 0.3s;
}

.rc-picker-datetime-panel-active .rc-picker-date-panel,
.rc-picker-datetime-panel-active .rc-picker-time-panel {
  opacity: 0.3;
}

.rc-picker-datetime-panel-active .rc-picker-date-panel-active,
.rc-picker-datetime-panel-active .rc-picker-time-panel-active {
  opacity: 1;
}

.rc-picker-input {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 100%;
}

.rc-picker-rtl .rc-picker-input {
  text-align: right;
}

.rc-picker-input > input {
  width: 100%;
  padding: 0 12px;
}

.rc-picker-input > input::-moz-placeholder {
  opacity: 1;
}

.rc-picker-input > input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.rc-picker-input > input::placeholder {
  color: #bfbfbf;
}

.rc-picker-input > input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

.rc-picker-input > input:placeholder-shown {
  text-overflow: ellipsis;
}

.rc-picker-input-placeholder > input {
  color: #bfbfbf;
}

.rc-picker-clear {
  position: absolute;
  right: 5px;
  top: 50%;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.25);
  line-height: 1;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: opacity 0.3s, color 0.3s;
}

.rc-picker-rtl .rc-picker-clear {
  right: auto;
  left: 4px;
}

.rc-picker-clear-btn::after {
  content: "X";
}

.rc-picker-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  position: absolute;
  z-index: 10050;
}

.rc-picker-dropdown-range {
  padding: 10px 0;
}

.rc-picker-dropdown-hidden {
  display: none;
}

.rc-picker-dropdown-placement-topLeft .rc-picker-range-arrow,
.rc-picker-dropdown-placement-topRight .rc-picker-range-arrow {
  bottom: 6px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.rc-picker-dropdown-placement-bottomLeft .rc-picker-range-arrow,
.rc-picker-dropdown-placement-bottomright .rc-picker-range-arrow {
  top: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.rc-picker-dropdown .rc-picker-range-arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  z-index: 1;
  left: 10px;
  margin-left: 10px;
  transition: all 0.3s;
}

.rc-picker-dropdown-rtl.rc-picker-dropdown .rc-picker-range-arrow {
  right: 10px;
  left: auto;
  margin-left: 0;
  margin-right: 10px;
}

.rc-picker-dropdown .rc-picker-range-arrow::before,
.rc-picker-dropdown .rc-picker-range-arrow::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.rc-picker-dropdown-rtl.rc-picker-dropdown .rc-picker-range-arrow::before,
.rc-picker-dropdown-rtl.rc-picker-dropdown .rc-picker-range-arrow::after {
  right: 50%;
  left: auto;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.rc-picker-dropdown .rc-picker-range-arrow::before {
  width: 10px;
  height: 10px;
  border: 5px solid #40a9ff;
  border-color: #40a9ff #40a9ff transparent transparent;
}

.rc-picker-dropdown .rc-picker-range-arrow::after {
  width: 8px;
  height: 8px;
  border: 4px solid #40a9ff;
  border-color: #ffffff #ffffff transparent transparent;
}

.rc-picker-range {
  display: -webkit-inline-flex;
  display: inline-flex;
  position: relative;
}

.rc-picker-range-wrapper {
  display: -webkit-flex;
  display: flex;
}

.rc-picker-range .rc-picker-active-bar {
  background: green;
  bottom: 0;
  height: 3px;
  pointer-events: none;
  transition: all 0.3s;
  opacity: 0;
}

.rc-picker-range.rc-picker-focused .rc-picker-active-bar {
  opacity: 1;
}

.rc-picker-panel-container {
  overflow: hidden;
  vertical-align: top;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 4px 8px 6px rgba(0, 0, 0, 0.1);
  transition: margin 0.3s;
}

.rc-picker {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: border 0.3s, box-shadow 0.3s;
}

.rc-picker.rc-picker-disabled {
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.rc-picker.rc-picker-disabled .rc-picker-suffix {
  color: rgba(0, 0, 0, 0.5);
}

.rc-picker.rc-picker-borderless {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.rc-picker-input {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
}

.rc-picker-input > input {
  -webkit-flex: auto;
          flex: auto;
  min-width: 1px;
  height: auto;
  padding-left: 0 12px;
  background: transparent;
  border: 0;
}

.rc-picker-input > input:focus {
  box-shadow: none;
}

.rc-picker-input > input[disabled] {
  background: transparent;
}

.rc-picker-input:hover .rc-picker-clear {
  opacity: 1;
}

.rc-picker-input-placeholder > input {
  color: #bfbfbf;
}

.rc-picker-suffix {
  -webkit-align-self: center;
          align-self: center;
  margin-left: 4px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1;
  pointer-events: none;
}

.rc-picker-suffix > * {
  vertical-align: top;
}

.rc-picker-clear {
  position: absolute;
  top: 50%;
  right: 0;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1;
  background: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s, color 0.3s;
}

.rc-picker-clear > * {
  vertical-align: top;
}

.rc-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}

.rc-picker-separator {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 16px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  vertical-align: top;
  cursor: default;
}

.rc-picker-focused .rc-picker-separator {
  color: rgba(0, 0, 0, 0.45);
}

.rc-picker-disabled .rc-picker-range-separator .rc-picker-separator {
  cursor: not-allowed;
}

.rc-picker-range {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
}

.rc-picker-range .rc-picker-clear {
  right: 11px;
}

.rc-picker-range:hover .rc-picker-clear {
  opacity: 1;
}

.rc-picker-range .rc-picker-active-bar {
  bottom: -1px;
  height: 2px;
  margin-left: 11px;
  background: #1890ff;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}

.rc-picker-range.rc-picker-focused .rc-picker-active-bar {
  opacity: 1;
}

.rc-picker-range-separator {
  -webkit-align-items: center;
          align-items: center;
  padding: 0 8px;
  line-height: 1;
}

.rc-picker-range.rc-picker-small .rc-picker-clear {
  right: 7px;
}

.rc-picker-range.rc-picker-small .rc-picker-active-bar {
  margin-left: 7px;
}

.rc-picker-dropdown {
  position: absolute;
  z-index: 10050;
}

.rc-picker-dropdown-hidden {
  display: none;
}

.rc-picker-dropdown-placement-bottomLeft .rc-picker-range-arrow {
  top: 1.66666667px;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.rc-picker-dropdown-placement-topLeft .rc-picker-range-arrow {
  bottom: 1.66666667px;
  display: block;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.rc-picker-dropdown.slide-up-enter.slide-up-enter-active.rc-picker-dropdown-placement-topLeft,
.rc-picker-dropdown.slide-up-enter.slide-up-enter-active.rc-picker-dropdown-placement-topRight,
.rc-picker-dropdown.slide-up-appear.slide-up-appear-active.rc-picker-dropdown-placement-topLeft,
.rc-picker-dropdown.slide-up-appear.slide-up-appear-active.rc-picker-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}

.rc-picker-dropdown.slide-up-enter.slide-up-enter-active.rc-picker-dropdown-placement-bottomLeft,
.rc-picker-dropdown.slide-up-enter.slide-up-enter-active.rc-picker-dropdown-placement-bottomRight,
.rc-picker-dropdown.slide-up-appear.slide-up-appear-active.rc-picker-dropdown-placement-bottomLeft,
.rc-picker-dropdown.slide-up-appear.slide-up-appear-active.rc-picker-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}

.rc-picker-dropdown.slide-up-leave.slide-up-leave-active.rc-picker-dropdown-placement-topLeft,
.rc-picker-dropdown.slide-up-leave.slide-up-leave-active.rc-picker-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}

.rc-picker-dropdown.slide-up-leave.slide-up-leave-active.rc-picker-dropdown-placement-bottomLeft,
.rc-picker-dropdown.slide-up-leave.slide-up-leave-active.rc-picker-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}

.rc-picker-dropdown-range {
  padding: 6.66666667px 0;
}

.rc-picker-dropdown-range-hidden {
  display: none;
}

.rc-picker-dropdown .rc-picker-panel > .rc-picker-time-panel {
  padding-top: 4px;
}

.rc-picker-ranges {
  margin-bottom: 0;
  padding: 4px 12px;
  overflow: hidden;
  line-height: 34px;
  text-align: left;
  list-style: none;
}

.rc-picker-ranges > li {
  display: inline-block;
}

.rc-picker-ranges .rc-picker-preset > .rc-picker-tag-blue {
  color: #1890ff;
  background: #1890ff;
  border-color: #1890ff;
  cursor: pointer;
}

.rc-picker-ranges .rc-picker-ok {
  float: right;
  margin-left: 8px;
}

.rc-picker-range-wrapper {
  display: -webkit-flex;
  display: flex;
}

.rc-picker-range-arrow {
  position: absolute;
  z-index: 1;
  display: none;
  width: 10px;
  height: 10px;
  margin-left: 16.5px;
  box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.06);
  transition: left 0.3s ease-out;
}

.rc-picker-range-arrow::after {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 10px;
  height: 10px;
  border: 5px solid #f0f0f0;
  border-color: #ffffff #ffffff transparent transparent;
  content: "";
}

.rc-picker-panel-container {
  overflow: hidden;
  vertical-align: top;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  transition: margin 0.3s;
}

.rc-picker-panel-container .rc-picker-panels {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  direction: ltr;
}

.rc-picker-panel-container .rc-picker-panel {
  vertical-align: top;
  background: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
}

.rc-picker-panel-container .rc-picker-panel-focused {
  border-color: #f0f0f0;
}

.rc-picker-panel {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  outline: none;
}

.rc-picker-panel-focused {
  border-color: #1890ff;
}

.rc-picker-decade-panel,
.rc-picker-year-panel,
.rc-picker-quarter-panel,
.rc-picker-month-panel,
.rc-picker-week-panel,
.rc-picker-date-panel,
.rc-picker-time-panel {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 280px;
}

.rc-picker-header {
  display: -webkit-flex;
  display: flex;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #f0f0f0;
}

.rc-picker-header > * {
  -webkit-flex: none;
          flex: none;
}

.rc-picker-header button {
  padding: 0;
  color: rgba(0, 0, 0, 0.5);
  line-height: 40px;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 0.3s;
}

.rc-picker-header > button {
  min-width: 1.6em;
  font-size: 14px;
}

.rc-picker-header > button:hover {
  color: rgba(0, 0, 0, 0.85);
}

.rc-picker-header-view {
  -webkit-flex: auto;
          flex: auto;
  font-weight: 500;
  line-height: 40px;
}

.rc-picker-header-view button {
  color: inherit;
  font-weight: inherit;
}

.rc-picker-header-view button:not(:first-child) {
  margin-left: 8px;
}

.rc-picker-header-view button:hover {
  color: #1890ff;
}

.rc-picker-prev-icon,
.rc-picker-next-icon,
.rc-picker-super-prev-icon,
.rc-picker-super-next-icon {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
}

.rc-picker-prev-icon::before,
.rc-picker-next-icon::before,
.rc-picker-super-prev-icon::before,
.rc-picker-super-next-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0 solid currentColor;
  border-width: 1.5px 0 0 1.5px;
  content: "";
}

.rc-picker-super-prev-icon::after,
.rc-picker-super-next-icon::after {
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0 solid currentColor;
  border-width: 1.5px 0 0 1.5px;
  content: "";
}

.rc-picker-prev-icon,
.rc-picker-super-prev-icon {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.rc-picker-next-icon,
.rc-picker-super-next-icon {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.rc-picker-content {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.rc-picker-content th,
.rc-picker-content td {
  position: relative;
  min-width: 24px;
  font-weight: 400;
}

.rc-picker-content th {
  height: 30px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 30px;
}

.rc-picker-cell {
  padding: 3px 0;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.rc-picker-cell-in-view {
  color: rgba(0, 0, 0, 0.85);
}

.rc-picker-cell-disabled {
  cursor: not-allowed;
}

.rc-picker-cell::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  height: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}

.rc-picker-cell .rc-picker-cell-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
}

.rc-picker-cell:hover:not(.rc-picker-cell-in-view) .rc-picker-cell-inner,
.rc-picker-cell:hover:not(.rc-picker-cell-selected):not(.rc-picker-cell-range-start):not(.rc-picker-cell-range-end):not(.rc-picker-cell-range-hover-start):not(.rc-picker-cell-range-hover-end) .rc-picker-cell-inner {
  background: #f5f5f5;
}

.rc-picker-cell-in-view.rc-picker-cell-today .rc-picker-cell-inner::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: 1px solid #1890ff;
  border-radius: 2px;
  content: "";
}

.rc-picker-cell-in-view.rc-picker-cell-in-range {
  position: relative;
}

.rc-picker-cell-in-view.rc-picker-cell-in-range::before {
  background: #1890ff;
}

.rc-picker-cell-in-view.rc-picker-cell-selected .rc-picker-cell-inner,
.rc-picker-cell-in-view.rc-picker-cell-range-start .rc-picker-cell-inner,
.rc-picker-cell-in-view.rc-picker-cell-range-end .rc-picker-cell-inner {
  color: #ffffff;
  background: #1890ff;
}

.rc-picker-cell-in-view.rc-picker-cell-range-start:not(.rc-picker-cell-range-start-single)::before,
.rc-picker-cell-in-view.rc-picker-cell-range-end:not(.rc-picker-cell-range-end-single)::before {
  background: #1890ff;
}

.rc-picker-cell-in-view.rc-picker-cell-range-start::before {
  left: 50%;
}

.rc-picker-cell-in-view.rc-picker-cell-range-end::before {
  right: 50%;
}

.rc-picker-cell-in-view.rc-picker-cell-range-hover-start:not(.rc-picker-cell-in-range):not(.rc-picker-cell-range-start):not(.rc-picker-cell-range-end)::after,
.rc-picker-cell-in-view.rc-picker-cell-range-hover-end:not(.rc-picker-cell-in-range):not(.rc-picker-cell-range-start):not(.rc-picker-cell-range-end)::after,
.rc-picker-cell-in-view.rc-picker-cell-range-hover-start.rc-picker-cell-range-start-single::after,
.rc-picker-cell-in-view.rc-picker-cell-range-hover-start.rc-picker-cell-range-start.rc-picker-cell-range-end.rc-picker-cell-range-end-near-hover::after,
.rc-picker-cell-in-view.rc-picker-cell-range-hover-end.rc-picker-cell-range-start.rc-picker-cell-range-end.rc-picker-cell-range-start-near-hover::after,
.rc-picker-cell-in-view.rc-picker-cell-range-hover-end.rc-picker-cell-range-end-single::after,
.rc-picker-cell-in-view.rc-picker-cell-range-hover:not(.rc-picker-cell-in-range)::after {
  position: absolute;
  top: 50%;
  z-index: 0;
  height: 24px;
  border-top: 1px dashed #7ec1ff;
  border-bottom: 1px dashed #7ec1ff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}

.rc-picker-cell-range-hover-start::after,
.rc-picker-cell-range-hover-end::after,
.rc-picker-cell-range-hover::after {
  right: 0;
  left: 2px;
}

.rc-picker-cell-in-view.rc-picker-cell-in-range.rc-picker-cell-range-hover::before,
.rc-picker-cell-in-view.rc-picker-cell-range-start.rc-picker-cell-range-hover::before,
.rc-picker-cell-in-view.rc-picker-cell-range-end.rc-picker-cell-range-hover::before,
.rc-picker-cell-in-view.rc-picker-cell-range-start:not(.rc-picker-cell-range-start-single).rc-picker-cell-range-hover-start::before,
.rc-picker-cell-in-view.rc-picker-cell-range-end:not(.rc-picker-cell-range-end-single).rc-picker-cell-range-hover-end::before,
.rc-picker-panel > :not(.rc-picker-date-panel) .rc-picker-cell-in-view.rc-picker-cell-in-range.rc-picker-cell-range-hover-start::before,
.rc-picker-panel > :not(.rc-picker-date-panel) .rc-picker-cell-in-view.rc-picker-cell-in-range.rc-picker-cell-range-hover-end::before {
  background: #cbe6ff;
}

.rc-picker-cell-in-view.rc-picker-cell-range-start:not(.rc-picker-cell-range-start-single):not(.rc-picker-cell-range-end) .rc-picker-cell-inner {
  border-radius: 2px 0 0 2px;
}

.rc-picker-cell-in-view.rc-picker-cell-range-end:not(.rc-picker-cell-range-end-single):not(.rc-picker-cell-range-start) .rc-picker-cell-inner {
  border-radius: 0 2px 2px 0;
}

.rc-picker-date-panel .rc-picker-cell-in-view.rc-picker-cell-in-range.rc-picker-cell-range-hover-start .rc-picker-cell-inner::after,
.rc-picker-date-panel .rc-picker-cell-in-view.rc-picker-cell-in-range.rc-picker-cell-range-hover-end .rc-picker-cell-inner::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #cbe6ff;
  content: "";
}

.rc-picker-date-panel .rc-picker-cell-in-view.rc-picker-cell-in-range.rc-picker-cell-range-hover-start .rc-picker-cell-inner::after {
  right: -6px;
  left: 0;
}

.rc-picker-date-panel .rc-picker-cell-in-view.rc-picker-cell-in-range.rc-picker-cell-range-hover-end .rc-picker-cell-inner::after {
  right: 0;
  left: -6px;
}

.rc-picker-cell-range-hover.rc-picker-cell-range-start::after {
  right: 50%;
}

.rc-picker-cell-range-hover.rc-picker-cell-range-end::after {
  left: 50%;
}

tr > .rc-picker-cell-in-view.rc-picker-cell-range-hover:first-child::after,
tr > .rc-picker-cell-in-view.rc-picker-cell-range-hover-end:first-child::after,
.rc-picker-cell-in-view.rc-picker-cell-start.rc-picker-cell-range-hover-edge-start.rc-picker-cell-range-hover-edge-start-near-range::after,
.rc-picker-cell-in-view.rc-picker-cell-range-hover-edge-start:not(.rc-picker-cell-range-hover-edge-start-near-range)::after,
.rc-picker-cell-in-view.rc-picker-cell-range-hover-start::after {
  left: 6px;
  border-left: 1px dashed #7ec1ff;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

tr > .rc-picker-cell-in-view.rc-picker-cell-range-hover:last-child::after,
tr > .rc-picker-cell-in-view.rc-picker-cell-range-hover-start:last-child::after,
.rc-picker-cell-in-view.rc-picker-cell-end.rc-picker-cell-range-hover-edge-end.rc-picker-cell-range-hover-edge-end-near-range::after,
.rc-picker-cell-in-view.rc-picker-cell-range-hover-edge-end:not(.rc-picker-cell-range-hover-edge-end-near-range)::after,
.rc-picker-cell-in-view.rc-picker-cell-range-hover-end::after {
  right: 6px;
  border-right: 1px dashed #7ec1ff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.rc-picker-cell-disabled {
  pointer-events: none;
}

.rc-picker-cell-disabled .rc-picker-cell-inner {
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
}

.rc-picker-cell-disabled::before {
  background: #f5f5f5;
}

.rc-picker-cell-disabled.rc-picker-cell-today .rc-picker-cell-inner::before {
  border-color: rgba(0, 0, 0, 0.5);
}

.rc-picker-decade-panel .rc-picker-content,
.rc-picker-year-panel .rc-picker-content,
.rc-picker-quarter-panel .rc-picker-content,
.rc-picker-month-panel .rc-picker-content {
  height: 264px;
}

.rc-picker-decade-panel .rc-picker-cell-inner,
.rc-picker-year-panel .rc-picker-cell-inner,
.rc-picker-quarter-panel .rc-picker-cell-inner,
.rc-picker-month-panel .rc-picker-cell-inner {
  padding: 0 8px;
}

.rc-picker-decade-panel .rc-picker-cell-disabled .rc-picker-cell-inner,
.rc-picker-year-panel .rc-picker-cell-disabled .rc-picker-cell-inner,
.rc-picker-quarter-panel .rc-picker-cell-disabled .rc-picker-cell-inner,
.rc-picker-month-panel .rc-picker-cell-disabled .rc-picker-cell-inner {
  background: #f5f5f5;
}

.rc-picker-quarter-panel .rc-picker-content {
  height: 56px;
}

.rc-picker-footer {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  min-width: 100%;
  line-height: 38px;
  text-align: center;
  border-bottom: 1px solid transparent;
}

.rc-picker-panel .rc-picker-footer {
  border-top: 1px solid #f0f0f0;
}

.rc-picker-footer-extra {
  padding: 0 12px;
  line-height: 38px;
  text-align: left;
}

.rc-picker-footer-extra:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

.rc-picker-now {
  text-align: left;
  cursor: pointer;
}

.rc-picker-today-btn {
  color: #1890ff;
}

.rc-picker-today-btn:hover {
  color: #1890ff;
}

.rc-picker-today-btn:active {
  color: #1890ff;
}

.rc-picker-today-btn.rc-picker-today-btn-disabled {
  color: rgba(0, 0, 0, 0.5);
  cursor: not-allowed;
}

.rc-picker-decade-panel .rc-picker-cell-inner {
  padding: 0 4px;
}

.rc-picker-decade-panel .rc-picker-cell::before {
  display: none;
}

.rc-picker-year-panel .rc-picker-body,
.rc-picker-quarter-panel .rc-picker-body,
.rc-picker-month-panel .rc-picker-body {
  padding: 0 8px;
}

.rc-picker-year-panel .rc-picker-cell-inner,
.rc-picker-quarter-panel .rc-picker-cell-inner,
.rc-picker-month-panel .rc-picker-cell-inner {
  width: 60px;
}

.rc-picker-year-panel .rc-picker-cell-range-hover-start::after,
.rc-picker-quarter-panel .rc-picker-cell-range-hover-start::after,
.rc-picker-month-panel .rc-picker-cell-range-hover-start::after {
  left: 14px;
  border-left: 1px dashed #7ec1ff;
  border-radius: 2px 0 0 2px;
}

.rc-picker-panel-rtl .rc-picker-year-panel .rc-picker-cell-range-hover-start::after,
.rc-picker-panel-rtl .rc-picker-quarter-panel .rc-picker-cell-range-hover-start::after,
.rc-picker-panel-rtl .rc-picker-month-panel .rc-picker-cell-range-hover-start::after {
  right: 14px;
  border-right: 1px dashed #7ec1ff;
  border-radius: 0 2px 2px 0;
}

.rc-picker-year-panel .rc-picker-cell-range-hover-end::after,
.rc-picker-quarter-panel .rc-picker-cell-range-hover-end::after,
.rc-picker-month-panel .rc-picker-cell-range-hover-end::after {
  right: 14px;
  border-right: 1px dashed #7ec1ff;
  border-radius: 0 2px 2px 0;
}

.rc-picker-panel-rtl .rc-picker-year-panel .rc-picker-cell-range-hover-end::after,
.rc-picker-panel-rtl .rc-picker-quarter-panel .rc-picker-cell-range-hover-end::after,
.rc-picker-panel-rtl .rc-picker-month-panel .rc-picker-cell-range-hover-end::after {
  left: 14px;
  border-left: 1px dashed #7ec1ff;
  border-radius: 2px 0 0 2px;
}

.rc-picker-week-panel .rc-picker-body {
  padding: 8px 12px;
}

.rc-picker-week-panel .rc-picker-cell:hover .rc-picker-cell-inner,
.rc-picker-week-panel .rc-picker-cell-selected .rc-picker-cell-inner,
.rc-picker-week-panel .rc-picker-cell .rc-picker-cell-inner {
  background: transparent !important;
}

.rc-picker-week-panel-row td {
  transition: background 0.3s;
}

.rc-picker-week-panel-row:hover td {
  background: #f5f5f5;
}

.rc-picker-week-panel-row-selected td,
.rc-picker-week-panel-row-selected:hover td {
  background: #1890ff;
}

.rc-picker-week-panel-row-selected td.rc-picker-cell-week,
.rc-picker-week-panel-row-selected:hover td.rc-picker-cell-week {
  color: rgba(255, 255, 255, 0.5);
}

.rc-picker-week-panel-row-selected td.rc-picker-cell-today .rc-picker-cell-inner::before,
.rc-picker-week-panel-row-selected:hover td.rc-picker-cell-today .rc-picker-cell-inner::before {
  border-color: #ffffff;
}

.rc-picker-week-panel-row-selected td .rc-picker-cell-inner,
.rc-picker-week-panel-row-selected:hover td .rc-picker-cell-inner {
  color: #ffffff;
}

.rc-picker-date-panel .rc-picker-body {
  padding: 8px 12px;
}

.rc-picker-date-panel .rc-picker-content {
  width: 252px;
}

.rc-picker-date-panel .rc-picker-content th {
  width: 36px;
}

.rc-picker-datetime-panel {
  display: -webkit-flex;
  display: flex;
}

.rc-picker-datetime-panel .rc-picker-time-panel {
  border-left: 1px solid #f0f0f0;
}

.rc-picker-datetime-panel .rc-picker-date-panel,
.rc-picker-datetime-panel .rc-picker-time-panel {
  transition: opacity 0.3s;
}

.rc-picker-datetime-panel-active .rc-picker-date-panel,
.rc-picker-datetime-panel-active .rc-picker-time-panel {
  opacity: 0.3;
}

.rc-picker-datetime-panel-active .rc-picker-date-panel-active,
.rc-picker-datetime-panel-active .rc-picker-time-panel-active {
  opacity: 1;
}

.rc-picker-time-panel {
  width: auto;
  min-width: auto;
}

.rc-picker-time-panel .rc-picker-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: auto;
          flex: auto;
  height: 224px;
}

.rc-picker-time-panel-column {
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 56px;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  text-align: left;
  list-style: none;
  transition: background 0.3s;
}

.rc-picker-time-panel-column::after {
  display: block;
  height: 196px;
  content: "";
}

.rc-picker-datetime-panel .rc-picker-time-panel-column::after {
  height: 198px;
}

.rc-picker-time-panel-column:not(:first-child) {
  border-left: 1px solid #f0f0f0;
}

.rc-picker-time-panel-column-active {
  background: rgba(24, 144, 255, 0.2);
}

.rc-picker-time-panel-column:hover {
  overflow-y: auto;
}

.rc-picker-time-panel-column > li {
  margin: 0;
  padding: 0;
}

.rc-picker-time-panel-column > li.rc-picker-time-panel-cell .rc-picker-time-panel-cell-inner {
  display: block;
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 0 0 0 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.3s;
}

.rc-picker-time-panel-column > li.rc-picker-time-panel-cell .rc-picker-time-panel-cell-inner:hover {
  background: #f5f5f5;
}

.rc-picker-time-panel-column > li.rc-picker-time-panel-cell-selected .rc-picker-time-panel-cell-inner {
  background: #1890ff;
}

.rc-picker-time-panel-column > li.rc-picker-time-panel-cell-disabled .rc-picker-time-panel-cell-inner {
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  cursor: not-allowed;
}

/* stylelint-disable-next-line */
_:-ms-fullscreen .rc-picker-range-wrapper .rc-picker-month-panel .rc-picker-cell,
:root .rc-picker-range-wrapper .rc-picker-month-panel .rc-picker-cell,
_:-ms-fullscreen .rc-picker-range-wrapper .rc-picker-year-panel .rc-picker-cell,
:root .rc-picker-range-wrapper .rc-picker-year-panel .rc-picker-cell {
  padding: 21px 0;
}

.rc-picker-rtl {
  direction: rtl;
}

.rc-picker-rtl .rc-picker-suffix {
  margin-right: 4px;
  margin-left: 0;
}

.rc-picker-rtl .rc-picker-clear {
  right: auto;
  left: 0;
}

.rc-picker-rtl .rc-picker-separator {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.rc-picker-panel-rtl .rc-picker-header-view button:not(:first-child) {
  margin-right: 8px;
  margin-left: 0;
}

.rc-picker-rtl.rc-picker-range .rc-picker-clear {
  right: auto;
  left: 11px;
}

.rc-picker-rtl.rc-picker-range .rc-picker-active-bar {
  margin-right: 11px;
  margin-left: 0;
}

.rc-picker-rtl.rc-picker-range.rc-picker-small .rc-picker-active-bar {
  margin-right: 7px;
}

.rc-picker-dropdown-rtl .rc-picker-ranges {
  text-align: right;
}

.rc-picker-dropdown-rtl .rc-picker-ranges .rc-picker-ok {
  float: left;
  margin-right: 8px;
  margin-left: 0;
}

.rc-picker-panel-rtl {
  direction: rtl;
}

.rc-picker-panel-rtl .rc-picker-prev-icon,
.rc-picker-panel-rtl .rc-picker-super-prev-icon {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.rc-picker-panel-rtl .rc-picker-next-icon,
.rc-picker-panel-rtl .rc-picker-super-next-icon {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.rc-picker-cell .rc-picker-cell-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
}

.rc-picker-panel-rtl .rc-picker-cell-in-view.rc-picker-cell-range-start::before {
  right: 50%;
  left: 0;
}

.rc-picker-panel-rtl .rc-picker-cell-in-view.rc-picker-cell-range-end::before {
  right: 0;
  left: 50%;
}

.rc-picker-panel-rtl .rc-picker-cell-in-view.rc-picker-cell-range-start.rc-picker-cell-range-end::before {
  right: 50%;
  left: 50%;
}

.rc-picker-panel-rtl .rc-picker-date-panel .rc-picker-cell-in-view.rc-picker-cell-in-range.rc-picker-cell-range-hover-start .rc-picker-cell-inner::after {
  right: 0;
  left: -6px;
}

.rc-picker-panel-rtl .rc-picker-date-panel .rc-picker-cell-in-view.rc-picker-cell-in-range.rc-picker-cell-range-hover-end .rc-picker-cell-inner::after {
  right: -6px;
  left: 0;
}

.rc-picker-panel-rtl .rc-picker-cell-range-hover.rc-picker-cell-range-start::after {
  right: 0;
  left: 50%;
}

.rc-picker-panel-rtl .rc-picker-cell-range-hover.rc-picker-cell-range-end::after {
  right: 50%;
  left: 0;
}

.rc-picker-panel-rtl .rc-picker-cell-in-view.rc-picker-cell-range-start:not(.rc-picker-cell-range-start-single):not(.rc-picker-cell-range-end) .rc-picker-cell-inner {
  border-radius: 0 2px 2px 0;
}

.rc-picker-panel-rtl .rc-picker-cell-in-view.rc-picker-cell-range-end:not(.rc-picker-cell-range-end-single):not(.rc-picker-cell-range-start) .rc-picker-cell-inner {
  border-radius: 2px 0 0 2px;
}

.rc-picker-panel-rtl tr > .rc-picker-cell-in-view.rc-picker-cell-range-hover:not(.rc-picker-cell-selected):first-child::after,
.rc-picker-panel-rtl .rc-picker-cell-in-view.rc-picker-cell-start.rc-picker-cell-range-hover-edge-start.rc-picker-cell-range-hover-edge-start-near-range::after,
.rc-picker-panel-rtl .rc-picker-cell-in-view.rc-picker-cell-range-hover-edge-start:not(.rc-picker-cell-range-hover-edge-start-near-range)::after,
.rc-picker-panel-rtl .rc-picker-cell-in-view.rc-picker-cell-range-hover-start::after {
  right: 6px;
  left: 0;
  border-right: 1px dashed #7ec1ff;
  border-left: none;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}

.rc-picker-panel-rtl tr > .rc-picker-cell-in-view.rc-picker-cell-range-hover:not(.rc-picker-cell-selected):last-child::after,
.rc-picker-panel-rtl .rc-picker-cell-in-view.rc-picker-cell-end.rc-picker-cell-range-hover-edge-end.rc-picker-cell-range-hover-edge-end-near-range::after,
.rc-picker-panel-rtl .rc-picker-cell-in-view.rc-picker-cell-range-hover-edge-end:not(.rc-picker-cell-range-hover-edge-end-near-range)::after,
.rc-picker-panel-rtl .rc-picker-cell-in-view.rc-picker-cell-range-hover-end::after {
  right: 0;
  left: 6px;
  border-right: none;
  border-left: 1px dashed #7ec1ff;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}

.rc-picker-panel-rtl tr > .rc-picker-cell-in-view.rc-picker-cell-range-hover-start:last-child::after,
.rc-picker-panel-rtl tr > .rc-picker-cell-in-view.rc-picker-cell-range-hover-end:first-child::after,
.rc-picker-panel-rtl .rc-picker-cell-in-view.rc-picker-cell-start.rc-picker-cell-range-hover-edge-start:not(.rc-picker-cell-range-hover)::after,
.rc-picker-panel-rtl .rc-picker-cell-in-view.rc-picker-cell-start.rc-picker-cell-range-hover-end.rc-picker-cell-range-hover-edge-start:not(.rc-picker-cell-range-hover)::after,
.rc-picker-panel-rtl .rc-picker-cell-in-view.rc-picker-cell-end.rc-picker-cell-range-hover-start.rc-picker-cell-range-hover-edge-end:not(.rc-picker-cell-range-hover)::after,
.rc-picker-panel-rtl tr > .rc-picker-cell-in-view.rc-picker-cell-start.rc-picker-cell-range-hover.rc-picker-cell-range-hover-edge-start:last-child::after,
.rc-picker-panel-rtl tr > .rc-picker-cell-in-view.rc-picker-cell-end.rc-picker-cell-range-hover.rc-picker-cell-range-hover-edge-end:first-child::after {
  right: 6px;
  left: 6px;
  border-right: 1px dashed #7ec1ff;
  border-left: 1px dashed #7ec1ff;
  border-radius: 2px;
}

.rc-picker-dropdown-rtl .rc-picker-footer-extra {
  direction: rtl;
  text-align: right;
}

.rc-picker-panel-rtl .rc-picker-time-panel {
  direction: ltr;
}
.clear-icon {
  width: 20px;
  height: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAUBAMAAACQZWsAAAAAElBMVEVmZmZnZ2eAgIDKysry8vL////tjNiHAAAASElEQVQI12MIhYMABiLZJkDsDGEHC7mGhiiagtkhCiqhTkyuEDVOTC5ALoQdoqAEFIaa48SgEoqFjawGSS+ymch2IbuBJPcDAFjKQLFHUw2jAAAAAElFTkSuQmCC);
  background-size: 20px;
}

.time-icon {
  width: 20px;
  height: 20px;
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/common/images/icon-time.66f971a1.png);
  background-size: 20px;
  position: relative;
  right: 3px;
}

.rc-picker-footer .rc-picker-footer-extra {
  position: absolute;
  right: 75px;
  bottom: 8px;
  padding: 0 6px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #1e6ee6;
  color: #1e6ee6;
  display: none;
}

.rc-picker-ok > button {
  background-color: #1e6ee6;
  border-color: #1e6ee6;
  height: 28px;
  min-width: 52px;
  border-radius: 3px;
}

.rc-picker-cell-in-view.rc-picker-cell-selected .rc-picker-cell-inner,
.rc-picker-cell-in-view.rc-picker-cell-range-start .rc-picker-cell-inner,
.rc-picker-cell-in-view.rc-picker-cell-range-end .rc-picker-cell-inner {
  background-color: #1e6ee6;
}

.rc-picker-cell-in-view.rc-picker-cell-today .rc-picker-cell-inner::before {
  border-radius: 3px;
  border: 1px solid #1e6ee6;
}

.rc-picker-time-panel-column > li.rc-picker-time-panel-cell-selected .rc-picker-time-panel-cell-inner {
  background-color: #1e6ee6;
}

.rc-picker-time-panel-column > li.rc-picker-time-panel-cell .rc-picker-time-panel-cell-inner {
  text-align: center;
  padding: 0;
}
.auto-height-textarea-wrap {
  position: relative;
  min-height: 36px;
  overflow: hidden;
}
.auto-height-textarea-wrap .rule-area {
  opacity: 0;
  pointer-events: none;
}
.auto-height-textarea-wrap .auto-height-textarea {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  outline: none;
  background-color: #fff;
  border: 0 none;
  resize: none;
  padding: 0;
  box-sizing: border-box;
}
.auto-height-textarea-wrap .auto-height-textarea:focus {
  outline: none;
}
.rmc-picker,
.rmc-multi-picker {
  height: 238px; /*34*7*/
}

.rmc-multi-picker {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.rc-picker-today-btn {
  cursor: pointer;
}

.rmc-picker {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-flex: 1;
          flex: 1;
  text-align: center;
  position: relative;
  z-index: 1;
}
.rmc-picker .rmc-picker-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.rmc-picker .rmc-picker-content .rmc-picker-item {
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  width: 100%;
  box-sizing: border-box;
}
.rmc-picker .rmc-picker-indicator {
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  position: absolute;
  left: 0;
  top: 102px;
  z-index: 3;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rmc-picker .rmc-picker-mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  z-index: 3;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
  background-position: top, bottom;
  background-size: 100% 204px;
  background-repeat: no-repeat;
}

.umu-slide-picker {
  padding: 0 30px;
}

[class~=rmc-date-picker] {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

[class~=rmc-date-picker-item] {
  -webkit-flex: 1;
          flex: 1;
  text-align: center;
}

.rmc-picker-popup {
  left: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  background-color: #fff;
}

.rmc-picker-popup-close {
  display: none;
}

.rmc-picker-popup-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow-scrolling: touch;
  outline: 0;
}

.rmc-picker-popup-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #373737;
  background-color: rgba(55, 55, 55, 0.6);
  height: 100%;
  filter: alpha(opacity=50);
  z-index: 1050;
}

.rmc-picker-popup-mask-hidden {
  display: none;
}

.rmc-picker-popup-header {
  background-image: linear-gradient(to bottom, #e7e7e7, #e7e7e7, transparent, transparent);
  background-position: bottom;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
}

.rmc-picker-popup-header-left,
.rmc-picker-popup-header-right {
  padding-left: 15px;
  padding-right: 15px;
}

.rmc-picker-popup-item {
  color: #0ae;
  font-size: 14px;
  padding: 13px 16px;
  line-height: 20px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.rmc-picker-popup-item.rmc-picker-popup-header-left {
  color: #666;
}

.rmc-picker-popup-item-active {
  background-color: #ddd;
}

.rmc-picker-popup-title {
  -webkit-flex: 1;
          flex: 1;
  color: #666;
  cursor: default;
}

.rmc-picker-popup-fade-enter,
.rmc-picker-popup-fade-appear {
  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-picker-popup-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-picker-popup-fade-enter.rmc-picker-popup-fade-enter-active,
.rmc-picker-popup-fade-appear.rmc-picker-popup-fade-appear-active {
  -webkit-animation-name: rmcPopupPickerFadeIn;
  animation-name: rmcPopupPickerFadeIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.rmc-picker-popup-fade-leave.rmc-picker-popup-fade-leave-active {
  -webkit-animation-name: rmcPopupPickerFadeOut;
  animation-name: rmcPopupPickerFadeOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes rmcPopupPickerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rmcPopupPickerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes rmcPopupPickerFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rmcPopupPickerFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.rmc-picker-popup-slide-fade-enter,
.rmc-picker-popup-slide-fade-appear {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

.rmc-picker-popup-slide-fade-enter,
.rmc-picker-popup-slide-fade-appear,
.rmc-picker-popup-slide-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-picker-popup-slide-fade-enter.rmc-picker-popup-slide-fade-enter-active,
.rmc-picker-popup-slide-fade-appear.rmc-picker-popup-slide-fade-appear-active {
  -webkit-animation-name: rmcPopupPickerSlideFadeIn;
  animation-name: rmcPopupPickerSlideFadeIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.rmc-picker-popup-slide-fade-leave.rmc-picker-popup-slide-fade-leave-active {
  -webkit-animation-name: rmcPopupPickerSlideFadeOut;
  animation-name: rmcPopupPickerSlideFadeOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes rmcPopupPickerSlideFadeIn {
  0% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes rmcPopupPickerSlideFadeIn {
  0% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes rmcPopupPickerSlideFadeOut {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@keyframes rmcPopupPickerSlideFadeOut {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
.rc-picker.umu-pc-picker {
  height: 0;
  border: 0;
  position: absolute;
  right: 0.2rem;
}
.rc-picker.umu-pc-picker .rc-picker-input {
  display: none;
}

.task-detail-picker {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.task-detail-picker .icon-calendar {
  font-size: 0.18rem;
  line-height: 0.2rem;
}
.task-detail-picker .item {
  -webkit-flex: 1;
          flex: 1;
  cursor: pointer;
  min-width: 0.15rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  padding: 0.09rem 0.24rem;
  height: 0.6rem;
  box-sizing: border-box;
}
.task-detail-picker .item.item-picker {
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 0.2rem;
  text-align: right;
}
.task-detail-picker .item.active {
  background: #ffbd2b;
  color: white;
}

.rmc-picker-popup-header {
  font-size: 0.14rem;
}
.rmc-picker-popup-header .rmc-picker-popup-header-left {
  color: #222;
}
.rmc-picker-popup-header .rmc-picker-popup-header-right {
  color: #1973e8;
}
@charset "UTF-8";
/* dialog 通用结构 */
.dialog {
  position: relative;
}

.dialog .focus-helper {
  position: absolute;
  opacity: 0;
  z-index: -999;
}

.dialog-mask {
  position: fixed;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.dialog-main {
  position: fixed;
  z-index: 9999;
  background: #fff;
  width: 2.4rem;
  border-radius: 0.12rem;
}

.dialog .icon-close {
  width: 0.26rem;
  height: 0.26rem;
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  font-size: 0.26rem;
  font-weight: 400;
  color: #666;
  border: 0 none;
  padding: 0;
  outline-style: none;
  cursor: pointer;
}

/* */
.dialog-footer-options {
  overflow: hidden;
  border-top: 0.01rem solid #ebebeb;
  margin-top: 0.2rem;
  display: table;
  width: 100%;
}

.dialog-option {
  display: table-cell;
}

.dialog-option:nth-child(2) {
  width: 50%;
}

.dialog-option .btn {
  display: block;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  color: #1E6EE6;
  font-size: 0.15rem;
  background-color: transparent;
  border: 0 none;
  outline-style: none;
  text-align: center;
  width: 100%;
  border-radius: 0 0 0 12px;
}
body.locale-en .dialog-option .btn {
  text-transform: uppercase;
}

body.locale-es .dialog-option .btn {
  text-transform: uppercase;
}

body.locale-fr .dialog-option .btn {
  text-transform: uppercase;
}

.dialog-option:nth-child(n+1) .btn {
  border-left: 0.01rem solid #ebebeb;
}

.dialog-option .btn.disabled {
  color: #999;
}

.dialog-option .btn.btn-cancel {
  color: #999;
}

/* modal dialog 样式 */
.modal-dialog .title {
  padding-left: 0.2rem;
  font-size: 0.17rem;
  color: #000000;
  text-align: left;
  line-height: 1.4;
  padding: 0.2rem 0.27rem 0;
  padding-left: 0.2rem;
}

.modal-dialog .info {
  font-size: 0.13rem;
  color: #545454;
  text-align: left;
  line-height: 1.4;
  padding: 0.1rem 0.2rem;
  max-height: 3rem;
  overflow: auto;
}

.disable-body-scroll {
  height: 100vh;
  overflow: hidden;
}
.list-panel .list-blank .list-blank-text {
  text-align: center;
  color: #757575;
  padding: 0.5rem 0;
}
@charset "UTF-8";
/**
 * 全局样式
 * 每个按钮都有此公共样式
 * 不需要这类样式的不要添加该系列类名
 * btn 的结构要符合规范，保证可扩展性
 */
.btn {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

/**
 * 不同 alias 包含 type 、 size 等属性
 */
/* - plain */
.btn.alias-plain {
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.02rem;
  text-align: center;
  border: 0.01rem solid;
  /* type */
  /* - primary */
  /* - optional */
  /* - white */
  /* - grey */
  /* - blue-border */
  /* - grey-border */
  /* size */
  /* - medium */
  /* - medium */
  /* - medium */
}
body.locale-en .btn.alias-plain {
  text-transform: uppercase;
}

.btn.alias-plain.type-primary {
  color: #fff;
  background: #ffbd2b;
  border-color: #ffbd2b;
}
.btn.alias-plain.type-primary:active {
  background: #ff9800;
}
.btn.alias-plain.type-optional {
  color: #fff;
  background: #1E6EE6;
  border-color: #1E6EE6;
}
.btn.alias-plain.type-optional:active {
  background: #1E6EE6;
}
.btn.alias-plain.type-white {
  color: #2d2e30;
  background: #fff;
  border-color: #fff;
}
.btn.alias-plain.type-grey {
  color: #2d2e30;
  background: #f5f5f5;
  border-color: #f5f5f5;
}
.btn.alias-plain.type-blue-border {
  color: #1E6EE6;
  background: #ffffff;
  border-color: #1E6EE6;
}
.btn.alias-plain.type-grey-border {
  color: #222222;
  background: #ffffff;
  border-color: #e0e0e0;
}
.btn.alias-plain.size-medium {
  padding: 0.1rem;
  min-height: 0.18rem;
  line-height: 0.18rem;
  font-size: 0.16rem;
}
.btn.alias-plain.size-small {
  padding: 0.05rem 0.09rem;
  height: 0.18rem;
  line-height: 0.18rem;
  font-size: 0.14rem;
  min-width: 0.5rem;
}
.btn.alias-plain.size-big {
  padding: 0.1rem;
  min-height: 0.2rem;
  line-height: 0.2rem;
  font-size: 0.16rem;
}
.btn.alias-plain.size-big .btn-inner {
  height: 0.2rem;
  display: block;
}

/* - striking */
.btn.alias-striking {
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.02rem;
  text-align: center;
  border: 0.01rem solid;
  /* type */
  /* - primary */
  /* - optional */
  /* - white */
  /* - grey */
  /* size */
  /* - medium */
  /* - medium */
}
body.locale-en .btn.alias-striking {
  text-transform: uppercase;
}

body.locale-es .btn.alias-striking {
  text-transform: uppercase;
}

body.locale-fr .btn.alias-striking {
  text-transform: uppercase;
}

.btn.alias-striking.type-primary {
  color: #ffbd2b;
  border-color: #ffbd2b;
}
.btn.alias-striking.type-primary:active {
  background-color: #fef7e5;
}
.btn.alias-striking.type-optional {
  color: #1E6EE6;
  border-color: #1E6EE6;
}
.btn.alias-striking.type-white {
  color: #2d2e30;
  background: #fff;
  border-color: #2d2e30;
}
.btn.alias-striking.type-grey {
  color: #303030;
  background: #f5f5f5;
  border-color: #e0e0e0;
}
.btn.alias-striking.size-medium {
  padding: 0.1rem;
  height: 0.18rem;
  line-height: 0.18rem;
  font-size: 0.16rem;
}
.btn.alias-striking.size-small {
  padding: 0.05rem 0.1rem;
  height: 0.18rem;
  line-height: 0.18rem;
  font-size: 0.14rem;
  min-width: 0.5rem;
}

/* - text */
.btn.alias-text {
  /* type */
  /* - primary */
  /* - optional */
  /* size */
  /* - medium */
  /* - medium */
}
.btn.alias-text:hover .btn-inner {
  text-decoration: underline;
}
.btn.alias-text.type-primary {
  color: #1E6EE6;
}
.btn.alias-text.type-optional {
  color: #666;
}
.btn.alias-text.size-medium {
  font-size: 0.16rem;
}
.btn.alias-text.size-small {
  font-size: 0.14rem;
}

/* disabled */
.btn.btn-disabled {
  cursor: default;
  pointer-events: none;
}
.btn.btn-disabled.alias-text {
  color: #999 !important;
}
.btn.btn-disabled.alias-text:hover .btn-inner {
  text-decoration: none;
}
.btn.btn-disabled.alias-plain {
  background: #ccc;
  border-color: #ccc;
}
.btn.btn-disabled.alias-plain:active {
  background: #ccc;
  border-color: #ccc;
}
.load-more .do-load {
  display: block;
  text-align: center;
  padding: 0.2rem 0;
  color: #757575;
}
.load-more .do-load .icon {
  margin-left: 0.03rem;
}
.switch {
  display: inline-block;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
.switch.is-disabled {
  opacity: 0.5;
  cursor: default;
}
.switch.middle {
  width: 0.44rem;
  height: 0.26rem;
  border-radius: 0.13rem;
}
.switch.middle .handle {
  width: 0.24rem;
  height: 0.24rem;
}
.switch .handle {
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  top: 0.01rem;
  left: 0.01rem;
  transition: all 0.1s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.switch .handle.is-on {
  left: 100%;
  margin-left: -0.01rem;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.radio-list .radio-box {
  display: inline-block;
  margin-right: 16px;
}
.radio-list .radio-box .input-block {
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: -4px;
  margin-right: 10px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  border: 1px solid #999;
}
.radio-list .radio-box.disabled {
  color: rgb(161, 162, 163);
}
.radio-list .radio-box.disabled .input-block {
  cursor: default;
  border: 1px solid rgb(161, 162, 163);
}
.radio-list .radio-box.checked .input-block {
  width: 20px;
  height: 20px;
  border: 0;
  background: #1E6EE6;
}
.radio-list .radio-box.checked .input-block:before {
  content: "";
  display: block;
  background: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 2px;
}
.umu-radio {
  display: inline-block;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
}
.umu-radio .input-block {
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: -4px;
  margin-right: 10px;
  cursor: pointer;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  border: 1px solid #cfcfcf;
}
.umu-radio.disabled {
  cursor: default;
  color: rgb(161, 162, 163);
}
.umu-radio.disabled .input-block {
  cursor: default;
  border: 1px solid rgb(161, 162, 163);
}
.umu-radio.checked .input-block {
  border: 0;
  background: #2196f3;
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/common/images/select-right.bdee7efb.png) no-repeat center center/cover;
}
.umu-radio .label {
  -webkit-flex: 1;
          flex: 1;
  min-width: 0;
}
.m-checkbox {
  display: inline-block;
  width: 0.18rem;
  height: 0.18rem;
  border: 0.02rem solid #999;
  position: relative;
  box-sizing: border-box;
}

.m-checkbox input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 0;
  margin: 0;
}

.m-checkbox i.icon.icon-checkbox {
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/common/images/icon-checkbox.8fd95025.png);
  width: 0.19rem;
  height: 0.19rem;
  background-size: 100%;
  display: none;
  vertical-align: 0.08rem;
  margin-left: -0.02rem;
}

.m-checkbox.checked {
  border: none;
}

.m-checkbox.checked i.icon.icon-checkbox {
  display: inline-block;
}
.length-limit {
  margin: 0.05rem 0;
  font-size: 0.14rem;
  color: #a0a0a0;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.21rem;
  text-align: right;
}

.auto-extend {
  position: relative;
}

.auto-extend textarea {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.auto-extend pre {
  display: block;
  visibility: hidden;
}
.form-radio-box {
  display: inline-block;
}
.form-radio-box .input-block {
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: -4px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  border: 1px solid #999;
}
.form-radio-box.disabled {
  color: rgb(161, 162, 163);
}
.form-radio-box.disabled .input-block {
  cursor: default;
  border: 1px solid rgb(161, 162, 163);
}
.form-radio-box.checked .input-block {
  width: 20px;
  height: 20px;
  border: 0;
  background: #1E6EE6;
}
.form-radio-box.checked .input-block:before {
  content: "";
  display: block;
  background: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 2px;
}

.multi-select {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.multi-select .float-left {
  display: inline-block;
  vertical-align: middle;
}
.multi-select .float-right {
  float: right;
}
.multi-select .search-box {
  padding: 0.05rem;
  border-radius: 0.04rem;
  border: 0.01rem solid rgb(224, 224, 224);
}
.multi-select .search-box .select-cards input.editor-input {
  width: 3rem;
  height: 0.4rem;
  float: left;
  padding-left: 0.05rem;
  line-height: 0.37rem;
  border: 0 none;
  position: relative;
  resize: none;
  background: none;
  font-family: arial, sans-serif;
  font-size: 0.14rem;
  -webkit-user-select: text;
  outline-style: none;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
body.locale-cn .multi-select .search-box .select-cards input.editor-input {
  width: 2.3rem;
}

body.locale-tw .multi-select .search-box .select-cards input.editor-input {
  width: 2.3rem;
}

.multi-select .search-box .select-cards #ban-auto-focus {
  display: block;
  height: 0;
  border: 0 none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.multi-select .search-box .select-cards .item-card {
  position: relative;
  margin: 0.05rem;
  padding: 0.04rem 0.09rem 0.04rem 0.07rem;
  float: left;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  border-radius: 0.18rem;
  border: 0.01rem solid rgb(238, 238, 238);
  line-height: 0.2rem;
  font-size: 0.14rem;
}
.multi-select .search-box .select-cards .item-card .icon-close {
  width: 0.18rem;
  height: 0.18rem;
  margin-left: 0.05rem;
  font-size: 0.18rem;
  line-height: 0.18rem;
  color: #ccc;
  cursor: pointer;
}
.multi-select .list-container {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 100;
  background: #fff;
}
.multi-select .list-container .list-wrap {
  overflow-y: auto;
  max-height: 2.6rem;
}
.multi-select .list-container.show {
  border: 0.01rem solid rgb(224, 224, 224);
}
.multi-select .select-list {
  width: 100%;
  position: relative;
}
.multi-select .select-list .multi-select-ul {
  width: 100%;
  /* padding: 0.05rem 0.1rem 0; */
  display: block;
  box-sizing: border-box;
  background: #fff;
  top: -0.02rem;
}
.multi-select .select-list .multi-select-ul .m-checkbox {
  vertical-align: middle;
}
.multi-select .select-list .item-wrap {
  position: relative;
}
.multi-select .select-list li {
  font-size: 0.14rem;
  text-align: left;
  list-style: none;
  background-color: #fff;
  line-height: 0.28rem;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.04rem 0.05rem;
}
.multi-select .select-list li.select-item {
  cursor: pointer;
}
.multi-select .select-list li.no-data-tip {
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
}
.multi-select .select-list li.active {
  background: #ffbd2c;
  color: #fff;
}
.multi-select .select-list li.active .highlight {
  color: #fff;
}
.multi-select .select-list li.clearfix > div {
  float: left;
}
.multi-select .select-list .multiple-load {
  width: 100%;
  background-color: #fff;
}
.multi-select .select-list .multiple-load .page-loading {
  padding: 0.15rem 0;
}
.multi-select .select-list.is-expand-options {
  min-height: 1.75rem;
}
.multi-select .select-list.is-expand-options .user-select-ul {
  height: 1.75rem;
  position: relative;
}
.multi-select .select-list.select-list.is-expand-options li.no-data-tip {
  height: 1.75rem;
  line-height: 1.75rem;
  text-align: center;
}
.multi-select .select-list.is-expand-options .multiple-load {
  height: 1.2rem;
  padding-top: 0.5rem;
}

.custom-table {
  width: 100%;
  position: relative;
}
.custom-table .table-wrap {
  width: 100%;
  overflow-x: auto;
}
.custom-table tr .last-fixed-left::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  bottom: -1px;
  pointer-events: none;
}
.custom-table tr .first-fixed-right::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  bottom: -1px;
  pointer-events: none;
}
.custom-table.scroll-process tr .last-fixed-left::after {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.17), transparent);
}
.custom-table.scroll-process tr .first-fixed-right::before {
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.17), transparent);
}
.custom-table.scroll-start tr .first-fixed-right::before {
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.17), transparent);
}
.custom-table.scroll-end tr .last-fixed-left::after {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.17), transparent);
}
.custom-table table {
  width: 100%;
  table-layout: fixed;
}
.custom-table table th,
.custom-table table td {
  padding: 0.1rem;
  text-align: left;
  word-break: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
}
.custom-table table th.align-right,
.custom-table table td.align-right {
  text-align: right;
}
.custom-table table th.align-center,
.custom-table table td.align-center {
  text-align: center;
}
.custom-table table th.fixed-left,
.custom-table table td.fixed-left {
  position: absolute;
  position: -webkit-sticky;
  position: sticky;
}
.custom-table table th.fixed-right,
.custom-table table td.fixed-right {
  position: absolute;
  position: -webkit-sticky;
  position: sticky;
}
.custom-table table th {
  background-color: #ffffff;
  border-top: 0.01rem solid #eee;
}
.custom-table table tr {
  background-color: #ffffff;
  border-bottom: 0.01rem solid #eee;
}
.custom-table table tr:nth-of-type(odd) {
  background-color: #fcfcfc;
}
.custom-table table tr td {
  background-color: inherit;
}
.custom-table table tr td.blank {
  text-align: center;
  padding: 0.3rem 0.1rem;
}
#toast {
  line-height: normal;
  max-height: 80%;
  overflow: auto;
  max-width: 5rem;
  color: #fff;
  padding: 0.16rem 0.24rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0.04rem;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10000;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
}
#toast.mult-line {
  white-space: pre-line;
}
#toast.show {
  visibility: visible;
  opacity: 1;
}
.reward-content {
  line-height: 17px;
}

.reward-money {
  color: #c30000;
}

/*dialog*/
.dialog.reward-panel {
  z-index: 9997;
  text-align: center;
}
.dialog.reward-panel.iframe-mode {
  z-index: 9999;
}

.dialog.reward-panel .dialog-main {
  color: #757575;
  width: 100%;
  top: auto !important;
  bottom: 0 !important;
}

.dialog.reward-panel .dialog-title {
  padding: 5px 0px;
  text-align: left;
  background-color: #fafafa;
  border-top: 1px solid #dadada;
}

.dialog.reward-panel .dialog-title .btn.alias-text {
  display: inline-block;
  vertical-align: middle;
  padding: 12px;
}

.dialog.reward-panel .dialog-title .go-reward-list {
  float: right;
}

.dialog.reward-panel .dialog-body {
  padding: 25px;
}
.is-iframe-mode .dialog.reward-panel .dialog-body {
  padding-bottom: 84px;
}

.dialog.reward-panel .dialog-body .reward-quantity {
  cursor: pointer;
  max-width: 225px;
  margin: 0 auto;
  border: 1px solid #ff7d7a;
  border-radius: 3px;
  padding: 15px 15px 12px 15px;
  font-size: 22px;
}

.dialog.reward-panel .dialog-body .reward-tip {
  font-size: 15px;
  margin-top: 15px;
}

.dialog.reward-panel .dialog-body .reward-quantity-wrap {
  margin: 10px 35px 35px 35px;
}

.dialog.reward-panel .dialog-body .do-reward .btn {
  display: block;
}

.dialog.reward-panel .dialog-body .do-custom-quantity {
  margin-top: 10px;
}

/*success dialog*/
.reward-success-dialog {
  text-align: center;
}

.reward-success-dialog .dialog-body,
.reward-success-dialog .dialog-footer {
  background-color: #fff;
}

.reward-success-dialog.dialog .btn-close {
  top: 9px;
  right: 2px;
}

.reward-success-dialog .dialog-main:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  top: -50px;
  left: -50px;
  padding: 50px;
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/reward_success_flowers.0b770d20.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.reward-success-dialog .dialog-header .reward-crown {
  width: 40px;
  position: relative;
  top: -14px;
}

.reward-success-dialog .reward-success-wrap {
  margin-top: -25px;
  padding-top: 23px;
  padding-bottom: 36px;
  margin-bottom: -21px;
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/reward_shine_bg.3ae7cd39.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.reward-success-dialog .reward-success-wrap .reward-success-qty {
  font-size: 41px;
}

.reward-success-dialog .user-avatar-image {
  width: 55px;
  height: 55px;
  margin: 20px auto;
  border: 1px solid #ffbd2b;
}

.reward-success-dialog .btn.umu-btn.btn-text {
  padding: 0;
  color: #757575;
}

/*success dialog end*/
.reward-to-wx .page-qrcode-dialog .dialog-header .title {
  font-size: 16px;
}

.reward-to-wx .page-qrcode-dialog .qr-sub-title {
  font-size: 16px;
  color: #757575;
  margin-top: 10px;
  text-align: center;
}

.is-iframe-mode .pay-channel-dialog .dialog-mask {
  z-index: 9999;
}

.is-iframe-mode .reward-content .dialog-mask {
  z-index: 9999;
}
.user-level-badge {
  background: #3faa34;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  border-radius: 0.01rem;
}

.user-level-badge .user-level {
  font-size: 0.12rem;
  color: #fff;
  line-height: 0.18rem;
  padding: 0 0.04rem;
  text-align: center;
  white-space: nowrap;
}

/* */
.user-level-badge.size-S {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

/* */
.user-level-badge.size-M {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* */
.user-level-badge.size-L {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.user-medal-icon .user-medal {
  width: 0.2rem;
  height: 0.2rem;
}

.user-medal-icon .user-medal img {
  display: block;
}
.user-avatar-info {
  position: relative;
  z-index: 1;
}

.user-avatar-image,
.user-avatar-image img {
  border-radius: 9.99rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
}

.user-avatar-info .user-medal-info-holder {
  position: absolute;
  bottom: -0.05rem;
  right: -0.05rem;
  z-index: 1;
}

.user-avatar-info .user-level-info-holder {
  position: absolute;
  z-index: 1;
  bottom: -0.05rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.user-avatar-info .user-level-info-holder.size-L {
  bottom: -0.08rem;
}

.user-avatar-info.cursor {
  cursor: pointer;
}
.page-qrcode-dialog .dialog-main {
  min-width: 240px;
  max-width: 500px;
  width: 80%;
}

.page-qrcode-dialog .dialog-header .title {
  font-size: 18px;
  text-align: center;
  color: #333333;
  padding: 30px 0 0;
}

.page-qrcode-dialog .dialog-body .qr {
  padding: 10px 50px 20px;
}

.page-qrcode-dialog .dialog-body .qr .img {
  width: 150px;
  height: 150px;
  margin: auto;
}
.reward-input-dialog {
  text-align: left;
}

.reward-input-dialog .dialog-main {
  min-width: 240px;
  max-width: 500px;
  width: 300px;
}

.reward-input-dialog .title {
  font-size: 17px;
  color: #000000;
  text-align: center;
  line-height: 1.4;
  padding: 20px 10px 0;
}

.reward-input-dialog .title-desc {
  font-size: 14px;
  color: #777777;
  line-height: 1.4;
  padding: 20px 20px 0;
}

.reward-input-dialog .info {
  padding: 20px 20px 0;
}

.reward-input-dialog .info .input-text input {
  font-size: 16px;
  height: 42px;
  padding: 6px 13px;
  line-height: 28px;
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 18px;
  color: #333;
  resize: none;
  overflow: auto;
}

.reward-input-dialog .amount-input .input-check {
  color: #d50000;
  font-size: 12px;
  padding: 5px 0;
}
.umu-design-comp-icon {
  width: 20px;
  height: 20px;
}
.pay-qr-dialog .dialog-body {
  padding: 20px;
}

.pay-qr-dialog .pay-qr-code-desc {
  font-size: 18px;
  color: #222222;
  line-height: 1.5;
  text-align: center;
}

.pay-qr-dialog .pay-qr-code {
  width: 238px;
  height: 238px;
  padding: 10px;
  margin: 20px auto;
  border: 1px solid #c0c0c0;
  position: relative;
}

.pay-qr-dialog .pay-qr-code img {
  position: relative;
  z-index: 1;
}

.pay-qr-dialog .pay-qr-code:before,
.pay-qr-dialog .pay-qr-code:after {
  content: "";
  position: absolute;
  background: #fff;
}

.pay-qr-dialog .pay-qr-code:before {
  top: -1px;
  bottom: -1px;
  left: 45px;
  right: 45px;
}

.pay-qr-dialog .pay-qr-code:after {
  left: -1px;
  right: -1px;
  top: 45px;
  bottom: 45px;
}

/* */
.pay-qr-dialog .pay-qr-code .re-try {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 11;
  background: rgba(255, 255, 255, 0.9);
  display: table;
  height: 100%;
  vertical-align: middle;
}

.pay-qr-dialog .pay-qr-code .re-try .opt {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
  color: #616161;
}

/* pay */
.pay-channel-dialog {
  text-align: left;
}

.pay-channel-dialog .channel-header {
  min-height: 40px;
  line-height: 24px;
}

.pay-channel-dialog .channel-header .pay-title {
  padding: 30px 40px 5px 20px;
  font-size: 18px;
  color: #000;
}

.pay-channel-dialog .channel-header .pay-desc {
  padding: 0 20px;
  font-size: 16px;
  color: #535353;
}

.pay-channel-dialog .channel-header .pay-desc em {
  color: #f44336;
}

.pay-channel-dialog .pay-channels {
  padding: 0px 0 10px;
}

.pay-channel-dialog .pay-channel {
  margin: 20px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  font-size: 18px;
  color: #333333;
  height: 42px;
  line-height: 42px;
  cursor: pointer;
}

.pay-channel-dialog .pay-channel:before {
  content: "";
  display: inline-block;
  vertical-align: -6px;
  width: 35px;
  height: 25px;
  margin: 0 10px;
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/pay.8e23b822.png) no-repeat;
  background-size: 100px auto;
}

.pay-channel-dialog .pay-channel.paypal {
  border-radius: 2px;
  background: #019be1 url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/paypal-channel.58afcf10.png) no-repeat center;
  background-size: auto 20px;
  text-indent: -9999em;
}

.pay-channel-dialog .pay-channel.paypal:before {
  display: none;
}

.pay-channel-dialog .pay-channel.wx_pb:before,
.pay-channel-dialog .pay-channel.wx_pb_qr:before {
  background-position: 0 0;
}

.pay-channel-dialog .pay-channel.alipay_wap:before {
  background-position: -35px 0;
}
@charset "UTF-8";
.umu-design-comp-btn {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: manipulation;
  min-width: 80px;
  height: 36px;
  padding: 7px 16px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
  color: #666666;
  background: #FFFFFF;
  font-weight: 500;
}
.umu-design-comp-btn.umu-design-comp-btn-has-icon {
  padding: 7px 16px 7px 12px;
  line-height: 18px;
}
.umu-design-comp-btn.umu-design-comp-btn-has-icon .umu-design-comp-btn-icon {
  margin-right: 4px;
  margin-left: 0;
  height: 20px;
  width: 20px;
  vertical-align: -5px;
}
.umu-design-comp-btn.umu-design-comp-btn-has-icon.umu-design-comp-btn-icon-right {
  padding: 7px 12px 7px 16px;
}
.umu-design-comp-btn.umu-design-comp-btn-has-icon.umu-design-comp-btn-icon-right .umu-design-comp-btn-icon {
  margin-left: 4px;
  margin-right: 0;
}
.umu-design-comp-btn, .umu-design-comp-btn:active, .umu-design-comp-btn:focus {
  outline: 0;
}
.umu-design-comp-btn:hover, .umu-design-comp-btn:focus, .umu-design-comp-btn:active {
  text-decoration: none;
  background: #FFFFFF;
}
.umu-design-comp-btn > a:only-child {
  color: currentcolor;
}
.umu-design-comp-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.umu-design-comp-btn[disabled] {
  cursor: not-allowed;
}
.umu-design-comp-btn[disabled] > * {
  pointer-events: none;
}
.umu-design-comp-btn[disabled], .umu-design-comp-btn[disabled]:hover, .umu-design-comp-btn[disabled]:focus, .umu-design-comp-btn[disabled]:active {
  text-shadow: none;
  box-shadow: none;
}
.umu-design-comp-btn:not([disabled]):hover {
  text-decoration: none;
}
.umu-design-comp-btn:not([disabled]):active {
  outline: 0;
  box-shadow: none;
}
.umu-design-comp-btn::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: none;
  background: #FFFFFF;
  border-radius: inherit;
  opacity: 0.35;
  transition: opacity 0.2s;
  content: "";
  pointer-events: none;
}

.umu-design-comp-btn-lg {
  height: 40px;
  padding: 6.4px 15px;
  font-size: 16px;
  border-radius: 2px;
}

.umu-design-comp-btn-sm {
  height: 24px;
  padding: 0px 7px;
  font-size: 14px;
  border-radius: 2px;
}

.umu-design-comp-btn-primary {
  color: #FFFFFF;
  border-color: #FAB400;
  background: #FAB400;
}
.umu-design-comp-btn-primary:focus, .umu-design-comp-btn-primary:hover {
  color: #FFFFFF;
  border-color: #F2AF2E;
  background: #F2AF2E;
}
.umu-design-comp-btn-primary:active {
  color: #FFFFFF;
  border-color: #EAA900;
  background: #EAA900;
}
.umu-design-comp-btn-primary[disabled], .umu-design-comp-btn-primary[disabled]:hover, .umu-design-comp-btn-primary[disabled]:focus, .umu-design-comp-btn-primary[disabled]:active {
  color: #FFFFFF;
  border-color: #CCCCCC;
  background: #CCCCCC;
  text-shadow: none;
  box-shadow: none;
}

.umu-design-comp-btn-primary-blue {
  color: #FFFFFF;
  border-color: #1E6EE6;
  background: #1E6EE6;
}
.umu-design-comp-btn-primary-blue:focus, .umu-design-comp-btn-primary-blue:hover {
  color: #FFFFFF;
  border-color: #297DFC;
  background: #297DFC;
}
.umu-design-comp-btn-primary-blue:active {
  color: #FFFFFF;
  border-color: #4A93FF;
  background: #4A93FF;
}
.umu-design-comp-btn-primary-blue[disabled], .umu-design-comp-btn-primary-blue[disabled]:hover, .umu-design-comp-btn-primary-blue[disabled]:focus, .umu-design-comp-btn-primary-blue[disabled]:active {
  color: #FFFFFF;
  border-color: #CCCCCC;
  background: #CCCCCC;
  text-shadow: none;
  box-shadow: none;
}

.umu-design-comp-btn-ghost {
  color: #F2AF2E;
  border-color: #F2AF2E;
  background: transparent;
}
.umu-design-comp-btn-ghost:hover, .umu-design-comp-btn-ghost:focus {
  color: #F2AF2E;
  border-color: #F2AF2E;
  background: rgba(250, 180, 0, 0.08);
}
.umu-design-comp-btn-ghost:active {
  color: #F2AF2E;
  border-color: #F2AF2E;
  background: rgba(250, 180, 0, 0.24);
}
.umu-design-comp-btn-ghost[disabled], .umu-design-comp-btn-ghost[disabled]:hover, .umu-design-comp-btn-ghost[disabled]:focus, .umu-design-comp-btn-ghost[disabled]:active {
  color: #CCCCCC;
  border-color: #E0E0E0;
  background: #F5F5F5;
  text-shadow: none;
  box-shadow: none;
}

.umu-design-comp-btn-ghost-blue {
  color: #1E6EE6;
  border-color: #1E6EE6;
  background: transparent;
}
.umu-design-comp-btn-ghost-blue:hover, .umu-design-comp-btn-ghost-blue:focus {
  color: #1E6EE6;
  border-color: #1E6EE6;
  background: rgba(30, 110, 230, 0.08);
}
.umu-design-comp-btn-ghost-blue:active {
  color: #1E6EE6;
  border-color: #1E6EE6;
  background: rgba(30, 110, 230, 0.18);
}
.umu-design-comp-btn-ghost-blue[disabled], .umu-design-comp-btn-ghost-blue[disabled]:hover, .umu-design-comp-btn-ghost-blue[disabled]:focus, .umu-design-comp-btn-ghost-blue[disabled]:active {
  color: #CCCCCC;
  border-color: #E0E0E0;
  background: #F5F5F5;
  text-shadow: none;
  box-shadow: none;
}

.umu-design-comp-btn-ghost-grey {
  color: #666666;
  border-color: #CCCCCC;
  background: transparent;
}
.umu-design-comp-btn-ghost-grey:hover, .umu-design-comp-btn-ghost-grey:focus {
  color: #666666;
  border-color: #CCCCCC;
  background: #F5F5F5;
}
.umu-design-comp-btn-ghost-grey:active {
  color: #666666;
  border-color: #CCCCCC;
  background: #EEEEEE;
}
.umu-design-comp-btn-ghost-grey[disabled], .umu-design-comp-btn-ghost-grey[disabled]:hover, .umu-design-comp-btn-ghost-grey[disabled]:focus, .umu-design-comp-btn-ghost-grey[disabled]:active {
  color: #CCCCCC;
  border-color: #E0E0E0;
  background: #F5F5F5;
  text-shadow: none;
  box-shadow: none;
}

.umu-design-comp-btn-dark-mode {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background: transparent;
}
.umu-design-comp-btn-dark-mode:hover, .umu-design-comp-btn-dark-mode:focus {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background: rgba(255, 255, 255, 0.08);
}
.umu-design-comp-btn-dark-mode:active {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background: rgba(255, 255, 255, 0.16);
}
.umu-design-comp-btn-dark-mode[disabled], .umu-design-comp-btn-dark-mode[disabled]:hover, .umu-design-comp-btn-dark-mode[disabled]:focus, .umu-design-comp-btn-dark-mode[disabled]:active {
  opacity: 0.4;
}

.umu-design-comp-btn-text {
  color: #1E6EE6;
}
.umu-design-comp-btn-text:hover, .umu-design-comp-btn-text:focus {
  color: #1E6EE6;
  background: rgba(30, 110, 230, 0.08);
}
.umu-design-comp-btn-text:active {
  color: #1E6EE6;
  background: rgba(30, 110, 230, 0.18);
}
.umu-design-comp-btn-text[disabled], .umu-design-comp-btn-text[disabled]:hover, .umu-design-comp-btn-text[disabled]:focus, .umu-design-comp-btn-text[disabled]:active {
  color: #CCCCCC;
  background: none;
}

.umu-design-comp-btn-text-grey {
  color: #222222;
}
.umu-design-comp-btn-text-grey:hover, .umu-design-comp-btn-text-grey:focus {
  color: #222222;
  background: #F5F5F5;
}
.umu-design-comp-btn-text-grey:active {
  color: #222222;
  background: #EEEEEE;
}
.umu-design-comp-btn-text-grey[disabled], .umu-design-comp-btn-text-grey[disabled]:hover, .umu-design-comp-btn-text-grey[disabled]:focus, .umu-design-comp-btn-text-grey[disabled]:active {
  color: #CCCCCC;
  background: none;
}

.umu-design-comp-btn.umu-design-comp-btn-block {
  width: 100%;
}

.umu-design-comp-btn:empty {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: " ";
}

a.umu-design-comp-btn {
  padding-top: 0.01px !important;
  line-height: 30px;
}

a.umu-design-comp-btn-lg {
  line-height: 38px;
}

a.umu-design-comp-btn-sm {
  line-height: 22px;
}
.regist-guide-tip {
  display: -webkit-flex;
  display: flex;
  z-index: 1;
  padding: 0.16rem;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  position: fixed;
  width: 100%;
  left: 50%;
  background: #fff;
  bottom: 0.52rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  box-sizing: border-box;
  background-color: #fff;
}
.regist-guide-tip .desc {
  color: #2d2e30;
  display: -webkit-flex;
  display: flex;
  font-size: 0.14rem;
  -webkit-align-items: center;
          align-items: center;
  text-align: left;
}
.regist-guide-tip .desc img {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.08rem;
  border-radius: 0.08rem;
}
.regist-guide-tip .btn-regist {
  border: 0 none;
  color: #fff;
  line-height: 0.32rem;
  background-color: #ff860c;
  padding: 0 0.14rem;
  border-radius: 0.18rem;
  cursor: pointer;
  outline-style: none;
  word-break: keep-all;
}

@media screen and (min-width: 1025px) {
  .regist-guide-tip {
    max-width: 698px;
  }
}
.umu-design-comp-color-BrandLight {
  color: rgba(250, 180, 0, 0.08);
}

.umu-design-comp-color-Warning {
  color: #FF860C;
}

.umu-design-comp-color-BrandNormal {
  color: #FAB400;
}

.umu-design-comp-color-BrandEnhanced {
  color: #F2AF2E;
}

.umu-design-comp-color-Success {
  color: #21A564;
}

.umu-design-comp-color-BrandDark {
  color: #EAA900;
}

.umu-design-comp-color-SubColor {
  color: #1E6EE6;
}

.umu-design-comp-color-Error {
  color: #DD4E40;
}

.umu-design-comp-color-Text1 {
  color: #222222;
}

.umu-design-comp-color-Text2 {
  color: #666666;
}

.umu-design-comp-color-Text3 {
  color: #999999;
}

.umu-design-comp-color-Grey1 {
  color: #CCCCCC;
}

.umu-design-comp-color-Grey2 {
  color: #E0E0E0;
}

.umu-design-comp-color-Grey3 {
  color: #EEEEEE;
}

.umu-design-comp-color-Background {
  color: #F5F5F5;
}

.umu-design-comp-color-ZebraStriping {
  color: #FCFCFC;
}

.umu-design-comp-color-White {
  color: #FFFFFF;
}
.pc-theme-dialog-main .pc-theme-dialog-header {
  padding: 0 30px;
}
.pc-theme-dialog-main .pc-theme-dialog-header .dialog-title {
  font-size: 18px;
  text-align: left;
  padding: 20px 0;
  line-height: 1.5;
  color: #060606;
}
.pc-theme-dialog-main .pc-theme-dialog-body {
  padding: 0 32px 32px 32px;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
}
.pc-theme-dialog-main .pc-theme-dialog-footer {
  text-align: right;
  padding: 0 30px 20px 30px;
}
.pc-theme-dialog-main .pc-theme-dialog-footer .action {
  display: inline-block;
  vertical-align: top;
}
.pc-theme-dialog-main .pc-theme-dialog-footer .submit-action {
  margin-left: 20px;
}
#toast {
  line-height: normal;
  max-height: 80%;
  overflow: auto;
  max-width: 300px;
  color: #fff;
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10000;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
}
#toast.mult-line {
  white-space: pre-line;
}
#toast.show {
  visibility: visible;
  opacity: 1;
}
.pc-alert-close-dialog .icon-close {
  width: 0.23rem;
  height: 0.23rem;
  right: 0.24rem;
  top: 0.25rem;
  display: none;
}

.pc-alert-close-dialog .dialog-mask {
  background: rgba(0, 0, 0, 0.6);
}

.pc-alert-close-dialog .title {
  padding: 30px 50px 0 30px;
  font-size: 18px;
  line-height: 1.5;
}

.pc-alert-dialog {
  padding: 0.32rem;
}
.pc-alert-dialog .body {
  color: #222222;
  font-size: 0.14rem;
  line-height: 0.2rem;
  background-color: #ffffff;
}
.pc-alert-dialog .footer {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  padding-top: 0.27rem;
}
.pc-alert-dialog .footer .sub-alias-plain {
  background-color: #1E6EE6;
  border-color: #1E6EE6;
  min-height: 0.14rem;
  line-height: 0.14rem;
  margin-right: 0.12rem;
  min-width: 0.66rem;
  box-sizing: border-box;
}
.pc-alert-dialog .footer .sub-alias-plain:active {
  background-color: #1E6EE6;
  border-color: #1E6EE6;
}
.pc-alert-dialog .footer .cancel-alias-striking {
  border-color: #e0e0e0;
  color: #303030;
  min-height: 0.36rem;
  height: 0.36rem;
  line-height: 0.14rem;
  margin-right: 0.12rem;
  min-width: 0.66rem;
  background: #f5f5f5;
  box-sizing: border-box;
}
.pc-alert-dialog .footer .cancel-alias-striking:active {
  outline: none;
  border-color: #e0e0e0;
  color: #303030;
}
@charset "UTF-8";
.pagination-bar {
  /**
  * 箭头使用sprite图生成
  * 原图尺寸宽为 2rem @2x
  * 箭头使用两层元素生成，外层做旋转，内层做尺寸
  */
  /**
   * 默认方向向上，通过添加类名实现其它3个方向样式
   */
  /**
  * 父元素添加 .icon-activatable.active 做180度旋转，或者直接使用方向类名
   * 有 a:hover 样式
   */
  /**
   * 箭头尺寸
   */
  /**
   * 箭头颜色
   * 固定通用颜色为：白色、黑色、757575灰、链接蓝色、UMU金
   */
  /* 实体箭头 */
}
.pagination-bar i.icon-arrow:after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background: no-repeat;
  background-size: 1rem auto;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.pagination-bar i.icon-arrow.up {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.pagination-bar i.icon-arrow.right {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pagination-bar i.icon-arrow.down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pagination-bar i.icon-arrow.left {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.pagination-bar .icon-activatable.active i.icon.icon-arrow.up {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pagination-bar .icon-activatable.active i.icon.icon-arrow.right {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.pagination-bar .icon-activatable.active i.icon.icon-arrow.down {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.pagination-bar .icon-activatable.active i.icon.icon-arrow.left {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pagination-bar i.icon-arrow.size-xs:after {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.pagination-bar i.icon-arrow.size-s:after {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.pagination-bar i.icon-arrow.size-m:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pagination-bar i.icon-arrow.size-l:after {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.pagination-bar i.icon-arrow.size-xl:after {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.pagination-bar i.icon-arrow.white:after {
  background-position: 0 0;
}
.pagination-bar i.icon-arrow.black:after {
  background-position: -0.2rem 0;
}
.pagination-bar i.icon-arrow.gray:after {
  background-position: -0.4rem 0;
}
.pagination-bar i.icon-arrow.blue:after {
  background-position: -0.6rem 0;
}
.pagination-bar i.icon-arrow.gold:after {
  background-position: -0.8rem 0;
}
.pagination-bar i.icon-arrow.arrow1:after {
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/iconArrow1.2d47f13f.png);
}
.pagination-bar i.icon.icon-arrow-black {
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/icon-left-arrow-black.d7878022.png);
  background-size: contain;
}
.pagination-bar .page-list {
  font-size: 12px;
}
.pagination-bar .page-item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  color: #1E6EE6;
  cursor: pointer;
}
.pagination-bar .page-item.current {
  color: #000;
  cursor: default;
}

.pagination-bar.pagination-bar-change .page-item {
  padding: 0.08rem 0.09rem;
  margin: 0 0.04rem;
  color: #999999;
  border-radius: 0.04rem;
  border: 0.01rem solid rgba(0, 0, 0, 0.15);
  min-width: 0.1rem;
  text-align: center;
}
.pagination-bar.pagination-bar-change .page-item.current {
  color: #1E6EE6;
  border: 0.01rem solid #1E6EE6;
  cursor: default;
}
.page-slider-nav-arrow {
  text-align: center;
}

.page-slider-nav-arrow .arrow-icon {
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: slide-up 1.5s infinite ease-in-out;
          animation: slide-up 1.5s infinite ease-in-out;
  animation: slide-up 1.5s infinite ease-in-out;
}

.page-slider-nav-arrow .arrow-icon span.before,
.page-slider-nav-arrow .arrow-icon span.after {
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  border: 0.01rem solid #666;
  border-width: 0.01rem 0.01rem 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -0.04rem;
}

@-webkit-keyframes slide-up {
  0%, 30% {
    opacity: 0;
    -webkit-transform: translateY(0.1rem);
    transform: translateY(0.1rem);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-0.05rem);
    transform: translateY(-0.05rem);
  }
}
/*  */
.page-slider-nav-arrow.down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-qrcode {
  position: relative;
}
.page-qrcode canvas {
  visibility: hidden;
}

.page-qrcode .page-qrcode-main {
  position: absolute;
  right: -1.85rem;
  top: 0;
  margin-top: 0.24rem;
  width: 1.6rem;
  padding: 0.16rem 0;
  border: 0.01rem solid #eee;
  background-color: #fff;
  color: #757575;
  text-align: center;
  border-radius: 0.04rem;
}
.is-iframe-mode .page-qrcode .page-qrcode-main {
  right: -1.8rem;
  margin-top: 0.16rem;
}

.page-qrcode .page-qrcode-main .img {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  margin: 0 auto;
}

.page-qrcode .page-qrcode-main .desc {
  font-size: 0.14rem;
  line-height: 0.2rem;
}

.page-qrcode .page-qrcode-main .desc p {
  padding: 0rem 0.16rem;
  margin-top: 0.08rem;
}

.page-qrcode .page-qrcode-main .desc hr {
  margin-top: 0.08rem;
  height: 0;
  border: none;
  border-top: 0.01rem dashed #e0e0e0;
}

.page-qrcode .access-code-desc .access-code-wrap {
  color: #222222;
}

.page-qrcode .access-code-desc .access-code {
  font-weight: bold;
}
@charset "UTF-8";
/* 本组件显示式隐藏页面的滚动条 */
.page-panel {
  background: #fff;
}

.page-panel .page-panel-content {
  background: #f5f5f5;
}

.page-panel .page-panel-header {
  padding: 0.11rem 0.15rem;
  background: #fff;
  text-align: center;
  border-bottom: 0.01rem solid #eee;
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  z-index: 11;
}

.page-panel .page-panel-body {
  padding-top: 0.51rem;
}

.page-panel .configurable-header .left-section .umu-btn {
  padding-left: 0.15rem;
}

.page-panel .configurable-header .right-section .umu-btn {
  padding-right: 0.15rem;
}
@charset "UTF-8";
/* 本组件显示式隐藏页面的滚动条 */
.cover-page {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9997;
  overflow-y: auto;
  /* -webkit-overflow-scrolling: touch; */
  visibility: visible;
  line-height: 1.5;
}

.cover-page .cover-page-content {
  min-height: 100%;
}

@media screen and (min-width: 1025px) {
  .cover-page-content {
    max-width: 698px;
    margin: 0 auto;
    border-left: 0.01rem solid #dcddde;
    border-right: 0.01rem solid #dcddde;
  }
  .cover-page .cover-page-fixed-header {
    max-width: 698px;
  }
}
.configurable-header {
  font-size: 0.16rem;
  position: relative;
  text-align: center;
}

.configurable-header .umu-btn {
  padding: 0;
  font-size: 0.16rem;
  cursor: pointer;
}

.configurable-header .left-section {
  left: 0;
  position: absolute;
  cursor: pointer;
}

.configurable-header .right-section {
  right: 0;
  position: absolute;
}

.configurable-header .center-section {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.18rem;
  height: 0.28rem;
  line-height: 0.28rem;
}

.configurable-header .center-section .umu-btn {
  font-size: 0.18rem;
}

.configurable-header .umu-btn.btn-text {
  color: #222222;
  cursor: default;
}

.configurable-header .umu-btn.btn-disabled {
  color: #757575;
  cursor: default;
}

/* theme */
.configurable-header.theme-default {
  padding: 0.1rem 0.15rem;
  background: #fff;
  border-bottom: 0.01rem solid #dcdedd;
}
.configurable-header.theme-default .left-section {
  left: 0.16rem;
  line-height: 0.3rem;
}
.configurable-header.theme-default .right-section {
  right: 0.16rem;
  line-height: 0.3rem;
}
.configurable-header.theme-default .center-section {
  height: 0.3rem;
  line-height: 0.3rem;
}
.common-page-footer .footer-wrap {
  background: #f5f5f5;
  padding: 0.2rem 0 0.2rem;
  text-align: center;
  line-height: 1;
  min-height: 0.73rem;
}
.common-page-footer .support {
  font-size: 0.15rem;
  margin-bottom: 0.05rem;
  color: #999;
}
.common-page-footer .support .logo,
.common-page-footer .support span {
  vertical-align: middle;
}
.common-page-footer .support .logo {
  width: 0.57rem;
  margin-right: 0.1rem;
  max-width: 100%;
  max-height: 100%;
}
.common-page-footer .links {
  font-size: 0.15rem;
  color: #666;
  margin-bottom: 0.1rem;
}
.common-page-footer .links span {
  vertical-align: middle;
}
.common-page-footer .links em {
  position: relative;
  top: -0.01rem;
  color: #999;
}
.common-page-footer .links a {
  color: #666666;
  margin: 0 0.08rem;
}
.common-page-footer .copyright {
  font-size: 0.12rem;
  color: #ccc;
  line-height: 1.2;
  padding: 0rem 0.15rem;
}
.note-pic-share {
  padding: 0.15rem;
}

.note-pic-share .page-loading {
  padding: 45% 0 0.3rem 0;
}

.note-pic-share .note-pic-share-tip {
  font-size: 0.16rem;
  color: #757575;
  margin-bottom: 0.15rem;
}

.note-pic-share .pic-generating {
  color: #999;
}

.note-pic-share .note-pic-share-frame {
  text-align: center;
}

.note-pic-share .note-pic-share-frame img {
  max-width: 100%;
  box-shadow: 0.01rem 0.04rem 0.1rem #e8e8e8;
}

.note-pic-share .note-pic-share-frame img.umu-img-default,
.note-pic-share .note-pic-share-frame img.umu-img-error {
  box-shadow: none;
  width: 1.5rem;
  margin-top: 45%;
}
.wechat-service-account-dialog .dialog-main {
  max-width: 4.2rem;
}

.wechat-service-account-dialog .dialog-body {
  padding: 0.3rem;
}

.wechat-service-account {
  line-height: 1.4;
  color: #333333;
}

.wechat-service-account .icon {
  width: 0.42rem;
  height: 0.42rem;
  display: block;
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/info_type_success_event.25e20880.png);
  margin: 0 auto 0.1rem;
  background-size: contain;
}

.wechat-service-account .icon-success {
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/info_type_success_event.25e20880.png);
}

.wechat-service-account .icon-fail {
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/info_type_f.44fe199c.png);
}

.wechat-service-account .message {
  font-weight: bolder;
  font-size: 0.18rem;
  text-align: center;
}

.wechat-service-account .tips {
  font-size: 0.16rem;
  text-align: center;
  margin-top: 0.15rem;
}

.wechat-service-account .qrcode {
  display: block;
  width: 1.55rem;
  height: 1.55rem;
  margin: 0.13rem auto 0.12rem;
}
.weike-note-composer .text-note {
  padding: 0.1rem;
  margin-bottom: 0.1rem;
  background: #fff;
  border-bottom: 0.01rem solid #eee;
}

.weike-note-composer .pic-note-content-panel .page-panel-content {
  background: #fff;
}

.weike-note-composer .pic-note-item {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0.15rem 0;
  background: #fff;
  margin-bottom: 0.1rem;
  border-top: 0.01rem solid #eee;
  border-bottom: 0.01rem solid #eee;
}

.weike-note-composer .pic-note-item:last-child {
  margin-bottom: 0;
}

.weike-note-composer .pic-note-item .pic-note-section {
  display: table-cell;
  vertical-align: top;
}

.weike-note-composer .pic-note-item .select-section {
  width: 0.5rem;
  text-align: center;
  padding-top: 0.2rem;
}

.weike-note-composer .pic-note-item .pic-section {
  width: 1rem;
}

.weike-note-composer .pic-note-item .content-section,
.weike-note-composer .pic-note-item .pic-note-list-placeholder {
  padding-right: 0.15rem;
  color: #888;
}

.weike-note-composer .pic-note-item.pic-note-selected .content-section {
  padding-right: 0.15rem;
  color: #333;
}

.weike-note-composer .pic-note-empty {
  color: #888;
}

.weike-note-composer .pic-note-thumbnail {
  width: 0.9rem;
  height: 0.68rem;
  background: #000;
  text-align: center;
  white-space: nowrap;
  border-bottom: 0.01rem solid #eee;
}

.weike-note-composer .pic-note-content-input-wrap .configurable-header {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}

.weike-note-composer .pic-note-content-input-wrap .pic-note-thumbnail {
  width: 100%;
  height: 2.7rem;
}

.weike-note-composer .pic-note-content-input-wrap .pic-note-content-input {
  padding: 0.1rem;
}

.weike-note-composer .pic-note-thumbnail:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.weike-note-composer .pic-note-thumbnail img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.weike-note-composer .toggleLine .after {
  display: none;
}

.weike-note-composer .toggleLine .toggleLineWrap {
  white-space: pre-line;
}

.weike-note-composer .toggleLine .maskHelp,
.weike-note-composer .toggleLine.theme2.active .showMore {
  text-align: right;
}

.weike-note-composer .toggleLine .maskHelp .label,
.weike-note-composer .toggleLine .showMore .label {
  color: #888;
  font-size: 0.16rem;
  cursor: pointer;
}

.pic-not-check-confirm .info {
  padding: 0.15rem 0.15rem 0 0.15rem;
}

.pic-not-check-confirm .title {
  padding: 0.15rem 0.15rem 0 0.15rem;
  text-align: center;
}
.video-record-btn {
  width: 420px;
  height: 40px;
  margin-top: 24px;
  border-radius: 4px;
  background: #fab400;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 40px;
  border: none;
  cursor: pointer;
  outline: none;
}
.video-record-btn.disabled {
  background: #cccccc;
  cursor: not-allowed;
}

.device-selector-wrap + .device-selector-wrap {
  margin-top: 24px;
}

.reset-permission-img {
  width: 420px;
  height: 101.5px;
}

.change-video-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1333333333);
}

.device-selector-wrap {
  background-color: #ffffff;
  position: relative;
}
.device-selector-wrap .error {
  display: inline-block;
  margin-top: 8px;
  margin-left: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #dd4e40;
  line-height: 20px;
}
.device-selector-wrap .device-selector {
  width: 420px;
  height: 36px;
  border-radius: 4px;
  font-size: 14px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.device-selector-wrap .device-selector .type-icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-size: 36px;
  background-repeat: no-repeat;
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/icon-video.d92369f4.png);
}
.device-selector-wrap .device-selector .type-icon.audio {
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/icon-audio.c2b0cef0.png);
}
.device-selector-wrap .device-selector .device-container {
  position: relative;
  width: 380px;
  height: 36px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  box-sizing: border-box;
  cursor: pointer;
}
.device-selector-wrap .device-selector .device-name {
  width: 100%;
  height: 100%;
  padding: 0 10px 0 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.device-selector-wrap .device-selector .device-name span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 336px;
  display: inline-block;
}
.device-selector-wrap .device-selector .icon-arrow {
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/icon-arrow-down.a26c4303.png);
  background-repeat: no-repeat;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.device-selector-wrap .device-selector .icon-arrow.up {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.device-selector-wrap .device-selector .icon-arrow.down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.device-selector-wrap .device-list {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 36px;
  padding: 4px 0;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
}
.device-selector-wrap .device-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 8px 16px;
  cursor: pointer;
}
.device-selector-wrap .device-item:hover {
  background-color: #f5f5f5;
}
.device-selector-wrap .device-item.selected {
  background-color: #eeeeee;
}
@charset "UTF-8";
/*==用户头像==*/
/**
 * img 只设置宽度，不可设置高度，要注意清除底部3px空白
 *     loaded 类通过通用的 img-load 在图片加载成功后设置，其将为 img 添加 htight:100%; 样式
 */
.imgAvat {
  background: #eee;
}

.imgAvat img {
  background: #ffbd2b url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/weike_avatar_default.b4b81920.png) no-repeat center;
  background-size: 100% 100%;
}

.imgAvat.img,
.imgAvat img {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.imgAvat.round.img,
.imgAvat.round img {
  border-radius: 999px;
  overflow: hidden;
}

.imgAvat img.loaded {
  height: 100%;
}

.imgAvat.imgAvat_1 .avatarWord,
.img.imgAvat.imgAvat_1 img,
.avatList > div:nth-child(9n+1) .imgAvat img {
  background-color: #ffbd2a;
}

.imgAvat.imgAvat_2 .avatarWord,
.img.imgAvat.imgAvat_2 img,
.avatList > div:nth-child(9n+2) .imgAvat img {
  background-color: #e53685;
}

.imgAvat.imgAvat_3 .avatarWord,
.img.imgAvat.imgAvat_3 img,
.avatList > div:nth-child(9n+3) .imgAvat img {
  background-color: #ff6666;
}

.imgAvat.imgAvat_4 .avatarWord,
.img.imgAvat.imgAvat_4 img,
.avatList > div:nth-child(9n+4) .imgAvat img {
  background-color: #29bebf;
}

.imgAvat.imgAvat_5 .avatarWord,
.img.imgAvat.imgAvat_5 img,
.avatList > div:nth-child(9n+5) .imgAvat img {
  background-color: #e55b36;
}

.imgAvat.imgAvat_6 .avatarWord,
.img.imgAvat.imgAvat_6 img,
.avatList > div:nth-child(9n+6) .imgAvat img {
  background-color: #0fabdf;
}

.imgAvat.imgAvat_7 .avatarWord,
.img.imgAvat.imgAvat_7 img,
.avatList > div:nth-child(9n+7) .imgAvat img {
  background-color: #bc4ca8;
}

.imgAvat.imgAvat_8 .avatarWord,
.img.imgAvat.imgAvat_8 img,
.avatList > div:nth-child(9n+8) .imgAvat img {
  background-color: #9453b6;
}

.imgAvat.imgAvat_9 .avatarWord,
.img.imgAvat.imgAvat_9 img,
.avatList > div:nth-child(9n+9) .imgAvat img {
  background-color: #05a78a;
}

/* */
.load-user-avatar-info {
  position: relative;
  z-index: 1;
}

.load-user-avatar-info .user-medal-info-holder {
  position: absolute;
  bottom: -5px;
  right: -5px;
  z-index: 9;
}

.load-user-avatar-info .user-level-info-holder {
  position: absolute;
  z-index: 9;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.load-user-avatar-info .user-level-info-holder.size-L {
  bottom: -10px;
}
.like-button .like-button-wrap {
  display: table;
  height: 0.3rem;
  margin-right: 0.1rem;
}
.like-button .like-inner-wrap {
  display: table-cell;
  vertical-align: middle;
}
.like-button .like-icon {
  width: 0.2rem;
  height: 0.2rem;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/like-grey.0186f598.png);
}
.like-button .like-inner-wrap.active .like-icon,
.like-button .like-inner-wrap.liked .like-icon {
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/like-yellow.6164dbd7.png);
}
.like-button .like-inner-wrap span {
  vertical-align: middle;
}
.ai-summary-no-content.ai-summary-processing {
  text-align: center;
  font-size: 0.16rem;
  color: #333;
  padding-bottom: 0.3rem;
  line-height: normal;
}
.ai-summary-no-content.ai-summary-processing img {
  width: 1.9rem;
  margin: 0.5rem auto 0.1rem;
}
.ai-summary-no-content.ai-summary-empty {
  text-align: center;
  font-size: 0.16rem;
  color: #333;
  padding-bottom: 0.3rem;
  line-height: normal;
}
.ai-summary-no-content.ai-summary-empty img {
  width: 1.7rem;
  margin: 0.5rem auto 0.1rem;
}
.static-word-cloud {
  margin-bottom: 0.15rem;
  max-width: 6rem;
  margin: 0 auto;
}
.static-word-cloud canvas {
  display: block;
  width: 100%;
  height: auto;
}
.keyword-dash-item {
  line-height: 40px;
  color: #dd4e40;
  font-size: 14px;
}
.keyword-dash-item .keyword {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding-right: 8px;
}
.keyword-dash-item .keyword .icon-fold {
  height: 21px;
  width: 21px;
  margin-left: 6px;
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/fold-right.7795e1a2.png) no-repeat center/6px 9px;
  display: block;
  cursor: pointer;
}
.keyword-dash-item .keyword .icon-fold.unfold {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.keyword-dash-item .keyword .icon-fold.no-synonyms {
  background: transparent;
}
.keyword-dash-item .keyword .word {
  -webkit-flex: 1;
          flex: 1;
  min-width: 0;
}
.keyword-dash-item.hit {
  color: #222;
}
.keyword-dash-item .synonyms {
  overflow: hidden;
  transition: height 0.2s ease;
}
.keyword-dash-item .synonyms .synonym-item {
  padding-left: 28px;
  padding-right: 8px;
  border-top: 1px solid #eee;
}
.umu-text-clamp {
  overflow: hidden;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.umu-text-clamp.clamp-1 {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.umu-text-clamp.clamp-2 {
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.umu-text-clamp.clamp-3 {
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.keywords-section {
  line-height: normal;
  background: #fff;
  padding: 0.15rem;
  color: #333;
  font-size: 0.12rem;
}
.keywords-section .keywords-cloud-wrap {
  margin-bottom: 0.32rem;
  margin-top: 0.22rem;
}
.keywords-section .keywords-list-wrap {
  margin-top: 0.22rem;
}
.keywords-section .keywords-list-wrap:first-child {
  margin-top: 0;
}
.keywords-section .evaluation-score-body {
  text-align: center;
  margin-top: 0.3rem;
}
.keywords-section .evaluation-score-body .evaluation-score {
  font-size: 0.3rem;
  font-weight: 500;
  line-height: 0.42rem;
}
.keywords-section .evaluation-score-body .evaluation-score span {
  font-size: 0.16rem;
  vertical-align: baseline;
}
.keywords-section .evaluation-score-body .score-limit {
  margin-top: 0.2rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: #666;
  text-align: center;
}
.keywords-section .evaluation-score-body .score-limit .min-score {
  margin-left: 0.2rem;
}
.keywords-section .keywords-list-title {
  margin-bottom: 0.08rem;
  color: #333;
  font-weight: bold;
  font-size: 0.14rem;
}
.keywords-section .keywords-list-title span {
  font-weight: normal;
  font-size: 0.12rem;
}
.keywords-section .keywords-list-body {
  margin-top: 0.12rem;
}
.keywords-section .keywords-list-body .keywords-table {
  font-size: 0.14rem;
  width: 100%;
  text-align: left;
  border: 0 solid #f0f0f0;
  border: 1px solid #eee;
}
.keywords-section .keywords-list-body .keywords-table td,
.keywords-section .keywords-list-body .keywords-table th {
  padding: 0.1rem;
}
.keywords-section .keywords-list-body .keywords-table td:last-child,
.keywords-section .keywords-list-body .keywords-table th:last-child {
  text-align: right;
}
.keywords-section .keywords-list-body .keywords-table th {
  font-weight: bold;
}
.keywords-section .keywords-list-body .keywords-table tbody tr:nth-child(odd) {
  background: #f0f0f0;
}
.keywords-section .keywords-list-body .keywords-table .row-keyword-zero {
  color: #e75a2d;
}
.keywords-section .keywords-dashboard {
  border: 1px solid #eee;
}
.keywords-section .keywords-dashboard .label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  font-size: 14px;
  color: #222;
  font-weight: 500;
  line-height: 40px;
  padding: 0 8px;
}
.keywords-section .keywords-dashboard .tr-keyword {
  background-color: #fff;
}
.keywords-section .keywords-dashboard .tr-keyword:nth-of-type(2n) {
  background: #f5f5f5;
  border-top: 1px solid #eee;
}
.video-player canvas {
  pointer-events: none;
  position: absolute;
  z-index: 9999;
  display: block;
  top: 0;
  left: 0;
}
.infinite-scroll-list .page-loading {
  padding: 0.5rem 0;
}
.infinite-scroll-list .end-text {
  padding: 0.16rem 0.08rem;
  text-align: center;
}
.infinite-scroll-list .infinite-scroll-end-text {
  text-align: center;
  color: #757575;
}
.infinite-scroll-list .load-more {
  display: none;
}
.photo-uploade-Loading {
  line-height: normal;
  max-height: 80%;
  overflow: auto;
  max-width: 5rem;
  color: #fff;
  padding: 0.1rem 0.1rem 0.1rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0.04rem;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
  text-align: center;
  visibility: visible;
  opacity: 1;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
}
.photo-uploade-Loading .message {
  margin-right: 0.05rem;
  white-space: nowrap;
}
.photo-uploade-Loading .loading {
  height: 0.05rem;
  white-space: nowrap;
}
.photo-uploade-Loading .loading span {
  display: inline-block;
  width: 5px;
  height: 100%;
  margin-right: 5px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation: load 1.04s ease infinite;
          animation: load 1.04s ease infinite;
}
.photo-uploade-Loading .loading span:last-child {
  margin-right: 0px;
}
@-webkit-keyframes load {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes load {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.photo-uploade-Loading .loading span:nth-child(1) {
  -webkit-animation-delay: 0.13s;
          animation-delay: 0.13s;
}
.photo-uploade-Loading .loading span:nth-child(2) {
  -webkit-animation-delay: 0.26s;
          animation-delay: 0.26s;
}
.photo-uploade-Loading .loading span:nth-child(3) {
  -webkit-animation-delay: 0.39s;
          animation-delay: 0.39s;
}
.photo-uploade-Loading .loading span:nth-child(4) {
  -webkit-animation-delay: 0.52s;
          animation-delay: 0.52s;
}
.photo-uploade-Loading .loading span:nth-child(5) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.ReactCrop {
  position: relative;
  display: inline-block;
  cursor: crosshair;
  overflow: hidden;
  max-width: 100%;
  max-height: 425px;
}

.ReactCrop:focus {
  outline: none;
}

.ReactCrop--disabled,
.ReactCrop--locked {
  cursor: inherit;
}

.ReactCrop__image {
  display: block;
  max-width: 100%;
  max-height: 425px;
  touch-action: manipulation;
}

.ReactCrop__crop-selection {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  box-sizing: border-box;
  cursor: move;
  box-shadow: 0 0 0 9999em rgba(0, 0, 0, 0.5);
  touch-action: manipulation;
  border: 1px solid;
  border-image-source: url("data:image/gif;base64,R0lGODlhCgAKAJECAAAAAP///////wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEI5RDc5MTFDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEI5RDc5MTBDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEBQoAAgAsAAAAAAoACgAAAhWEERkn7W3ei7KlagMWF/dKgYeyGAUAIfkEBQoAAgAsAAAAAAoACgAAAg+UYwLJ7RnQm7QmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYgLJHdiinNSAVfOEKoUCACH5BAUKAAIALAAAAAAKAAoAAAIRVISAdusPo3RAzYtjaMIaUQAAIfkEBQoAAgAsAAAAAAoACgAAAg+MDiem7Q8bSLFaG5il6xQAIfkEBQoAAgAsAAAAAAoACgAAAg+UYRLJ7QnQm7SmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYBLJDdiinNSEVfOEKoECACH5BAUKAAIALAAAAAAKAAoAAAIRFISBdusPo3RBzYsjaMIaUQAAOw==");
  border-image-slice: 1;
  border-image-repeat: repeat;
}

.ReactCrop--disabled .ReactCrop__crop-selection {
  cursor: inherit;
}

.ReactCrop--circular-crop .ReactCrop__crop-selection {
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px white, 0 0 0 9999em rgba(0, 0, 0, 0.5);
}

.ReactCrop--invisible-crop .ReactCrop__crop-selection {
  display: none;
}

.ReactCrop__rule-of-thirds-vt::before,
.ReactCrop__rule-of-thirds-vt::after,
.ReactCrop__rule-of-thirds-hz::before,
.ReactCrop__rule-of-thirds-hz::after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
}

.ReactCrop__rule-of-thirds-vt::before,
.ReactCrop__rule-of-thirds-vt::after {
  width: 1px;
  height: 100%;
}

.ReactCrop__rule-of-thirds-vt::before {
  left: 33.3333%;
  left: 33.3333333333%;
}

.ReactCrop__rule-of-thirds-vt::after {
  left: 66.6666%;
  left: 66.6666666667%;
}

.ReactCrop__rule-of-thirds-hz::before,
.ReactCrop__rule-of-thirds-hz::after {
  width: 100%;
  height: 1px;
}

.ReactCrop__rule-of-thirds-hz::before {
  top: 33.3333%;
  top: 33.3333333333%;
}

.ReactCrop__rule-of-thirds-hz::after {
  top: 66.6666%;
  top: 66.6666666667%;
}

.ReactCrop__drag-handle {
  position: absolute;
}

.ReactCrop__drag-handle::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  outline: 1px solid transparent;
}

.ReactCrop .ord-nw {
  top: 0;
  left: 0;
  margin-top: -5px;
  margin-left: -5px;
  cursor: nw-resize;
}

.ReactCrop .ord-nw::after {
  top: 0;
  left: 0;
}

.ReactCrop .ord-n {
  top: 0;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  cursor: n-resize;
}

.ReactCrop .ord-n::after {
  top: 0;
}

.ReactCrop .ord-ne {
  top: 0;
  right: 0;
  margin-top: -5px;
  margin-right: -5px;
  cursor: ne-resize;
}

.ReactCrop .ord-ne::after {
  top: 0;
  right: 0;
}

.ReactCrop .ord-e {
  top: 50%;
  right: 0;
  margin-top: -5px;
  margin-right: -5px;
  cursor: e-resize;
}

.ReactCrop .ord-e::after {
  right: 0;
}

.ReactCrop .ord-se {
  bottom: 0;
  right: 0;
  margin-bottom: -5px;
  margin-right: -5px;
  cursor: se-resize;
}

.ReactCrop .ord-se::after {
  bottom: 0;
  right: 0;
}

.ReactCrop .ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -5px;
  margin-left: -5px;
  cursor: s-resize;
}

.ReactCrop .ord-s::after {
  bottom: 0;
}

.ReactCrop .ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -5px;
  margin-left: -5px;
  cursor: sw-resize;
}

.ReactCrop .ord-sw::after {
  bottom: 0;
  left: 0;
}

.ReactCrop .ord-w {
  top: 50%;
  left: 0;
  margin-top: -5px;
  margin-left: -5px;
  cursor: w-resize;
}

.ReactCrop .ord-w::after {
  left: 0;
}

.ReactCrop__disabled .ReactCrop__drag-handle {
  cursor: inherit;
}

.ReactCrop__drag-bar {
  position: absolute;
}

.ReactCrop__drag-bar.ord-n {
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  margin-top: -3px;
}

.ReactCrop__drag-bar.ord-e {
  right: 0;
  top: 0;
  width: 6px;
  height: 100%;
  margin-right: -3px;
}

.ReactCrop__drag-bar.ord-s {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  margin-bottom: -3px;
}

.ReactCrop__drag-bar.ord-w {
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  margin-left: -3px;
}

.ReactCrop--new-crop .ReactCrop__drag-bar,
.ReactCrop--new-crop .ReactCrop__drag-handle,
.ReactCrop--fixed-aspect .ReactCrop__drag-bar {
  display: none;
}

.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,
.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,
.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,
.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w {
  display: none;
}

@media (pointer: coarse) {
  .ReactCrop .ord-n,
  .ReactCrop .ord-e,
  .ReactCrop .ord-s,
  .ReactCrop .ord-w {
    display: none;
  }
  .ReactCrop__drag-handle {
    width: 24px;
    height: 24px;
  }
}
.img-crop-portal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  z-index: 999;
  background-color: #626262;
  padding: 0.15rem 0.15rem 0;
}
.img-crop-portal .natural-image {
  width: 0;
  height: 0;
}
.img-crop-portal .crop-area {
  -webkit-flex: 1;
          flex: 1;
  min-width: 0;
  min-height: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.img-crop-portal .btn-area {
  height: 1.28rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.img-crop-portal .btn-area .btn-opera {
  max-width: 1.7rem;
  height: 0.4rem;
  width: calc(50% - 0.075rem);
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: 0.4rem;
  font-size: 0.15rem;
  box-sizing: border-box;
  border-radius: 0.03rem;
  outline-style: none;
  cursor: pointer;
}
.img-crop-portal .btn-area .btn-opera.cancel {
  border: 0.01rem solid #fff;
  background-color: transparent;
}
.img-crop-portal .btn-area .btn-opera.confirm {
  border: 0.01rem solid #ffbd2b;
  background-color: #ffbd2b;
}
.img-crop-portal .btn-area .btn-opera.confirm.disabled {
  opacity: 0.4;
}
.img-crop-portal .preview-canvas {
  width: 100px;
  height: 133px;
}

@media screen and (min-width: 1025px) {
  .img-crop-portal {
    width: 698px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.iframe-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: relative;
}
.icon-tips {
  margin-left: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/icon-tips.d7b35083.png);
  background-size: 20px;
}
.icon-tips .label-content {
  position: relative;
  top: 25px;
  left: -135px;
  width: 270px;
  padding: 12px;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.12);
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  line-height: 20px;
}
.icon-tips .label-content:after {
  content: "";
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 139px;
  top: -12px;
  z-index: 2;
}
.first-collect-dialog .collect-header {
  text-align: center;
}
.first-collect-dialog .collect-header .entity-first-collect {
  width: 0.46rem;
  margin-top: 0.3rem;
  height: 0.43rem;
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/icon-collect-h.c2a0679f.png);
}
.first-collect-dialog .collect-title {
  font-size: 0.18rem;
  font-weight: 500;
  text-align: center;
  line-height: 0.5rem;
}
.first-collect-dialog .collect-info {
  font-size: 0.14rem;
  color: rgb(115, 115, 117);
  text-align: center;
  line-height: 0.18rem;
}
.first-collect-dialog .collect-bg {
  position: relative;
  width: 75%;
  height: 2rem;
  margin: 0rem auto;
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/collection-guide.e3191d88.png) no-repeat center/contain;
}
.first-collect-dialog .collect-bg .entry-title {
  position: absolute;
  top: 132px;
  left: 11px;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.first-collect-dialog .collect-footer {
  text-align: center;
  margin-bottom: 0.3rem;
}
.first-collect-dialog .collect-footer .collect-footer-btn {
  width: 70%;
}
.doc-note-composer-holder.page-panel .page-panel-content {
  background: #ffffff;
}

.doc-note-composer-holder.page-panel .page-panel-body {
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}

.doc-note-composer-holder .input textarea:focus {
  box-shadow: none;
}

.doc-note-composer-holder .input {
  /* margin-bottom: 0.2rem; */
}

.doc-note-composer-holder .input pre,
.doc-note-composer-holder .input textarea {
  border: none;
  padding: 0;
  font-size: 0.17rem;
  line-height: 0.26rem;
  color: #222222;
  min-height: 0.26rem;
  height: 100%;
}

.doc-note-composer-holder blockquote {
  border-left: 0.02rem solid #ffbd2b;
  color: #757575;
  font-size: 0.15rem;
  line-height: 0.22rem;
  padding-left: 0.16rem;
  margin-bottom: 0.2rem;
}

.doc-note-composer-holder .doc-note-composter-unit {
  padding: 0.1rem 0 0.2rem;
}

.doc-note-composer-holder .doc-note-composter-unit:last-child .input textarea {
  min-height: 2rem;
  min-height: calc(100vh - 1rem);
}
@charset "UTF-8";
.cover-pop-page {
  background: #f5f5f5;
  line-height: normal;
}
.cover-pop-page .cover-pop-page-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.cover-pop-page .cover-pop-page-action {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1001;
}
.cover-pop-page .cover-pop-page-action .cover-pop-page-close {
  position: absolute;
  top: 0.15rem;
  right: 0.15rem;
  font-size: 0;
}
.cover-pop-page .cover-pop-page-action .cover-pop-page-close .icon-page-close {
  display: inline-block;
  vertical-align: middle;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAB1dXV1dXV1dXV1dXWaB0Y+AAAABHRSTlMAiIOeW6xZaQAAAFxJREFUGNNVkMERgDAIBE8ryMMCfFiCDUTpvyadC/fYzIQAmwEO3af67K9qJjhKV43lb/X8dwaMNnLSNiCPU40C7AQYGQQZBAUkwDcWQGk2xTgcFBIgDrKxEKzqA7TzFNu7jfGeAAAAAElFTkSuQmCC);
  width: 0.14rem;
  height: 0.14rem;
  background-size: cover;
}
.cover-pop-page .cover-pop-page-body {
  background: #fff;
  position: fixed;
  top: 0.5rem;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
}

@media screen and (min-width: 1025px) {
  .cover-pop-page-mask,
  .cover-pop-page-body {
    width: 7rem !important; /* 不可以转换成rem */
    margin: 0 auto;
    border-left: 0.01rem solid #dcddde;
    border-right: 0.01rem solid #dcddde;
  }
}
.course-points-box {
  position: relative;
}

.course-points-box .total-points {
  line-height: 1.5;
}

.course-points-box .points-bubble {
  height: 20px;
  width: 40px;
  color: #fff;
  background: #23a565;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  opacity: 0;
  margin-left: 20px;
  position: absolute;
}

.course-points-box .points-num {
  display: inline-block;
  margin: 0 0 0 1px;
  color: #ffab00;
}

.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate-add-points {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.animate-total-points {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, -45px, 0);
            transform: translate3d(0, -45px, 0);
  }
  9% {
    opacity: 1;
    -webkit-transform: translate3d(0, -60px, 0);
            transform: translate3d(0, -60px, 0);
  }
  10% {
    opacity: 1;
    -webkit-transform: translate3d(0, -60px, 0);
            transform: translate3d(0, -60px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, -45px, 0);
            transform: translate3d(0, -45px, 0);
  }
  9% {
    opacity: 1;
    -webkit-transform: translate3d(0, -60px, 0);
            transform: translate3d(0, -60px, 0);
  }
  10% {
    opacity: 1;
    -webkit-transform: translate3d(0, -60px, 0);
            transform: translate3d(0, -60px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -8px, 0);
            transform: translate3d(0, -8px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -3px, 0);
            transform: translate3d(0, -3px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -8px, 0);
            transform: translate3d(0, -8px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -3px, 0);
            transform: translate3d(0, -3px, 0);
  }
}
.clipboard-btn {
  display: -webkit-inline-flex;
  display: inline-flex;
}
.clipboard-btn .value {
  font-size: 0.14rem;
  color: #666;
}
.clipboard-btn label {
  color: #1973e8;
  font-size: 0.14rem;
  margin-left: 0.06rem;
  cursor: pointer;
}
.file-select {
  position: relative;
  z-index: 1;
  margin-right: 12px;
}
.file-select input[type=file] {
  opacity: 0;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  cursor: pointer;
  font-size: 0;
}
.file-select input[type=file][disabled] {
  cursor: default;
}
.file-select [type=file]::-webkit-file-upload-button {
  -webkit-appearance: button;
  cursor: pointer;
}
.file-select .file-select-content-wrap {
  cursor: pointer;
}
.rc-picker-cell-today > .rc-picker-cell-inner {
  border: none;
}

.assign-range-time {
  display: -webkit-flex;
  display: flex;
}
.assign-range-time .assign-time-content {
  -webkit-flex: 1 0 260px;
          flex: 1 0 260px;
}
.assign-range-time .assign-time-content .assign-time-title {
  width: 260px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  line-height: 20px;
}
.assign-range-time .assign-time-content .assign-time {
  margin-top: 12px;
}
.assign-range-time .duration-label {
  -webkit-flex: 1 0 200px;
          flex: 1 0 200px;
  text-align: center;
  margin-top: 44px;
}
.assign-range-time .expire-time-content {
  -webkit-flex: 1 0 260px;
          flex: 1 0 260px;
}
.assign-range-time .expire-time-content .expire-time-title {
  width: 260px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  line-height: 20px;
  display: -webkit-flex;
  display: flex;
}
.assign-range-time .expire-time-content .expire-time-title .expire-time-title-label {
  display: inline-block;
}
.assign-range-time .expire-time-content .expire-time {
  margin-top: 12px;
}
.time-select.rc-picker {
  width: 125px;
}
.time-select.rc-picker .time-select-icon {
  width: 16px;
  height: 16px;
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/icon-time.a78b59fa.png);
  background-size: 16px;
  margin-right: 12px;
}
.time-select.rc-picker input:focus-visible {
  outline: 0px;
}
.time-select.rc-picker .rc-picker-input {
  width: 125px;
}
.time-select.rc-picker .rc-picker-cell-in-view.rc-picker-cell-selected .rc-picker-cell-inner,
.time-select.rc-picker .rc-picker-cell-in-view.rc-picker-cell-range-start .rc-picker-cell-inner,
.time-select.rc-picker .rc-picker-cell-in-view.rc-picker-cell-range-end .rc-picker-cell-inner {
  background-color: #1e6ee6;
}
.time-select.rc-picker .rc-picker-cell-in-view.rc-picker-cell-today .rc-picker-cell-inner::before {
  border-radius: 3px;
  border: 1px solid #1e6ee6;
}
.time-select.rc-picker .rc-picker-time-panel-column > li.rc-picker-time-panel-cell-selected .rc-picker-time-panel-cell-inner {
  background-color: #1e6ee6;
}
.time-select.rc-picker .rc-picker-time-panel-column > li.rc-picker-time-panel-cell .rc-picker-time-panel-cell-inner {
  text-align: center;
  padding: 0;
}

.time-select-dropdown.rc-picker-dropdown {
  z-index: 10;
}
.time-select-dropdown.rc-picker-dropdown .rc-picker-now {
  display: none;
}
.time-select-dropdown.rc-picker-dropdown .rc-picker-footer .rc-picker-footer-extra {
  position: absolute;
  right: 75px;
  bottom: 8px;
  padding: 0 6px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #1e6ee6;
  color: #1e6ee6;
  display: none;
}
.time-select-dropdown.rc-picker-dropdown .rc-picker-ok > button {
  background-color: #1e6ee6;
  border-color: #1e6ee6;
  height: 28px;
  min-width: 52px;
  border-radius: 3px;
}
.time-select-dropdown.rc-picker-dropdown .rc-picker-ok > button:disabled {
  background: #cccccc;
  border-radius: 3px;
  color: #ffffff;
  border: 0;
}
.text-highlight-section {
  padding: 0.15rem;
  background: #fff;
  line-height: normal;
  color: #000;
  font-size: 0.15rem;
}
.ai-report-section {
  text-align: center;
  line-height: normal;
  color: #333;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.ai-report-section .ai-report-overview {
  font-size: 0.14rem;
  color: #333;
  text-align: left;
  margin: 0 0.15rem 0.14rem;
}
.ai-report-section .ai-report-homework-title {
  color: #ffab00;
  font-size: 0.2rem;
  text-align: left;
  margin: auto 0.15rem;
}
@charset "UTF-8";
.radar-chart .axis {
  stroke: #d6dde3;
  stroke-width: 0.3;
}
.radar-chart .caption-group {
  /* common 中将 p 的 margin 置成 0 了，导致雷达图上字距不对，这里恢复成默认 */
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0rem;
          margin-inline-start: 0rem;
  -webkit-margin-end: 0rem;
          margin-inline-end: 0rem;
}
.radar-chart .caption-group.fog .caption-value {
  font-size: 14px;
  fill: #999999;
  font-weight: normal;
}
.radar-chart .caption-group .caption-value {
  font-weight: 500;
}
.radar-chart .caption-group img {
  width: 0.24rem;
  height: 0.24rem;
  vertical-align: middle;
  margin-left: 0.04rem;
  display: inline-block;
}
.radar-chart .spider-dot-outer {
  fill: #1973e8;
}
.radar-chart .spider-dot-inner {
  fill: #ffffff;
}
.radar-chart .scale:nth-child(2n) {
  fill: #fafbff;
}
.radar-chart .scale {
  stroke: #d6dde3;
  stroke-width: 0.3;
  fill: #ffffff;
}
.radar-chart .shape {
  fill-opacity: 0.2;
  stroke-width: 0.4;
  stroke: #1973e8;
  fill: #1E6EE6;
}
.ai-report-chart .linear-bar {
  background-color: #eeeeee;
  height: 0.15rem;
  border-radius: 0.04rem;
  margin: 0.15rem auto;
}
.ai-report-chart .linear-bar .inner-bar {
  height: 0.15rem;
  position: relative;
  border-radius: 0.04rem;
}
.ai-report-chart .linear-bar .bg {
  background: linear-gradient(270deg, rgb(255, 134, 12) 0%, rgb(255, 200, 58) 100%);
}
.ai-report-chart .linear-bar .medal {
  height: 0.45rem;
  width: 0.42rem;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: -0.05rem;
  top: -0.15rem;
}
.ai-report-chart .linear-bar .medal .score {
  color: #222222;
  font-size: 0.12rem;
  text-align: center;
  line-height: 0.45rem;
  width: 0.43rem;
  padding-top: 0.02rem;
  font-weight: 600;
}
.ai-report-chart .linear-bar .normal-medal {
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/badge_disable.dca706c1.png);
  left: 0;
}
.ai-report-chart .linear-bar .gold-medal {
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/badge_enable.68084365.png);
}
.ai-report-chart .linear-chart {
  width: 84%;
  margin: -0.02rem auto 0;
  text-align: initial;
}
.ai-report-chart .linear-chart .linear-title {
  font-size: 0.13rem;
  color: #222222;
  line-height: 0.18rem;
  margin-top: 0.35rem;
  margin-bottom: 0.08rem;
}
.star-rating {
  position: relative;
  text-align: center;
}
.star-rating .star-shape {
  position: relative;
  display: inline-block;
  height: 0.38rem;
  vertical-align: bottom;
}
.star-rating .star-rank-unit {
  width: 0.28rem;
  height: 0.28rem;
  position: relative;
  display: inline-block;
  margin: 0.045rem;
  box-sizing: border-box;
}
.star-rating .star-rank-unit .stars-wrap,
.star-rating .star-rank-unit .star-frames-wrap {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: repeat-x;
  width: 1.4rem;
  height: 0.28rem;
  background-size: 0.28rem 0.28rem;
}
.star-rating .star-rank-unit .stars-wrap {
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/star.76be83e8.png);
}
.star-rating .star-rank-unit .star-frames-wrap {
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/star_frame.329e8a54.png);
  width: 100%;
}
.star-rating .star-rank-unit .star-item {
  width: 0.28rem;
  height: 0.28rem;
  display: inline-block;
  text-align: center;
}
.star-rating .star-rank-unit .star-item img {
  width: 0.2rem;
  height: 0.2rem;
  vertical-align: middle;
}
.star-rating .star-rate {
  color: #222222;
  font-size: 0.18rem;
  display: inline-block;
  line-height: 0.38rem;
  margin-left: 0.075rem;
  font-weight: 500;
}
.ai-report-chart .ai-report-star {
  margin-bottom: 10px;
}

.ai-report-chart .score-limit {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  text-align: center;
}

.ai-report-chart .score-limit .min-score {
  margin-left: 20px;
}
.ai-tags {
  text-align: left;
  margin: -0.06rem 0.1rem 0.04rem;
}
.ai-tag {
  display: inline-block;
  background-size: 100% 0.35rem;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0.15rem 0.2rem;
  margin: 0 0.05rem;
  font-size: 0.14rem;
  font-weight: 500;
}
.ai-tag.tag-orange {
  color: #f5a623;
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/frame_orange.0bee53b2.png);
}
.ai-tag.tag-blue {
  color: #208cfc;
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/frame_blue.a7277435.png);
}
.ai-tag.tag-red {
  color: #ff3131;
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/frame_red.f908025b.png);
}
.ai-report-pic-share {
  margin: 0.18rem 0.2rem;
}

.ai-report-pic-share .page-loading {
  padding: 45% 0 0.3rem 0;
}

.ai-report-pic-share .ai-report-pic-share-tip {
  font-size: 0.16rem;
  color: #757575;
  margin-bottom: 0.18rem;
}

.ai-report-pic-share .pic-generating {
  color: #999;
}

.ai-report-pic-share .ai-report-pic-share-frame {
  text-align: center;
}

.ai-report-pic-share .ai-report-pic-share-frame img {
  max-width: 100%;
  box-shadow: 0.01rem 0.04rem 0.1rem #e8e8e8;
}

.ai-report-pic-share .ai-report-pic-share-frame img.umu-img-default,
.ai-report-pic-share .ai-report-pic-share-frame img.umu-img-error {
  box-shadow: none;
  width: 1.5rem;
  margin-top: 45%;
}
.ai-report-share-dialog .icon-back {
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/back.7dbb97ec.png);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 0.14rem;
}

.ai-report {
  background: #fff;
}
.ai-report .ai-report-header {
  padding: 0.1rem 0.15rem 0;
  line-height: 1.5;
}
.ai-report .ai-report-header .ai-report-actions {
  float: right;
}
.ai-report .ai-report-header .ai-report-actions .action-item {
  color: #1E6EE6;
  font-size: 0.15rem;
  cursor: pointer;
}
.ai-report .ai-report-header .title {
  font-size: 0.15rem;
  font-weight: bold;
}
.ai-report .ai-report-header .title .count {
  font-size: 0.12rem;
  color: #0f0f0f;
}
.ai-report .ai-report-chart .ai-report-radar {
  max-width: 5.4rem;
  margin: 0 auto;
}
.ai-tab .ai-tab-section {
  background: #fff;
  margin-top: 0.1rem;
}
.ai-tab .ai-tab-section .ai-tab-header {
  padding: 0.1rem 0.15rem 0;
  line-height: 1.5;
}
.ai-tab .ai-tab-section .ai-tab-header .title {
  font-size: 0.15rem;
  font-weight: bold;
}
.ai-tab .ai-tab-section .ai-tab-header .title .count {
  font-size: 0.12rem;
  color: #0f0f0f;
}
.qr-code {
  border-radius: 0.01rem;
  background: white;
  border: 0.01rem solid #e0e0e0;
  padding: 0.02rem;
  width: 0.88rem;
  height: 0.88rem;
  position: relative;
  left: 0;
  margin: 0 auto;
}
.trophy-info .trophy-icon {
  width: 0.61rem;
  height: 0.78rem;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
}
.trophy-info .trophy-icon.trophy-umu {
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/trophy-umu.ff557570.png);
}
.trophy-info .trophy-icon.trophy-enterprise {
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/trophy-enterprise.93b2aa42.png);
}
.editor-panel-zone {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.editor-panel-zone .certificate-content {
  cursor: pointer;
  resize: none;
  background: transparent;
  border: none;
  outline: none;
  font-size: 0.14rem;
  line-height: 0.18rem;
  vertical-align: middle;
  max-height: 0.36rem;
}
.editor-panel-zone .editor-text {
  display: -webkit-flex;
  display: flex;
  margin: auto;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.editor-panel-zone .icon-editor {
  color: #1e6ee6;
  -webkit-flex: none;
          flex: none;
}
.editor-panel-zone .editor-icon-show {
  max-width: calc(100% - 24px);
  -webkit-align-items: center;
          align-items: center;
}
.editor-panel-zone .editor-panel-text {
  display: -webkit-box;
  padding-right: 0.02rem;
  overflow: hidden;
  line-height: 0.2rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.system-study-theme.theme-info1 .theme-info1-trophy {
  padding-top: 0.18rem;
}
.system-study-theme.theme-info1 .theme-info1-content {
  position: absolute;
  top: 2.2rem;
  width: inherit;
}
.system-study-theme.theme-info1 .theme-info1-content .theme-info-desc {
  padding-top: 0.12rem;
}
.system-study-theme.theme-info1 .theme-info1-content .theme-info-course {
  padding: 0.04rem 0.24rem;
}
.system-study-theme.theme-info1 .theme-info1-footer .theme-info1-lecturer,
.system-study-theme.theme-info1 .theme-info1-footer .theme-info1-date {
  padding-top: 0.06rem;
}
.system-study-theme.theme-info1 .theme-info1-footer .theme-info1-qr {
  width: 0.66rem;
  height: 0.66rem;
}
.system-study-theme.theme-info2 .theme-info2-trophy {
  padding-top: 0.18rem;
}
.system-study-theme.theme-info2 .theme-info2-content {
  position: absolute;
  top: 2.2rem;
  width: inherit;
}
.system-study-theme.theme-info2 .theme-info2-content .theme-info-desc {
  padding-top: 0.12rem;
}
.system-study-theme.theme-info2 .theme-info2-content .theme-info-course {
  padding: 0.04rem 0.24rem;
}
.system-study-theme.theme-info2 .theme-info2-footer {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.system-study-theme.theme-info2 .theme-info2-footer .theme-info2-lecturer,
.system-study-theme.theme-info2 .theme-info2-footer .theme-info2-date {
  width: 33%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.system-study-theme.theme-info2 .theme-info2-footer .theme-info2-qr {
  margin: auto;
  width: 0.66rem;
  height: 0.66rem;
}
.system-study-theme.theme-info2 .hr-body-line {
  width: 100%;
  height: 0.11rem;
  margin: 0.1rem 0;
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/hr-line-1.017c4f19.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.system-study-theme.theme-info3 .theme-info3-trophy {
  position: absolute;
  top: 3rem;
  width: inherit;
}
.system-study-theme.theme-info3 .theme-info3-content {
  padding-top: 1.2rem;
}
.system-study-theme.theme-info3 .theme-info3-content .theme-info-desc {
  padding-top: 0.12rem;
}
.system-study-theme.theme-info3 .theme-info3-content .theme-info-course {
  padding: 0.04rem 0.24rem;
}
.system-study-theme.theme-info3 .theme-info3-footer {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.system-study-theme.theme-info3 .theme-info3-footer .theme-info3-lecturer,
.system-study-theme.theme-info3 .theme-info3-footer .theme-info3-date {
  width: 33%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.system-study-theme.theme-info3 .theme-info3-footer .theme-info3-qr {
  margin: auto;
  width: 0.66rem;
  height: 0.66rem;
}
.system-study-theme.theme-info4 .theme-info4-trophy {
  padding-top: 0.18rem;
}
.system-study-theme.theme-info4 .theme-info4-content {
  position: absolute;
  top: 2.2rem;
  width: inherit;
}
.system-study-theme.theme-info4 .theme-info4-content .theme-info-desc {
  padding-top: 0.12rem;
}
.system-study-theme.theme-info4 .theme-info4-content .theme-info-course {
  padding: 0.04rem 0.24rem;
}
.system-study-theme.theme-info4 .theme-info4-footer .theme-info4-lecturer,
.system-study-theme.theme-info4 .theme-info4-footer .theme-info4-date {
  padding-top: 0.06rem;
}
.system-study-theme.theme-info4 .theme-info4-footer .theme-info4-qr {
  width: 0.66rem;
  height: 0.66rem;
}
.system-study-theme.theme-info4 .hr-body-line {
  width: 100%;
  height: 0.11rem;
  margin: 0.1rem 0;
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/hr-line-1.017c4f19.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.system-study-theme.theme-info5 .theme-info5-trophy {
  padding-top: 0.18rem;
}
.system-study-theme.theme-info5 .theme-info5-content {
  position: absolute;
  top: 2.2rem;
  width: inherit;
}
.system-study-theme.theme-info5 .theme-info5-content .theme-info-desc {
  padding-top: 0.12rem;
}
.system-study-theme.theme-info5 .theme-info5-content .theme-info-course {
  padding: 0.04rem 0.24rem;
}
.system-study-theme.theme-info5 .theme-info5-footer .theme-info5-lecturer,
.system-study-theme.theme-info5 .theme-info5-footer .theme-info5-date {
  padding-top: 0.06rem;
}
.system-study-theme.theme-info5 .theme-info5-footer .theme-info5-qr {
  width: 0.66rem;
  height: 0.66rem;
}
.system-study-theme.theme-info5 .hr-body-line {
  width: 100%;
  height: 0.11rem;
  margin: 0.1rem 0;
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/hr-line-1.017c4f19.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.system-study-theme.theme-info6 .theme-info6-trophy {
  padding-top: 0.18rem;
}
.system-study-theme.theme-info6 .theme-info6-content {
  position: absolute;
  top: 2.2rem;
  width: inherit;
}
.system-study-theme.theme-info6 .theme-info6-content .theme-info-desc {
  padding-top: 0.12rem;
}
.system-study-theme.theme-info6 .theme-info6-content .theme-info-course {
  padding: 0.04rem 0.24rem;
}
.system-study-theme.theme-info6 .theme-info6-footer .theme-info6-lecturer,
.system-study-theme.theme-info6 .theme-info6-footer .theme-info6-date {
  padding-top: 0.06rem;
}
.system-study-theme.theme-info6 .theme-info6-footer .theme-info6-qr {
  width: 0.66rem;
  height: 0.66rem;
}
.system-study-theme.theme-info6 .hr-body-line {
  width: 100%;
  height: 0.11rem;
  margin: 0.1rem 0;
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/hr-line-1.017c4f19.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.system-study-theme.theme-info7 .theme-info7-trophy {
  position: absolute;
  top: 3.24rem;
  width: inherit;
}
.system-study-theme.theme-info7 .theme-info7-content {
  padding-top: 1.8rem;
}
.system-study-theme.theme-info7 .theme-info7-content .theme-info-desc {
  padding-top: 0.12rem;
}
.system-study-theme.theme-info7 .theme-info7-content .theme-info-course {
  padding: 0.04rem 0.24rem;
}
.system-study-theme.theme-info7 .theme-info7-footer {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.system-study-theme.theme-info7 .theme-info7-footer .theme-info7-lecturer,
.system-study-theme.theme-info7 .theme-info7-footer .theme-info7-date {
  width: 33%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.system-study-theme.theme-info7 .theme-info7-footer .theme-info7-qr {
  margin: auto;
  width: 0.66rem;
  height: 0.66rem;
}
.system-study-theme.theme-info8 .theme-info8-trophy {
  position: absolute;
  top: 3rem;
  width: inherit;
}
.system-study-theme.theme-info8 .theme-info8-content {
  padding-top: 1.4rem;
}
.system-study-theme.theme-info8 .theme-info8-content .theme-info-desc {
  padding-top: 0.12rem;
}
.system-study-theme.theme-info8 .theme-info8-content .theme-info-course {
  padding: 0.04rem 0.24rem;
}
.system-study-theme.theme-info8 .theme-info8-footer {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.system-study-theme.theme-info8 .theme-info8-footer .theme-info8-lecturer,
.system-study-theme.theme-info8 .theme-info8-footer .theme-info8-date {
  width: 33%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.system-study-theme.theme-info8 .theme-info8-footer .theme-info8-qr {
  margin: auto;
  width: 0.66rem;
  height: 0.66rem;
}
.system-study-theme.theme-info9 .theme-info9-trophy {
  padding-top: 0.18rem;
}
.system-study-theme.theme-info9 .theme-info9-content {
  position: absolute;
  top: 2.2rem;
  width: inherit;
}
.system-study-theme.theme-info9 .theme-info9-content .theme-info-desc {
  padding-top: 0.12rem;
}
.system-study-theme.theme-info9 .theme-info9-content .theme-info-course {
  padding: 0.04rem 0.24rem;
}
.system-study-theme.theme-info9 .theme-info9-footer {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.system-study-theme.theme-info9 .theme-info9-footer .theme-info9-lecturer,
.system-study-theme.theme-info9 .theme-info9-footer .theme-info9-date {
  width: 33%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.system-study-theme.theme-info9 .theme-info9-footer .theme-info9-qr {
  margin: auto;
  width: 0.66rem;
  height: 0.66rem;
}
.system-study-theme.theme-info9 .hr-body-line {
  width: 100%;
  height: 0.11rem;
  margin: 0.1rem 0;
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/hr-line-1.017c4f19.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.certificate-view-info.certificate-basic-info.certificate-custom-view-info .certificate-view-info.certificate-issue-info .certificate-issue-footer {
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 0.12rem 0;
  padding-bottom: 0;
}
.certificate-view-info.certificate-basic-info.certificate-custom-view-info .certificate-view-info.certificate-issue-info .certificate-issue-footer .custom-label,
.certificate-view-info.certificate-basic-info.certificate-custom-view-info .certificate-view-info.certificate-issue-info .certificate-issue-footer .certificate-issue-date {
  width: 33.5%;
}
.certificate-view-info.certificate-basic-info.certificate-custom-view-info .certificate-view-info.certificate-issue-info .certificate-issue-show-only-one {
  -webkit-justify-content: center;
          justify-content: center;
}

.absolute-hor-center, .certificate-theme-info .certificate-info .certificate-basic-info .course-name, .certificate-theme-info .certificate-info .certificate-basic-info .certificate-title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.certificate-theme-info {
  position: relative;
  width: 4rem;
}
.certificate-theme-info .certificate-theme-mask {
  position: absolute;
  width: 4rem;
  height: 5.33rem;
}
.certificate-theme-info .radio-theme-select {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 0.6rem;
  height: 0.6rem;
  color: #fff;
  background-color: #1e6ee6;
  border-radius: 50%;
}
.certificate-theme-info .del-theme-info {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  width: 0.6rem;
  height: 0.6rem;
  padding: 0.24rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}
.certificate-theme-info .radio-theme {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
.certificate-theme-info .certificate-info {
  position: relative;
}
.certificate-theme-info .certificate-info .certificate-theme-img {
  width: 4rem;
  height: 5.33rem;
}
.certificate-theme-info .certificate-info .certificate-view-info {
  position: absolute;
  left: 0;
  padding: 0.32rem 0.32rem 0.38rem 0.32rem;
  color: #222;
  text-align: center;
}
.certificate-theme-info .certificate-info .certificate-issue-validity-time {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}
.certificate-theme-info .certificate-info .certificate-basic-info {
  top: 0;
  width: 3.36rem;
  height: 4.63rem;
}
.certificate-theme-info .certificate-info .certificate-basic-info .certificate-enterprise-logo {
  max-width: 0.88rem;
  max-height: 0.45rem;
  margin: 0 auto;
  background-color: rgba(238, 238, 238, 0);
}
.certificate-theme-info .certificate-info .certificate-basic-info .empty-logo {
  height: 0.44rem;
  margin: 0.32rem auto 0 auto;
}
.certificate-theme-info .certificate-info .certificate-basic-info .certificate-title {
  top: 0.79rem;
  max-height: 0.56rem;
  padding: 0rem 0.06rem;
  font-size: 0.22rem;
  font-weight: 600;
  line-height: 0.28rem;
  width: 80%;
}
.certificate-theme-info .certificate-info .certificate-basic-info .empty-certificate-name {
  height: 0.28rem;
}
.certificate-theme-info .certificate-info .certificate-basic-info .trainees-name {
  position: absolute;
  top: 1.65rem;
  left: 0.3rem;
  right: 0.3rem;
  font-size: 0.18rem;
  line-height: 0.22rem;
}
.certificate-theme-info .certificate-info .certificate-basic-info .trainees-name .title-name {
  padding-bottom: 0.04rem;
}
.certificate-theme-info .certificate-info .certificate-basic-info .trainees-name .trainees-sub-name {
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.certificate-theme-info .certificate-info .certificate-basic-info .empty-trainees-name {
  height: 0.26rem;
}
.certificate-theme-info .certificate-info .certificate-basic-info .certificate-text {
  top: 2.35rem;
  left: 0.35rem;
  right: 0.35rem;
  text-align: center;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
  position: absolute;
}
.certificate-theme-info .certificate-info .certificate-basic-info .course-name {
  top: 3.05rem;
  color: #222;
  line-height: 0.22rem;
  font-size: 0.16rem;
  width: calc(100% - 0.7rem);
}
.certificate-theme-info .certificate-info .certificate-basic-info .certificate-issue-info {
  bottom: 0;
  width: 3.36rem;
}
.certificate-theme-info .certificate-info .certificate-basic-info .certificate-issue-info .certificate-issue-footer {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  padding: 0.12rem 0.08rem 0;
}
.certificate-theme-info .certificate-info .certificate-basic-info .certificate-issue-info .certificate-issue-footer.hide-qr {
  padding-top: 0.02rem;
}
.certificate-theme-info .certificate-info .certificate-basic-info .certificate-issue-info .certificate-issue-footer.hide-qr .certificate-issue-qr {
  width: 33%;
  height: 94px;
  padding: 0px;
  border: none;
}
.certificate-theme-info .certificate-info .certificate-basic-info .certificate-issue-info .certificate-issue-footer.hide-qr .certificate-issue-time-unit {
  width: 33%;
}
.certificate-theme-info .certificate-info .certificate-basic-info .certificate-issue-info .certificate-issue-footer.hide-qr .certificate-issue-time-display {
  width: 0;
}
.certificate-theme-info .certificate-info .certificate-basic-info .certificate-issue-info .certificate-issue-footer.hide-qr .certificate-issue-time-display ~ .certificate-issue-qr {
  width: 0;
  height: 0;
}
.certificate-theme-info .certificate-info .certificate-basic-info .certificate-issue-info .certificate-issue-footer.hide-qr .certificate-issue-time-only {
  width: 100%;
}
.certificate-theme-info .certificate-info .certificate-basic-info .certificate-issue-info .certificate-issue-footer.hide-qr .certificate-issue-time-only ~ .certificate-issue-qr {
  width: 0;
  height: 0;
}
.certificate-theme-info .certificate-info .certificate-basic-info .certificate-issue-info .certificate-issue-footer .certificate-issue-qr {
  box-sizing: content-box;
  width: 33%;
  height: auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0;
}
.certificate-theme-info .certificate-info .certificate-basic-info .certificate-issue-info .certificate-issue-footer .certificate-issue-qr.hide {
  width: 0;
  -webkit-flex: 0;
          flex: 0;
  padding: 0;
  border: none;
}
.certificate-theme-info .certificate-info .certificate-basic-info .certificate-issue-info .certificate-issue-footer .custom-label {
  font-weight: 400;
}
.certificate-theme-info .certificate-info .certificate-basic-info .certificate-issue-info .certificate-issue-footer .certificate-issue-time {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33%;
}
.certificate-theme-info .certificate-info .certificate-basic-info .certificate-issue-info .certificate-issue-footer .certificate-issue-time-unit {
  width: 50%;
}
.certificate-theme-info .certificate-info .certificate-basic-info .certificate-issue-info .certificate-issue-footer .certificate-issue-time-only {
  width: 100%;
}
.certificate-theme-info .certificate-info .certificate-basic-info .certificate-issue-info .certificate-issue-footer .certificate-issue-time-display {
  width: 0;
}
.certificate-theme-info .certificate-info .certificate-basic-info .certificate-issue-sub {
  padding-top: 0.02rem;
  font-size: 0.12rem;
  line-height: 0.12rem;
  -webkit-transform: scale(0.83, 0.83);
          transform: scale(0.83, 0.83);
  color: #666;
}
.certificate-theme-info .certificate-info .certificate-basic-info .date-split-line {
  margin: auto 0.04rem;
}
.certificate-theme-info .certificate-info .certificate-basic-info .certificate-issue-title {
  font-size: 0.12rem;
  line-height: 0.16rem;
}
.certificate-theme-info .text-row-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}
.certificate-theme-info .text-row-more {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.certificate-theme-info .text-row-2 {
  -webkit-line-clamp: 2;
}
.certificate-theme-info .text-row-3 {
  -webkit-line-clamp: 3;
}

.theme-basic-info-img {
  width: 100%;
  height: 100%;
  background-size: contain;
}

.theme-basic-default-img {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.certificate-theme-list {
  display: -webkit-flex;
  display: flex;
}
.certificate-theme-list .theme-item-card {
  width: 100%;
  margin-right: 0.16rem;
}

.certificate-theme-info:hover .radio-theme {
  background-color: #fff;
  border: 0.03rem solid #999;
}
.certificate-theme-info:hover .del-theme-info {
  display: block;
}
.certificate-theme-info:hover .certificate-theme-mask {
  background-color: rgba(0, 0, 0, 0.1);
}
.system-study-theme {
  position: absolute;
  left: 0;
  top: 0;
  width: 3.36rem;
  height: 4.63rem;
  padding: 0.32rem 0.32rem 0.38rem 0.32rem;
  color: #222;
  text-align: center;
}
.system-study-theme .theme-info-content {
  text-align: center;
}
.system-study-theme .theme-info-content .theme-info-title {
  font-size: 0.18rem;
  line-height: 0.26rem;
  color: #222222;
}
.system-study-theme .theme-info-content .theme-info-sub-title {
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
}
.system-study-theme .theme-info-content .theme-info-desc {
  font-size: 0.14rem;
  line-height: 0.2rem;
  width: 100%;
  color: #666666;
}
.system-study-theme .theme-info-content .theme-info-desc-weight {
  color: #222222;
  font-weight: 600;
}
.system-study-theme .theme-info-content .theme-info-course {
  font-size: 0.16rem;
  line-height: 0.22rem;
}
.system-study-theme .theme-info-footer {
  position: absolute;
  bottom: 0.38rem;
  width: inherit;
  text-align: center;
}
.system-study-theme .theme-info-footer .theme-lecturer-title {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
}
.system-study-theme .theme-info-lecturer {
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.16rem;
  color: #222222;
}
.system-study-theme .theme-info-date {
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.16rem;
  color: #222222;
}
.system-study-theme .theme-split {
  margin: auto 0.04rem;
}
.system-study-theme .hr-footer-title {
  margin: 0.02rem 0.2rem;
  border-top: 0.01rem solid rgba(151, 151, 151, 0.5);
}
.system-study-theme .theme-info-qr-zone {
  margin: auto;
}
.system-study-theme .editor-panel-zone.editor-panel-comment-zone .editor-status-show {
  width: calc(100% - 24px);
}
.system-study-theme .editor-panel-zone.editor-panel-comment-zone .certificate-content {
  width: 100%;
  text-align: center;
}
.system-study-theme .editor-panel-zone.editor-panel-lecture-zone .certificate-content {
  font-size: 12px;
  line-height: 16px;
  padding: 0;
}

.truncate-text-1 {
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}

.truncate-text-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}

.truncate-text-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}

.rdrCalendarWrapper {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: #fff;
}

.rdrDateDisplay {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.rdrDateDisplayItem {
  -webkit-flex: 1 1;
          flex: 1 1;
  width: 0;
  color: inherit;
  text-align: center;
  -webkit-box-flex: 1;
}

.rdrDateDisplayItem + .rdrDateDisplayItem {
  margin-left: 0.833em;
}

.rdrDateDisplayItem input {
  text-align: inherit;
}

.rdrDateDisplayItem input:disabled {
  cursor: default;
}

.rdrMonthAndYearWrapper {
  box-sizing: inherit;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.rdrMonthAndYearPickers {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}

.rdrNextPrevButton {
  box-sizing: inherit;
  cursor: pointer;
  outline: none;
}

.rdrMonths {
  display: -webkit-flex;
  display: flex;
}

.rdrMonthsVertical {
  -webkit-flex-direction: column;
          flex-direction: column;
}

.rdrMonthsHorizontal > div > div > div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
}

.rdrMonth {
  width: 27.667em;
}

.rdrWeekDays {
  display: -webkit-flex;
  display: flex;
}

.rdrWeekDay {
  box-sizing: inherit;
  -webkit-flex-basis: 14.2857142857%;
          flex-basis: 14.2857142857%;
  text-align: center;
}

.rdrDays {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.rdrInfiniteMonths {
  overflow: auto;
}

.rdrDateRangeWrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.rdrDateInput {
  position: relative;
}

.rdrDateInput input {
  outline: none;
}

.rdrDateInput .rdrWarning {
  position: absolute;
  top: 0;
  right: 0.25em;
  font-size: 1.6em;
  line-height: 1.6em;
  color: #f00;
}

.rdrDay {
  position: relative;
  box-sizing: inherit;
  width: 14.2857142857%;
  font: inherit;
  cursor: pointer;
}

.rdrDayNumber {
  position: relative;
  display: block;
}

.rdrDayNumber span {
  font-weight: 400;
  color: #222;
}

.rdrDayDisabled {
  cursor: not-allowed;
}

@supports (-ms-ime-align: auto) {
  .rdrDay {
    -webkit-flex-basis: 14.285% !important;
            flex-basis: 14.285% !important;
  }
}
.rdrSelected,
.rdrInRange,
.rdrStartEdge,
.rdrEndEdge {
  pointer-events: none;
}

.rdrDayStartPreview,
.rdrDayInPreview,
.rdrDayEndPreview {
  pointer-events: none;
}

.rdrDateRangePickerWrapper {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.rdrStaticRanges {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.rdrStaticRange {
  font-size: inherit;
}

.rdrInputRange {
  display: -webkit-flex;
  display: flex;
}

.rdrCalendarWrapper {
  font-size: 12px;
  color: #000;
}

.rdrDateDisplayWrapper {
  background-color: rgb(239, 242, 247);
}

.rdrDateDisplay {
  margin: 0.833em;
}

.rdrDateDisplayItem {
  background-color: rgb(255, 255, 255);
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(35, 57, 66, 0.21);
}

.rdrDateDisplayItem input {
  width: 100%;
  height: 2.5em;
  line-height: 2.5em;
  color: #849095;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.rdrDateDisplayItemActive {
  border-color: currentColor;
}

.rdrDateDisplayItemActive input {
  color: #222;
}

.rdrMonthAndYearWrapper {
  -webkit-align-items: center;
          align-items: center;
  height: 60px;
  padding-top: 10px;
}

.rdrMonthAndYearPickers {
  font-weight: 600;
}

.rdrMonthAndYearPickers select {
  padding: 10px 30px 10px 10px;
  color: #3e484f;
  text-align: center;
  cursor: pointer;
  background: transparent;
  background: url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;
  background-position: right 8px center;
  border: 0;
  border-radius: 4px;
  outline: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.rdrMonthAndYearPickers select:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.rdrMonthPicker,
.rdrYearPicker {
  margin: 0 5px;
}

.rdrNextPrevButton {
  display: block;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 0.833em;
  background: #eff2f7;
  border: 0;
  border-radius: 5px;
}

.rdrNextPrevButton:hover {
  background: #e1e7f0;
}

.rdrNextPrevButton i {
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  margin: auto;
  text-align: center;
  border-style: solid;
  -webkit-transform: translate(-3px, 0);
  transform: translate(-3px, 0);
}

.rdrPprevButton i {
  border-color: transparent rgb(52, 73, 94) transparent transparent;
  border-width: 4px 6px 4px 4px;
  -webkit-transform: translate(-3px, 0);
  transform: translate(-3px, 0);
}

.rdrNextButton i {
  margin: 0 0 0 7px;
  border-color: transparent transparent transparent rgb(52, 73, 94);
  border-width: 4px 4px 4px 6px;
  -webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
}

.rdrWeekDays {
  padding: 0 0.833em;
}

.rdrMonth {
  padding: 0 0.833em 1.666em 0.833em;
}

.rdrMonth .rdrWeekDays {
  padding: 0;
}

.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName {
  display: none;
}

.rdrWeekDay {
  font-weight: 400;
  line-height: 2.667em;
  color: #222;
}

.rdrDay {
  height: 3em;
  padding: 0;
  line-height: 3em;
  color: #1d2429;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: transparent;
  border: 0;
}

.rdrDay:focus {
  outline: 0;
}

.rdrDayNumber {
  position: absolute;
  top: 0;
  top: 5px;
  right: 0;
  bottom: 0;
  bottom: 5px;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-weight: 300;
  outline: 0;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}

.rdrDayToday .rdrDayNumber span {
  font-weight: 500;
}

.rdrDayToday .rdrDayNumber span::after {
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 18px;
  height: 2px;
  content: "";
  background: #1e6ee6;
  border-radius: 2px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.rdrDayToday:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span::after,
.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span::after,
.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span::after,
.rdrDayToday:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span::after {
  background: #fff;
}

.rdrDay:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span,
.rdrDay:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span,
.rdrDay:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span,
.rdrDay:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span {
  color: rgba(255, 255, 255, 0.85);
}

.rdrSelected,
.rdrInRange,
.rdrStartEdge,
.rdrEndEdge {
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 5px;
  left: 0;
  background: currentColor;
}

.rdrSelected {
  right: 2px;
  left: 2px;
}

.rdrStartEdge {
  left: 2px;
  border-top-left-radius: 1.042em;
  border-bottom-left-radius: 1.042em;
}

.rdrEndEdge {
  right: 2px;
  border-top-right-radius: 1.042em;
  border-bottom-right-radius: 1.042em;
}

.rdrSelected {
  border-radius: 1.042em;
}

.rdrDayStartOfMonth .rdrInRange,
.rdrDayStartOfMonth .rdrEndEdge,
.rdrDayStartOfWeek .rdrInRange,
.rdrDayStartOfWeek .rdrEndEdge {
  left: 2px;
  border-top-left-radius: 1.042em;
  border-bottom-left-radius: 1.042em;
}

.rdrDayEndOfMonth .rdrInRange,
.rdrDayEndOfMonth .rdrStartEdge,
.rdrDayEndOfWeek .rdrInRange,
.rdrDayEndOfWeek .rdrStartEdge {
  right: 2px;
  border-top-right-radius: 1.042em;
  border-bottom-right-radius: 1.042em;
}

.rdrDayStartOfMonth .rdrDayInPreview,
.rdrDayStartOfMonth .rdrDayEndPreview,
.rdrDayStartOfWeek .rdrDayInPreview,
.rdrDayStartOfWeek .rdrDayEndPreview {
  left: 0;
  border-left-width: 1px;
  border-top-left-radius: 1.333em;
  border-bottom-left-radius: 1.333em;
}

.rdrDayEndOfMonth .rdrDayInPreview,
.rdrDayEndOfMonth .rdrDayStartPreview,
.rdrDayEndOfWeek .rdrDayInPreview,
.rdrDayEndOfWeek .rdrDayStartPreview {
  right: 0;
  border-right-width: 1px;
  border-top-right-radius: 1.333em;
  border-bottom-right-radius: 1.333em;
}

.rdrDayStartPreview,
.rdrDayInPreview,
.rdrDayEndPreview {
  position: absolute;
  top: 3px;
  right: 0;
  bottom: 3px;
  left: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.09);
  border: 0 solid currentColor;
}

.rdrDayStartPreview {
  left: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-left-radius: 1.333em;
  border-bottom-left-radius: 1.333em;
}

.rdrDayInPreview {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.rdrDayEndPreview {
  right: 2px;
  right: 0;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-right-radius: 1.333em;
  border-bottom-right-radius: 1.333em;
}

.rdrDefinedRangesWrapper {
  width: 226px;
  font-size: 12px;
  background: #fff;
  border-right: solid 1px #eff2f7;
}

.rdrDefinedRangesWrapper .rdrStaticRangeSelected {
  font-weight: 600;
  color: currentColor;
}

.rdrStaticRange {
  display: block;
  padding: 0;
  cursor: pointer;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #eff2f7;
  outline: 0;
}

.rdrStaticRange:hover .rdrStaticRangeLabel,
.rdrStaticRange:focus .rdrStaticRangeLabel {
  background: #eff2f7;
}

.rdrStaticRangeLabel {
  display: block;
  padding: 10px 20px;
  line-height: 18px;
  text-align: left;
  outline: 0;
}

.rdrInputRanges {
  padding: 10px 0;
}

.rdrInputRange {
  -webkit-align-items: center;
          align-items: center;
  padding: 5px 20px;
}

.rdrInputRangeInput {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  line-height: 30px;
  color: rgb(108, 118, 122);
  text-align: center;
  border: solid 1px rgb(222, 231, 235);
  border-radius: 4px;
}

.rdrInputRangeInput:focus,
.rdrInputRangeInput:hover {
  color: #333;
  border-color: rgb(180, 191, 196);
  outline: 0;
}

.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber::after {
  position: absolute;
  top: -2px;
  right: 0;
  bottom: -2px;
  left: 0;
  content: "";
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 1.333em;
}

.rdrDayPassive {
  pointer-events: none;
}

.rdrDayPassive .rdrDayNumber span {
  color: #d5dce0;
}

.rdrDayPassive .rdrInRange,
.rdrDayPassive .rdrStartEdge,
.rdrDayPassive .rdrEndEdge,
.rdrDayPassive .rdrSelected,
.rdrDayPassive .rdrDayStartPreview,
.rdrDayPassive .rdrDayInPreview,
.rdrDayPassive .rdrDayEndPreview {
  display: none;
}

.rdrDayDisabled {
  background-color: rgb(248, 248, 248);
}

.rdrDayDisabled .rdrDayNumber span {
  color: #aeb9bf;
}

.rdrDayDisabled .rdrInRange,
.rdrDayDisabled .rdrStartEdge,
.rdrDayDisabled .rdrEndEdge,
.rdrDayDisabled .rdrSelected,
.rdrDayDisabled .rdrDayStartPreview,
.rdrDayDisabled .rdrDayInPreview,
.rdrDayDisabled .rdrDayEndPreview {
  -webkit-filter: grayscale(100%) opacity(60%);
  filter: grayscale(100%) opacity(60%);
}

.rdrMonthName {
  padding: 0.833em;
  font-weight: 600;
  color: #849095;
  text-align: left;
}

.rdrSelected,
.rdrInRange,
.rdrStartEdge,
.rdrEndEdge {
  color: #1e6ee6 !important;
}

.rdrDay:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span,
.rdrDay:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span,
.rdrDay:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span,
.rdrDay:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span {
  font-weight: 500;
}
.range-picker .picker-label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  min-width: 3rem;
  height: 0.36rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #222;
  border: 0.01rem solid #e0e0e0;
  border-radius: 0.04rem;
}
.range-picker .picker-label .date-time {
  margin: 0.08rem 0.12rem;
}
.range-picker .picker-label .date-empty {
  color: #999;
}
.range-picker .picker-label .date-span {
  margin: 0.08rem auto;
}
.range-picker .picker-label .date-end {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin: auto 0.12rem;
  margin-left: 0;
}
.range-picker .picker-label .date-end .date-icon-clear {
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  margin-right: 0.08rem;
  cursor: pointer;
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/icon-del.13b0a8d6.png) no-repeat;
  background-size: contain;
}
.range-picker .picker-label .date-end .icon-up {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0, 16rem;
  cursor: pointer;
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/icon-more.4fd533ff.png) no-repeat;
  background-size: contain;
}
.range-picker .picker-label .date-end .icon-cal-not {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0, 16rem;
  cursor: pointer;
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/icon-cal-not.a3548f42.png) no-repeat;
  background-size: contain;
}
.range-picker .picker-label .date-end .icon-cal-select {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0, 16rem;
  cursor: pointer;
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/icon-cal-select.0dc1fb9e.png) no-repeat;
  background-size: contain;
}
.range-picker .picker-label .date-end .icon-down { /* IE 9 */
  -webkit-transform: rotate(180deg); /* Safari and Chrome */
  transform: rotate(180deg);
}

.date-range-picker-panel {
  box-shadow: 0 0.02rem 0.04rem 0 rgba(102, 102, 102, 0.3);
  width: 7.1rem;
}
.date-range-picker-panel .rdrDefinedRangesWrapper {
  display: none;
}
.date-range-picker-panel .rdrCalendarWrapper {
  width: 7.1rem;
}
.date-range-picker-panel .footer {
  padding: 0.14rem 0.24rem 0.24rem 0.24rem;
  text-align: right;
  background-color: #fff;
}
.date-range-picker-panel .footer .footer-btn-confirm {
  margin-left: 0.12rem;
  color: #1e6ee6;
  cursor: pointer;
}
.date-range-picker-panel .footer .footer-btn-cancel {
  color: #222;
}
.umu-design-comp-tooltip {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.42;
  list-style: none;
  font-feature-settings: "tnum";
  position: absolute;
  z-index: 1070;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: intrinsic;
  max-width: 250px;
  visibility: visible;
}

.umu-design-comp-tooltip-content {
  position: relative;
}

.umu-design-comp-tooltip-hidden {
  display: none;
}

.umu-design-comp-tooltip-placement-top,
.umu-design-comp-tooltip-placement-topLeft,
.umu-design-comp-tooltip-placement-topRight {
  padding-bottom: 14.3137085px;
}

.umu-design-comp-tooltip-placement-right,
.umu-design-comp-tooltip-placement-rightTop,
.umu-design-comp-tooltip-placement-rightBottom {
  padding-left: 14.3137085px;
}

.umu-design-comp-tooltip-placement-bottom,
.umu-design-comp-tooltip-placement-bottomLeft,
.umu-design-comp-tooltip-placement-bottomRight {
  padding-top: 14.3137085px;
}

.umu-design-comp-tooltip-placement-left,
.umu-design-comp-tooltip-placement-leftTop,
.umu-design-comp-tooltip-placement-leftBottom {
  padding-right: 14.3137085px;
}

.umu-design-comp-tooltip-inner {
  min-width: 30px;
  padding: 8px 12px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  background-color: #222;
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.umu-design-comp-tooltip-no-arrow .umu-design-comp-tooltip-arrow {
  display: none;
}

.umu-design-comp-tooltip-arrow {
  position: absolute;
  z-index: 2;
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}

.umu-design-comp-tooltip-arrow-content {
  --arrow-background-color: linear-gradient(to right bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.75));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 11.3137085px;
  height: 11.3137085px;
  margin: auto;
  background-color: transparent;
  content: "";
  pointer-events: auto;
  border-radius: 0 0 2px;
  pointer-events: none;
}

.umu-design-comp-tooltip-arrow-content::before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: var(--arrow-background-color);
  background-repeat: no-repeat;
  background-position: -10px -10px;
  content: "";
  -webkit-clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");
  clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");
}

.umu-design-comp-tooltip-placement-top .umu-design-comp-tooltip-arrow,
.umu-design-comp-tooltip-placement-topLeft .umu-design-comp-tooltip-arrow,
.umu-design-comp-tooltip-placement-topRight .umu-design-comp-tooltip-arrow {
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.umu-design-comp-tooltip-placement-top .umu-design-comp-tooltip-arrow-content,
.umu-design-comp-tooltip-placement-topLeft .umu-design-comp-tooltip-arrow-content,
.umu-design-comp-tooltip-placement-topRight .umu-design-comp-tooltip-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(-11px) rotate(45deg);
          transform: translateY(-11px) rotate(45deg);
}

.umu-design-comp-tooltip-placement-top .umu-design-comp-tooltip-arrow {
  left: 50%;
  -webkit-transform: translateY(100%) translateX(-50%);
          transform: translateY(100%) translateX(-50%);
}

.umu-design-comp-tooltip-placement-topLeft .umu-design-comp-tooltip-arrow {
  left: 13px;
}

.umu-design-comp-tooltip-placement-topRight .umu-design-comp-tooltip-arrow {
  right: 13px;
}

.umu-design-comp-tooltip-placement-right .umu-design-comp-tooltip-arrow,
.umu-design-comp-tooltip-placement-rightTop .umu-design-comp-tooltip-arrow,
.umu-design-comp-tooltip-placement-rightBottom .umu-design-comp-tooltip-arrow {
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.umu-design-comp-tooltip-placement-right .umu-design-comp-tooltip-arrow-content,
.umu-design-comp-tooltip-placement-rightTop .umu-design-comp-tooltip-arrow-content,
.umu-design-comp-tooltip-placement-rightBottom .umu-design-comp-tooltip-arrow-content {
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateX(11px) rotate(135deg);
          transform: translateX(11px) rotate(135deg);
}

.umu-design-comp-tooltip-placement-right .umu-design-comp-tooltip-arrow {
  top: 50%;
  -webkit-transform: translateX(-100%) translateY(-50%);
          transform: translateX(-100%) translateY(-50%);
}

.umu-design-comp-tooltip-placement-rightTop .umu-design-comp-tooltip-arrow {
  top: 5px;
}

.umu-design-comp-tooltip-placement-rightBottom .umu-design-comp-tooltip-arrow {
  bottom: 5px;
}

.umu-design-comp-tooltip-placement-left .umu-design-comp-tooltip-arrow,
.umu-design-comp-tooltip-placement-leftTop .umu-design-comp-tooltip-arrow,
.umu-design-comp-tooltip-placement-leftBottom .umu-design-comp-tooltip-arrow {
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.umu-design-comp-tooltip-placement-left .umu-design-comp-tooltip-arrow-content,
.umu-design-comp-tooltip-placement-leftTop .umu-design-comp-tooltip-arrow-content,
.umu-design-comp-tooltip-placement-leftBottom .umu-design-comp-tooltip-arrow-content {
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateX(-11px) rotate(315deg);
          transform: translateX(-11px) rotate(315deg);
}

.umu-design-comp-tooltip-placement-left .umu-design-comp-tooltip-arrow {
  top: 50%;
  -webkit-transform: translateX(100%) translateY(-50%);
          transform: translateX(100%) translateY(-50%);
}

.umu-design-comp-tooltip-placement-leftTop .umu-design-comp-tooltip-arrow {
  top: 5px;
}

.umu-design-comp-tooltip-placement-leftBottom .umu-design-comp-tooltip-arrow {
  bottom: 5px;
}

.umu-design-comp-tooltip-placement-bottom .umu-design-comp-tooltip-arrow,
.umu-design-comp-tooltip-placement-bottomLeft .umu-design-comp-tooltip-arrow,
.umu-design-comp-tooltip-placement-bottomRight .umu-design-comp-tooltip-arrow {
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.umu-design-comp-tooltip-placement-bottom .umu-design-comp-tooltip-arrow-content,
.umu-design-comp-tooltip-placement-bottomLeft .umu-design-comp-tooltip-arrow-content,
.umu-design-comp-tooltip-placement-bottomRight .umu-design-comp-tooltip-arrow-content {
  box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(11px) rotate(225deg);
          transform: translateY(11px) rotate(225deg);
}

.umu-design-comp-tooltip-placement-bottom .umu-design-comp-tooltip-arrow {
  left: 50%;
  -webkit-transform: translateY(-100%) translateX(-50%);
          transform: translateY(-100%) translateX(-50%);
}

.umu-design-comp-tooltip-placement-bottomLeft .umu-design-comp-tooltip-arrow {
  left: 13px;
}

.umu-design-comp-tooltip-placement-bottomRight .umu-design-comp-tooltip-arrow {
  right: 13px;
}

.umu-design-comp-tooltip-pink .umu-design-comp-tooltip-inner {
  background-color: #eb2f96;
}

.umu-design-comp-tooltip-pink .umu-design-comp-tooltip-arrow-content::before {
  background: #eb2f96;
}

.umu-design-comp-tooltip-magenta .umu-design-comp-tooltip-inner {
  background-color: #eb2f96;
}

.umu-design-comp-tooltip-magenta .umu-design-comp-tooltip-arrow-content::before {
  background: #eb2f96;
}

.umu-design-comp-tooltip-red .umu-design-comp-tooltip-inner {
  background-color: #f5222d;
}

.umu-design-comp-tooltip-red .umu-design-comp-tooltip-arrow-content::before {
  background: #f5222d;
}

.umu-design-comp-tooltip-volcano .umu-design-comp-tooltip-inner {
  background-color: #fa541c;
}

.umu-design-comp-tooltip-volcano .umu-design-comp-tooltip-arrow-content::before {
  background: #fa541c;
}

.umu-design-comp-tooltip-orange .umu-design-comp-tooltip-inner {
  background-color: #fa8c16;
}

.umu-design-comp-tooltip-orange .umu-design-comp-tooltip-arrow-content::before {
  background: #fa8c16;
}

.umu-design-comp-tooltip-yellow .umu-design-comp-tooltip-inner {
  background-color: #fadb14;
}

.umu-design-comp-tooltip-yellow .umu-design-comp-tooltip-arrow-content::before {
  background: #fadb14;
}

.umu-design-comp-tooltip-gold .umu-design-comp-tooltip-inner {
  background-color: #faad14;
}

.umu-design-comp-tooltip-gold .umu-design-comp-tooltip-arrow-content::before {
  background: #faad14;
}

.umu-design-comp-tooltip-cyan .umu-design-comp-tooltip-inner {
  background-color: #13c2c2;
}

.umu-design-comp-tooltip-cyan .umu-design-comp-tooltip-arrow-content::before {
  background: #13c2c2;
}

.umu-design-comp-tooltip-lime .umu-design-comp-tooltip-inner {
  background-color: #a0d911;
}

.umu-design-comp-tooltip-lime .umu-design-comp-tooltip-arrow-content::before {
  background: #a0d911;
}

.umu-design-comp-tooltip-green .umu-design-comp-tooltip-inner {
  background-color: #52c41a;
}

.umu-design-comp-tooltip-green .umu-design-comp-tooltip-arrow-content::before {
  background: #52c41a;
}

.umu-design-comp-tooltip-blue .umu-design-comp-tooltip-inner {
  background-color: #1890ff;
}

.umu-design-comp-tooltip-blue .umu-design-comp-tooltip-arrow-content::before {
  background: #1890ff;
}

.umu-design-comp-tooltip-geekblue .umu-design-comp-tooltip-inner {
  background-color: #2f54eb;
}

.umu-design-comp-tooltip-geekblue .umu-design-comp-tooltip-arrow-content::before {
  background: #2f54eb;
}

.umu-design-comp-tooltip-purple .umu-design-comp-tooltip-inner {
  background-color: #722ed1;
}

.umu-design-comp-tooltip-purple .umu-design-comp-tooltip-arrow-content::before {
  background: #722ed1;
}

.umu-design-comp-tooltip-rtl {
  direction: rtl;
}

.umu-design-comp-tooltip-rtl .umu-design-comp-tooltip-inner {
  text-align: right;
}
.umu-design-comp-popover {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  position: absolute;
  top: 0;
  z-index: 1030;
  font-weight: normal;
  white-space: normal;
  text-align: left;
  cursor: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.umu-design-comp-popover-content {
  position: relative;
}

.umu-design-comp-popover::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
  content: "";
}

.umu-design-comp-popover-hidden {
  display: none;
}

.umu-design-comp-popover-placement-top,
.umu-design-comp-popover-placement-topLeft,
.umu-design-comp-popover-placement-topRight {
  padding-bottom: 15.3137085px;
}

.umu-design-comp-popover-placement-right,
.umu-design-comp-popover-placement-rightTop,
.umu-design-comp-popover-placement-rightBottom {
  padding-left: 15.3137085px;
}

.umu-design-comp-popover-placement-bottom,
.umu-design-comp-popover-placement-bottomLeft,
.umu-design-comp-popover-placement-bottomRight {
  padding-top: 15.3137085px;
}

.umu-design-comp-popover-placement-left,
.umu-design-comp-popover-placement-leftTop,
.umu-design-comp-popover-placement-leftBottom {
  padding-right: 15.3137085px;
}

.umu-design-comp-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9 ;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .umu-design-comp-popover {
    /* IE10+ */
  }
  .umu-design-comp-popover-inner {
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  }
}
.umu-design-comp-popover-title {
  min-width: 177px;
  min-height: 32px;
  margin: 0;
  padding: 5px 16px 4px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0;
}

.umu-design-comp-popover-inner-content {
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.85);
}

.umu-design-comp-popover-message {
  position: relative;
  padding: 4px 0 12px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}

.umu-design-comp-popover-message > .anticon {
  position: absolute;
  top: 8.0005px;
  color: #faad14;
  font-size: 14px;
}

.umu-design-comp-popover-message-title {
  padding-left: 22px;
}

.umu-design-comp-popover-buttons {
  margin-bottom: 4px;
  text-align: right;
}

.umu-design-comp-popover-buttons button {
  margin-left: 8px;
}

.umu-design-comp-popover-no-arrow .umu-design-comp-popover-arrow {
  display: none;
}

.umu-design-comp-popover-arrow {
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}

.umu-design-comp-popover-arrow-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 11.3137085px;
  height: 11.3137085px;
  margin: auto;
  background-color: #fff;
  content: "";
  pointer-events: auto;
  border-radius: 0 0 2px;
  pointer-events: none;
}

.umu-design-comp-popover-arrow-content::before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: -10px -10px;
  content: "";
  -webkit-clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");
  clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");
}

.umu-design-comp-popover-placement-top .umu-design-comp-popover-arrow,
.umu-design-comp-popover-placement-topLeft .umu-design-comp-popover-arrow,
.umu-design-comp-popover-placement-topRight .umu-design-comp-popover-arrow {
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.umu-design-comp-popover-placement-top .umu-design-comp-popover-arrow-content,
.umu-design-comp-popover-placement-topLeft .umu-design-comp-popover-arrow-content,
.umu-design-comp-popover-placement-topRight .umu-design-comp-popover-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(-11px) rotate(45deg);
          transform: translateY(-11px) rotate(45deg);
}

.umu-design-comp-popover-placement-top .umu-design-comp-popover-arrow {
  left: 50%;
  -webkit-transform: translateY(100%) translateX(-50%);
          transform: translateY(100%) translateX(-50%);
}

.umu-design-comp-popover-placement-topLeft .umu-design-comp-popover-arrow {
  left: 16px;
}

.umu-design-comp-popover-placement-topRight .umu-design-comp-popover-arrow {
  right: 16px;
}

.umu-design-comp-popover-placement-right .umu-design-comp-popover-arrow,
.umu-design-comp-popover-placement-rightTop .umu-design-comp-popover-arrow,
.umu-design-comp-popover-placement-rightBottom .umu-design-comp-popover-arrow {
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.umu-design-comp-popover-placement-right .umu-design-comp-popover-arrow-content,
.umu-design-comp-popover-placement-rightTop .umu-design-comp-popover-arrow-content,
.umu-design-comp-popover-placement-rightBottom .umu-design-comp-popover-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateX(11px) rotate(135deg);
          transform: translateX(11px) rotate(135deg);
}

.umu-design-comp-popover-placement-right .umu-design-comp-popover-arrow {
  top: 50%;
  -webkit-transform: translateX(-100%) translateY(-50%);
          transform: translateX(-100%) translateY(-50%);
}

.umu-design-comp-popover-placement-rightTop .umu-design-comp-popover-arrow {
  top: 12px;
}

.umu-design-comp-popover-placement-rightBottom .umu-design-comp-popover-arrow {
  bottom: 12px;
}

.umu-design-comp-popover-placement-bottom .umu-design-comp-popover-arrow,
.umu-design-comp-popover-placement-bottomLeft .umu-design-comp-popover-arrow,
.umu-design-comp-popover-placement-bottomRight .umu-design-comp-popover-arrow {
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.umu-design-comp-popover-placement-bottom .umu-design-comp-popover-arrow-content,
.umu-design-comp-popover-placement-bottomLeft .umu-design-comp-popover-arrow-content,
.umu-design-comp-popover-placement-bottomRight .umu-design-comp-popover-arrow-content {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
  -webkit-transform: translateY(11px) rotate(-135deg);
          transform: translateY(11px) rotate(-135deg);
}

.umu-design-comp-popover-placement-bottom .umu-design-comp-popover-arrow {
  left: 50%;
  -webkit-transform: translateY(-100%) translateX(-50%);
          transform: translateY(-100%) translateX(-50%);
}

.umu-design-comp-popover-placement-bottomLeft .umu-design-comp-popover-arrow {
  left: 16px;
}

.umu-design-comp-popover-placement-bottomRight .umu-design-comp-popover-arrow {
  right: 16px;
}

.umu-design-comp-popover-placement-left .umu-design-comp-popover-arrow,
.umu-design-comp-popover-placement-leftTop .umu-design-comp-popover-arrow,
.umu-design-comp-popover-placement-leftBottom .umu-design-comp-popover-arrow {
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.umu-design-comp-popover-placement-left .umu-design-comp-popover-arrow-content,
.umu-design-comp-popover-placement-leftTop .umu-design-comp-popover-arrow-content,
.umu-design-comp-popover-placement-leftBottom .umu-design-comp-popover-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateX(-11px) rotate(-45deg);
          transform: translateX(-11px) rotate(-45deg);
}

.umu-design-comp-popover-placement-left .umu-design-comp-popover-arrow {
  top: 50%;
  -webkit-transform: translateX(100%) translateY(-50%);
          transform: translateX(100%) translateY(-50%);
}

.umu-design-comp-popover-placement-leftTop .umu-design-comp-popover-arrow {
  top: 12px;
}

.umu-design-comp-popover-placement-leftBottom .umu-design-comp-popover-arrow {
  bottom: 12px;
}

.umu-design-comp-popover-pink .umu-design-comp-popover-inner {
  background-color: #eb2f96;
}

.umu-design-comp-popover-pink .umu-design-comp-popover-arrow-content {
  background-color: #eb2f96;
}

.umu-design-comp-popover-magenta .umu-design-comp-popover-inner {
  background-color: #eb2f96;
}

.umu-design-comp-popover-magenta .umu-design-comp-popover-arrow-content {
  background-color: #eb2f96;
}

.umu-design-comp-popover-red .umu-design-comp-popover-inner {
  background-color: #f5222d;
}

.umu-design-comp-popover-red .umu-design-comp-popover-arrow-content {
  background-color: #f5222d;
}

.umu-design-comp-popover-volcano .umu-design-comp-popover-inner {
  background-color: #fa541c;
}

.umu-design-comp-popover-volcano .umu-design-comp-popover-arrow-content {
  background-color: #fa541c;
}

.umu-design-comp-popover-orange .umu-design-comp-popover-inner {
  background-color: #fa8c16;
}

.umu-design-comp-popover-orange .umu-design-comp-popover-arrow-content {
  background-color: #fa8c16;
}

.umu-design-comp-popover-yellow .umu-design-comp-popover-inner {
  background-color: #fadb14;
}

.umu-design-comp-popover-yellow .umu-design-comp-popover-arrow-content {
  background-color: #fadb14;
}

.umu-design-comp-popover-gold .umu-design-comp-popover-inner {
  background-color: #faad14;
}

.umu-design-comp-popover-gold .umu-design-comp-popover-arrow-content {
  background-color: #faad14;
}

.umu-design-comp-popover-cyan .umu-design-comp-popover-inner {
  background-color: #13c2c2;
}

.umu-design-comp-popover-cyan .umu-design-comp-popover-arrow-content {
  background-color: #13c2c2;
}

.umu-design-comp-popover-lime .umu-design-comp-popover-inner {
  background-color: #a0d911;
}

.umu-design-comp-popover-lime .umu-design-comp-popover-arrow-content {
  background-color: #a0d911;
}

.umu-design-comp-popover-green .umu-design-comp-popover-inner {
  background-color: #52c41a;
}

.umu-design-comp-popover-green .umu-design-comp-popover-arrow-content {
  background-color: #52c41a;
}

.umu-design-comp-popover-blue .umu-design-comp-popover-inner {
  background-color: #1890ff;
}

.umu-design-comp-popover-blue .umu-design-comp-popover-arrow-content {
  background-color: #1890ff;
}

.umu-design-comp-popover-geekblue .umu-design-comp-popover-inner {
  background-color: #2f54eb;
}

.umu-design-comp-popover-geekblue .umu-design-comp-popover-arrow-content {
  background-color: #2f54eb;
}

.umu-design-comp-popover-purple .umu-design-comp-popover-inner {
  background-color: #722ed1;
}

.umu-design-comp-popover-purple .umu-design-comp-popover-arrow-content {
  background-color: #722ed1;
}

.umu-design-comp-popover-rtl {
  direction: rtl;
  text-align: right;
}

.umu-design-comp-popover-rtl .umu-design-comp-popover-message-title {
  padding-right: 22px;
  padding-left: 16px;
}

.umu-design-comp-popover-rtl .umu-design-comp-popover-buttons {
  text-align: left;
}

.umu-design-comp-popover-rtl .umu-design-comp-popover-buttons button {
  margin-right: 8px;
  margin-left: 0;
}
.box-fixed, .umu-design-comp-modal-wrap, .umu-design-comp-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.reset-component, .umu-design-comp-modal {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #222222;
  font-size: 14px;
  line-height: 1.4286;
  list-style: none;
}

.umu-design-comp-modal {
  pointer-events: none;
  position: relative;
  top: 100px;
  width: auto;
  max-width: calc(100vw - 32px);
  margin: 0 auto;
  padding-bottom: 24px;
}
.umu-design-comp-modal-mask {
  z-index: 5500;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.umu-design-comp-modal-mask-hidden {
  display: none;
}
.umu-design-comp-modal-wrap {
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
  z-index: 5500;
}
.umu-design-comp-modal-title {
  margin: 0;
  color: #222222;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  word-wrap: break-word;
}
.umu-design-comp-modal-content {
  position: relative;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 0;
  border-radius: 4px;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.055396);
  pointer-events: auto;
}
.umu-design-comp-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  padding: 0;
  color: #C4C4C4;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.umu-design-comp-modal-close-x {
  display: block;
  width: 20px;
  height: 20px;
  font-style: normal;
  line-height: 24px;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  color: #999999;
  transition: color 0.3s;
}
.umu-design-comp-modal-close-x:focus, .umu-design-comp-modal-close-x:hover {
  color: #222222;
}
.umu-design-comp-modal-close:focus, .umu-design-comp-modal-close:hover {
  color: #222222;
  text-decoration: none;
}
.umu-design-comp-modal-header {
  padding: 24px 44px 16px 24px;
  color: #222222;
  background: #FFFFFF;
  border-radius: 4px 4px 0 0;
}
.umu-design-comp-modal-body {
  padding: 0 24px;
  font-size: 14px;
  line-height: 20px;
  word-wrap: break-word;
}
.umu-design-comp-modal-footer {
  padding: 24px;
  text-align: right;
  background: #FFFFFF;
  border-radius: 0 0 4px 4px;
}
.umu-design-comp-modal-footer .umu-design-comp-btn + .umu-design-comp-btn:not(.umu-design-comp-dropdown-trigger) {
  margin-bottom: 0;
  margin-left: 8px;
}
.umu-design-comp-modal-open {
  overflow: hidden;
}

.umu-design-comp-modal-centered {
  text-align: center;
}
.umu-design-comp-modal-centered::before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.umu-design-comp-modal-centered .umu-design-comp-modal {
  top: 0;
  display: inline-block;
  padding-bottom: 0;
  text-align: left;
  vertical-align: middle;
}

.clearfix::before, .umu-design-comp-modal-confirm-body-wrapper::before {
  display: table;
  content: "";
}
.clearfix::after, .umu-design-comp-modal-confirm-body-wrapper::after {
  display: table;
  clear: both;
  content: "";
}

.umu-design-comp-modal-confirm .umu-design-comp-modal-body {
  padding: 0 24px;
}
.umu-design-comp-modal-confirm-body .umu-design-comp-modal-confirm-title {
  display: block;
  overflow: hidden;
  color: #222222;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4;
}
.umu-design-comp-modal-confirm-body .umu-design-comp-modal-confirm-content {
  margin-top: 8px;
  color: #222222;
  font-size: 14px;
}
.umu-design-comp-modal-confirm-body > .ud-icon {
  float: left;
  margin-right: 16px;
  font-size: 22px;
}
.umu-design-comp-modal-confirm-body > .ud-icon + .umu-design-comp-modal-confirm-title + .umu-design-comp-modal-confirm-content {
  margin-left: 38px;
}
.umu-design-comp-modal-confirm .umu-design-comp-modal-confirm-btns {
  margin-top: 24px;
  text-align: right;
}
.umu-design-comp-modal-confirm .umu-design-comp-modal-confirm-btns .umu-design-comp-btn + .umu-design-comp-btn {
  margin-bottom: 0;
  margin-left: 8px;
}
.umu-design-comp-tag {
  font-size: 13px;
  line-height: 19px;
  padding: 1px 6px;
  border-radius: 2px;
  background-color: #FFBD2B;
  color: #FFFFFF;
  margin-right: 8px;
  display: inline-block;
  box-sizing: border-box;
  white-space: nowrap;
  font-weight: 400;
}

.umu-design-comp-tag-black {
  background-color: #222222;
  color: #FFBD2B;
}

.umu-design-comp-tag-orange {
  background-color: #FF860C;
  color: #fff;
}

.umu-design-comp-tag-blue {
  background-color: #2196F3;
  color: #fff;
}
.umu-design-comp-drawer {
  position: fixed;
  z-index: 1000;
  width: 0%;
  height: 100%;
  transition: width 0s ease 0.3s, height 0s ease 0.3s;
}
.umu-design-comp-drawer-content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.umu-design-comp-drawer .umu-design-comp-drawer-content {
  width: 100%;
  height: 100%;
}
.umu-design-comp-drawer-left, .umu-design-comp-drawer-right {
  top: 0;
  width: 0%;
  height: 100%;
}
.umu-design-comp-drawer-left .umu-design-comp-drawer-content-wrapper, .umu-design-comp-drawer-right .umu-design-comp-drawer-content-wrapper {
  height: 100%;
}
.umu-design-comp-drawer-left.umu-design-comp-drawer-open, .umu-design-comp-drawer-right.umu-design-comp-drawer-open {
  width: 100%;
  transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.umu-design-comp-drawer-left {
  left: 0;
}
.umu-design-comp-drawer-left .umu-design-comp-drawer-content-wrapper {
  left: 0;
}
.umu-design-comp-drawer-left.umu-design-comp-drawer-open .umu-design-comp-drawer-content-wrapper {
  box-shadow: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
}
.umu-design-comp-drawer-right {
  right: 0;
}
.umu-design-comp-drawer-right .umu-design-comp-drawer-content-wrapper {
  right: 0;
}
.umu-design-comp-drawer-right.umu-design-comp-drawer-open .umu-design-comp-drawer-content-wrapper {
  box-shadow: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
}
.umu-design-comp-drawer-right.umu-design-comp-drawer-open.no-mask {
  right: 1px;
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}
.umu-design-comp-drawer-top, .umu-design-comp-drawer-bottom {
  left: 0;
  width: 100%;
  height: 0%;
}
.umu-design-comp-drawer-top .umu-design-comp-drawer-content-wrapper, .umu-design-comp-drawer-bottom .umu-design-comp-drawer-content-wrapper {
  width: 100%;
}
.umu-design-comp-drawer-top.umu-design-comp-drawer-open, .umu-design-comp-drawer-bottom.umu-design-comp-drawer-open {
  height: 100%;
  transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.umu-design-comp-drawer-top {
  top: 0;
}
.umu-design-comp-drawer-top.umu-design-comp-drawer-open .umu-design-comp-drawer-content-wrapper {
  box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
}
.umu-design-comp-drawer-bottom {
  bottom: 0;
}
.umu-design-comp-drawer-bottom .umu-design-comp-drawer-content-wrapper {
  bottom: 0;
}
.umu-design-comp-drawer-bottom.umu-design-comp-drawer-open .umu-design-comp-drawer-content-wrapper {
  box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
}
.umu-design-comp-drawer-bottom.umu-design-comp-drawer-open.no-mask {
  bottom: 1px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.umu-design-comp-drawer.umu-design-comp-drawer-open .umu-design-comp-drawer-mask {
  height: 100%;
  opacity: 1;
  transition: none;
  -webkit-animation: antdDrawerFadeIn 0.3s cubic-bezier(0.23, 1, 0.32, 1);
          animation: antdDrawerFadeIn 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: auto;
}
.umu-design-comp-drawer-title {
  -webkit-flex: 1;
          flex: 1;
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.umu-design-comp-drawer-content {
  position: relative;
  z-index: 1;
  overflow: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
}
.umu-design-comp-drawer-close {
  display: inline-block;
  margin-right: 12px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
  text-rendering: auto;
}
.umu-design-comp-drawer-close:focus, .umu-design-comp-drawer-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.umu-design-comp-drawer-header {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 16px 24px;
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 2px 2px 0 0;
}
.umu-design-comp-drawer-header-title {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1;
          flex: 1;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.umu-design-comp-drawer-header-close-only {
  padding-bottom: 0;
  border: none;
}
.umu-design-comp-drawer-wrapper-body {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  width: 100%;
  height: 100%;
}
.umu-design-comp-drawer-body {
  -webkit-flex-grow: 1;
          flex-grow: 1;
  padding: 24px;
  overflow: auto;
  font-size: 14px;
  line-height: 1.5715;
  word-wrap: break-word;
}
.umu-design-comp-drawer-footer {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding: 10px 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.umu-design-comp-drawer-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s linear, height 0s ease 0.3s;
  pointer-events: none;
}
.umu-design-comp-drawer .umu-design-comp-picker-clear {
  background: #fff;
}

@-webkit-keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.umu-design-comp-collapse {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 2px;
}

.umu-design-comp-collapse > .umu-design-comp-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}

.umu-design-comp-collapse > .umu-design-comp-collapse-item:last-child,
.umu-design-comp-collapse > .umu-design-comp-collapse-item:last-child > .umu-design-comp-collapse-header {
  border-radius: 0 0 2px 2px;
}

.umu-design-comp-collapse > .umu-design-comp-collapse-item > .umu-design-comp-collapse-header {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5715;
  cursor: pointer;
  transition: all 0.3s, visibility 0s;
}

.umu-design-comp-collapse > .umu-design-comp-collapse-item > .umu-design-comp-collapse-header .umu-design-comp-collapse-arrow {
  display: inline-block;
  margin-right: 12px;
  font-size: 12px;
  vertical-align: -1px;
}

.umu-design-comp-collapse > .umu-design-comp-collapse-item > .umu-design-comp-collapse-header .umu-design-comp-collapse-arrow svg {
  transition: -webkit-transform 0.24s;
  transition: transform 0.24s;
  transition: transform 0.24s, -webkit-transform 0.24s;
}

.umu-design-comp-collapse > .umu-design-comp-collapse-item > .umu-design-comp-collapse-header .umu-design-comp-collapse-extra {
  margin-left: auto;
}

.umu-design-comp-collapse > .umu-design-comp-collapse-item > .umu-design-comp-collapse-header:focus {
  outline: none;
}

.umu-design-comp-collapse > .umu-design-comp-collapse-item .umu-design-comp-collapse-header-collapsible-only {
  cursor: default;
}

.umu-design-comp-collapse > .umu-design-comp-collapse-item .umu-design-comp-collapse-header-collapsible-only .umu-design-comp-collapse-header-text {
  cursor: pointer;
}

.umu-design-comp-collapse > .umu-design-comp-collapse-item.umu-design-comp-collapse-no-arrow > .umu-design-comp-collapse-header {
  padding-left: 12px;
}

.umu-design-comp-collapse-icon-position-end > .umu-design-comp-collapse-item > .umu-design-comp-collapse-header {
  position: relative;
  padding: 12px 16px;
  padding-right: 40px;
}

.umu-design-comp-collapse-icon-position-end > .umu-design-comp-collapse-item > .umu-design-comp-collapse-header .umu-design-comp-collapse-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  left: auto;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.umu-design-comp-collapse-content {
  color: rgba(0, 0, 0, 0.85);
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
}

.umu-design-comp-collapse-content > .umu-design-comp-collapse-content-box {
  padding: 16px;
}

.umu-design-comp-collapse-content-hidden {
  display: none;
}

.umu-design-comp-collapse-item:last-child > .umu-design-comp-collapse-content {
  border-radius: 0 0 2px 2px;
}

.umu-design-comp-collapse-borderless {
  background-color: #fafafa;
  border: 0;
}

.umu-design-comp-collapse-borderless > .umu-design-comp-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}

.umu-design-comp-collapse-borderless > .umu-design-comp-collapse-item:last-child,
.umu-design-comp-collapse-borderless > .umu-design-comp-collapse-item:last-child .umu-design-comp-collapse-header {
  border-radius: 0;
}

.umu-design-comp-collapse-borderless > .umu-design-comp-collapse-item:last-child {
  border-bottom: 0;
}

.umu-design-comp-collapse-borderless > .umu-design-comp-collapse-item > .umu-design-comp-collapse-content {
  background-color: transparent;
  border-top: 0;
}

.umu-design-comp-collapse-borderless > .umu-design-comp-collapse-item > .umu-design-comp-collapse-content > .umu-design-comp-collapse-content-box {
  padding-top: 4px;
}

.umu-design-comp-collapse-ghost {
  background-color: transparent;
  border: 0;
}

.umu-design-comp-collapse-ghost > .umu-design-comp-collapse-item {
  border-bottom: 0;
}

.umu-design-comp-collapse-ghost > .umu-design-comp-collapse-item > .umu-design-comp-collapse-content {
  background-color: transparent;
  border-top: 0;
}

.umu-design-comp-collapse-ghost > .umu-design-comp-collapse-item > .umu-design-comp-collapse-content > .umu-design-comp-collapse-content-box {
  padding-top: 12px;
  padding-bottom: 12px;
}

.umu-design-comp-collapse .umu-design-comp-collapse-item-disabled > .umu-design-comp-collapse-header,
.umu-design-comp-collapse .umu-design-comp-collapse-item-disabled > .umu-design-comp-collapse-header > .arrow {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.umu-design-comp-collapse-rtl {
  direction: rtl;
}

.umu-design-comp-collapse-rtl.umu-design-comp-collapse.umu-design-comp-collapse-icon-position-end > .umu-design-comp-collapse-item > .umu-design-comp-collapse-header {
  position: relative;
  padding: 12px 16px;
  padding-left: 40px;
}

.umu-design-comp-collapse-rtl.umu-design-comp-collapse.umu-design-comp-collapse-icon-position-end > .umu-design-comp-collapse-item > .umu-design-comp-collapse-header .umu-design-comp-collapse-arrow {
  position: absolute;
  top: 50%;
  right: auto;
  left: 16px;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.umu-design-comp-collapse-rtl .umu-design-comp-collapse > .umu-design-comp-collapse-item > .umu-design-comp-collapse-header {
  padding: 12px 16px;
  padding-right: 40px;
}

.umu-design-comp-collapse-rtl.umu-design-comp-collapse > .umu-design-comp-collapse-item > .umu-design-comp-collapse-header .umu-design-comp-collapse-arrow {
  margin-right: 0;
  margin-left: 12px;
}

.umu-design-comp-collapse-rtl.umu-design-comp-collapse > .umu-design-comp-collapse-item > .umu-design-comp-collapse-header .umu-design-comp-collapse-arrow svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.umu-design-comp-collapse-rtl.umu-design-comp-collapse > .umu-design-comp-collapse-item > .umu-design-comp-collapse-header .umu-design-comp-collapse-extra {
  margin-right: auto;
  margin-left: 0;
}

.umu-design-comp-collapse-rtl.umu-design-comp-collapse > .umu-design-comp-collapse-item.umu-design-comp-collapse-no-arrow > .umu-design-comp-collapse-header {
  padding-right: 12px;
  padding-left: 0;
}
:focus-visible {
  outline: none;
}

.umu-design-input-wrapper {
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
}
.umu-design-input-wrapper .umu-design-input-base-delete-button {
  cursor: pointer;
  color: #999999;
}
.umu-design-input-wrapper.umu-design-input-show-delete-btn .umu-design-input-base {
  padding-right: 35px;
}
.umu-design-input-wrapper.umu-design-input-show-delete-btn .umu-design-input-base-delete-button {
  margin-left: -30px;
  display: -webkit-inline-flex;
  display: inline-flex;
}

.umu-design-input-base {
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  background: #FFFFFF;
  color: #222222;
  caret-color: #222222;
  padding: 7px 12px;
  font-size: 14px;
  line-height: 20px;
}
.umu-design-input-base.input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
.umu-design-input-base.input::-moz-placeholder {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
.umu-design-input-base.input::placeholder {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
.umu-design-input-base:focus, .umu-design-input-base:focus-visible {
  outline: 0;
  border: 1px solid #1E6EE6;
}
.umu-design-input-base.umu-design-input-base-readonly {
  background: #F5F5F5;
  color: #222222;
}
.umu-design-input-base.umu-design-input-base-disabled {
  background: #F5F5F5;
  color: #CCCCCC;
}
#umu-design-snack-bar {
  max-width: 440px;
  padding: 16px 20px;
  border-radius: 4px;
  min-width: 280px;
  position: fixed;
  left: 50%;
  bottom: 56px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10000;
  overflow: hidden;
  background: #222222;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
  visibility: hidden;
  opacity: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  transition: opacity ease 300ms;
}
#umu-design-snack-bar.mult-line {
  white-space: pre-line;
}
#umu-design-snack-bar.show {
  opacity: 1;
  visibility: visible;
}
#umu-design-snack-bar.hide {
  opacity: 0;
  visibility: hidden;
}
#umu-design-snack-bar .action {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-left: 32px;
}
#umu-design-snack-bar .action .action-btn {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FAB400;
  margin-right: 26px;
  cursor: pointer;
}
#umu-design-snack-bar .action .close-icon {
  width: 20px;
  height: 20px;
  padding: 3px;
  cursor: pointer;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.umu-design-comp-sort-select {
  display: inline-block;
}
.umu-design-comp-sort-select .umu-dropdown-link {
  position: relative;
  color: #1E6EE6;
  border-radius: 4px;
  height: 36px;
  line-height: 36px;
  padding: 0 8px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.umu-design-comp-sort-select .umu-dropdown-link[data-type="1"] .umu-icon-sort-selected {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.umu-design-comp-sort-select .umu-dropdown-link:hover {
  color: #1E6EE6;
  background: #F5F5F5;
}
.umu-design-comp-sort-select .sort-select-dropdown {
  z-index: 2;
}
.umu-design-comp-sort-select .sort-select-dropdown .ant-dropdown-menu-title-content {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.umu-design-comp-sort-select .sort-select-dropdown [data-type="1"] .ant-dropdown-menu-item-selected .umu-icon-sort {
  display: inline-block;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.umu-design-comp-sort-select .sort-select-dropdown [data-type="1"] .ant-dropdown-menu-item-selected:hover .umu-icon-sort {
  display: inline-block;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.umu-design-comp-sort-select .sort-select-dropdown .ant-dropdown-menu-item-selected .umu-icon-sort {
  opacity: 1;
}
.umu-design-comp-sort-select .sort-select-dropdown .ant-dropdown-menu-item-selected.ant-dropdown-menu-item-active .umu-icon-sort {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.umu-design-comp-sort-select .sort-select-dropdown .ant-dropdown-menu-item-active .umu-icon-sort {
  opacity: 1;
}
.umu-design-comp-sort-select .sort-select-dropdown .umu-icon-sort {
  opacity: 0;
}
.umu-design-comp-sort-select .umu-icon-sort {
  margin-right: 8px;
  font-size: 20px;
  line-height: 20px;
  transition: opacity 100ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, opacity 100ms ease;
  transition: transform 300ms ease, opacity 100ms ease, -webkit-transform 300ms ease;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-menu-item-danger.ant-menu-item {
  color: #ff4d4f;
}
.ant-menu-item-danger.ant-menu-item:hover,
.ant-menu-item-danger.ant-menu-item-active {
  color: #ff4d4f;
}
.ant-menu-item-danger.ant-menu-item:active {
  background: #fff1f0;
}
.ant-menu-item-danger.ant-menu-item-selected {
  color: #ff4d4f;
}
.ant-menu-item-danger.ant-menu-item-selected > a,
.ant-menu-item-danger.ant-menu-item-selected > a:hover {
  color: #ff4d4f;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
  background-color: #fff1f0;
}
.ant-menu-inline .ant-menu-item-danger.ant-menu-item::after {
  border-right-color: #ff4d4f;
}
.ant-menu-dark .ant-menu-item-danger.ant-menu-item,
.ant-menu-dark .ant-menu-item-danger.ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-danger.ant-menu-item > a {
  color: #ff4d4f;
}
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal)
  .ant-menu-item-danger.ant-menu-item-selected {
  color: #fff;
  background-color: #ff4d4f;
}
.ant-menu {
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 0;
  padding: 0;
  padding-left: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  line-height: 0;
  text-align: left;
  list-style: none;
  background: #fff;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08),
    0 9px 28px 8px rgba(0, 0, 0, 0.05);
  transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
  font-feature-settings: 'tnum';
}
.ant-menu::before {
  display: table;
  content: '';
}
.ant-menu::after {
  display: table;
  clear: both;
  content: '';
}
.ant-menu.ant-menu-root:focus-visible {
  box-shadow: 0 0 0 2px #bae7ff;
}
.ant-menu ul,
.ant-menu ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-menu-overflow {
  display: -webkit-flex;
  display: flex;
}
.ant-menu-overflow-item {
  -webkit-flex: none;
          flex: none;
}
.ant-menu-hidden,
.ant-menu-submenu-hidden {
  display: none;
}
.ant-menu-item-group-title {
  height: 1.5715;
  padding: 8px 16px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
  transition: all 0.3s;
}
.ant-menu-horizontal .ant-menu-submenu {
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu,
.ant-menu-submenu-inline {
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-selected {
  color: #1890ff;
}
.ant-menu-item:active,
.ant-menu-submenu-title:active {
  background: #e6f7ff;
}
.ant-menu-submenu .ant-menu-sub {
  cursor: initial;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-title-content {
  transition: color 0.3s;
}
.ant-menu-item a {
  color: rgba(0, 0, 0, 0.85);
}
.ant-menu-item a:hover {
  color: #1890ff;
}
.ant-menu-item a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  content: '';
}
.ant-menu-item > .ant-badge a {
  color: rgba(0, 0, 0, 0.85);
}
.ant-menu-item > .ant-badge a:hover {
  color: #1890ff;
}
.ant-menu-item-divider {
  overflow: hidden;
  line-height: 0;
  border-color: #f0f0f0;
  border-style: solid;
  border-width: 1px 0 0;
}
.ant-menu-item-divider-dashed {
  border-style: dashed;
}
.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu {
  margin-top: -1px;
}
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
  background-color: transparent;
}
.ant-menu-item-selected {
  color: #1890ff;
}
.ant-menu-item-selected a,
.ant-menu-item-selected a:hover {
  color: #1890ff;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #e6f7ff;
}
.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
  border-right: 1px solid #f0f0f0;
}
.ant-menu-vertical-right {
  border-left: 1px solid #f0f0f0;
}
.ant-menu-vertical.ant-menu-sub,
.ant-menu-vertical-left.ant-menu-sub,
.ant-menu-vertical-right.ant-menu-sub {
  min-width: 160px;
  max-height: calc(100vh - 100px);
  padding: 0;
  overflow: hidden;
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub:not([class*='-active']),
.ant-menu-vertical-left.ant-menu-sub:not([class*='-active']),
.ant-menu-vertical-right.ant-menu-sub:not([class*='-active']) {
  overflow-x: hidden;
  overflow-y: auto;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item::after,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item::after,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item::after {
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ant-menu-horizontal.ant-menu-sub {
  min-width: 114px;
}
.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu-title {
  transition: border-color 0.3s, background 0.3s;
}
.ant-menu-item,
.ant-menu-submenu-title {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 20px;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.3s, background 0.3s, padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item .ant-menu-item-icon,
.ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu-item .anticon,
.ant-menu-submenu-title .anticon {
  min-width: 14px;
  font-size: 14px;
  transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),
    margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s;
}
.ant-menu-item .ant-menu-item-icon + span,
.ant-menu-submenu-title .ant-menu-item-icon + span,
.ant-menu-item .anticon + span,
.ant-menu-submenu-title .anticon + span {
  margin-left: 10px;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s, color 0.3s;
}
.ant-menu-item .ant-menu-item-icon.svg,
.ant-menu-submenu-title .ant-menu-item-icon.svg {
  vertical-align: -0.125em;
}
.ant-menu-item.ant-menu-item-only-child > .anticon,
.ant-menu-submenu-title.ant-menu-item-only-child > .anticon,
.ant-menu-item.ant-menu-item-only-child > .ant-menu-item-icon,
.ant-menu-submenu-title.ant-menu-item-only-child > .ant-menu-item-icon {
  margin-right: 0;
}
.ant-menu-item:focus-visible,
.ant-menu-submenu-title:focus-visible {
  box-shadow: 0 0 0 2px #bae7ff;
}
.ant-menu > .ant-menu-item-divider {
  margin: 1px 0;
  padding: 0;
}
.ant-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: transparent;
  border-radius: 2px;
  box-shadow: none;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ant-menu-submenu-popup::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.0001;
  content: ' ';
}
.ant-menu-submenu-placement-rightTop::before {
  top: 0;
  left: -7px;
}
.ant-menu-submenu > .ant-menu {
  background-color: #fff;
  border-radius: 2px;
}
.ant-menu-submenu > .ant-menu-submenu-title::after {
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-popup > .ant-menu {
  background-color: #fff;
}
.ant-menu-submenu-expand-icon,
.ant-menu-submenu-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  color: rgba(0, 0, 0, 0.85);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-arrow::before,
.ant-menu-submenu-arrow::after {
  position: absolute;
  width: 6px;
  height: 1.5px;
  background-color: currentcolor;
  border-radius: 2px;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
}
.ant-menu-submenu-arrow::before {
  -webkit-transform: rotate(45deg) translateY(-2.5px);
          transform: rotate(45deg) translateY(-2.5px);
}
.ant-menu-submenu-arrow::after {
  -webkit-transform: rotate(-45deg) translateY(2.5px);
          transform: rotate(-45deg) translateY(2.5px);
}
.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-expand-icon,
.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  color: #1890ff;
}
.ant-menu-inline-collapsed .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline .ant-menu-submenu-arrow::before {
  -webkit-transform: rotate(-45deg) translateX(2.5px);
          transform: rotate(-45deg) translateX(2.5px);
}
.ant-menu-inline-collapsed .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline .ant-menu-submenu-arrow::after {
  -webkit-transform: rotate(45deg) translateX(-2.5px);
          transform: rotate(45deg) translateX(-2.5px);
}
.ant-menu-submenu-horizontal .ant-menu-submenu-arrow {
  display: none;
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline
  > .ant-menu-submenu-title
  > .ant-menu-submenu-arrow::after {
  -webkit-transform: rotate(-45deg) translateX(-2.5px);
          transform: rotate(-45deg) translateX(-2.5px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline
  > .ant-menu-submenu-title
  > .ant-menu-submenu-arrow::before {
  -webkit-transform: rotate(45deg) translateX(2.5px);
          transform: rotate(45deg) translateX(2.5px);
}
.ant-menu-vertical .ant-menu-submenu-selected,
.ant-menu-vertical-left .ant-menu-submenu-selected,
.ant-menu-vertical-right .ant-menu-submenu-selected {
  color: #1890ff;
}
.ant-menu-horizontal {
  line-height: 46px;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  box-shadow: none;
}
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu {
  margin-top: -1px;
  margin-bottom: 0;
  padding: 0 20px;
}
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected {
  color: #1890ff;
}
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected::after {
  border-bottom: 2px solid #1890ff;
}
.ant-menu-horizontal > .ant-menu-item,
.ant-menu-horizontal > .ant-menu-submenu {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: bottom;
}
.ant-menu-horizontal > .ant-menu-item::after,
.ant-menu-horizontal > .ant-menu-submenu::after {
  position: absolute;
  right: 20px;
  bottom: 0;
  left: 20px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
}
.ant-menu-horizontal > .ant-menu-submenu > .ant-menu-submenu-title {
  padding: 0;
}
.ant-menu-horizontal > .ant-menu-item a {
  color: rgba(0, 0, 0, 0.85);
}
.ant-menu-horizontal > .ant-menu-item a:hover {
  color: #1890ff;
}
.ant-menu-horizontal > .ant-menu-item a::before {
  bottom: -2px;
}
.ant-menu-horizontal > .ant-menu-item-selected a {
  color: #1890ff;
}
.ant-menu-horizontal::after {
  display: block;
  clear: both;
  height: 0;
  content: '\20';
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item {
  position: relative;
}
.ant-menu-vertical .ant-menu-item::after,
.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-vertical-right .ant-menu-item::after,
.ant-menu-inline .ant-menu-item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 3px solid #1890ff;
  -webkit-transform: scaleY(0.0001);
          transform: scaleY(0.0001);
  opacity: 0;
  transition: opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: '';
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item,
.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-vertical-right .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title {
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 16px;
  overflow: hidden;
  line-height: 40px;
  text-overflow: ellipsis;
}
.ant-menu-vertical .ant-menu-submenu,
.ant-menu-vertical-left .ant-menu-submenu,
.ant-menu-vertical-right .ant-menu-submenu,
.ant-menu-inline .ant-menu-submenu {
  padding-bottom: 0.02px;
}
.ant-menu-vertical .ant-menu-item:not(:last-child),
.ant-menu-vertical-left .ant-menu-item:not(:last-child),
.ant-menu-vertical-right .ant-menu-item:not(:last-child),
.ant-menu-inline .ant-menu-item:not(:last-child) {
  margin-bottom: 8px;
}
.ant-menu-vertical > .ant-menu-item,
.ant-menu-vertical-left > .ant-menu-item,
.ant-menu-vertical-right > .ant-menu-item,
.ant-menu-inline > .ant-menu-item,
.ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
}
.ant-menu-vertical .ant-menu-item-group-list .ant-menu-submenu-title,
.ant-menu-vertical .ant-menu-submenu-title {
  padding-right: 34px;
}
.ant-menu-inline {
  width: 100%;
}
.ant-menu-inline .ant-menu-selected::after,
.ant-menu-inline .ant-menu-item-selected::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  transition: opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-inline .ant-menu-item,
.ant-menu-inline .ant-menu-submenu-title {
  width: calc(100% + 1px);
}
.ant-menu-inline .ant-menu-item-group-list .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title {
  padding-right: 34px;
}
.ant-menu-inline.ant-menu-root .ant-menu-item,
.ant-menu-inline.ant-menu-root .ant-menu-submenu-title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  transition: border-color 0.3s, background 0.3s, padding 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-menu-inline.ant-menu-root .ant-menu-item > .ant-menu-title-content,
.ant-menu-inline.ant-menu-root .ant-menu-submenu-title > .ant-menu-title-content {
  -webkit-flex: auto;
          flex: auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ant-menu-inline.ant-menu-root .ant-menu-item > *,
.ant-menu-inline.ant-menu-root .ant-menu-submenu-title > * {
  -webkit-flex: none;
          flex: none;
}
.ant-menu.ant-menu-inline-collapsed {
  width: 80px;
}
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item,
.ant-menu.ant-menu-inline-collapsed
  > .ant-menu-item-group
  > .ant-menu-item-group-list
  > .ant-menu-item,
.ant-menu.ant-menu-inline-collapsed
  > .ant-menu-item-group
  > .ant-menu-item-group-list
  > .ant-menu-submenu
  > .ant-menu-submenu-title,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
  left: 0;
  padding: 0 calc(50% - 16px / 2);
  text-overflow: clip;
}
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu.ant-menu-inline-collapsed
  > .ant-menu-item-group
  > .ant-menu-item-group-list
  > .ant-menu-item
  .ant-menu-submenu-arrow,
.ant-menu.ant-menu-inline-collapsed
  > .ant-menu-item-group
  > .ant-menu-item-group-list
  > .ant-menu-submenu
  > .ant-menu-submenu-title
  .ant-menu-submenu-arrow,
.ant-menu.ant-menu-inline-collapsed
  > .ant-menu-submenu
  > .ant-menu-submenu-title
  .ant-menu-submenu-arrow {
  opacity: 0;
}
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed
  > .ant-menu-item-group
  > .ant-menu-item-group-list
  > .ant-menu-item
  .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed
  > .ant-menu-item-group
  > .ant-menu-item-group-list
  > .ant-menu-submenu
  > .ant-menu-submenu-title
  .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed
  > .ant-menu-submenu
  > .ant-menu-submenu-title
  .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .anticon,
.ant-menu.ant-menu-inline-collapsed
  > .ant-menu-item-group
  > .ant-menu-item-group-list
  > .ant-menu-item
  .anticon,
.ant-menu.ant-menu-inline-collapsed
  > .ant-menu-item-group
  > .ant-menu-item-group-list
  > .ant-menu-submenu
  > .ant-menu-submenu-title
  .anticon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon {
  margin: 0;
  font-size: 16px;
  line-height: 40px;
}
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-item-icon + span,
.ant-menu.ant-menu-inline-collapsed
  > .ant-menu-item-group
  > .ant-menu-item-group-list
  > .ant-menu-item
  .ant-menu-item-icon
  + span,
.ant-menu.ant-menu-inline-collapsed
  > .ant-menu-item-group
  > .ant-menu-item-group-list
  > .ant-menu-submenu
  > .ant-menu-submenu-title
  .ant-menu-item-icon
  + span,
.ant-menu.ant-menu-inline-collapsed
  > .ant-menu-submenu
  > .ant-menu-submenu-title
  .ant-menu-item-icon
  + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .anticon + span,
.ant-menu.ant-menu-inline-collapsed
  > .ant-menu-item-group
  > .ant-menu-item-group-list
  > .ant-menu-item
  .anticon
  + span,
.ant-menu.ant-menu-inline-collapsed
  > .ant-menu-item-group
  > .ant-menu-item-group-list
  > .ant-menu-submenu
  > .ant-menu-submenu-title
  .anticon
  + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
  display: inline-block;
  opacity: 0;
}
.ant-menu.ant-menu-inline-collapsed .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed .anticon {
  display: inline-block;
}
.ant-menu.ant-menu-inline-collapsed-tooltip {
  pointer-events: none;
}
.ant-menu.ant-menu-inline-collapsed-tooltip .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed-tooltip .anticon {
  display: none;
}
.ant-menu.ant-menu-inline-collapsed-tooltip a {
  color: rgba(255, 255, 255, 0.85);
}
.ant-menu.ant-menu-inline-collapsed .ant-menu-item-group-title {
  padding-right: 4px;
  padding-left: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.ant-menu-item-group-list .ant-menu-item,
.ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 16px 0 28px;
}
.ant-menu-root.ant-menu-vertical,
.ant-menu-root.ant-menu-vertical-left,
.ant-menu-root.ant-menu-vertical-right,
.ant-menu-root.ant-menu-inline {
  box-shadow: none;
}
.ant-menu-root.ant-menu-inline-collapsed .ant-menu-item > .ant-menu-inline-collapsed-noicon,
.ant-menu-root.ant-menu-inline-collapsed
  .ant-menu-submenu
  .ant-menu-submenu-title
  > .ant-menu-inline-collapsed-noicon {
  font-size: 16px;
  text-align: center;
}
.ant-menu-sub.ant-menu-inline {
  padding: 0;
  background: #fafafa;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.ant-menu-sub.ant-menu-inline > .ant-menu-item,
.ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
  list-style-position: inside;
  list-style-type: disc;
}
.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-left: 32px;
}
.ant-menu-item-disabled,
.ant-menu-submenu-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
  background: none;
  cursor: not-allowed;
}
.ant-menu-item-disabled::after,
.ant-menu-submenu-disabled::after {
  border-color: transparent !important;
}
.ant-menu-item-disabled a,
.ant-menu-submenu-disabled a {
  color: rgba(0, 0, 0, 0.25) !important;
  pointer-events: none;
}
.ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed;
}
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  background: rgba(0, 0, 0, 0.25) !important;
}
.ant-layout-header .ant-menu {
  line-height: inherit;
}
.ant-menu-inline-collapsed-tooltip a,
.ant-menu-inline-collapsed-tooltip a:hover {
  color: #fff;
}
.ant-menu-light .ant-menu-item:hover,
.ant-menu-light .ant-menu-item-active,
.ant-menu-light .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.ant-menu-light .ant-menu-submenu-active,
.ant-menu-light .ant-menu-submenu-title:hover {
  color: #1890ff;
}
.ant-menu.ant-menu-root:focus-visible {
  box-shadow: 0 0 0 2px #096dd9;
}
.ant-menu-dark .ant-menu-item:focus-visible,
.ant-menu-dark .ant-menu-submenu-title:focus-visible {
  box-shadow: 0 0 0 2px #096dd9;
}
.ant-menu.ant-menu-dark,
.ant-menu-dark .ant-menu-sub,
.ant-menu.ant-menu-dark .ant-menu-sub {
  color: rgba(255, 255, 255, 0.65);
  background: #001529;
}
.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow {
  opacity: 0.45;
  transition: all 0.3s;
}
.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  background: #fff;
}
.ant-menu-dark.ant-menu-submenu-popup {
  background: transparent;
}
.ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background: #000c17;
}
.ant-menu-dark.ant-menu-horizontal {
  border-bottom: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
  top: 0;
  margin-top: 0;
  padding: 0 20px;
  border-color: #001529;
  border-bottom: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item:hover {
  background-color: #1890ff;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item > a::before {
  bottom: 0;
}
.ant-menu-dark .ant-menu-item,
.ant-menu-dark .ant-menu-item-group-title,
.ant-menu-dark .ant-menu-item > a,
.ant-menu-dark .ant-menu-item > span > a {
  color: rgba(255, 255, 255, 0.65);
}
.ant-menu-dark.ant-menu-inline,
.ant-menu-dark.ant-menu-vertical,
.ant-menu-dark.ant-menu-vertical-left,
.ant-menu-dark.ant-menu-vertical-right {
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-vertical .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item::after {
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
  width: 100%;
}
.ant-menu-dark .ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-active,
.ant-menu-dark .ant-menu-submenu-active,
.ant-menu-dark .ant-menu-submenu-open,
.ant-menu-dark .ant-menu-submenu-selected,
.ant-menu-dark .ant-menu-submenu-title:hover {
  color: #fff;
  background-color: transparent;
}
.ant-menu-dark .ant-menu-item:hover > a,
.ant-menu-dark .ant-menu-item-active > a,
.ant-menu-dark .ant-menu-submenu-active > a,
.ant-menu-dark .ant-menu-submenu-open > a,
.ant-menu-dark .ant-menu-submenu-selected > a,
.ant-menu-dark .ant-menu-submenu-title:hover > a,
.ant-menu-dark .ant-menu-item:hover > span > a,
.ant-menu-dark .ant-menu-item-active > span > a,
.ant-menu-dark .ant-menu-submenu-active > span > a,
.ant-menu-dark .ant-menu-submenu-open > span > a,
.ant-menu-dark .ant-menu-submenu-selected > span > a,
.ant-menu-dark .ant-menu-submenu-title:hover > span > a {
  color: #fff;
}
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  opacity: 1;
}
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark
  .ant-menu-submenu-selected
  > .ant-menu-submenu-title
  > .ant-menu-submenu-arrow::after,
.ant-menu-dark
  .ant-menu-submenu-title:hover
  > .ant-menu-submenu-title
  > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark
  .ant-menu-submenu-selected
  > .ant-menu-submenu-title
  > .ant-menu-submenu-arrow::before,
.ant-menu-dark
  .ant-menu-submenu-title:hover
  > .ant-menu-submenu-title
  > .ant-menu-submenu-arrow::before {
  background: #fff;
}
.ant-menu-dark .ant-menu-item:hover {
  background-color: transparent;
}
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #1890ff;
}
.ant-menu-dark .ant-menu-item-selected {
  color: #fff;
  border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected::after {
  border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected > a,
.ant-menu-dark .ant-menu-item-selected > span > a,
.ant-menu-dark .ant-menu-item-selected > a:hover,
.ant-menu-dark .ant-menu-item-selected > span > a:hover {
  color: #fff;
}
.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon,
.ant-menu-dark .ant-menu-item-selected .anticon {
  color: #fff;
}
.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon + span,
.ant-menu-dark .ant-menu-item-selected .anticon + span {
  color: #fff;
}
.ant-menu.ant-menu-dark .ant-menu-item-selected,
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
  background-color: #1890ff;
}
.ant-menu-dark .ant-menu-item-disabled,
.ant-menu-dark .ant-menu-submenu-disabled,
.ant-menu-dark .ant-menu-item-disabled > a,
.ant-menu-dark .ant-menu-submenu-disabled > a,
.ant-menu-dark .ant-menu-item-disabled > span > a,
.ant-menu-dark .ant-menu-submenu-disabled > span > a {
  color: rgba(255, 255, 255, 0.35) !important;
  opacity: 0.8;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(255, 255, 255, 0.35) !important;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark
  .ant-menu-submenu-disabled
  > .ant-menu-submenu-title
  > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark
  .ant-menu-submenu-disabled
  > .ant-menu-submenu-title
  > .ant-menu-submenu-arrow::after {
  background: rgba(255, 255, 255, 0.35) !important;
}
.ant-menu.ant-menu-rtl {
  direction: rtl;
  text-align: right;
}
.ant-menu-rtl .ant-menu-item-group-title {
  text-align: right;
}
.ant-menu-rtl.ant-menu-inline,
.ant-menu-rtl.ant-menu-vertical {
  border-right: none;
  border-left: 1px solid #f0f0f0;
}
.ant-menu-rtl.ant-menu-dark.ant-menu-inline,
.ant-menu-rtl.ant-menu-dark.ant-menu-vertical {
  border-left: none;
}
.ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.ant-menu-rtl .ant-menu-item .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-item .anticon,
.ant-menu-rtl .ant-menu-submenu-title .anticon {
  margin-right: auto;
  margin-left: 10px;
}
.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .anticon,
.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .anticon {
  margin-left: 0;
}
.ant-menu-submenu-rtl.ant-menu-submenu-popup {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  right: auto;
  left: 16px;
}
.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-rtl
  .ant-menu-submenu-vertical-left
  > .ant-menu-submenu-title
  .ant-menu-submenu-arrow::before,
.ant-menu-rtl
  .ant-menu-submenu-vertical-right
  > .ant-menu-submenu-title
  .ant-menu-submenu-arrow::before {
  -webkit-transform: rotate(-45deg) translateY(-2px);
          transform: rotate(-45deg) translateY(-2px);
}
.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-rtl
  .ant-menu-submenu-vertical-left
  > .ant-menu-submenu-title
  .ant-menu-submenu-arrow::after,
.ant-menu-rtl
  .ant-menu-submenu-vertical-right
  > .ant-menu-submenu-title
  .ant-menu-submenu-arrow::after {
  -webkit-transform: rotate(45deg) translateY(2px);
          transform: rotate(45deg) translateY(2px);
}
.ant-menu-rtl.ant-menu-vertical .ant-menu-item::after,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item::after,
.ant-menu-rtl.ant-menu-inline .ant-menu-item::after {
  right: auto;
  left: 0;
}
.ant-menu-rtl.ant-menu-vertical .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item,
.ant-menu-rtl.ant-menu-inline .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
  text-align: right;
}
.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
  padding-right: 0;
  padding-left: 34px;
}
.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title {
  padding-right: 16px;
  padding-left: 34px;
}
.ant-menu-rtl.ant-menu-inline-collapsed.ant-menu-vertical .ant-menu-submenu-title {
  padding: 0 calc(50% - 16px / 2);
}
.ant-menu-rtl .ant-menu-item-group-list .ant-menu-item,
.ant-menu-rtl .ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 28px 0 16px;
}
.ant-menu-sub.ant-menu-inline {
  border: 0;
}
.ant-menu-rtl.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-right: 32px;
  padding-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-dropdown-menu-item.ant-dropdown-menu-item-danger {
  color: #ff4d4f;
}
.ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover {
  color: #fff;
  background-color: #ff4d4f;
}
.ant-dropdown {
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-dropdown::before {
  position: absolute;
  top: -4px;
  right: 0;
  bottom: -4px;
  left: -7px;
  z-index: -9999;
  opacity: 0.0001;
  content: ' ';
}
.ant-dropdown-wrap {
  position: relative;
}
.ant-dropdown-wrap .ant-btn > .anticon-down {
  font-size: 10px;
}
.ant-dropdown-wrap .anticon-down::before {
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.ant-dropdown-wrap-open .anticon-down::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ant-dropdown-hidden,
.ant-dropdown-menu-hidden,
.ant-dropdown-menu-submenu-hidden {
  display: none;
}
.ant-dropdown-show-arrow.ant-dropdown-placement-topLeft,
.ant-dropdown-show-arrow.ant-dropdown-placement-top,
.ant-dropdown-show-arrow.ant-dropdown-placement-topRight {
  padding-bottom: 15.3137085px;
}
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomLeft,
.ant-dropdown-show-arrow.ant-dropdown-placement-bottom,
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomRight {
  padding-top: 15.3137085px;
}
.ant-dropdown-arrow {
  position: absolute;
  z-index: 1;
  display: block;
  width: 11.3137085px;
  height: 11.3137085px;
  background: linear-gradient(135deg, transparent 40%, #fff 40%);
  border-radius: 0 0 2px;
  pointer-events: none;
}
.ant-dropdown-arrow::before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: -10px -10px;
  content: '';
  -webkit-clip-path: path(
    'M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'
  );
  clip-path: path(
    'M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'
  );
}
.ant-dropdown-placement-top > .ant-dropdown-arrow,
.ant-dropdown-placement-topLeft > .ant-dropdown-arrow,
.ant-dropdown-placement-topRight > .ant-dropdown-arrow {
  bottom: 10px;
  box-shadow: 3px 3px 7px -3px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ant-dropdown-placement-top > .ant-dropdown-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.ant-dropdown-placement-topLeft > .ant-dropdown-arrow {
  left: 16px;
}
.ant-dropdown-placement-topRight > .ant-dropdown-arrow {
  right: 16px;
}
.ant-dropdown-placement-bottom > .ant-dropdown-arrow,
.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
  top: 9.41421356px;
  box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(-135deg) translateY(-0.5px);
          transform: rotate(-135deg) translateY(-0.5px);
}
.ant-dropdown-placement-bottom > .ant-dropdown-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-135deg) translateY(-0.5px);
          transform: translateX(-50%) rotate(-135deg) translateY(-0.5px);
}
.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow {
  left: 16px;
}
.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
  right: 16px;
}
.ant-dropdown-menu {
  position: relative;
  margin: 0;
  padding: 4px 0;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08),
    0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-dropdown-menu-item-group-title {
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
}
.ant-dropdown-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: transparent;
  box-shadow: none;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ant-dropdown-menu-submenu-popup ul,
.ant-dropdown-menu-submenu-popup li {
  list-style: none;
}
.ant-dropdown-menu-submenu-popup ul {
  margin-right: 0.3em;
  margin-left: 0.3em;
}
.ant-dropdown-menu-item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.ant-dropdown-menu-item-icon {
  min-width: 12px;
  margin-right: 8px;
  font-size: 12px;
}
.ant-dropdown-menu-title-content {
  -webkit-flex: auto;
          flex: auto;
}
.ant-dropdown-menu-title-content > a {
  color: inherit;
  transition: all 0.3s;
}
.ant-dropdown-menu-title-content > a:hover {
  color: inherit;
}
.ant-dropdown-menu-title-content > a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}
.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  clear: both;
  margin: 0;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected {
  color: #1890ff;
  background-color: #e6f7ff;
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover,
.ant-dropdown-menu-item.ant-dropdown-menu-item-active,
.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-active,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-active,
.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-active {
  background-color: #f5f5f5;
}
.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-submenu-title-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-item-disabled a,
.ant-dropdown-menu-submenu-title-disabled a {
  pointer-events: none;
}
.ant-dropdown-menu-item-divider,
.ant-dropdown-menu-submenu-title-divider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #f0f0f0;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
  position: absolute;
  right: 8px;
}
.ant-dropdown-menu-item
  .ant-dropdown-menu-submenu-expand-icon
  .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-menu-submenu-title
  .ant-dropdown-menu-submenu-expand-icon
  .ant-dropdown-menu-submenu-arrow-icon {
  margin-right: 0 !important;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  font-style: normal;
}
.ant-dropdown-menu-item-group-list {
  margin: 0 8px;
  padding: 0;
  list-style: none;
}
.ant-dropdown-menu-submenu-title {
  padding-right: 24px;
}
.ant-dropdown-menu-submenu-vertical {
  position: relative;
}
.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
  margin-left: 4px;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled
  .ant-dropdown-menu-submenu-title
  .ant-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
  color: #1890ff;
}
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottom,
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottom,
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomRight,
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
  animation-name: antSlideUpIn;
}
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topLeft,
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topLeft,
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-top,
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-top,
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topRight,
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
  animation-name: antSlideDownIn;
}
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottom,
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
  animation-name: antSlideUpOut;
}
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topLeft,
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-top,
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
  animation-name: antSlideDownOut;
}
.ant-dropdown-trigger > .anticon.anticon-down,
.ant-dropdown-link > .anticon.anticon-down,
.ant-dropdown-button > .anticon.anticon-down {
  font-size: 10px;
  vertical-align: baseline;
}
.ant-dropdown-button {
  white-space: nowrap;
}
.ant-dropdown-button.ant-btn-group > .ant-btn-loading,
.ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn {
  cursor: default;
  pointer-events: none;
}
.ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn::before {
  display: block;
}
.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child):not(.ant-btn-icon-only) {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
  background: #001529;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark
  .ant-dropdown-menu-item
  > .anticon
  + span
  > a
  .ant-dropdown-menu-submenu-arrow::after {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a:hover {
  color: #fff;
  background: transparent;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
  color: #fff;
  background: #1890ff;
}
.ant-dropdown-rtl {
  direction: rtl;
}
.ant-dropdown-rtl.ant-dropdown::before {
  right: -7px;
  left: 0;
}
.ant-dropdown-menu.ant-dropdown-menu-rtl {
  direction: rtl;
  text-align: right;
}
.ant-dropdown-rtl .ant-dropdown-menu-item-group-title,
.ant-dropdown-menu-submenu-rtl .ant-dropdown-menu-item-group-title {
  direction: rtl;
  text-align: right;
}
.ant-dropdown-menu-submenu-popup.ant-dropdown-menu-submenu-rtl {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup ul,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup li {
  text-align: right;
}
.ant-dropdown-rtl .ant-dropdown-menu-item,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
  text-align: right;
}
.ant-dropdown-rtl .ant-dropdown-menu-item > .anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title > .anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-item > span > .anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title > span > .anticon:first-child {
  margin-right: 0;
  margin-left: 8px;
}
.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
  right: auto;
  left: 8px;
}
.ant-dropdown-rtl
  .ant-dropdown-menu-item
  .ant-dropdown-menu-submenu-expand-icon
  .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-rtl
  .ant-dropdown-menu-submenu-title
  .ant-dropdown-menu-submenu-expand-icon
  .ant-dropdown-menu-submenu-arrow-icon {
  margin-left: 0 !important;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
  padding-right: 12px;
  padding-left: 24px;
}
.ant-dropdown-rtl .ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  right: 100%;
  left: 0;
  margin-right: 4px;
  margin-left: 0;
}

// 直接引入antd的样式会污染我们的样式，所以将antd中的defualt.css中的必要样式单独引入，保证功能的情况下，不污染已有样式
.ant-fade-enter,
.ant-fade-appear {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ant-fade-leave {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ant-fade-enter.ant-fade-enter-active,
.ant-fade-appear.ant-fade-appear-active {
    -webkit-animation-name: antFadeIn;
    animation-name: antFadeIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.ant-fade-leave.ant-fade-leave-active {
    -webkit-animation-name: antFadeOut;
    animation-name: antFadeOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
}

.ant-fade-enter,
.ant-fade-appear {
    opacity: 0;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.ant-fade-leave {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes antFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes antFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes antFadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes antFadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.ant-move-up-enter,
.ant-move-up-appear {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ant-move-up-leave {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ant-move-up-enter.ant-move-up-enter-active,
.ant-move-up-appear.ant-move-up-appear-active {
    -webkit-animation-name: antMoveUpIn;
    animation-name: antMoveUpIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.ant-move-up-leave.ant-move-up-leave-active {
    -webkit-animation-name: antMoveUpOut;
    animation-name: antMoveUpOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
}

.ant-move-up-enter,
.ant-move-up-appear {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.ant-move-up-leave {
    -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
    animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}

.ant-move-down-enter,
.ant-move-down-appear {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ant-move-down-leave {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ant-move-down-enter.ant-move-down-enter-active,
.ant-move-down-appear.ant-move-down-appear-active {
    -webkit-animation-name: antMoveDownIn;
    animation-name: antMoveDownIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.ant-move-down-leave.ant-move-down-leave-active {
    -webkit-animation-name: antMoveDownOut;
    animation-name: antMoveDownOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
}

.ant-move-down-enter,
.ant-move-down-appear {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.ant-move-down-leave {
    -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
    animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}

.ant-move-left-enter,
.ant-move-left-appear {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ant-move-left-leave {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ant-move-left-enter.ant-move-left-enter-active,
.ant-move-left-appear.ant-move-left-appear-active {
    -webkit-animation-name: antMoveLeftIn;
    animation-name: antMoveLeftIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.ant-move-left-leave.ant-move-left-leave-active {
    -webkit-animation-name: antMoveLeftOut;
    animation-name: antMoveLeftOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
}

.ant-move-left-enter,
.ant-move-left-appear {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.ant-move-left-leave {
    -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
    animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}

.ant-move-right-enter,
.ant-move-right-appear {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ant-move-right-leave {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ant-move-right-enter.ant-move-right-enter-active,
.ant-move-right-appear.ant-move-right-appear-active {
    -webkit-animation-name: antMoveRightIn;
    animation-name: antMoveRightIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.ant-move-right-leave.ant-move-right-leave-active {
    -webkit-animation-name: antMoveRightOut;
    animation-name: antMoveRightOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
}

.ant-move-right-enter,
.ant-move-right-appear {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.ant-move-right-leave {
    -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
    animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}

@-webkit-keyframes antMoveDownIn {
    0% {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        opacity: 1;
    }
}

@keyframes antMoveDownIn {
    0% {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        opacity: 1;
    }
}

@-webkit-keyframes antMoveDownOut {
    0% {
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        opacity: 0;
    }
}

@keyframes antMoveDownOut {
    0% {
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        opacity: 0;
    }
}

@-webkit-keyframes antMoveLeftIn {
    0% {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        opacity: 1;
    }
}

@keyframes antMoveLeftIn {
    0% {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        opacity: 1;
    }
}

@-webkit-keyframes antMoveLeftOut {
    0% {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        opacity: 0;
    }
}

@keyframes antMoveLeftOut {
    0% {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        opacity: 0;
    }
}

@-webkit-keyframes antMoveRightIn {
    0% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        opacity: 1;
    }
}

@keyframes antMoveRightIn {
    0% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        opacity: 1;
    }
}

@-webkit-keyframes antMoveRightOut {
    0% {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        opacity: 0;
    }
}

@keyframes antMoveRightOut {
    0% {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        opacity: 0;
    }
}

@-webkit-keyframes antMoveUpIn {
    0% {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        opacity: 1;
    }
}

@keyframes antMoveUpIn {
    0% {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        opacity: 1;
    }
}

@-webkit-keyframes antMoveUpOut {
    0% {
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        opacity: 0;
    }
}

@keyframes antMoveUpOut {
    0% {
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        opacity: 0;
    }
}

@-webkit-keyframes loadingCircle {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes loadingCircle {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

[ant-click-animating='true'],
[ant-click-animating-without-extra-node='true'] {
    position: relative;
}

html {
    --antd-wave-shadow-color: #1890ff;
    --scroll-bar: 0;
}

[ant-click-animating-without-extra-node='true']::after,
.ant-click-animating-node {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    border-radius: inherit;
    box-shadow: 0 0 0 0 #1890ff;
    box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
    opacity: 0.2;
    -webkit-animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
    animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    content: '';
    pointer-events: none;
}

@-webkit-keyframes waveEffect {
    100% {
        box-shadow: 0 0 0 #1890ff;
        box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
    }
}

@keyframes waveEffect {
    100% {
        box-shadow: 0 0 0 #1890ff;
        box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
    }
}

@-webkit-keyframes fadeEffect {
    100% {
        opacity: 0;
    }
}

@keyframes fadeEffect {
    100% {
        opacity: 0;
    }
}

.ant-slide-up-enter,
.ant-slide-up-appear {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ant-slide-up-leave {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ant-slide-up-enter.ant-slide-up-enter-active,
.ant-slide-up-appear.ant-slide-up-appear-active {
    -webkit-animation-name: antSlideUpIn;
    animation-name: antSlideUpIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.ant-slide-up-leave.ant-slide-up-leave-active {
    -webkit-animation-name: antSlideUpOut;
    animation-name: antSlideUpOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
}

.ant-slide-up-enter,
.ant-slide-up-appear {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.ant-slide-up-leave {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.ant-slide-down-enter,
.ant-slide-down-appear {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ant-slide-down-leave {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ant-slide-down-enter.ant-slide-down-enter-active,
.ant-slide-down-appear.ant-slide-down-appear-active {
    -webkit-animation-name: antSlideDownIn;
    animation-name: antSlideDownIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.ant-slide-down-leave.ant-slide-down-leave-active {
    -webkit-animation-name: antSlideDownOut;
    animation-name: antSlideDownOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
}

.ant-slide-down-enter,
.ant-slide-down-appear {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.ant-slide-down-leave {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.ant-slide-left-enter,
.ant-slide-left-appear {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ant-slide-left-leave {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ant-slide-left-enter.ant-slide-left-enter-active,
.ant-slide-left-appear.ant-slide-left-appear-active {
    -webkit-animation-name: antSlideLeftIn;
    animation-name: antSlideLeftIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.ant-slide-left-leave.ant-slide-left-leave-active {
    -webkit-animation-name: antSlideLeftOut;
    animation-name: antSlideLeftOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
}

.ant-slide-left-enter,
.ant-slide-left-appear {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.ant-slide-left-leave {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.ant-slide-right-enter,
.ant-slide-right-appear {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ant-slide-right-leave {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ant-slide-right-enter.ant-slide-right-enter-active,
.ant-slide-right-appear.ant-slide-right-appear-active {
    -webkit-animation-name: antSlideRightIn;
    animation-name: antSlideRightIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.ant-slide-right-leave.ant-slide-right-leave-active {
    -webkit-animation-name: antSlideRightOut;
    animation-name: antSlideRightOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
}

.ant-slide-right-enter,
.ant-slide-right-appear {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.ant-slide-right-leave {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

@-webkit-keyframes antSlideUpIn {
    0% {
        -webkit-transform: scaleY(0.8);
                transform: scaleY(0.8);
        -webkit-transform-origin: 0% 0%;
                transform-origin: 0% 0%;
        opacity: 0;
    }

    100% {
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
        -webkit-transform-origin: 0% 0%;
                transform-origin: 0% 0%;
        opacity: 1;
    }
}

@keyframes antSlideUpIn {
    0% {
        -webkit-transform: scaleY(0.8);
                transform: scaleY(0.8);
        -webkit-transform-origin: 0% 0%;
                transform-origin: 0% 0%;
        opacity: 0;
    }

    100% {
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
        -webkit-transform-origin: 0% 0%;
                transform-origin: 0% 0%;
        opacity: 1;
    }
}

@-webkit-keyframes antSlideUpOut {
    0% {
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
        -webkit-transform-origin: 0% 0%;
                transform-origin: 0% 0%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleY(0.8);
                transform: scaleY(0.8);
        -webkit-transform-origin: 0% 0%;
                transform-origin: 0% 0%;
        opacity: 0;
    }
}

@keyframes antSlideUpOut {
    0% {
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
        -webkit-transform-origin: 0% 0%;
                transform-origin: 0% 0%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleY(0.8);
                transform: scaleY(0.8);
        -webkit-transform-origin: 0% 0%;
                transform-origin: 0% 0%;
        opacity: 0;
    }
}

@-webkit-keyframes antSlideDownIn {
    0% {
        -webkit-transform: scaleY(0.8);
                transform: scaleY(0.8);
        -webkit-transform-origin: 100% 100%;
                transform-origin: 100% 100%;
        opacity: 0;
    }

    100% {
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
        -webkit-transform-origin: 100% 100%;
                transform-origin: 100% 100%;
        opacity: 1;
    }
}

@keyframes antSlideDownIn {
    0% {
        -webkit-transform: scaleY(0.8);
                transform: scaleY(0.8);
        -webkit-transform-origin: 100% 100%;
                transform-origin: 100% 100%;
        opacity: 0;
    }

    100% {
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
        -webkit-transform-origin: 100% 100%;
                transform-origin: 100% 100%;
        opacity: 1;
    }
}

@-webkit-keyframes antSlideDownOut {
    0% {
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
        -webkit-transform-origin: 100% 100%;
                transform-origin: 100% 100%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleY(0.8);
                transform: scaleY(0.8);
        -webkit-transform-origin: 100% 100%;
                transform-origin: 100% 100%;
        opacity: 0;
    }
}

@keyframes antSlideDownOut {
    0% {
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
        -webkit-transform-origin: 100% 100%;
                transform-origin: 100% 100%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleY(0.8);
                transform: scaleY(0.8);
        -webkit-transform-origin: 100% 100%;
                transform-origin: 100% 100%;
        opacity: 0;
    }
}

@-webkit-keyframes antSlideLeftIn {
    0% {
        -webkit-transform: scaleX(0.8);
                transform: scaleX(0.8);
        -webkit-transform-origin: 0% 0%;
                transform-origin: 0% 0%;
        opacity: 0;
    }

    100% {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: 0% 0%;
                transform-origin: 0% 0%;
        opacity: 1;
    }
}

@keyframes antSlideLeftIn {
    0% {
        -webkit-transform: scaleX(0.8);
                transform: scaleX(0.8);
        -webkit-transform-origin: 0% 0%;
                transform-origin: 0% 0%;
        opacity: 0;
    }

    100% {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: 0% 0%;
                transform-origin: 0% 0%;
        opacity: 1;
    }
}

@-webkit-keyframes antSlideLeftOut {
    0% {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: 0% 0%;
                transform-origin: 0% 0%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleX(0.8);
                transform: scaleX(0.8);
        -webkit-transform-origin: 0% 0%;
                transform-origin: 0% 0%;
        opacity: 0;
    }
}

@keyframes antSlideLeftOut {
    0% {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: 0% 0%;
                transform-origin: 0% 0%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleX(0.8);
                transform: scaleX(0.8);
        -webkit-transform-origin: 0% 0%;
                transform-origin: 0% 0%;
        opacity: 0;
    }
}

@-webkit-keyframes antSlideRightIn {
    0% {
        -webkit-transform: scaleX(0.8);
                transform: scaleX(0.8);
        -webkit-transform-origin: 100% 0%;
                transform-origin: 100% 0%;
        opacity: 0;
    }

    100% {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: 100% 0%;
                transform-origin: 100% 0%;
        opacity: 1;
    }
}

@keyframes antSlideRightIn {
    0% {
        -webkit-transform: scaleX(0.8);
                transform: scaleX(0.8);
        -webkit-transform-origin: 100% 0%;
                transform-origin: 100% 0%;
        opacity: 0;
    }

    100% {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: 100% 0%;
                transform-origin: 100% 0%;
        opacity: 1;
    }
}

@-webkit-keyframes antSlideRightOut {
    0% {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: 100% 0%;
                transform-origin: 100% 0%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleX(0.8);
                transform: scaleX(0.8);
        -webkit-transform-origin: 100% 0%;
                transform-origin: 100% 0%;
        opacity: 0;
    }
}

@keyframes antSlideRightOut {
    0% {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: 100% 0%;
                transform-origin: 100% 0%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleX(0.8);
                transform: scaleX(0.8);
        -webkit-transform-origin: 100% 0%;
                transform-origin: 100% 0%;
        opacity: 0;
    }
}

.ant-zoom-enter,
.ant-zoom-appear {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ant-zoom-leave {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ant-zoom-enter.ant-zoom-enter-active,
.ant-zoom-appear.ant-zoom-appear-active {
    -webkit-animation-name: antZoomIn;
    animation-name: antZoomIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.ant-zoom-leave.ant-zoom-leave-active {
    -webkit-animation-name: antZoomOut;
    animation-name: antZoomOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
}

.ant-zoom-enter,
.ant-zoom-appear {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.ant-zoom-enter-prepare,
.ant-zoom-appear-prepare {
    -webkit-transform: none;
            transform: none;
}

.ant-zoom-leave {
    -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.ant-zoom-big-enter,
.ant-zoom-big-appear {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ant-zoom-big-leave {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ant-zoom-big-enter.ant-zoom-big-enter-active,
.ant-zoom-big-appear.ant-zoom-big-appear-active {
    -webkit-animation-name: antZoomBigIn;
    animation-name: antZoomBigIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.ant-zoom-big-leave.ant-zoom-big-leave-active {
    -webkit-animation-name: antZoomBigOut;
    animation-name: antZoomBigOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
}

.ant-zoom-big-enter,
.ant-zoom-big-appear {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.ant-zoom-big-enter-prepare,
.ant-zoom-big-appear-prepare {
    -webkit-transform: none;
            transform: none;
}

.ant-zoom-big-leave {
    -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.ant-zoom-big-fast-enter,
.ant-zoom-big-fast-appear {
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ant-zoom-big-fast-leave {
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
.ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active {
    -webkit-animation-name: antZoomBigIn;
    animation-name: antZoomBigIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
    -webkit-animation-name: antZoomBigOut;
    animation-name: antZoomBigOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
}

.ant-zoom-big-fast-enter,
.ant-zoom-big-fast-appear {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.ant-zoom-big-fast-enter-prepare,
.ant-zoom-big-fast-appear-prepare {
    -webkit-transform: none;
            transform: none;
}

.ant-zoom-big-fast-leave {
    -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.ant-zoom-up-enter,
.ant-zoom-up-appear {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ant-zoom-up-leave {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ant-zoom-up-enter.ant-zoom-up-enter-active,
.ant-zoom-up-appear.ant-zoom-up-appear-active {
    -webkit-animation-name: antZoomUpIn;
    animation-name: antZoomUpIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.ant-zoom-up-leave.ant-zoom-up-leave-active {
    -webkit-animation-name: antZoomUpOut;
    animation-name: antZoomUpOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
}

.ant-zoom-up-enter,
.ant-zoom-up-appear {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.ant-zoom-up-enter-prepare,
.ant-zoom-up-appear-prepare {
    -webkit-transform: none;
            transform: none;
}

.ant-zoom-up-leave {
    -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.ant-zoom-down-enter,
.ant-zoom-down-appear {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ant-zoom-down-leave {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ant-zoom-down-enter.ant-zoom-down-enter-active,
.ant-zoom-down-appear.ant-zoom-down-appear-active {
    -webkit-animation-name: antZoomDownIn;
    animation-name: antZoomDownIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.ant-zoom-down-leave.ant-zoom-down-leave-active {
    -webkit-animation-name: antZoomDownOut;
    animation-name: antZoomDownOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
}

.ant-zoom-down-enter,
.ant-zoom-down-appear {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.ant-zoom-down-enter-prepare,
.ant-zoom-down-appear-prepare {
    -webkit-transform: none;
            transform: none;
}

.ant-zoom-down-leave {
    -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.ant-zoom-left-enter,
.ant-zoom-left-appear {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ant-zoom-left-leave {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ant-zoom-left-enter.ant-zoom-left-enter-active,
.ant-zoom-left-appear.ant-zoom-left-appear-active {
    -webkit-animation-name: antZoomLeftIn;
    animation-name: antZoomLeftIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.ant-zoom-left-leave.ant-zoom-left-leave-active {
    -webkit-animation-name: antZoomLeftOut;
    animation-name: antZoomLeftOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
}

.ant-zoom-left-enter,
.ant-zoom-left-appear {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.ant-zoom-left-enter-prepare,
.ant-zoom-left-appear-prepare {
    -webkit-transform: none;
            transform: none;
}

.ant-zoom-left-leave {
    -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.ant-zoom-right-enter,
.ant-zoom-right-appear {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ant-zoom-right-leave {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ant-zoom-right-enter.ant-zoom-right-enter-active,
.ant-zoom-right-appear.ant-zoom-right-appear-active {
    -webkit-animation-name: antZoomRightIn;
    animation-name: antZoomRightIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.ant-zoom-right-leave.ant-zoom-right-leave-active {
    -webkit-animation-name: antZoomRightOut;
    animation-name: antZoomRightOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
}

.ant-zoom-right-enter,
.ant-zoom-right-appear {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.ant-zoom-right-enter-prepare,
.ant-zoom-right-appear-prepare {
    -webkit-transform: none;
            transform: none;
}

.ant-zoom-right-leave {
    -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

@-webkit-keyframes antZoomIn {
    0% {
        -webkit-transform: scale(0.2);
                transform: scale(0.2);
        opacity: 0;
    }

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

@keyframes antZoomIn {
    0% {
        -webkit-transform: scale(0.2);
                transform: scale(0.2);
        opacity: 0;
    }

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

@-webkit-keyframes antZoomOut {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.2);
                transform: scale(0.2);
        opacity: 0;
    }
}

@keyframes antZoomOut {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.2);
                transform: scale(0.2);
        opacity: 0;
    }
}

@-webkit-keyframes antZoomBigIn {
    0% {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        opacity: 0;
    }

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

@keyframes antZoomBigIn {
    0% {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        opacity: 0;
    }

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

@-webkit-keyframes antZoomBigOut {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        opacity: 0;
    }
}

@keyframes antZoomBigOut {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        opacity: 0;
    }
}

@-webkit-keyframes antZoomUpIn {
    0% {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        -webkit-transform-origin: 50% 0%;
                transform-origin: 50% 0%;
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: 50% 0%;
                transform-origin: 50% 0%;
    }
}

@keyframes antZoomUpIn {
    0% {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        -webkit-transform-origin: 50% 0%;
                transform-origin: 50% 0%;
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: 50% 0%;
                transform-origin: 50% 0%;
    }
}

@-webkit-keyframes antZoomUpOut {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: 50% 0%;
                transform-origin: 50% 0%;
    }

    100% {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        -webkit-transform-origin: 50% 0%;
                transform-origin: 50% 0%;
        opacity: 0;
    }
}

@keyframes antZoomUpOut {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: 50% 0%;
                transform-origin: 50% 0%;
    }

    100% {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        -webkit-transform-origin: 50% 0%;
                transform-origin: 50% 0%;
        opacity: 0;
    }
}

@-webkit-keyframes antZoomLeftIn {
    0% {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        -webkit-transform-origin: 0% 50%;
                transform-origin: 0% 50%;
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: 0% 50%;
                transform-origin: 0% 50%;
    }
}

@keyframes antZoomLeftIn {
    0% {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        -webkit-transform-origin: 0% 50%;
                transform-origin: 0% 50%;
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: 0% 50%;
                transform-origin: 0% 50%;
    }
}

@-webkit-keyframes antZoomLeftOut {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: 0% 50%;
                transform-origin: 0% 50%;
    }

    100% {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        -webkit-transform-origin: 0% 50%;
                transform-origin: 0% 50%;
        opacity: 0;
    }
}

@keyframes antZoomLeftOut {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: 0% 50%;
                transform-origin: 0% 50%;
    }

    100% {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        -webkit-transform-origin: 0% 50%;
                transform-origin: 0% 50%;
        opacity: 0;
    }
}

@-webkit-keyframes antZoomRightIn {
    0% {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        -webkit-transform-origin: 100% 50%;
                transform-origin: 100% 50%;
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: 100% 50%;
                transform-origin: 100% 50%;
    }
}

@keyframes antZoomRightIn {
    0% {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        -webkit-transform-origin: 100% 50%;
                transform-origin: 100% 50%;
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: 100% 50%;
                transform-origin: 100% 50%;
    }
}

@-webkit-keyframes antZoomRightOut {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: 100% 50%;
                transform-origin: 100% 50%;
    }

    100% {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        -webkit-transform-origin: 100% 50%;
                transform-origin: 100% 50%;
        opacity: 0;
    }
}

@keyframes antZoomRightOut {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: 100% 50%;
                transform-origin: 100% 50%;
    }

    100% {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        -webkit-transform-origin: 100% 50%;
                transform-origin: 100% 50%;
        opacity: 0;
    }
}

@-webkit-keyframes antZoomDownIn {
    0% {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        -webkit-transform-origin: 50% 100%;
                transform-origin: 50% 100%;
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: 50% 100%;
                transform-origin: 50% 100%;
    }
}

@keyframes antZoomDownIn {
    0% {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        -webkit-transform-origin: 50% 100%;
                transform-origin: 50% 100%;
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: 50% 100%;
                transform-origin: 50% 100%;
    }
}

@-webkit-keyframes antZoomDownOut {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: 50% 100%;
                transform-origin: 50% 100%;
    }

    100% {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        -webkit-transform-origin: 50% 100%;
                transform-origin: 50% 100%;
        opacity: 0;
    }
}

@keyframes antZoomDownOut {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: 50% 100%;
                transform-origin: 50% 100%;
    }

    100% {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        -webkit-transform-origin: 50% 100%;
                transform-origin: 50% 100%;
        opacity: 0;
    }
}

.ant-motion-collapse-legacy {
    overflow: hidden;
}

.ant-motion-collapse-legacy-active {
    transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.ant-motion-collapse {
    overflow: hidden;
    transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.umu-design-comp-separate-sort-select {
  display: inline-block;
}
.umu-design-comp-separate-sort-select .ant-dropdown-menu-item-selected, .umu-design-comp-separate-sort-select .ant-dropdown-menu-submenu-title-selected {
  color: #222222;
  background-color: #F5F5F5;
}
.umu-design-comp-separate-sort-select .ant-dropdown-menu-item, .umu-design-comp-separate-sort-select .ant-dropdown-menu-submenu-title {
  line-height: 30px;
}
.umu-design-comp-separate-sort-select .umu-dropdown-link {
  position: relative;
  color: #222222;
  padding: 10px 12px;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  min-width: 150px;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
}
.umu-design-comp-separate-sort-select .umu-dropdown-link[data-type="1"] .umu-icon-separate-sort-selected {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.umu-design-comp-separate-sort-select .umu-icon-drop-down {
  width: 14px;
  height: 14px;
}
.umu-design-comp-separate-sort-select .separate-sort-select-dropdown {
  z-index: 2;
  width: 100%;
}
.umu-design-comp-separate-sort-select .separate-sort-select-dropdown .ant-dropdown-menu-title-content {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.umu-design-comp-separate-sort-select .sort-down {
  vertical-align: middle;
  display: inline-block;
  padding: 8px 10px;
}
.umu-design-comp-separate-sort-select .sort-down:hover {
  background: #F5F5F5;
  border-radius: 4px;
}
.umu-design-comp-separate-sort-select .sort-down .umu-icon-sort {
  display: block;
  font-size: 20px;
  line-height: 20px;
  transition: opacity 100ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, opacity 100ms ease;
  transition: transform 300ms ease, opacity 100ms ease, -webkit-transform 300ms ease;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  color: #1e6ee6;
}
.umu-design-comp-separate-sort-select .sort-down .umu-icon-sort.selected {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
@charset "UTF-8";
.reset-component, .umu-design-comp-carousel {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #222222;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
}

.umu-design-comp-carousel .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.umu-design-comp-carousel .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.umu-design-comp-carousel .slick-list:focus {
  outline: none;
}
.umu-design-comp-carousel .slick-list.dragging {
  cursor: pointer;
}
.umu-design-comp-carousel .slick-list .slick-slide {
  pointer-events: none;
}
.umu-design-comp-carousel .slick-list .slick-slide input.umu-design-comp-radio-input,
.umu-design-comp-carousel .slick-list .slick-slide input.umu-design-comp-checkbox-input {
  visibility: hidden;
}
.umu-design-comp-carousel .slick-list .slick-slide.slick-active {
  pointer-events: auto;
}
.umu-design-comp-carousel .slick-list .slick-slide.slick-active input.umu-design-comp-radio-input,
.umu-design-comp-carousel .slick-list .slick-slide.slick-active input.umu-design-comp-checkbox-input {
  visibility: visible;
}
.umu-design-comp-carousel .slick-list .slick-slide > div > div {
  vertical-align: bottom;
}
.umu-design-comp-carousel .slick-slider .slick-track,
.umu-design-comp-carousel .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  touch-action: pan-y;
}
.umu-design-comp-carousel .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.umu-design-comp-carousel .slick-track::before, .umu-design-comp-carousel .slick-track::after {
  display: table;
  content: "";
}
.umu-design-comp-carousel .slick-track::after {
  clear: both;
}
.slick-loading .umu-design-comp-carousel .slick-track {
  visibility: hidden;
}
.umu-design-comp-carousel .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.umu-design-comp-carousel .slick-slide img {
  display: block;
}
.umu-design-comp-carousel .slick-slide.slick-loading img {
  display: none;
}
.umu-design-comp-carousel .slick-slide.dragging img {
  pointer-events: none;
}
.umu-design-comp-carousel .slick-initialized .slick-slide {
  display: block;
}
.umu-design-comp-carousel .slick-loading .slick-slide {
  visibility: hidden;
}
.umu-design-comp-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.umu-design-comp-carousel .slick-arrow.slick-hidden {
  display: none;
}
.umu-design-comp-carousel .slick-prev,
.umu-design-comp-carousel .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.umu-design-comp-carousel .slick-prev:hover, .umu-design-comp-carousel .slick-prev:focus,
.umu-design-comp-carousel .slick-next:hover,
.umu-design-comp-carousel .slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}
.umu-design-comp-carousel .slick-prev:hover::before, .umu-design-comp-carousel .slick-prev:focus::before,
.umu-design-comp-carousel .slick-next:hover::before,
.umu-design-comp-carousel .slick-next:focus::before {
  opacity: 1;
}
.umu-design-comp-carousel .slick-prev.slick-disabled::before,
.umu-design-comp-carousel .slick-next.slick-disabled::before {
  opacity: 0.25;
}
.umu-design-comp-carousel .slick-prev {
  left: -25px;
}
.umu-design-comp-carousel .slick-prev::before {
  content: "←";
}
.umu-design-comp-carousel .slick-next {
  right: -25px;
}
.umu-design-comp-carousel .slick-next::before {
  content: "→";
}
.umu-design-comp-carousel .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: center;
          justify-content: center;
  margin-right: 15%;
  margin-left: 15%;
  padding-left: 0;
  list-style: none;
}
.umu-design-comp-carousel .slick-dots-bottom {
  bottom: 12px;
}
.umu-design-comp-carousel .slick-dots-top {
  top: 12px;
  bottom: auto;
}
.umu-design-comp-carousel .slick-dots-bottom-left {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  margin-left: 15px;
  bottom: 12px;
}
.umu-design-comp-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
  box-sizing: content-box;
  width: 16px;
  height: 3px;
  margin: 0 2px;
  margin-right: 3px;
  margin-left: 3px;
  padding: 0;
  text-align: center;
  text-indent: -999px;
  vertical-align: top;
  transition: all 0.5s;
}
.umu-design-comp-carousel .slick-dots li button {
  display: block;
  width: 100%;
  height: 3px;
  padding: 0;
  color: transparent;
  font-size: 0;
  background: #FFFFFF;
  border: 0;
  border-radius: 1px;
  outline: none;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.5s;
}
.umu-design-comp-carousel .slick-dots li button:hover, .umu-design-comp-carousel .slick-dots li button:focus {
  opacity: 0.75;
}
.umu-design-comp-carousel .slick-dots li.slick-active {
  width: 24px;
}
.umu-design-comp-carousel .slick-dots li.slick-active button {
  background: #FFFFFF;
  opacity: 1;
}
.umu-design-comp-carousel .slick-dots li.slick-active:hover, .umu-design-comp-carousel .slick-dots li.slick-active:focus {
  opacity: 1;
}

.umu-design-comp-carousel-vertical .slick-dots {
  top: 50%;
  bottom: auto;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 3px;
  height: auto;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.umu-design-comp-carousel-vertical .slick-dots-left {
  right: auto;
  left: 12px;
}
.umu-design-comp-carousel-vertical .slick-dots-right {
  right: 12px;
  left: auto;
}
.umu-design-comp-carousel-vertical .slick-dots li {
  width: 3px;
  height: 16px;
  margin: 4px 2px;
  vertical-align: baseline;
}
.umu-design-comp-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}
.umu-design-comp-carousel-vertical .slick-dots li.slick-active {
  width: 3px;
  height: 24px;
}
.umu-design-comp-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}
.reset-component, .umu-design-comp-switch {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #222222;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
}

.umu-design-comp-switch {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  min-width: 32px;
  height: 12px;
  line-height: 12px;
  vertical-align: middle;
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #CCCCCC;
}
.umu-design-comp-switch-checked {
  background: #8EB6F2;
}
.umu-design-comp-switch-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.umu-design-comp-switch-disabled * {
  box-shadow: none;
  cursor: not-allowed;
}
.umu-design-comp-switch-inner {
  display: block;
  margin: 0 6px 0 20px;
  color: #fff;
  transition: margin 0.2s;
}
.umu-design-comp-switch-checked .umu-design-comp-switch-inner {
  margin: 0 20px 0 6px;
}
.umu-design-comp-switch-handle {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 18px;
  height: 18px;
  transition: all 0.2s ease-in-out;
}
.umu-design-comp-switch-handle::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: calc(18px / 2);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-in-out;
  content: "";
}
.umu-design-comp-switch-checked .umu-design-comp-switch-handle {
  left: calc(100% - 18px + 3px);
}
.umu-design-comp-switch-checked .umu-design-comp-switch-handle::before {
  background: #1E6EE6;
}
.umu-design-comp-switch:not(.umu-design-comp-switch-disabled):active .umu-design-comp-switch-handle::before {
  right: -30%;
  left: 0;
}
.umu-design-comp-switch:not(.umu-design-comp-switch-disabled):active.umu-design-comp-switch-checked .umu-design-comp-switch-handle::before {
  right: 0;
  left: -30%;
}
.umu-design-comp-radio-group-tabs {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #222222;
}
.umu-design-comp-radio-group-tabs .item {
  line-height: 34px;
  text-align: center;
  padding: 0 16px;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  word-break: keep-all;
  white-space: nowrap;
}
.umu-design-comp-radio-group-tabs .item:not(:last-child) {
  border-right: none;
}
.umu-design-comp-radio-group-tabs .item:first-child, .umu-design-comp-radio-group-tabs .item:first-child.active::after {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.umu-design-comp-radio-group-tabs .item:last-child, .umu-design-comp-radio-group-tabs .item:last-child.active::after {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.umu-design-comp-radio-group-tabs .item.active {
  position: relative;
  font-weight: 500;
}
.umu-design-comp-radio-group-tabs .item.active::after {
  content: " ";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}
.umu-design-comp-radio-group-tabs.golden .item:hover {
  color: #FAB400;
}
.umu-design-comp-radio-group-tabs.golden .item.active {
  color: #FAB400;
}
.umu-design-comp-radio-group-tabs.golden .item.active::after {
  border: 1px solid #FAB400;
}
.umu-design-comp-radio-group-tabs.blue .item:hover {
  color: #1E6EE6;
}
.umu-design-comp-radio-group-tabs.blue .item.active {
  color: #1E6EE6;
}
.umu-design-comp-radio-group-tabs.blue .item.active::after {
  border: 1px solid #1E6EE6;
}
@charset "UTF-8";
.umu-design-comp-tabs .umu-design-comp-tabs-container li {
  list-style: none;
}
.umu-design-comp-tabs .umu-design-comp-tabs-container a {
  text-decoration: none;
}
.umu-design-comp-tabs .umu-design-comp-tabs-container .truncate-text-1 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.umu-design-comp-tabs .umu-design-comp-tabs-container .hidden {
  display: none;
}

@media screen and (max-width: 320px) {
  /* 不转换成rem */
  .theme-default .umu-design-comp-tabs-container .tab .title,
  .theme-default .umu-design-comp-tabs-container .tab.active .title {
    font-size: 14px;
  }
}
/*
theme-center
*/
.umu-design-comp-tabs.golden .umu-design-comp-tabs-container {
  background-color: #FFFFFF;
  border-bottom: 1px solid #EEEEEE;
}
.umu-design-comp-tabs.golden .umu-design-comp-tabs-container .umu-design-comp-tabs-ink-bar {
  background: #FAB400;
}
.umu-design-comp-tabs.golden .umu-design-comp-tabs-container .tab:hover .title .title-wrap {
  color: #666666;
}
.umu-design-comp-tabs.golden .umu-design-comp-tabs-container .tab .title {
  color: #222222;
}
.umu-design-comp-tabs.golden .umu-design-comp-tabs-container .tab .title .title-wrap {
  color: #222222;
}
.umu-design-comp-tabs.golden .umu-design-comp-tabs-container .tab .title a {
  color: #222222;
}
.umu-design-comp-tabs.golden .umu-design-comp-tabs-container .tab.active .title .title-wrap {
  color: #222222;
}
.umu-design-comp-tabs.blue .umu-design-comp-tabs-container {
  background-color: #FFFFFF;
  border-bottom: 1px solid #EEEEEE;
}
.umu-design-comp-tabs.blue .umu-design-comp-tabs-container .umu-design-comp-tabs-ink-bar {
  background: #1E6EE6;
}
.umu-design-comp-tabs.blue .umu-design-comp-tabs-container .tab:hover .title .title-wrap {
  color: #1E6EE6;
}
.umu-design-comp-tabs.blue .umu-design-comp-tabs-container .tab .title {
  color: #222222;
}
.umu-design-comp-tabs.blue .umu-design-comp-tabs-container .tab .title .title-wrap {
  color: #222222;
}
.umu-design-comp-tabs.blue .umu-design-comp-tabs-container .tab .title a {
  color: #222222;
}
.umu-design-comp-tabs.blue .umu-design-comp-tabs-container .tab.active .title .title-wrap {
  color: #1E6EE6;
}
.umu-design-comp-tabs.theme-center .umu-design-comp-tabs-container {
  position: relative;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding: 0 12px;
  overflow: auto;
  white-space: nowrap;
  text-align: center;
  background-color: #FFFFFF;
  border-bottom: 1px solid #EEEEEE;
}
.umu-design-comp-tabs.theme-center .umu-design-comp-tabs-container .umu-design-comp-tabs-ink-bar {
  position: absolute;
  bottom: 0;
  height: 2px;
  border-radius: 1px;
}
.umu-design-comp-tabs.theme-center .umu-design-comp-tabs-container .umu-design-comp-tabs-ink-bar-animated {
  transition: width 0.2s, left 0.2s, right 0.2s;
}
.umu-design-comp-tabs.theme-center .umu-design-comp-tabs-container .tab {
  height: 56px;
  text-align: center;
}
.umu-design-comp-tabs.theme-center .umu-design-comp-tabs-container .tab .title {
  display: table;
  box-sizing: border-box;
  height: 100%;
  margin: auto;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
  padding: 0 12px;
}
.umu-design-comp-tabs.theme-center .umu-design-comp-tabs-container .tab .title .title-wrap {
  display: table-cell;
  vertical-align: middle;
}
.umu-design-comp-tabs.theme-center .umu-design-comp-tabs-container .tab.active {
  font-weight: 700;
}
.umu-design-comp-tabs.theme-center .umu-design-comp-tabs-container .tab.active .title {
  border-bottom: 0;
}
@charset "UTF-8";
.reset-component, .umu-design-comp-checkbox-group, .umu-design-comp-checkbox-wrapper, .umu-design-comp-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #222222;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
}

.umu-design-comp-checkbox {
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
  font-size: 14px;
}
.umu-design-comp-checkbox-wrapper:hover .umu-design-comp-checkbox-inner, .umu-design-comp-checkbox:hover .umu-design-comp-checkbox-inner, .umu-design-comp-checkbox-input:focus + .umu-design-comp-checkbox-inner {
  border-color: #1E6EE6;
}
.umu-design-comp-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1E6EE6;
  border-radius: 2px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
          animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  box-sizing: border-box;
  content: "";
}
.umu-design-comp-checkbox:hover::after, .umu-design-comp-checkbox-wrapper:hover .umu-design-comp-checkbox::after {
  visibility: visible;
}
.umu-design-comp-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid hsl(0deg, 0%, 85%);
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.umu-design-comp-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21.5%;
  display: table;
  width: 5.7142857143px;
  height: 9.1428571429px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(0) translate(-50%, -50%);
          transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6) opacity 0.1s;
  content: " ";
}
.umu-design-comp-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.umu-design-comp-checkbox-checked .umu-design-comp-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
          transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: " ";
}

.umu-design-comp-checkbox-checked .umu-design-comp-checkbox-inner {
  background-color: #1E6EE6;
  border-color: #1E6EE6;
}

.umu-design-comp-checkbox-disabled {
  cursor: not-allowed;
}
.umu-design-comp-checkbox-disabled.umu-design-comp-checkbox-checked .umu-design-comp-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  -webkit-animation-name: none;
          animation-name: none;
}
.umu-design-comp-checkbox-disabled .umu-design-comp-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}
.umu-design-comp-checkbox-disabled .umu-design-comp-checkbox-inner {
  background-color: #F5F5F5;
  border-color: hsl(0deg, 0%, 85%) !important;
}
.umu-design-comp-checkbox-disabled .umu-design-comp-checkbox-inner::after {
  border-color: #F5F5F5;
  border-collapse: separate;
  -webkit-animation-name: none;
          animation-name: none;
}
.umu-design-comp-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.umu-design-comp-checkbox-disabled:hover::after, .umu-design-comp-checkbox-wrapper:hover .umu-design-comp-checkbox-disabled::after {
  visibility: hidden;
}

.umu-design-comp-checkbox-wrapper {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: baseline;
          align-items: baseline;
  line-height: unset;
  cursor: pointer;
}
.umu-design-comp-checkbox-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: " ";
}
.umu-design-comp-checkbox-wrapper.umu-design-comp-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.umu-design-comp-checkbox-wrapper + .umu-design-comp-checkbox-wrapper {
  margin-left: 8px;
}
.umu-design-comp-checkbox-wrapper-in-form-item input[type=checkbox] {
  width: 14px;
  height: 14px;
}

.umu-design-comp-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}

.umu-design-comp-checkbox-group {
  display: inline-block;
}
.umu-design-comp-checkbox-group-item {
  margin-right: 8px;
}
.umu-design-comp-checkbox-group-item:last-child {
  margin-right: 0;
}
.umu-design-comp-checkbox-group-item + .umu-design-comp-checkbox-group-item {
  margin-left: 0;
}

.umu-design-comp-checkbox-indeterminate .umu-design-comp-checkbox-inner {
  background-color: #fff;
  border-color: hsl(0deg, 0%, 85%);
}
.umu-design-comp-checkbox-indeterminate .umu-design-comp-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1E6EE6;
  border: 0;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: " ";
}
.umu-design-comp-checkbox-indeterminate.umu-design-comp-checkbox-disabled .umu-design-comp-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}

@-webkit-keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
.umu-design-comp-popover-arrow .umu-design-comp-popover-arrow-content::before {
  background: #1e6ee6;
}

.umu-design-comp-popover .umu-design-comp-popover-inner {
  border-radius: 4px;
}
.umu-design-comp-popover .umu-design-comp-popover-inner-content {
  padding: 0;
}
.umu-design-comp-popover .umu-design-comp-popover-inner .guide-popover-content {
  width: 216px;
  padding: 16px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.umu-design-comp-popover .umu-design-comp-popover-inner .guide-popover-content-footer {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-top: 19px;
  line-height: 20px;
}
.umu-design-comp-popover .umu-design-comp-popover-inner .guide-btn {
  min-width: 80px;
  padding: 0;
  padding: 0 8px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  border: 0 none;
  border-radius: 4px;
  outline: none;
}
.umu-design-comp-popover .umu-design-comp-popover-inner .guide-btn:hover {
  background: rgba(255, 255, 255, 0.1215686275);
}
.umu-design-comp-popover .umu-design-comp-popover-inner .guide-btn:active {
  background: rgba(255, 255, 255, 0.2);
}

.guide-popover-child {
  width: 0;
}
.department-select-dialog {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 8.81rem;
  background: #ffffff;
  border-radius: 0.09rem;
  padding: 0.24rem 0.24rem;
}
.department-select-dialog .content-head {
  line-height: 0.28rem;
  vertical-align: "middle";
  text-align: "left";
  font-size: 0.18rem;
  font-weight: 500;
  color: #222222;
}
.department-select-dialog .content-body {
  display: inline;
  vertical-align: "middle";
  text-align: "left";
}
.department-select-dialog .content-body .left {
  width: 49%;
  float: left;
  margin-top: 0.14rem;
}
.department-select-dialog .content-body .left .subtitle {
  font-size: 0.16rem;
  font-weight: 400;
  color: #222222;
  line-height: 0.24rem;
}
.department-select-dialog .content-body .left .subcontent {
  height: 3.6rem;
  margin-top: 0.12rem;
  padding: 0.16rem 0;
  background: #f5f5f5;
  white-space: nowrap;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
          flex-flow: column;
}
.department-select-dialog .content-body .right {
  width: 49%;
  float: right;
  margin-top: 0.14rem;
}
.department-select-dialog .content-body .right .subtitle {
  font-size: 0.16rem;
  font-weight: 400;
  color: #222222;
  line-height: 0.24rem;
}
.department-select-dialog .content-body .right .subcontent {
  height: 3.68rem;
  margin-top: 0.12rem;
  padding: 0.08rem 0 0.16rem 0;
  background: #f5f5f5;
  white-space: nowrap;
}
.department-select-dialog .content-body .right .subcontent .search {
  margin-bottom: 0.1rem;
}
.department-select-dialog .dialog-content-footer {
  display: -webkit-flex;
  display: flex;
  padding-top: 0.12rem;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.department-select-dialog .dialog-content-footer .dialog-footer-btn {
  margin-left: 0.12rem;
}

.department-content-select-dialog .dialog-mask {
  background: rgba(0, 0, 0, 0.6);
}
@charset "UTF-8";
.icon-img-check {
  width: 0.18rem;
  height: 0.18rem;
  margin: auto;
  cursor: pointer;
}

.icon-disabled-check {
  cursor: not-allowed;
  opacity: 0.4;
}

.biz-depart-list {
  color: #f5f5f5;
}
.biz-depart-list .is-all-select {
  display: -webkit-flex;
  display: flex;
  padding: 0.16rem;
  padding-top: 0rem;
  -webkit-align-items: center;
          align-items: center;
  color: #222222;
}
.biz-depart-list .is-all-select .select-all-text {
  padding-left: 0.08rem;
}
.biz-depart-list .is-all-select .check-box {
  width: 0.24rem;
  height: 0.24rem;
}
.biz-depart-list .is-all-select .check-box .icon-img-check {
  margin: 0.03rem;
}
.biz-depart-list .is-all-select .check-box .icon-img-check-unknown {
  width: 0.24rem;
  height: 0.24rem;
  margin: 0rem;
}

.list-panel .list-header-empty {
  display: -webkit-flex;
  display: flex;
  height: 0.2rem;
  margin-top: 0.32rem;
  -webkit-justify-content: center;
          justify-content: center;
  /* 水平居中 */
  -webkit-align-items: center;
          align-items: center;
  /* 垂直居中 */
}
.list-panel .list-header-empty .name {
  height: 0.2rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: #222222;
  line-height: 0.2rem;
}
.list-panel .list-search {
  padding: 0 0.12rem;
  margin-bottom: 0.12rem;
}
.list-panel .list-content {
  height: 3.4rem;
  padding: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
.list-panel .list-content .list-header-content {
  display: -webkit-flex;
  display: flex;
  height: 0.161rem;
  margin-bottom: 0.08rem;
  text-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.list-panel .list-content .list-header-content .list-header-icon {
  width: 0.16rem;
  height: 0.16rem;
  padding-left: 0.16rem;
}
.list-panel .list-content .list-header-content .list-header-name {
  line-height: 0.2rem;
  height: 0.2rem;
  margin-left: 0.02rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: #222222;
  text-align: left;
  overflow: hidden;
  /*超出宽度部分隐藏*/
  text-overflow: ellipsis;
  /*超出部分以点号代替*/
  white-space: nowrap;
  /*强制span不换行*/
  display: inline-block;
  /*将span当做块级元素对待*/
}
.list-panel .list-content .list-header-content .list-header-name.list-header-name-right {
  margin-left: 0.15rem;
}
.list-panel .list-content .list-header-content .list-header-name-drop {
  cursor: pointer;
}
.list-panel .list-content .list-header-content.root-department {
  height: 18px;
}
.list-panel .list-content .list-header-content.root-department .list-header-name {
  -webkit-flex: 1;
          flex: 1;
  margin-left: 8px;
}
.list-panel .list-content .list-ul {
  white-space: nowrap;
  padding: 0rem 0.16rem;
}
.list-panel .list-content .list-ul .list-item {
  width: 100%;
  height: 0.4rem;
  text-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
}
.list-panel .list-content .list-ul .list-item .content {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: center;
          align-items: center;
}
.list-panel .list-content .list-ul .list-item .content .content-empty {
  width: 0.2rem;
}
.list-panel .list-content .list-ul .list-item .content .content-file {
  width: 0.18rem;
  height: 0.18rem;
}
.list-panel .list-content .list-ul .list-item .content .content-check {
  width: 0.19rem;
  height: 0.19rem;
  margin-right: 0.07rem;
}
.list-panel .list-content .list-ul .list-item .content .content-check .m-checkbox.checked {
  border: 0.02rem solid transparent;
}
.list-panel .list-content .list-ul .list-item .content .content-check .m-checkbox.checked i.icon.icon-checkbox {
  width: 0.18rem;
  height: 0.18rem;
  margin-left: -0.02rem;
  margin-top: -0.02rem;
}
.list-panel .list-content .list-ul .list-item .content .name {
  width: 100%;
  margin-left: 0.07rem;
  margin-right: 0.16rem;
  line-height: 0.2rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: #222222;
  text-align: left;
  overflow: hidden;
  /*超出宽度部分隐藏*/
  text-overflow: ellipsis;
  /*超出部分以点号代替*/
  white-space: nowrap;
  /*强制span不换行*/
  display: inline-block;
  /*将span当做块级元素对待*/
}
.list-panel .list-content .list-ul .list-item .content .name-left {
  cursor: pointer;
}
.list-panel .list-content .list-ul .list-item .content .deepart-member {
  display: -webkit-flex;
  display: flex;
  width: calc(100% - 0.86rem);
  -webkit-align-items: center;
          align-items: center;
  color: #222222;
}
.list-panel .list-content .list-ul .list-item .content .deepart-member .name {
  width: auto;
}
.list-panel .list-content .list-ul .list-item .content .deepart-member .member-count {
  padding-left: 0.08rem;
  padding-right: 0.1rem;
}
.list-panel .list-content .list-ul .list-item .content .close {
  width: 0.16rem;
  height: 0.16rem;
  cursor: pointer;
}
.list-panel .list-content .list-ul .list-item .content .close img {
  height: 100%;
  display: block;
}
.list-panel .list-content .list-ul .list-item .content .popover-target {
  padding: 0.05rem 0;
  padding-left: 0.2rem;
}
.list-panel .list-content .list-ul .list-item .content .m-checkbox.disabled-check {
  border-color: #cccccc;
}
.list-panel .list-content .list-ul .list-item-owner {
  height: 0.54rem;
}
.list-panel .list-content .list-ul:hover {
  background: #EEEEEE;
}
.list-panel .list-content-drop {
  height: 3rem;
  padding: 0 0.16rem 0 0;
}
.list-panel.biz-depart-list .list-content {
  box-sizing: border-box;
  height: calc(100% - 0.44rem);
}
.list-panel.biz-depart-list .list-content.list-content-min {
  height: calc(100% - 0.84rem);
}
.list-panel .list-content-right {
  height: 3.58rem;
}
.list-panel .list-search-drop {
  padding: 0;
}
.list-panel .list-content-min {
  height: 2.98rem;
}
.list-panel .list-content-min .list-ul .list-item .content .content-empty {
  width: 0rem;
}

.dp-popover {
  position: absolute;
  z-index: 100;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 800px;
}
.dp-popover .dp-popover-content {
  background: #000000;
  border-radius: 0.02rem;
  opacity: 0.6;
  padding: 0.08rem;
  width: auto;
}
.dp-popover .dp-popover-content .dp-popover-name {
  width: 100%;
  font-size: 0.12rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.17rem;
}
.department-header-search-input {
  background: #fff;
  overflow: hidden;
  display: flex;
  -webkit-align-items: stretch;
          align-items: stretch;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  border-radius: 0.03rem;
  border: 0.01rem solid #e0e0e0;
}

.department-header-search-input .search-input-box {
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  padding: 0rem 0.37rem 0rem 0rem;
  box-sizing: border-box;
  font-size: 0.14rem;
  color: #a1a2a3;
  resize: none;
  overflow: hidden;
  transition: all 0.5s ease-out;
}

.department-header-search-input .search-input-box .icon-member-clear {
  position: absolute;
  right: 0.12rem;
  width: 0.16rem;
  height: 0.16rem;
}

.department-header-search-input .search-input-box .icon-search {
  position: absolute;
  right: 0.07rem;
  top: 0.07rem;
  width: 0.16rem;
  height: 0.15rem;
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/search.de18e7f9.png) center center no-repeat;
  background-size: contain;
}

.department-header-search-input .search-input-box .search-input-keyword {
  width: 100%;
  border: none;
  font-size: 0.14rem;
  line-height: 1.5;
  color: #222222;
  padding: 4px 0px 4px 7px;
  margin: 0px;
  outline-style: none;
}

.department-header-search-input .search-input-box input.search-input-keyword::-ms-clear {
  display: none;
}

.department-header-search-input .search-btn-wrap {
  text-align: center;
}

.department-header-search-input .search-btn {
  cursor: pointer;
  padding: 3px 0;
  white-space: nowrap;
  font-size: 15px;
  line-height: 1.5;
  display: inline-block;
}

.department-header-search-input .search-input-clear-btn {
  position: absolute;
  right: 0.07rem;
  top: 0.07rem;
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  text-align: center;
}

.department-header-search-input .search-input-clear-btn .icon.icon-clean-search {
  width: 0.08rem;
  height: 0.08rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAB1dXV1dXV1dXV1dXWaB0Y+AAAABHRSTlMAiIOeW6xZaQAAAFxJREFUGNNVkMERgDAIBE8ryMMCfFiCDUTpvyadC/fYzIQAmwEO3af67K9qJjhKV43lb/X8dwaMNnLSNiCPU40C7AQYGQQZBAUkwDcWQGk2xTgcFBIgDrKxEKzqA7TzFNu7jfGeAAAAAElFTkSuQmCC) center center no-repeat;
  background-size: contain;
  /*vertical-align: 0.005rem;*/
}
.user-name-role {
  display: inline-block;
  vertical-align: middle;
  height: 0.18rem;
  line-height: 0.18rem;
  min-width: 0.3rem;
  padding: 0 0.05rem;
  margin-right: 0.1rem;
  background: #000;
  border-radius: 0.02rem;
  font-size: 0.12rem;
  color: #ffbd2b;
  text-align: center;
}
.is-mobile.user-name-info {
  display: inline;
  outline-style: none;
  color: #222222;
  cursor: default;
  /* */
  /* */
  /* */
}
.is-mobile.user-name-info.cursor {
  cursor: pointer;
}
.is-mobile.user-name-info .user-medal-info-holder {
  display: inline-block;
  vertical-align: -0.03rem;
  margin-left: 0.01rem;
}
.is-mobile.user-name-info .user-medal-info-holder.width-16 {
  vertical-align: -0.02rem;
}
.is-mobile.user-name-info .user-medal-info-holder.width-30 {
  vertical-align: -0.06rem;
}
.is-mobile.user-name-info.transcate {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  padding-right: 0.23rem;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 0.2rem;
}
.is-mobile.user-name-info.transcate.width-30 {
  padding-right: 0.29rem;
}
.is-mobile.user-name-info.hide-medal {
  padding-right: 0;
}
.is-mobile.user-name-info.transcate .user-medal-info-holder {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.is-mobile.user-name-info .user-name-content {
  display: inline-block;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.triangl-info-content {
  display: -webkit-flex;
  display: flex;
  outline: none;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: center;
          align-items: center;
}
.triangl-info-content .triangl-info-right {
  margin-left: 0.1rem;
  -webkit-flex: 1;
          flex: 1;
  min-width: 0;
}
.triangl-info-content .triangl-info-name {
  font-size: 0.15rem;
  line-height: 0.23rem;
}
.triangl-info-content .triangl-info-other {
  margin-top: 0.02rem;
  color: #666;
  font-size: 0.13rem;
  line-height: 0.19rem;
}
.triangl-info-content .triangl-info-name {
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.triangl-info-content .triangl-info-name .user-medal-info-holder {
  margin-left: 0.05rem;
}
.triangl-info-content .user-name-content {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-name-role {
  display: inline-block;
  vertical-align: middle;
  height: 0.18rem;
  line-height: 0.18rem;
  min-width: 0.3rem;
  padding: 0 0.05rem;
  margin-right: 0.1rem;
  background: #000;
  border-radius: 0.02rem;
  font-size: 0.12rem;
  color: #ffbd2b;
  text-align: center;
}
.achievement-daily-login-dialog.user-achievement-dialog .dialog-main {
  background-color: #ffffff;
  width: 3rem;
  border-radius: 0.08rem;
}

.achievement-daily-login-dialog .daily-login-header {
  height: 1.64rem;
  box-sizing: border-box;
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/bg-daily-login-0826.144198bf.png) no-repeat;
  background-size: 100% 100%;
}
.achievement-daily-login-dialog .daily-login-header.com {
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/bg-daily-login-0826-com.47fbd49e.png) no-repeat;
  background-size: 100% 100%;
}

.achievement-daily-login-dialog .daily-close {
  position: absolute;
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/close.0aa34669.png) center no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 1;
  top: 0.08rem;
  right: 0.08rem;
  width: 0.2rem;
  height: 0.2rem;
}

.daily-login-dialog .daily-login-card {
  width: 3rem;
  padding: 0.16rem 0.2rem 0.2rem;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}
.daily-login-dialog .daily-login-card .info {
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  -webkit-align-items: baseline;
          align-items: baseline;
  color: #161719;
  font-size: 0.14rem;
  margin-bottom: 0.13rem;
}
.daily-login-dialog .daily-login-card .info .days {
  padding-right: 0.04rem;
  font-weight: bold;
  color: #fab400;
  font-size: 0.44rem;
  line-height: 0.44rem;
}
.daily-login-dialog .daily-login-card .title {
  width: 100%;
  text-align: center;
  padding: 0;
  font-weight: 500;
  color: #161719;
  font-size: 0.18rem;
  margin-bottom: 0.08rem;
}
.daily-login-dialog .daily-login-card .desc {
  width: 100%;
  text-align: center;
  font-size: 0.16rem;
  color: #2d2e30;
  margin-bottom: 0.1rem;
}
.daily-login-dialog .daily-login-card .points {
  color: #737375;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 0.14rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
}
.daily-login-dialog .daily-login-card .points .up-img {
  margin: 0 0.02rem;
  width: 0.25rem;
  height: 0.17rem;
}
.daily-login-dialog .daily-login-card .points .up-num {
  font-size: 0.15rem;
  color: #fab400;
}
.daily-login-dialog .daily-login-card .actions {
  -webkit-align-self: flex-end;
          align-self: flex-end;
  display: -webkit-flex;
  display: flex;
}
.daily-login-dialog .daily-login-card .actions .umu-btn {
  display: inline-block;
  height: 0.34rem;
  line-height: 0.34rem;
  padding: 0 0.1rem;
}
.daily-login-dialog .daily-login-card .actions .btn-primary {
  padding: 0 0.12rem;
  min-width: 0.84rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  font-size: 0.14rem;
  height: 0.34rem;
  line-height: 0.34rem;
}
.daily-login-dialog .daily-login-card .actions .umu-btn.preview {
  font-size: 0.14rem;
  color: #1e6ee6;
  text-align: center;
  line-height: 0.36rem;
  padding: 0 0.12rem;
  margin: 0;
  border: 0 none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
body.locale-fr .daily-login-dialog .daily-login-card .actions .umu-btn.preview {
  line-height: 0.14rem;
}

.daily-login-dialog .daily-login-card .actions .know {
  margin: 0;
  border: 0 none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  color: #fff;
  background: #fab400;
}
body.locale-fr .daily-login-dialog .daily-login-card .actions .know {
  line-height: 0.14rem;
}
.achievement-user-level-dialog.user-achievement-dialog .dialog-main {
  text-align: center;
  width: 2.68rem;
}

body.locale-jp .achievement-user-level-dialog.user-achievement-dialog .dialog-main {
  width: 2.98rem;
}

/* */
.upgrade-lv {
  border-radius: 0.04rem;
  padding: 0.5rem 0.2rem 0.32rem;
}

.upgrade-lv .lv {
  font-size: 0.64rem;
  line-height: 0.9rem;
  color: #3faa34;
}
body.locale-jp .upgrade-lv .lv {
  font-size: 0.48rem;
}

.upgrade-lv .title {
  font-size: 0.19rem;
  line-height: 0.26rem;
  padding: 0;
}

.upgrade-lv .privilege {
  padding-top: 0.25rem;
  line-height: 1.5;
  min-height: 0.5rem;
}

.upgrade-lv .privilege .privilege-label {
  font-size: 0.14rem;
  color: #757575;
}

.upgrade-lv .privilege .privilege-type {
  font-size: 0.16rem;
}

.upgrade-lv .encourage {
  text-align: left;
  font-size: 0.14rem;
  line-height: 0.18rem;
  padding-top: 0.13rem;
  color: #757575;
  min-height: 0.72rem;
}

/* */
.upgrade-lv-999.upgrade-lv {
  background: #292929;
}

body.locale-jp .upgrade-lv-999.upgrade-lv .lv,
body.locale-fr .upgrade-lv-999.upgrade-lv .lv,
body.locale-es .upgrade-lv-999.upgrade-lv .lv,
body.locale-en .upgrade-lv-999.upgrade-lv .lv {
  font-size: 0.4rem;
}

.upgrade-lv-999 .title {
  color: #fff;
}

.upgrade-lv-999 .privilege .privilege-label {
  color: #fff;
  opacity: 0.7;
}

.upgrade-lv-999 .privilege .privilege-type {
  color: #fff;
}

.upgrade-lv-999 .encourage {
  color: #fff;
  opacity: 0.7;
}

/* */
.user-level-dialog-wrap {
  position: relative;
  z-index: 2;
}

.user-level-dialog .user-level-dialog-wrap .title {
  text-align: center;
}

.user-level-dialog .upgrade-lv:before,
.user-level-dialog .upgrade-lv:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  background: no-repeat;
  background-size: 100% auto;
}

.user-level-dialog .upgrade-lv:before {
  top: 0;
  right: 0;
  height: 40%;
  background-position: 0 0;
}

.user-level-dialog .upgrade-lv:after {
  bottom: 0;
  left: 0;
  height: 60%;
  background-position: 0 100%;
}

.user-level-dialog .upgrade-lv-range-1:before,
.user-level-dialog .upgrade-lv-range-1:after {
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/lv-range-1.2c565b58.png);
}

.user-level-dialog .upgrade-lv-range-11:before,
.user-level-dialog .upgrade-lv-range-11:after {
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/lv-range-11.12142f53.png);
}

.user-level-dialog .upgrade-lv-range-21:before,
.user-level-dialog .upgrade-lv-range-21:after {
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/lv-range-21.d0b2f0e2.png);
}
/* */
.achievement-user-medal-dialog.user-achievement-dialog .dialog-main {
  width: 3.1rem;
}

/* */
.user-medal-dialog .user-medal-preview {
  width: 1.3rem;
  margin: auto;
  padding-top: 0.2rem;
}

/* */
.user-medal-dialog .user-medal-card {
  padding: 0.2rem 0.25rem;
  text-align: center;
}

.user-medal-dialog .user-medal-card .title {
  font-size: 0.22rem;
  color: #000;
  margin-top: -0.3rem;
  margin-bottom: 0.05rem;
  text-align: center;
}

.user-medal-dialog .user-medal-card .medal-remark {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #757575;
  text-align: center;
  margin-bottom: 0.05rem;
}

.user-medal-dialog .user-medal-card .desc {
  font-size: 0.14rem;
  color: #222222;
  text-align: center;
  margin-top: 0.1rem;
}

.user-medal-dialog .user-medal-card .points {
  font-size: 0.14rem;
  color: #000000;
  margin-top: 0.1rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}

.user-medal-dialog .user-medal-card .points .highlight {
  margin-left: 0.04rem;
  color: #ffbd2b;
}

.user-medal-dialog .user-medal-card .points .medal-icon {
  width: 0.24rem;
  height: 0.24rem;
  display: block;
  margin-right: 0.04rem;
}

.user-medal-dialog .user-medal-card .actions {
  margin-top: 0.2rem;
}

.user-medal-dialog .user-medal-card .action {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.05rem;
}

.user-medal-dialog .user-medal-card .action .btn {
  line-height: 1;
  min-width: 0.9rem;
  font-size: 0.16rem;
  padding: 0.12rem;
}

body.locale-jp .user-medal-dialog .user-medal-card .action .btn {
  font-size: 0.14rem;
  padding: 0.12rem 0.1rem;
  min-width: 0.9rem;
}
.user-achievement-dialog.achievement-custome-popup-dialog .dialog-main {
  width: 3rem;
  height: 4.56rem;
  background-color: rgba(240, 240, 240, 0);
}

.popup-custom-dialog {
  width: 100%;
  height: auto;
}
.popup-custom-dialog .content-img {
  position: relative;
}
.popup-custom-dialog .content-img .info-img {
  width: 3rem;
  height: 4rem;
  border-radius: 0.04rem;
  box-shadow: 0rem 0.01rem 0.03rem rgba(33, 33, 33, 0.598804);
}
.popup-custom-dialog .content-img .info-img-cursor {
  cursor: pointer;
}
.popup-custom-dialog .content-img .close-dialog {
  width: 3rem;
  display: -webkit-flex;
  display: flex;
  padding-top: 0.24rem;
}
.popup-custom-dialog .content-img .close-dialog .icon-close-img {
  cursor: pointer;
  margin: auto;
  width: 0.32rem;
}
.popup-custom-dialog .content-img .dialog-info {
  position: absolute;
  top: 0.24rem;
  width: 3rem;
}
.popup-custom-dialog .content-img .dialog-info .info-title {
  font-size: 0.32rem;
  line-height: 0.4rem;
  padding: 0rem 0.12rem;
  color: #222222;
  text-align: center;
}
.level-privilege-offline {
    padding: 20px;
}
.level-privilege-offline .title {
    padding: 0;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
}
.level-privilege-offline .desc {
    margin-top: 4px;
    font-size: 15px;
    line-height: 22px;
}
.level-privilege-offline .desc span {
    color: #DD4E40;
}
.level-privilege-offline .operation {
    margin-top: 24px;
    text-align: right;
    font-size: 16px;
}
.level-privilege-offline .operation .btn {
    margin-left: 32px;
    padding: 0;
}
.level-privilege-offline .operation button {
    border: 0 none;
    background: transparent;
    outline: none;
    font-size: 16px;
}

.level-privilege-offline.ngdialog.ngdialog-theme-umu .ngdialog-content {
    margin-left: 0;
    -webkit-transform: translate(-50%, -50%)!important;
            transform: translate(-50%, -50%)!important;
}

.show-invite-c-user-dialog .dialog-main{
    border-radius: 4px;
}
.show-invite-c-user-dialog .show-invite-c-user-dialog-wrap{
    position: relative;
    padding: 20px;
}
.show-invite-c-user-dialog .show-invite-c-user-dialog-wrap .title {
    padding: 0;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
}
.show-invite-c-user-dialog .show-invite-c-user-dialog-wrap .icon-close {
    position: absolute;
    top: 18px;
    right: 20px;
    cursor: pointer;
}
.show-invite-c-user-dialog .show-invite-c-user-dialog-wrap .show-invite-c-user-dialog-content{
    margin-bottom: 12px;
    max-height: 300px;
    overflow-y: auto;
}
.show-invite-c-user-dialog .show-invite-c-user-dialog-wrap .show-invite-c-user-dialog-content p{
    line-height: 20px;
    margin-bottom: 8px;
}
.show-invite-c-user-dialog .show-invite-c-user-dialog-wrap .operation{
    text-align: right;
}
.show-invite-c-user-dialog .show-invite-c-user-dialog-wrap .operation .cancel{
    color: #cccccc;
    cursor: pointer;
}
.show-invite-c-user-dialog .show-invite-c-user-dialog-wrap .operation .confirm {
    color: #1E6EE6;
    margin-left: 36px;
    cursor: pointer;
}
.enterprise-expire-dialog {
  padding: 0.2rem;
  color: #222222;
}
.enterprise-expire-dialog .expire-title {
  font-size: 0.18rem;
  line-height: 0.25rem;
  font-weight: 600;
  margin-bottom: 0.12rem;
}
.enterprise-expire-dialog .expire-content {
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.enterprise-expire-dialog .expire-content .expire-rows .due-date-color {
  color: #DD4E40;
  word-break: keep-all;
}
.enterprise-expire-dialog .expire-content .expire-rows a {
  word-break: keep-all;
}
.enterprise-expire-dialog .expire-footer {
  margin-top: 0.16rem;
  text-align: right;
  font-size: 0.16rem;
  line-height: 0.24rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.enterprise-expire-dialog .expire-footer .btn-confirm-text {
  color: #1e6ee6;
  cursor: pointer;
}
.enterprise-expire-dialog .expire-footer .btn-cancel-text {
  color: #666666;
  cursor: pointer;
  margin-right: 0.24rem;
}
.enterprise-expire-dialog .expire-footer .btn-text {
  margin-left: auto;
}
@charset "UTF-8";
.user-achievement-dialog .dialog-main {
  line-height: 1.5;
  border-radius: 0.04rem;
}

.user-achievement-dialog .dialog-main .close {
  color: #999;
  font-size: 0.22rem;
  height: 0.3rem;
  line-height: 0.3rem;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 0.3rem;
  text-align: center;
  padding: 0.05rem;
  cursor: pointer;
}

.user-achievement-dialog .dialog-main .close:before {
  content: "×";
}

.user-achievement-dialog .dialog-main .close:hover {
  color: #666;
}
.department-dropdown-dialog {
  height: 340px;
}
.questionaire-poster .userNameSetter {
  margin: 0 15px 15px;
}
.questionaire-poster .userNameSetter .isAnonymous {
  float: right;
  cursor: pointer;
  height: 42px;
  line-height: 42px;
  text-align: right;
  font-size: 18px;
  color: #999999;
  position: relative;
  z-index: 9;
}
.questionaire-poster .userNameSetter .isAnonymous .check-box .input {
  vertical-align: -3px;
  border-radius: 50%;
  border-width: 2px;
}
.questionaire-poster .userNameSetter .isAnonymous .check-box:hover .input {
  border-color: #e1e1e1;
}
.questionaire-poster .userNameSetter .isAnonymous .check-box.checked .input {
  background: #2196f3;
  border: 1px solid #2196f3;
}
.questionaire-poster .userNameSetter .isAnonymous .check-box.checked .input:before {
  display: none;
}
.questionaire-poster .userNameSetter .isAnonymous .check-box.checked .i_check {
  display: block;
  border-width: 0 0 2px 2px;
  border-color: #fff;
  width: 8px;
  height: 4px;
  border-style: solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 4px;
}
.questionaire-poster .userNameSetter .userNameWrap {
  margin-right: 110px;
  position: relative;
}
.questionaire-poster .userNameSetter .avat {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.questionaire-poster .userNameSetter .avat .img {
  width: 42px;
  height: 42px;
}
.questionaire-poster .userNameSetter .userName input {
  height: 42px;
  padding: 6px 13px;
  color: #333;
  font-size: 18px;
}
.questionaire-poster .userNameSetter .userName {
  height: 42px;
}
.questionaire-poster .userNameSetter .userName.fake {
  display: none;
  line-height: 30px;
  height: 30px;
  padding: 6px 0;
  color: #333;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.questionaire-poster .userNameSetter.lite .userNameWrap {
  padding: 0;
  margin: 0;
}
.questionaire-poster .userNameSetter.lite .isAnonymous,
.questionaire-poster .userNameSetter.lite .avat {
  display: none;
}
.questionaire-poster .userNameSetter.hasIdentity .userNameWrap {
  padding-left: 48px;
}
.questionaire-poster .userNameSetter.hasIdentity .avat {
  display: block;
}
.questionaire-poster .userNameSetter.hasIdentity .userName {
  display: none;
}
.questionaire-poster .userNameSetter.hasIdentity .userName.fake {
  display: block;
}
.wx-share {
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
.wx-share .wx-share-icon .icon-share {
  cursor: pointer;
  width: 0.2rem;
  height: 0.2rem;
  display: inline-block;
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/icon_share.922f50d2.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.wx-share-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
.wx-share-overlay .share-arrow {
  position: absolute;
  width: 0.6rem;
  height: 0.55rem;
  background-size: cover;
  background-repeat: no-repeat;
  right: 0.35rem;
  top: 0.07rem;
  display: block;
}
.wx-share-overlay .share-info {
  font-size: 0.23rem;
  line-height: 1.5;
  color: #fff;
  position: absolute;
  top: 0.8rem;
  right: 0.3rem;
  text-align: left;
  padding-left: 0.3rem;
}
.top-bar-logo {
  cursor: pointer;
  height: 0.3rem;
}
.top-bar-logo img {
  max-width: 1.2rem;
  max-height: 0.3rem;
  vertical-align: middle;
}
.split-menu-item {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  width: 100%;
  display: block;
  border-bottom: 0.01rem solid #eee;
}

.contact-us-item .telphone-number {
  display: inline-block;
  line-height: 0.24rem;
}
.contact-us-item a {
  display: block;
  position: relative;
  padding-left: 0.3rem;
}
.contact-us-item a:before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/tel.524d3cb6.png) no-repeat;
  background-size: cover;
  width: 0.24rem;
  height: 0.24rem;
  top: 0.1rem;
  left: 0rem;
}
.contact-us-item a.mail:before {
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/mail.03550ca7.png);
  width: 0.24rem;
  height: 0.24rem;
  top: 0.1rem;
  left: 0rem;
}
.lang-switch-menu-item {
  cursor: pointer;
}
.lang-switch-menu-item .item-value {
  float: right;
  height: 0.44rem;
  font-size: 0.14rem;
}
.lang-switch-menu-item .item-value:after {
  clear: both;
}

.cover-page.lang-switch-panel-cover-page .cover-page-content {
  position: relative;
  height: 100%;
  overflow-y: auto;
}

.lang-switch-panel .panel-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.lang-switch-panel .lang-switch {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  width: 100%;
  background: #ffffff;
}
.lang-switch-panel .lang-header-container {
  padding: 0 0.15rem;
}
.lang-switch-panel .lang-switch-header {
  line-height: 0.45rem;
}
.lang-switch-panel .lang-list {
  padding: 0 0.15rem;
  border-top: 0.1rem solid #eee;
}
.lang-switch-panel .lang-item {
  color: #222222;
  font-size: 0.17rem;
  line-height: 0.56rem;
  border-top: 0.01rem solid #eee;
  cursor: pointer;
}
.lang-switch-panel .lang-item:first-child {
  border-top: none;
}
.lang-switch-panel .is-checked {
  float: right;
  line-height: 0.56rem;
}
.lang-switch-panel .is-checked:before {
  content: "";
  display: inline-block;
  border: solid #007aff;
  margin: 0.02rem auto;
  width: 0.1rem;
  height: 0.05rem;
  border: solid #007aff;
  border-width: 0 0 0.03rem 0.03rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.lang-switch-panel .lang-item:after {
  content: "";
  clear: both;
}
.cover-page.user-menu-panel-cover-page .cover-page-content {
  position: relative;
  height: 100%;
  overflow-y: auto;
}

.user-menu .user-info {
  transition: opacity 0.5s linear 0s;
  opacity: 0;
}
.user-menu .user-info.show {
  cursor: pointer;
  color: #757575;
  opacity: 1;
}
.user-menu .user-info-wrap:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.05rem solid transparent;
  border-right: 0.05rem solid transparent;
  border-top: 0.05rem solid #838f97;
  position: absolute;
  margin-left: 0.2rem;
  margin-top: -0.15rem;
}

.user-menu-panel.hidden {
  visibility: hidden;
}
.user-menu-panel .panel-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.user-menu-panel .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.15rem;
  cursor: pointer;
}
.user-menu-panel .close-btn:before {
  content: "";
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/close.4ec09d90.png) no-repeat center;
  background-size: contain;
}
.user-menu-panel .user-menu-content {
  position: absolute;
  box-sizing: border-box;
  min-height: 0.46rem;
  top: 0;
  width: 100%;
  background: #ffffff;
  padding: 0.25rem 0.15rem;
}
.is-pc .user-menu-panel .user-menu-content {
  top: 24px;
}
.user-menu-panel .user-menu-item {
  font-size: 17px;
  line-height: 0.44rem;
  display: block;
  width: 100%;
  cursor: pointer;
}
.user-menu-panel .user-menu-item a {
  color: #222222;
  display: block;
}
.user-menu-panel .panel-user-card {
  display: block;
  color: #222222;
  margin-top: 0.25rem;
  margin-bottom: 0.2rem;
  min-height: 0.6rem;
}
.user-menu-panel .panel-user-card-wrap {
  position: relative;
  padding-left: 0.7rem;
}
.user-menu-panel .panel-user-card .panel-user-action {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -0.1rem;
  right: 0;
  font-size: 0.14rem;
}
.user-menu-panel .panel-user-card .panel-user-avatar {
  position: absolute;
  top: 0;
  left: 0;
}
.user-menu-panel .panel-user-card .panel-user-info {
  line-height: 1.5;
}
.user-menu-panel .panel-user-card .panel-user-info .panel-user-name {
  margin-top: 0.1rem;
  font-size: 0.2rem;
  margin-right: 0.9rem;
}
.user-menu-panel .panel-user-card .panel-user-info .panel-user-acc {
  font-size: 0.16rem;
  color: #757575;
}
.unread-count-menu-item .unread-message-count {
  float: right;
  height: 0.44rem;
  line-height: 0.44rem;
}
.unread-count-menu-item .unread-message-count:after {
  clear: both;
}
.unread-count-menu-item .system-red-spot {
  display: inline-block;
  background: #dd2c00;
  border-radius: 0.15rem;
  min-width: 0.1rem;
  min-height: 0.2rem;
  font-size: 0.12rem;
  color: #fff;
  overflow: hidden;
  font-weight: 700;
  line-height: 0.2rem;
  text-align: center;
  padding: 0 0.05rem;
  vertical-align: middle;
}
.mini-app-bar {
  z-index: 150;
  position: absolute;
  top: 0;
  font-size: 17px;
  line-height: 1.5;
  color: #fff;
  background: #ffbd2b;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.mini-app-plachholder {
  height: 50px;
  width: 100%;
}
.top-bar {
  background-color: #fff;
}
.top-bar .top-bar-nav {
  width: 100%;
  display: table;
  padding: 0.1rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #eee;
}
.top-bar .top-bar-nav .nav-item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 0.1rem;
}
.top-bar .top-bar-nav .nav-logo {
  text-align: left;
  width: 0.3rem;
}
.top-bar .top-bar-nav .nav-content {
  text-align: left;
  line-height: 22px;
  vertical-align: middle;
}
.top-bar .top-bar-nav .nav-action {
  white-space: nowrap;
  width: 0.3rem;
}
.top-bar .top-bar-nav .nav-back {
  padding: 0;
  white-space: nowrap;
  width: 0.01rem;
  color: #1E6EE6;
  vertical-align: middle;
}
.top-bar .top-bar-nav .nav-back .icon-arrow {
  vertical-align: -0.02rem;
}
.tip-icon {
  width: 0.16rem;
  height: 0.16rem;
  position: relative;
}
.tip-icon .icon-question-fill {
  width: 100%;
  height: 100%;
  font-size: 0.16rem;
}
.tip-icon .tip-container {
  position: fixed;
  z-index: 1000;
  min-width: 240px;
  margin-top: 10px;
  padding: 24px 15px;
  background: #fff;
  font-size: 0.14rem;
  line-height: 1.5;
  top: 100%;
  border-radius: 2px;
  box-shadow: 0 4px 12px rgba(9, 2, 4, 0.15);
  color: #222222;
  text-align: left;
}
.tip-icon .tip-container:after {
  content: "";
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #fff;
  position: absolute;
  left: 30px;
  top: -12px;
  z-index: 2;
}
.tip-icon .tip-container.right {
  left: auto;
  right: -0.3rem;
}
.tip-icon .tip-container.right:after {
  right: 0.3rem;
}
.quick-register-dialog {
  text-align: left;
}

.quick-register-dialog .mail-input-wrap {
  margin-top: 0.16rem;
}

.quick-register-dialog .phone-input .country-code-list {
  height: 1.2rem;
}

.quick-register-dialog .form.form-sign {
  margin: 0.1rem 0;
}

.quick-register-dialog .form.phone-verification .form-row {
  margin-top: 0.15rem;
}

/* */
.quick-register-dialog .dialog-title {
  padding: 0.15rem;
  font-size: 0.18rem;
  color: #222222;
}

/* */
.quick-register-dialog-main {
  padding: 0 0.15rem;
  font-size: 0.14rem;
}

/* */
.quick-register-dialog-main .configurable-header {
  height: 0.36rem;
}

.quick-register-dialog-main .header-logo img {
  height: 0.36rem;
}

.quick-register-dialog-main .btn-next-step {
  display: block;
  font-size: 0.15rem;
  color: #fff;
  background: #1E6EE6;
  padding: 0.1rem 0.15rem;
}

/* */
.quick-login-tip {
  margin-top: 0.1rem;
}

.quick-login-tip p {
  line-height: 1.5;
  font-size: 0.14rem;
  color: #646464;
}

/* */
.quick-register-dialog-main .passwd-info {
  text-align: center;
  margin-bottom: 0.4rem;
}

.quick-register-dialog-main .passwd-info .title {
  color: #ff9800;
  font-size: 0.23rem;
  margin-top: 0.15rem;
  margin-bottom: 0.1rem;
  line-height: 0.26rem;
}

.quick-register-dialog-main .passwd-info .desc {
  font-size: 0.14rem;
  color: #757575;
  line-height: 1.5;
}
/* phone validate */
.mail-wrap {
  position: relative;
  text-align: left;
  font-size: 0.18rem;
}

.mail-wrap .domain-wrap {
  width: 100%;
  position: absolute;
  z-index: 2;
  background: #fff;
  margin-bottom: 1rem;
}

.mail-wrap .domain-wrap li {
  list-style: none;
  border-bottom: 0.01rem solid #bdbdbd;
  cursor: pointer;
  padding: 0.15rem 0;
  /*height: 0.49rem;*/
  box-sizing: border-box;
}

.mail-wrap .input-tooltip {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.11rem;
}

.icon-entity.entity-tooltip {
  width: 0.15rem;
  height: 0.15rem;
}
/* phone validate */
.password-wrap {
  position: relative;
}

.password-wrap .input {
  padding: 0.06rem 0.43rem 0.06rem 0;
}

.password-wrap .toggle-visible-wrap {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.11rem;
}

/*  */
.icon-entity.entity-password-switch {
  width: 0.15rem;
  height: 0.15rem;
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/pswd-toggle.65e7ae59.png);
}

.icon-entity.entity-password-switch.close {
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/pswd-toggle-close.23a75f47.png);
}
/* phone validate */
.phone-input .form-row {
  position: relative;
  margin: 0.16rem 0 0 0;
}

.phone-input .country-code-selector {
  position: relative;
  width: 0.8rem;
  z-index: 9;
  text-align: left;
}

.input.lined input {
  padding-left: 0;
  padding-right: 0;
  font-size: 0.18rem;
  border-radius: 0;
  border-width: 0 0 0.01rem;
}

.input.lined input:focus {
  outline: none;
  box-shadow: none;
  border-color: #1E6EE6;
}

.phone-input .form-row.country-code-select {
  margin-bottom: -0.57rem !important;
}

.phone-input .country-code-selector .flag {
  display: inline-block;
  vertical-align: middle;
  width: 0.16rem;
  height: 0.11rem;
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/country_flag.547c27f4.png) no-repeat;
}

/*  */
.phone-input .country-code-selector .current {
  height: 0.4rem;
  line-height: 0.4rem;
}

.phone-input .country-code-selector .current .flag {
  margin-left: 0;
  margin-right: 0.2rem;
  position: relative;
}

.phone-input .country-code-selector .current .flag:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.1rem;
  width: 0;
  height: 0;
  border: 0.03rem solid transparent;
  border-top-color: #2a5caf;
  position: absolute;
  right: -0.14rem;
  top: 0.04rem;
}

.phone-input .country-code-selector .current .country-code {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.17rem;
  color: #333;
  position: relative;
  height: 0.28rem;
  margin: 0.07rem 0;
  line-height: 0.26rem;
  border-right: 0.01rem solid #e0e0e0;
  padding-right: 0.1rem;
  margin-right: -0.2rem;
}

.phone-input .country-code-selector .current .country-code:before {
  content: "+";
}

/*  */
.phone-input .country-code-selector.active {
  width: auto;
}

.phone-input .country-code-selector.active .country-code-list {
  display: block;
}

.phone-input .country-code-selector.active .current:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 1000%;
  left: 0;
  top: -300%;
}

/*  */
.phone-input .country-code-list {
  overflow-y: scroll;
  height: 2rem;
  background: #fff;
  width: 100%;
  display: none;
  position: absolute;
  top: 0.4rem;
  left: 0;
  right: 0;
  border: 0.01rem solid #ccc;
  box-sizing: border-box;
  border-radius: 0;
  margin-bottom: -0.01rem;
  -webkit-overflow-scrolling: touch;
}

.phone-input .country-code-option {
  padding: 0.06rem 0.14rem 0.06rem 0.2rem;
  position: relative;
}

.phone-input .country-code-option.active {
  background: #eee;
}

.phone-input .country-code-option .flag {
  position: absolute;
  left: 0.14rem;
  top: 0.08rem;
}

.phone-input .country-code-option .country-name {
  color: #333;
  margin-right: 0.05rem;
}

.phone-input .country-code-option .country-code-data {
  color: #737373;
}

/*  */
.phone-input .phone-number {
  position: relative;
  z-index: 8;
}

.phone-input .phone-number input {
  padding-left: 0.9rem;
  padding-right: 0;
  height: 0.41rem;
  box-sizing: border-box;
  width: 100%;
}

.phone-input .input-tooltip {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.11rem;
}

.phone-input .input-tooltip .icon-entity {
  width: 0.16rem;
  height: 0.16rem;
}
.form.phone-verification {
  text-align: center;
}

.phone-verification .verify-code-input {
  text-align: center;
  font-size: 0.23rem;
  width: 1.25rem;
  margin: 0 auto;
  padding-bottom: 0;
}

.phone-verification .verify-info {
  margin-top: 0.15rem;
}

.phone-verification .verify-info-panel {
  text-align: center;
  font-size: 0.14rem;
  color: #757575;
}

.phone-verification .verify-info-panel .title {
  color: #ff9800;
  font-size: 0.23rem;
  text-align: center;
  margin-top: 0.15rem;
  margin-bottom: 0.1rem;
  line-height: 0.26rem;
}

.phone-verification .re-send-btn {
  display: inline-block;
  vertical-align: middle;
  padding: 0.12rem;
}

.phone-verification .form-info {
  margin-top: 0.15rem;
  font-size: 0.14rem;
  color: #999;
}
.teacher-info-box .teacher-info {
  width: calc(100% - 1rem);
  float: left;
  cursor: pointer;
}
.teacher-info-box .teacher-info .teacher-avatar {
  width: 0.4rem;
  float: left;
}
.teacher-info-box .teacher-info .teacher-wrapper {
  padding-left: 0.52rem;
}
.teacher-info-box .teacher-info .teacher-wrapper .wrap-top {
  height: 0.2rem;
  line-height: 0.2rem;
  padding-bottom: 0.05rem;
  display: -webkit-flex;
  display: flex;
}
.teacher-info-box .teacher-info .teacher-wrapper .wrap-top .user-name {
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
  overflow: hidden;
  padding-right: 0.03rem;
  height: 0.22rem;
}
.teacher-info-box .teacher-info .teacher-wrapper .wrap-top .user-name-role-holder {
  margin-left: 0.1rem;
  white-space: nowrap;
  -webkit-flex: 1;
          flex: 1;
}
.teacher-info-box .teacher-info .teacher-wrapper .wrap-top .user-name-role-holder .user-name-role {
  height: 21px;
  font-size: 13px;
  line-height: 19px;
  padding: 1px 6px;
}
.teacher-info-box .teacher-info .teacher-wrapper .wrap-bottom {
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #757575;
}
.teacher-info-box .teacher-fllow {
  float: right;
  margin-top: 0.1rem;
}
.teacher-info-box .teacher-fllow .btn-mind {
  padding: 0.04rem 0.14rem;
  outline: none;
  float: right;
  border-radius: 0.04rem;
  background: #fff;
  color: #ffab00;
  cursor: pointer;
  border: 1px solid #ffab00;
  box-shadow: none;
  font-size: 0.14rem;
  line-height: 0.21rem;
}
.teacher-info-box .teacher-fllow .btn-mind.followed {
  color: #ccc;
  border: 0.01rem solid #ccc;
}
.share-card-container {
  padding: 0.24rem 0.3rem;
  min-height: 4.68rem;
}

.share-card-container p {
  font-size: 0.16rem;
  color: #000000;
  line-height: 0.19rem;
  padding: 0.16rem 0;
}

.share-card-container .image-wrap {
  max-width: 7.2rem;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0 0.01rem 0.02rem 0 rgba(0, 0, 0, 0.06);
  border-radius: 0.02rem;
}

.share-card-container .image-wrap img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.share-card-container img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.share-page .share-header {
  position: relative;
  background: #fff;
}
.share-page .share-header .share-header-wrap {
  height: 0.45rem;
  line-height: 0.45rem;
  box-shadow: 0 0.01rem 0.03rem #c0c0c0;
}
.share-page .share-header .header-action-back {
  position: absolute;
  top: 0;
  left: 0.15rem;
  height: 100%;
}
.share-page .share-header .header-action-back .icon {
  vertical-align: -0.02rem;
  cursor: pointer;
}
.share-page .share-header .header-action-back .icon a {
  font-size: 0.15rem;
  color: #757575;
}
.share-page .share-header .header-action-right {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0.15rem;
  height: 100%;
  color: #1E6EE6;
}
.share-page .share-header .header-action-right.disabled {
  color: #757575;
}
.share-page .share-header .header-title {
  text-align: center;
}
.share-page .share-header .header-title .title {
  font-size: 0.17rem;
}
.share-page .share-body.has-theme {
  height: calc(100vh - 1.39rem);
}
.share-page .share-body.has-theme .share-card-container {
  min-height: 100%;
  height: 100%;
  box-sizing: border-box;
}
.share-page .share-body.has-theme .share-card-container .image-wrap {
  background-color: transparent;
  height: 100%;
}
.share-page .share-body.has-theme .share-card-container .image-wrap img {
  max-height: 100%;
  margin: auto;
}
.share-page .share-body.full-screen .share-card-container .image-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
}
.share-page .share-body.full-screen .share-card-container .image-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
}
.share-page .theme-bar {
  padding: 0.1rem;
  overflow-x: auto;
  white-space: nowrap;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.share-page .theme-bar li {
  margin-right: 0.1rem;
  width: 0.7rem;
  height: 0.7rem;
  position: relative;
  display: inline-block;
  background-color: aqua;
  cursor: pointer;
  border: 0.01rem solid #e0e0e0;
  background: center no-repeat;
  background-size: cover;
}
.share-page .theme-bar li.active {
  border: 0.01rem solid #ffbd2b;
}
.share-page .theme-bar li .icon-right {
  width: 0.2rem;
  position: absolute;
  top: 0.05rem;
  right: 0.05rem;
}

@media screen and (min-width: 1025px) {
  .share-page .theme-bar {
    width: 6.18rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 500px) {
  body.locale-es .share-page .header-title.has-right {
    display: none;
  }
  body.locale-fr .share-page .header-title.has-right {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  body.locale-en .share-page .header-title.has-right {
    display: none;
  }
  body.locale-fr .share-page .header-title.has-right {
    display: none;
  }
  body.locale-jp .share-page .header-title.has-right {
    display: none;
  }
  body.locale-es .share-page .header-title.has-right {
    display: none;
  }
}
.scroll-fixed .children-holder {
  height: 0.45rem;
  width: 0.01rem;
  display: none;
}
.scroll-fixed.is-fixed .children-holder {
  display: block;
}

@media screen and (min-width: 1025px) {
  .scroll-fixed .doc-fixed {
    width: 698px;
    left: 50%;
    margin-left: -350px;
  }
}
.m-enterprise-expire-tips {
  padding: 0.12rem;
  background: linear-gradient(0deg, rgba(250, 180, 0, 0.1), rgba(250, 180, 0, 0.1)), #FFFFFF;
  border-bottom: 0.01rem solid rgba(250, 180, 0, 0.24);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  position: -webkit-sticky;
  position: sticky;
  top: 0.5rem;
  z-index: 200;
  width: calc(100% - 0.24rem);
}
.m-enterprise-expire-tips .expire-tips-content {
  font-size: 0.15rem;
  line-height: 0.23rem;
  color: #222222;
}
.m-enterprise-expire-tips .expire-tips-content .expire-tips-link {
  color: #EAA900;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
}
.m-enterprise-expire-tips .icon-purchase-more {
  width: 0.18rem;
  height: 0.18rem;
  display: block;
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/icon-purchase-more.4a3a0b67.png) no-repeat;
  background-size: contain;
}
.m-enterprise-expire-tips .expire-tips-close {
  margin-left: auto;
  -webkit-flex: none;
          flex: none;
  width: 0.2rem;
  height: 0.2rem;
}
.m-enterprise-expire-tips .expire-tips-close .expire-icon-tips-close {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/icon-close.bdc5ef2b.png) no-repeat;
  background-size: contain;
}
.media-time-display {
  color: #999;
}
.play-tool-speed .menu-item.active .icon-select {
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/icon-select.2bf5bdb1.png) no-repeat 0 0.01rem;
  background-size: 0.14rem 0.1rem;
}

.play-tool-speed {
  display: inline-block;
  position: relative;
  height: 100%;
  vertical-align: top;
  cursor: pointer;
  text-align: right;
}

.play-tool-speed .selected-item {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.play-tool-speed .play-speed-menu {
  position: absolute;
  top: 0.4rem;
  left: -0.4rem;
  width: 1.2rem;
  background: #ffffff;
  box-shadow: 0.01rem 0.04rem 0.1rem #e8e8e8;
  text-align: left;
  z-index: 10;
}
.play-tool-speed .play-speed-menu.align-bottom {
  z-index: 111;
  top: auto;
  bottom: 0;
}

.play-tool-speed .play-speed-menu .menu-list {
  padding: 0.05rem 0.1rem;
  list-style: none;
  margin: 0;
}

.play-tool-speed .play-speed-menu .menu-item {
  height: 0.34rem;
  line-height: 0.34rem;
  cursor: pointer;
}

.play-tool-speed .play-speed-menu .icon-select {
  display: inline-block;
  vertical-align: middle;
  height: 0.15rem;
  width: 0.15rem;
}

.play-tool-speed .play-speed-menu .menu-text {
  margin-left: 0.1rem;
  color: #333333;
  text-decoration: none;
}
.range-slider {
  height: 0.03rem;
  position: relative;
  cursor: pointer;
  background: #ccc;
  text-align: left;
  z-index: 98;
}
.range-slider .range-slider-bar {
  position: absolute;
  height: 0.03rem;
  left: 0;
  width: 0;
  max-width: 100%;
}
.range-slider .range-slider-processed {
  min-width: 0.08rem;
  background: #ffb91f;
}
.range-slider .range-slider-buffered {
  background: #e5e5e5;
}
.range-slider .range-slider-dragger {
  position: absolute;
  right: 0;
  width: 0.1rem;
  height: 0.1rem;
  padding: 0.2rem;
  margin-top: -0.23rem;
  margin-right: -0.22rem;
}
.range-slider .range-slider-dragger:after {
  content: "";
  display: block;
  background: #ffb91f;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
}

.media-indicator .range-slider {
  height: 0.03rem;
  background: #ccc;
}
@charset "UTF-8";
.play-control {
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  -ms-touch-callout: none;
  -o-touch-callout: none;
  touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  /* 字幕开关 */
}
.play-control .media-control {
  vertical-align: middle;
  text-align: left;
  border-bottom: 0.01rem solid #e8e8e8;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  box-shadow: 0 none;
  background: #f6f6f6;
  position: relative;
  color: #999;
}
.play-control .media-control .toggle-media-play,
.play-control .media-control .media-time,
.play-control .media-control .media-speed,
.play-control .media-control .toggle-media-fullscreen {
  display: inline-block;
  padding: 0.1rem;
  vertical-align: middle;
}
.play-control .media-control .media-time {
  padding: 0.1rem 0;
}
.play-control .media-control .slider {
  z-index: 99;
}
.play-control .media-control .icon {
  width: 0.35rem;
  height: 0.35rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 999px 999px;
  cursor: pointer;
}
.play-control .media-control .icon.icon-play {
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/play_btn.08056ba1.png);
  background-position: center;
}
.play-control .media-control .icon.icon-pause {
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/pause_btn.f53e4519.png);
  background-position: center;
}
.play-control .media-control .icon.icon-fullscreen {
  width: 0.18rem;
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/fullscreen.e7200049.png);
  background-position: center;
}
.play-control .media-control .icon.icon-fullscreen-smaller {
  width: 0.2rem;
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/fullscreen_smaller.4f7a1dd4.png);
  background-position: center;
}
.play-control .media-control .toggle-media-fullscreen,
.play-control .media-control .media-speed {
  float: right;
}
.play-control .media-control .media-speed {
  line-height: 0.37rem;
  margin: 0.09rem;
  padding: 0 0.1rem;
}
.play-control .media-control .media-speed .icon {
  width: 0.15rem;
  height: 0.15rem;
}
.play-control .u-subtitle-set {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
          align-items: center;
  margin: 0.09rem 0;
  padding: 0.06rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  float: right;
  cursor: pointer;
}
.play-control .u-subtitle-set i {
  margin-left: 0.08rem;
  width: 0.36rem;
  height: 0.26rem;
  background-image: url(data:image/png;base64,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);
  background-size: contain;
}
.play-control .u-subtitle-set.active i {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAAA0CAYAAAApDX79AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAn2SURBVHgB7VtrbBxXFT5zZ2bX78fasWvH8at2ExKVRET9AQ2tRVWE4gQiIJEgVWuEhJJK/OAlUfiRhD8UQVuKUpUfIJOqBQkratVHApFpjRREg+WC1CqtWtM4iVMnje31e23vzFzOuXPv7N21EzV4Z3dd9dhn78zsPL/5zrnnnnsW4BNZ/8I5NzLW1aKR8Z1xo2P+X2FQwKKAMAxDPTCTGiwfO3ZMLB89elRsp5b2JYF0wOBjIRIIodoyPbyJapF2dXVRa5Pu3LlTtNo2S+5rStAUoOtfdHBQ2f79+wUoEoSI1Chqka6tra36Ou1jgwaWYpd2/vUlkv7i5hUo4D+gAEQCUCK1DLW8tra2PBaLVdCyVNpeKpX2K966dWtEMQzSGfWRXUshoElvFqTPIGH4UMbQ0JCl1knru59psTfetccwI3eCFd1lgFGJB1WKPTif5ty9xD3vEjiJs/NXBl+Ov/Lgxfr6eu/atWse7uHhOT08J8cXwPv6+uiNcP9Qce0bOqi8ASQdqbqHAJyOjg42Pz9vjo2NCWA2fufNg8yu+KZh2rvgFoR7zpveYvzpK7/b/hyuuqgentsbHh4mwDiyyUPl/q0IkFY9Tz4ZJJhz4MABhm9U76HIxFj9wdfujcQ6nzIM1gxrEM69S15i4lENKAEW+Axyuf+mgt0zjzchx0L3I7tmYVbnzp1TbBEONXbPT2O1u3t/ZpU1PG4oE1qD0DmYXdpd8ZnD1WZVbGjx/YEl2o7+iTc3Nxv9/f30kmBgYGD14yGHovkaXQVjUK26L59oi7Z84VnDMO+EEITYtHTxb3s/fPGhC7jqIEju+fPnFZs87R4DJuU0UCRs0O7TunLwAbKrBTj3vRQWOP71WTNdo27P79uxF7QQHBEvafdjZPqimzLoly/FuxgzH0JAu3DXVsiC4FsUb4l7LqoHrutAYsmFk/9mMLuUG0Jz7rw1O/j43qnXfz2OIYRTUlLibdu2zUXlR44c4TqDVr0jAsY0WW+2QEndmGAxeK4rlj0Eh/TsMMBbY7l1h25y7rdXnr7jEVxM0iqGAS6FAZBy4AKkFSb22KnpJ0zTfC374KBtgyGDQu6DhCx6e4znHBwS0y47VP/Aq/eA3zkwBMeg+AtSpBGtpR/02CvTvfgQPRCKICie5zMHWxCtC29ctiBfEqnqPI7NDozIOZoZR5Ac+ZWhuv+AQQjOEdzQAyFI2kha+h8C552rkDO/s5oYzNzU2HPu4OTkJBsdHVUOmzID4N8q92n089Px1ig3L0BIkumYye84yWU4+R8bJhbyO9rhXvIfl4+37EMWLSNQwh9JFf5IMAjB6YWwRbLII9NCnUl4eQeHxGD23Q1ffLKFWIRjNzHqx9RJ4IcYsQcXuiAk0c2LC9/DRTsymXvHfCNhzV1fogYHtiI2w6g6eHMs4rEeCFH0YY7483znPDZdOGkZZhZRcBoEjRhhq4QdWOiY74WQRfgfYpJofRbNLRdQttcu+Rx+GtXV1RCJRALzIqE+dgeEKClgOPiLPkj57L0yBYcgNCg24vE4MciVpkbDIhEHVUFIkp4o14BCM1t2CyjzaRgVGAcxy7IEg8bHx4WJKYBCvK7qvLj8VxF84c0wLCwsUJMWRVPL8KYvQmiykiWKVBGzgEDifAY/jfLycsBRvtiEww7xDcOhRWgB4mpigO+LIlYBAeQlR4uLi43Z2dlgkxy4Ak2y/R1CkjQfpPp7avH/tjIHCkW4tzyaSCR4RUUFR/+jNgs/xHDgOAAhiprRkdkoUH+xEhcKRdxE/J/Y8JkZsjTgmCNSb5azH+2tHsCFAQhJGPOZo3w1MYiA2lS5DIUii++fPgOpPBCMjIwA6Pkg13WPQQii0peGBIWnQjCowKnA+rIk5F3c5fOJwV9cxiVeVVW1opsVABGL0F+EAhKAIg7mVpiJRs0oMBPbb48tQb7Fif+3F/2PmFycmpoKwKEJRmqDeP8H3ZVHMSlxArIuRopJIKJWocy0oLN2GUojefRFbvLKB3+8rw9keoMSZ9TSLKycfU1Puf5wd2VPtpmkejLBImIPqWkGQN3dPAf5Emfy3SexexfsQfNyMeUh/BB28WoXvmLESEzCZ/oWLo5AFkRNgymzEuyRpmZiaN9Q7sKW2gTkWpz5a3/44E/396F5ORggknl5DQ0NHo7kPcwHBb3YTQdET5ya2Ydh3T7cbQc+43ZYg3CZg6asInYKIqvoOknMLC5BYtGBM8OVEF/MTX6ao2lNnjm8Z/69UxT0UHea3LBhQ/L69etkahSgBVPSN72j7+2ueAGbF2DtImiEb4ZhtKoqN2wMzCzHcaI4DrJrP/9IW/GnDz1nmPZGCFEInNk3jh90L786Cf6UjwAEwRGmRuxBVVVt2anj+wgSdPDoAE0ESEw1Y/7FwhSDqt+J1O76cVvx9sPPhgaSu/T2zNBTD0+9/isaXgnm4D0kcQTvYIqDgPI0XX1eLCQRJSaUPmhvbyc7F5UVCE5AaWrHzz56YeIvD3/Fnbv6DGRZkvNXT4z/9dADCM4IpJjj0D2oGiLs2oP5eUWeXCZl9EKpoNSF5shx/GOVlZVZOOyxydyi0agd++qLX7drtnwXmN0IaxAyqaWL/T/58OVv03AiKZXY40Dq5egzGWnBYq6rO1RxgJg96OjoMIeHh1XJnWgxcWUhSBG13vCN01+zY5sfBLNoyy1cCnhybtCZeO/5sT93n0TAHbyus7i4SIAI9uCLcfDFCLOiuIeYrVWe3XxuPmwhoGThlF40lQaUpmK95rPfb7Lbuu+3yhvvYla0EacbNmKsUC4egnuzHndn+dL0v9yFiXcW3n2+f3rwNzR8IJMR5ovAOwi8Yo1ijifn5JVpefIF5i8XQ+Cook1ZsBlBJlHlajH4hZiUH65BrUMl89qE2op6O2on6h2om9GxEqNIP0UtsmQzKn3fiW17UVFRqzyWzlGHsU6NPHeZvBYVhoriTtAqYaEQRKtqVaW+dKMKJKpSpQepBh+oetTbUJvwoZtRW3C5lQAgIHC5TWorajNGxgQK9YKN8lhKEVbLithSWTFL17LltVkhlgcbOkiopiwEJ99ThBGtKvetRFFA0YPWlZaWElikjZo2yG2kdejwN8hjaEJCsEaeMyqvoUxXVegXrKjplQAkWdesisXpoUqpJhr8B62SgMWkEgg1GHCKdfmdAEUeI2qmJWtUgbkCZ/0UlqsbXQUowSjUYskAemBRSK5UApFZTF7S1NSk/IwARp5P+BstQC58cDQJ6hYVUJDqyRSr9J8hFBMISrXtyowikN4TKids5HAEkVXR36oeTAZgrfYjFqX6d6D9oEU7hyF70HUJTiAZfiGTVUGhuWplT7QCCLWe8QOZW5Z1gaYWgaf9huwG+4o6Z20/2rHwpnI/LvI/SlaFfbGLdu4AAAAASUVORK5CYII=);
}

.is-fullscreen .umu-subtitle-container {
  font-size: 0.24rem;
  line-height: 0.36rem;
}

@media screen and (max-width: 700px) {
  .is-fullscreen .umu-subtitle-container {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
.nav-bar.one-line {
  text-align: center;
  height: 0.54rem;
  line-height: 0.54rem;
  background: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0.4rem;
  position: relative;
  font-size: 0.16rem;
  color: #39362f;
}
.nav-bar.one-line .title {
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav-bar.one-line .nav-center-title {
  position: absolute;
  left: 0.4rem;
  right: 0.4rem;
  margin: auto;
  color: #222222;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.54rem;
}
.nav-bar.one-line .icon.icon-arrow-black {
  height: 0.18rem;
  width: 0.18rem;
}
.nav-bar.one-line > .back-btn {
  width: 0.4rem;
  position: absolute;
  left: 0.16rem;
  z-index: 10;
  height: 0.54rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.nav-bar.multiple-lines {
  text-align: left;
  background: #fff;
  position: relative;
  font-size: 0.16rem;
  color: #39362f;
  padding: 0.16rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.nav-bar.multiple-lines .nav-center-title {
  color: #222222;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 1.4;
}
.nav-bar.multiple-lines > .back-btn {
  width: 0.4rem;
  z-index: 10;
}

.nav-shadow {
  border-bottom: 0.01rem solid #f5f5f5;
}

.nav-bar .icon-previous {
  margin-bottom: 0.05rem;
}
.more-text {
  font-size: 0.14rem;
  position: relative;
}
.more-text .text-content {
  overflow: hidden;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
}
.more-text .text-content .text {
  white-space: pre-line;
  word-break: break-word;
}
.more-text .btn-fold {
  border: 0 none;
  padding: 0;
  background: transparent;
  outline-style: none;
  margin-top: 0.05rem;
  cursor: pointer;
  font-size: 0.14rem;
}
.more-text .btn-fold i {
  font-size: 0.2rem;
  margin-left: 0.05rem;
}
.more-text .btn-fold.fold i {
  vertical-align: -0.04rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.more-text .btn-fold.unfold i {
  vertical-align: -0.06rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.more-text.follow .text-content {
  display: block;
}
.more-text.follow .fold-follow {
  background-color: #ffffff;
}
.more-text.follow .fold-follow.fold {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 0.1rem;
}
.more-text.follow .fold-follow.unfold {
  margin-left: 0.05rem;
}
.more-text .wall {
  position: absolute;
  display: inline-block;
  width: 0.3rem;
  height: 0.23rem;
  line-height: 0.23rem;
  vertical-align: middle;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.more-text .wall.ahead {
  left: -0.3rem;
}

.range-slider{width:100%;height:3px;background:#d9d9d9;position:relative;cursor:pointer}.range-slider .progress-bar{height:2px;display:inline-block;position:absolute;left:0;background:#ffbd2b;pointer-events:none;padding-left:5px;padding-right:5px;box-sizing:border-box}.range-slider .progress-dragger{touch-action:none;width:12px;height:12px;display:inline-block;position:absolute;top:-5px;right:0;border-radius:50%;background:#ffbd2b;pointer-events:auto}.audio-player{font-size:12px;padding:16px;display:table;table-layout:fixed;text-align:center;width:100%;box-sizing:border-box;background:#fff;border:1px solid #ededed;box-shadow:0 1px 2px 0 rgba(0,0,0,.06);border-radius:4px;color:#757575}.audio-player .player-section{display:table-cell;vertical-align:middle}.audio-player .player-section.player-time{width:75px}.audio-player .player-section.player-progress{padding:0 10px}.audio-player .player-section.player-toggle{width:25px}.audio-player span.icon{display:inline-block;width:24px;height:24px;background-repeat:no-repeat;background-size:contain;cursor:pointer;margin-bottom:-1px}.audio-player span.icon.icon-play{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjYxQjFDNEVGREE3MTExRTg4RjU1OTU2QjIxRURCRTVDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjYxQjFDNEYwREE3MTExRTg4RjU1OTU2QjIxRURCRTVDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjFCMUM0RUREQTcxMTFFODhGNTU5NTZCMjFFREJFNUMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjFCMUM0RUVEQTcxMTFFODhGNTU5NTZCMjFFREJFNUMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz76D4EzAAACf0lEQVR42tSaT2sTQRjGn2cSPdZD1YMHhV40NamHCr3ZJh9APegH8FIP1j8FL4ItPYj3ph9A9CpI691tEQqKtIcsaQQFBXMQ8ejBCpvXyUpqrLt1N3F3ZgaWbDLD7Pvs8/52/mQpIogqJMNPkasFvHw7jkBKELRRu/KKXOrAcOnFzYMEiFeZBDqPdeBnf1fgPaDusuavWS0Am+dPYve7r89GohtwFUrdZLXRNilAxbb4sfswPviwi8uQYEfWy7fDNDNU4h1YL3/UqXMqWS/cQlHN8kJj254U8sqS8l4Eurc6eGyR1Y1v5lMofZcF7dg85OuOeBMXzadQagfyhTwDByIhb4lXvpUl5Bk6kC3kGUCcL+Q5pNBBkFcuuZVCGUBuwIEYyIccyQ06MBzkBiBOADm4AjW6kARyC1IoAnJ07mjIW2kgt8iBdJBb6MBgkFvswD7Iwet6FbjlkAN/5MukPl5351X7q9wQsDeSy7K8qFxzVMCekPsiS8plAWPYeHbCYQFh1IdcFvCO040PvS9Fp0Inus/OB45CrOdKwhusNZ/0/+qIA9zWg9ls/0DmhgBCz0rVIqpn6uTTIKpJ0eLgn6PAOU77nwA/tpl9Asi2PvQs1F9N9kS1CVKyjsNHxpMGb5ED8ZDaLSABpPYKSAipfQJSQmoRxOGuwzJ4tPS/gs/RgcEhNSugCymxgJnSyqCQmhNArIGFuV/bIs3MLlO0HdIcIc4G0iEc4Be9/jye8K7/tW+T3+oyvniJIFWYR7U0ZSL4MIT4P7rPnYYEm/ps9N+QGtibSPyyh8gj3bzSV9PSlfesf9mj97pN2NibmIIKujx85kzzjQ3z117cPwUYAMOeX8+TikqjAAAAAElFTkSuQmCC")}.audio-player span.icon.icon-pause{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkY0NDJFMjgyREE3MTExRTg4RjU1OTU2QjIxRURCRTVDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkY0NDJFMjgzREE3MTExRTg4RjU1OTU2QjIxRURCRTVDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjFCMUM0RjVEQTcxMTFFODhGNTU5NTZCMjFFREJFNUMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjFCMUM0RjZEQTcxMTFFODhGNTU5NTZCMjFFREJFNUMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz44Tg4OAAAAlElEQVR42uzawQmAMAyF4VY92VWcwhEEpxQcwSlcpd609t6ChhxC4X+QS2lIv57jU0qu5QzFyTHdgv4916qYv+Vaft+ez/4b4FwneEBQfmAQzlM9tpbLuF8NMA8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgyWjcX92VeAT9UTk/CucV8a2v27wCDAAdcBFfgZ9ZzQAAAABJRU5ErkJggg==")}.video-player{position:relative}.video-player .icon{width:40px;height:40px;display:inline-block;background-repeat:no-repeat;background-size:contain;z-index:1}.video-player .icon.icon-video-start-play{cursor:pointer;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG4AAABuCAYAAAGxXBZtAAAAAXNSR0IArs4c6QAAEkpJREFUeAHtnQn0plMdx2fUDCYy0UQhY2zRYhqhaJlUKKfFfqgspaLtdFDSaaFFWs4hJ1tSkdRxsuVYkhykDhGiEGU3GBpjyGDw7/N957nv//fe997nuc/2/t//+P/O+c1z72/5/n733vfZ7r3PfyZNapJGRkaehy1t7+MvZwVYHiPryZMnLwd3CZvFklvbbhn5V6PKzCqoDwq7sKOFHjsqN42qlpZkAO0ZkndlsuhWsoJkjgK6GT2d4xu4ugBcOTt+vHMMKCa5aBzvtk7U3wdPdo6HUnmDZ+BHcba9chx7BRbFlIN2QWGRk9PLWWTqmyyVjMqcru+I4QxnrGOfQR3B0m41CASQ7HkjmqRfu633lbP0rvQVmTycspS+g62j3rXPpk9gPUy5z84XqC4yPt2ik7sf+UNdjSl0vEdGbjCi3iIG37SSzMEetnF6CV25cyZ0KxSsh5Wr7Bxdqr5e9YNSxu9WkC4IeVuZi2ZlLr0De4SmkqV/phGNFjOlDl9wUiPbw8miR4wfMA67RA0Hqcg/W8hEGXsJLaKuPnoCngu/Hra0C6MY7kNrZcvE0Kh2yMpTyjhdl7n6iYbdSxmHITpScH6eYf0wapYZXBEzyPTPxvQheebT38WZIrcbnI09hoJYGbbHy97KOuUM5Jg+hRFkNtGDMe0pZg57SehfM97aY1musmGB+Tzpu6eFsugIcm4szsYBF17EMHQ+QVspRQ6w7hGo2zqAIyObRbEyAx22iholKAzO1EJzjFc2Dsktxuca43d9KNCLQ0L6+3HknfEF4GSBhOwCMj1Rd38XAf2EaMA9wNB9X+OXQ3enpJQ7qID/DpD3e0CXUdevbk14R3gK3KVKPxSvFat00SIF7Dvvc5nfuhGzfrEJtF+/Nl9ifHfKt0RrjP0LeKGvMzAYKzhZ3xGj5zLDl/cpSwpcwKhbZnBf1KCEAqzlM7xr+9yKMkE/JbNJHvwoZqZ4rC+LTIC+M6sQBQg4Yjs1s99U6s6PAMGMzDZvrHre6jKQ4wMxuiLOuWeyynU6ul/cyaqgXKJjCdpfQRPsO3FcsG0SHKImWSsXRA0yhQv2kiLDBP3LimxcsM5TUZFxjv65lGuiC/aTHKAi1VQCBe/8vmMnGMaHS0HfH+cb5NTPVmuglB/VLT042SBHf1nodyqy6QGkgv0/M5/eW5lRbO47Va3nJperLBnRYXF8c9AVhWbYOhQ0SBQCcG0GEx2WDpQz0jERu8cMt3kOo0cRqzjj7Pi5mJ2VY/ti62d1hWUcr7LOlO+F3QW764/sVM+uUo90AH2ggvp7ulnUKRDkB5FA19TBnfAdmh5geHUm7ACfBd8Hh0irKzfBR8EbD03yNhESewncvUhRboq+a+MMrEz2m+W04H/oDoKTH3CwXRf+DRyju1tvHJH9a6eS0RV/5aaDg/kBgQdou0ZjEeCKQJC+G0KjQQ0YsTvrkl4Os41J+SJga3qAqrqnz/KANT2I/WEvn8WVIAH5pge0TyWgFpzI6xEvt545k9yQOPa8fVKflusQUeKX99IZ8UoTg/1j2NKKhZ5Yv816UF6p0MkzwCd05bvMM6tdJc7PbK6FgNaY8mcKHQIG+B3t4fjVhxGU7rRAKL1HPWXANe0XJoz2NoaVH33BKGqcDaNyfP4+nGpXiu8bLVhX4Rcwut0Y/tHXp9bBKNs4E3bk86lxnJ11ptx9Z/Qv6+s7B45XmPIgiz/Kkt2mYtCtnZ/fOLuOuLYzGoPj5UyOXFox7pPOz2/c1U7BcTdTHkTxO5ruyWhuakBG2b/HXRz0xfB12U/CHV4ZNCwQ4px6zm1bAFWoJtalLlkdcx3QP2GMn8s1jijxd+eNgeoUn+RfrcQ0QmBt4AX4cC4wxst5Do/mOkSUYFyU4fw9YlJLDPY0L897kwBxWt1zzB/uJNTmjMhtCy8/txaQFgRntw5jcfZN827PimT8h+a0EQulBNj9tnVZeauQbZsy4v45kEf9KzqgKwSAJerbbtpkA8H3r94ujRubjNPBAlmzWktchMDx4DpBwXsFHHrrd6H6Nx7lBOxdkcgx9FVE01Rv+IbpGy+t67YiVkytAaXGfhDbdbi5l7to4NQY0djDXPfWPOocb+ScTu29Wp1AsnrSWQ3W+r6WfZ+A5zMaCzlO0EQPTPRAzR7gHJsFfwv+G/w0HKKHEF4I7wE3Mp9SM+24OwnOga+H69AvcB6ehpLM/nVaE/HV+m3tmYDKtwKCb8k4XhUfy45GN+3/wP+AtdNEN2ItmqwDa8ZLt4c8uonbRc+XNnnGjeho2F8iPS7xJfDrUwNhq31S+8D2AwGqPbRnKl5lO8L17MbtCT8ysm9l4MwRvClwaLZaoS6pix/1B3w9RQhQ6XnGaBCjIM41gVjBr3OMW/kiQV4TCDQfWeVzNiUL8N8eiPt4im+SDeAvCwQ4I8m5ASNih16z6m6DW5pZoGFHNJBzaQjyWOTlcl5pEOsA2B0e4NFWP+gyufhPO9W2DwHU3ZaXNfC6QTfGj0ce/rRjtVm5rEHu0LP11g86yDoJbeqSyo5/KBUfp853SwZETxRDQ+R1sclNxfRlbc/xr1VaBYZmzFq7VXg5Fj0GLm0CTgd6jlPLNg7/Uw3GyWX9U+zB/4GJoWJxR2Jkp+7+mRLIt/GCumojkz42lgPOjodYXV8ZI//ZcaM+owSBF9RW/0XFXxNMQAybgNX9bJRyd9ExaI3BIXCXgkYJwi5AvPDFBJhCE+C3tCFyHTD8jzGuvPRkMPKKz6BcNzehBKUXIP7T9ww/loAdNPFwiqrnB0EShYDbxdKfRd28LNaKGhYoPJzU6ocKYINqwC83AW6PGTX2hyRMsLJF7d0s3sNlWoD9102Qnicpe+V6hfEZq6Km3bVuXuZb6ltNsj33Otu44ZlSmzTpMpNwUXFRzMA27kUxoyGXR/O2jXt6iBqxYYlcons6beMeKQHYlulp2Q6iO0oEmFNoy0nsvwh2vrcsdAwYmKtXanEhhoXfEQZCab/lzSbIfGvTHTl6rOcyilGl+44FTyx/ktjT4UqbeYhhn3/jT1X0gD54cKS16ErkAAqOld4T/YS8GHv7+m4dw57Z3q6iZMELGKpW/snbVADeywNfxep7yhhu7Bnv3GOQWPEwbPWoRIgkM4AfteCFTtaYshbmS5OHoaoeq7TY3xiB5797Fs9j4nQ+bGmDshnhbNcVKo1+UUxiaNXW0hpFPrq0rmI9KFcavcJANQzIaTUvx/TPXnC8y3Per0YujbuS2+NefnOTg+D4cs9Z1VKvIsnBShqSx5FebvlzJyF8AH7vgSwJ2Q1SRj5v9nJStdqEcQDogUE2xsYilzUD+ZxjbUqVAQstOt5TCqQBY/JYJ9AwbR6oR4B+OQC8GFn3ubRehHxv4uwYiC/R8vmeiVqAeh7LTLDtEyEqmRHHX/BwoWdWAow5gXq6Q/aOd1J/acyvihy82Ggp9MZVMAt9AD5c6BHSe9WsQpAcA/z3jWA78Wo57vVVRNncRco56sv+N8HR+Q1lgl6bCT4G3wrn0f31My+BQCZ2ESIvMemehzV9rjVtu4pEtZA+XSKt5kxJ67Ww/yhUmG2iwR+by7QGEsmuD9fdjujafAKFgdxmSjeZxN4Na3NbKmlq4yR47dLBChx6pp8LbCupSVoz2avDul3oewLNjy5gQug+jhM00QMTPTDRA+OhB1q/VrbZCVyH9YeAVoWnZ0c9eYo1iaitQWqfvnx/Cl4IPwwvyMqPcr2WbFzSUA8cA6M9+rPh98JaR34dXGkpCL8i0uDeDGsB40L4agb2IY5DSUMzcAzSNHrog/Be8Fy40al38OrQ9Tj/SsxgPlgHaNz7MlAvgrX65E/3Ixp60prOYXC7kwI5ozzQM46GalnwQPggOPkP1Zn8NUt5C3wDrK3kWiC+DdYyzWLOBt3PokR8vSHqTNbZPRPW10abwZtmrEtzFTodp68Rv8wWhSpxButDhx0AL4DL0I0Ya0OXlnlzZ5iabg3xXgV/CtZuOffXzSkWkiaJfgQ3OsfZdPty8Uhef4LAX51FFCV9bbUb3Mz0eG525ZXktTV8JvwsnEKaptyyfKQx8iBZ/SdhN6S0DBvNzK8/RqlWDkvOWlH/Bpwym6lNUbtWDta2I8mtA6cM2F+x0yP+MkG0RVeWX8JFpJ0y1b4Va6OnSEZfzv66KGv0uvYP0yN+491B+7Q09SScR/9AuWbjwcsAksD7YS0b59G3y2AuC7Z0xs6w/cYh1D+HD7ytZKF3sFNC2RjZ2ZSHYi/OwDsoC0j7v2L6I1TUk7Om7NonAs2A8xZ29ZdNirdRt5/qUESgL6bDV8Ix0qX1La0mS4ANYf+P29mETqMynMugrfZMMTj98hnbUV5Z73+7F6NUsABYL8J6tI3R2OwyqNCWsXKh47StRcviMfpoo7kRZS047w/L7NRowAgYOawAfwnWK4W+5b0U3jliPpRi8p0Fx65amqXRSkh9AmhF+Go4Ru2c4l7qBN89lkAmv4fjAfBQzrzY5pDjBnDs6iV5mW/OLPRoGZCj4BgdOmrZbokEfhtLIiDXjIb+lsHq7WZVHZ3c3glr81uI9DBT/QeI8xZwDPwP6Aa2ukCso+GqpDnG5L87Vn04ynmS09dyGvT5cmiZNYCT4QsiwHq51FLIwIh4dQbONuMvVN41sMRzApHH8vDNNjlTvpty+SsGTnoCWmKAbPGEnHxaURG8qYGz7dDXSR+Hp7SSdAIosT9iE/LK0bMu751rN+JqI6RPWsw8zReO07o++PkprNvBY/AR8GBmMkY77DyK94xWe0q7kk9wLTI4cBjrF/j2HojRyp0UrxqtLjMlLX7qYeu/tF9rbqfCG7TdOlbNHyNGbFO6NketF8ohOHAYrgXHPj/7W9EWgVCgcSbTr1wvw7cxeCI95cV+yE00LXYiTAc8uF4ZG7jVcJgRyeiuiHxZFm9N4y7PBlD7VZqmB3IAZ4V0sYHTO0RMp/2HL1TSADY7LbW0J/VBRYyC+1dig5O3WyoIFIu6jMkvpj2ntNCmvB1vwRMlNnCLSE4covrTMSHU4ZXdR2qfhadxb98ODnZkzfRn5fjPC+liA/cgxkEH5G/kWq+b5rJM2q+5I4MkWhs+Fl7cYoPfEcF+Dvm/Q7rgwJHkoxjfGHJApifOuRHdeBZfQPKb03bRbPicQTSGk0Bn21aRWNrsmz5wGcgZETDNTx4Q0Y0nsSYSToJndoZq8uQdOF47Bg3Yk5h6ig/RJeS0MKSIyvglvBTWjqQQad3oA1HnFhTEa2LKayE4X4WH4gGLPGbCeuEPkTZhza7UlTjuF0LMZHdyHNi9jlhVB04LrnvCA1vJSO1scjoHjtGpqTh9diBq9vpPMWTkZ/U5tSQglv9Xk3LS6sx0xG74LWVYDpbkv5jTAK2Qr1sO0bMGQH84Im+P4DGeSytVclgZ1uxFiLTZRptyN2oleMOg5PnRUCOMbJ9GQgK4hwENFY9tJFACCMF1FXgH/An4vfBQ3K8SUu+YkO++cB4125dEOjgvGjotuo7ZulZqx42lHf3znYI+1Cbi4CtarbwBPaQg8APoX2gzK4V9Sp+sBP+5oO/ORR9ceysMkGIA+N4FCUj9vRSsF4INfaEV7qfVKTl04kD6ggTmwFoxzqNFKLcdSEJDGIS2rwe79by8fvrEQNMnk2mwNqQW0R0YzBlocmMYjLauAV9W1Cno58Gtr7BHu4LgO8JFlwJMRh6CPxgFGucK2jYb1tc3KXTkUDSXTCfDx6VknNmcwnGNoUi+RhK0QVcd/dmMZ+AU0tbA6P92USOVeq4kpZfkvGkcv3FPITgGHtsvNEs0m1xXgb8Mx+YYUfXRLUg2KRFmbExJUr/EE/vSLxbo75fqBXXVscm8Pyq5TIF3gLVzuyxdgcPMftRxICFxPQ6X+XXaznmYiv4otPYXvrLt5hJjVXgurAnt2+EqpK1934Nb/Rp3YDPmNERn0WHw/nDdGZbnwbgXvh3WPs+7Mp7PcQGsvzSkDTiy08Yn7cxSfO1cWxvWBK5YW990nArXJS3EHsj62b/qAg2tP4M4HdYszHx4vJK25/8cfuHOFNH4OfBJcNVLKq6tk54cL4R1v2tvairxdBvYpTIxn44ZHbMSBa2n7QS/E9blbJD0CMGuhM+FL+Lyp81TQ0VDOXCxHmJAla82K60HvwHWN2+vhnXv0j1MAy7WPcu2bQn1/8G692kPh/5S7DxYf1hUO7p0r7yfAZLNBE30wEQPTPSA1wP/B9U4MG43bjJBAAAAAElFTkSuQmCC")}.video-player-popup{top:0;right:0;bottom:0;left:0;position:fixed;background:rgba(0,0,0,.5);z-index:9999}.video-player-popup video{max-width:1077px;max-height:606px}.video-player-popup .popup-video-wrapper{position:relative;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.video-player-popup .icon.icon-video-close{width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;cursor:pointer;position:absolute;top:-12px;right:-12px;background-image:url("data:image/png;base64,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")}
.spare-tire-frame {
  background-color: #eee;
}
.header-banner {
  position: relative;
  overflow: hidden;
}
.header-banner .placeholder {
  height: 100%;
  width: 100%;
  position: absolute;
  top: -0.02rem;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0.53) 100%);
}
.choose-crop-phone-btn {
  display: inline-block;
  border: 0 none;
  padding: 0;
  background: transparent;
  outline-style: none;
}
audio.audio-player-el {
  position: fixed;
  top: -500px;
  height: 0;
  overflow: hidden;
}
.audio-player {
  border-radius: 0 !important;
}
.wechat-subscribe img {
  width: 1.2rem;
  height: 1.2rem;
}
.wechat-subscribe .desc {
  font-size: 0.16rem;
  margin-top: 0.1rem;
}
.upvote {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 0 2px 0;
}
.upvote .upvote-icon {
  width: 54px;
  height: 54px;
  margin-left: -18px;
  transition: background-position 800ms steps(31);
  transition-duration: 0s;
}
.upvote .upvote-icon.normal {
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/prise_sprite.ca72436b.png) no-repeat;
  background-size: 1728px 54px;
  background-position: 0, 0;
}
.upvote .upvote-icon.comment {
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/prise_sprite_comment.d191f1f4.png) no-repeat;
  background-size: 1728px 54px;
  background-position: 0, 0;
}
.upvote .upvote-icon.dark {
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/prise_sprite_dark.1512d100.png) no-repeat;
  background-size: 1728px 54px;
  background-position: 0, 0;
}
.upvote .upvote-icon.white {
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/prise_sprite_white.83a5ddad.png) no-repeat;
  background-size: 1728px 54px;
  background-position: 0, 0;
}
.upvote .upvote-icon.line {
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/prise_sprite_line.357a3551.png) no-repeat;
  background-size: 1728px 54px;
  background-position: 0, 0;
}
.upvote.active .upvote-icon {
  background-position: -1674px, 0;
  transition-duration: 800ms;
}
.upvote .count {
  display: inline-block;
  vertical-align: middle;
  margin-left: -0.1rem;
  color: #000;
  font-size: 0.2rem;
}
.upvote .count-tip {
  display: inline-block;
  vertical-align: middle;
  margin-left: -0.1rem;
  color: #a0a0a0;
  font-size: 0.14rem;
}

.grid-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.grid-nav .grid-nav-item {
  min-width: 0;
  text-align: center;
  margin: 0.085rem 0;
  box-sizing: border-box;
  cursor: pointer;
}
.grid-nav .grid-nav-item img {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 auto;
}
.grid-nav .grid-nav-item .title {
  margin-top: 0.06rem;
  padding: 0 0.03rem;
  text-align: center;
  text-overflow: ellipsis;
  font-size: 0.14rem;
  max-height: 0.4rem;
  color: #666666;
  line-height: 0.2rem;
}
.tied-share-options {
  position: relative;
  z-index: 9999;
}

.tied-share-options .options-mask {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.tied-share-options .options-main {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  /* height: 3rem; */
  background: #fff;
  color: #000;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.tied-share-options .options-main.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*  */
.tied-share-options .option-list .option-list-row {
  display: -webkit-flex;
  display: flex;
}

.tied-share-options .option-list .option-item {
  -webkit-flex: 1;
          flex: 1;
  text-align: center;
  padding: 0.2rem;
  cursor: pointer;
}

.tied-share-options .option-list .option-item .label {
  font-size: 0.12rem;
  margin-top: 0.12rem;
}

.tied-share-options .option-list .option-item .share-icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.42rem;
  height: 0.42rem;
  background: no-repeat center;
  background-size: cover;
}

.tied-share-options .option-list .option-item .share-icon.share-icon-card {
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/card.76c6759a.png);
}

.tied-share-options .option-list .option-item .share-icon.share-icon-class {
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/class.0e8dbd79.png);
}
.simditor .plain-text-content {
  white-space: pre-line;
}

.simditor .simditor-body {
  min-height: 0.3rem;
  outline: none;
  position: relative;
  z-index: 1;
  padding: 0;
  background: transparent;
  cursor: text;
  font-family: noto_sansregular, Arial, "Microsoft Yahei", "Hiragino Sans GB";
  overflow: hidden;
  overflow-x: auto;
}

body.locale-jp .simditor .simditor-body {
  font-family: "noto_sansregular", "hiragino kaku gothic pro", "MS Gothic", "meiryo", noto_sansregular, Arial, "Microsoft Yahei", "Hiragino Sans GB";
}

.simditor .simditor-body strong {
  font-weight: bold;
}

.simditor .simditor-body pre {
  margin: 0.5em 0;
  padding: 0.4em 0.6em;
  border-radius: 0.08rem;
  background: #f8f8f8;
}

.simditor .simditor-body img {
  max-width: 100%;
  margin: 0.05rem 0;
  vertical-align: middle;
  cursor: pointer;
  height: auto;
}

.simditor .simditor-body a,
.editor-style a {
  color: #1E6EE6;
  text-decoration: none;
  word-break: break-word;
}

.simditor .simditor-body a:visited,
.editor-style a:visited {
  color: #1E6EE6;
}

.simditor .simditor-body a:hover,
.editor-style a:hover {
  color: #1E6EE6;
}

.simditor .simditor-body a:active,
.editor-style a:active {
  color: #1E6EE6;
}

.simditor .simditor-body a:hover,
.simditor .simditor-body a:active,
.editor-style a:hover,
.editor-style a:active {
  outline: 0;
}

.simditor .simditor-body blockquote,
.editor-style blockquote {
  border-left: 0.06rem solid #ddd;
  padding: 0.05rem 0 0.05rem 0.1rem;
  margin: 0.15rem 0 0.15rem 0.15rem;
}

.simditor .simditor-body blockquote > :first-child,
.editor-style blockquote > :first-child {
  margin-top: 0;
}

.simditor .simditor-body code,
.editor-style code {
  display: inline-block;
  padding: 0 0.04rem;
  margin: 0 0.05rem;
  background: #eeeeee;
  border-radius: 0.03rem;
  font-size: 0.13rem;
  font-family: "monaco", "Consolas", "Liberation Mono", Courier, monospace;
}

.simditor .simditor-body pre code,
.editor-style pre code {
  display: block;
  padding: 0;
  margin: 0;
  background: none;
  border-radius: 0;
}

.simditor .simditor-body p {
  margin: 0.05rem 0;
  line-height: 1.4;
  word-break: break-word;
}

.simditor .simditor-body ol,
.simditor .simditor-body ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0.4rem;
}

.simditor .simditor-body li {
  clear: both;
}

.simditor .simditor-body .list-paddingleft-1 {
  padding-left: 0;
}

.simditor .simditor-body .list-paddingleft-2 {
  padding-left: 0.3rem;
}

.simditor .simditor-body .list-paddingleft-3 {
  padding-left: 0.6rem;
}

.pagebreak {
  display: block;
  clear: both !important;
  cursor: default !important;
  width: 100% !important;
  margin: 0;
}

#clipboard-toast {
  max-height: 80%;
  overflow: auto;
  max-width: 500px;
  padding: 16px 24px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
}
#clipboard-toast.mult-line {
  white-space: pre-line;
}
#clipboard-toast.show {
  visibility: visible;
  opacity: 0.9;
}
.clipboardButton {
  display: inline;
}
.clipboardButton label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.biz-sib-share-wrapper .icon-wrapper {
  padding: 8px 2px;
}
.biz-sib-share-wrapper .biz-sib-share-body {
  pointer-events: auto !important;
}
.biz-sib-share-wrapper .biz-sib-share-body.hide {
  display: none;
}
.biz-sib-share-wrapper .biz-sib-share-body .umu-design-comp-popover-inner-content {
  padding: 8px 0;
}
.biz-sib-share-wrapper .share-icon {
  margin-left: 20px;
  padding: 10px 0 8px 0;
  color: #666666;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.biz-sib-share-wrapper .share-icon:hover {
  color: #222222;
}
.biz-sib-share-wrapper .biz-sib-share-ops-list .biz-sib-share-operation {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: center;
          align-items: center;
  padding: 8px 12px;
  cursor: pointer;
  color: #222222;
}
.biz-sib-share-wrapper .biz-sib-share-ops-list .biz-sib-share-operation:hover {
  background: #F5F5F5;
}
.biz-sib-share-wrapper .biz-sib-share-ops-list .biz-sib-share-operation .icon {
  color: #666666;
}
.biz-sib-share-wrapper .biz-sib-share-ops-list .biz-sib-share-operation .biz-sib-share-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  min-width: 146px;
}
.biz-sib-share-wrapper .biz-sib-share-ops-list .biz-sib-share-operation .biz-sib-share-item .label {
  margin-left: 8px;
  white-space: nowrap;
}
.siblings-nav-container-holder {
  height: 0.5rem;
}
.siblings-nav-container.landscape .siblings-nav-container-holder {
  height: 0.64rem;
}

.ele-full-screen-mode .landscape-fixed {
  z-index: 0;
}

.landscape-fixed {
  border-top: 0.01rem solid #ebebeb;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99999;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background: #fff;
}
.landscape-fixed .siblings-nav {
  padding: 2px;
}
.landscape-fixed.top {
  top: 0;
}
.landscape-fixed.bottom {
  bottom: 0;
}

.siblings-nav {
  background: #fff;
}
.siblings-nav .siblings-nav-item:not(.disabled) * {
  cursor: pointer;
}
.siblings-nav .disabled * {
  cursor: not-allowed;
}
.siblings-nav.normal {
  display: -webkit-flex;
  display: flex;
  border-top: 0.01rem solid #ebebeb;
}
.siblings-nav.normal .siblings-nav-item-group.group-main {
  -webkit-flex: 2;
          flex: 2;
}
.siblings-nav.normal .siblings-nav-item-group.group-nav {
  -webkit-flex: 3;
          flex: 3;
}
.siblings-nav.normal .siblings-nav-item {
  -webkit-flex: 1;
          flex: 1;
}
.siblings-nav.landscape {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  min-width: 540px;
  max-width: 960px;
  height: 56px;
  -webkit-align-items: center;
          align-items: center;
  box-sizing: border-box;
}
.siblings-nav.landscape.centered {
  -webkit-justify-content: center;
          justify-content: center;
}
.siblings-nav.landscape.centered .siblings-nav-item {
  padding: 0 48px;
}
.siblings-nav.landscape.centered .sibling-share {
  margin-left: 30px;
}
.siblings-nav.landscape .siblings-nav-item {
  padding: 0 20px;
}
.siblings-nav.landscape .siblings-nav-item.landscape-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 0;
}
.siblings-nav.landscape .siblings-nav-item.landscape-btn.nav-prev, .siblings-nav.landscape .siblings-nav-item.landscape-btn.nav-next {
  margin-right: 8px;
}
.siblings-nav.landscape .siblings-nav-item.landscape-btn .gap {
  width: 4px;
}
.siblings-nav.landscape .siblings-nav-item.landscape-btn.disabled .nav-label {
  color: #757575;
}
.siblings-nav.landscape .siblings-nav-item.landscape-btn.disabled .arrow-icon {
  color: #757575;
}
.siblings-nav.landscape .siblings-nav-item.landscape-btn.active {
  cursor: pointer;
}
.siblings-nav.landscape .siblings-nav-item.landscape-btn.active .arrow-icon {
  color: rgb(34, 34, 34);
}
.siblings-nav.landscape .siblings-nav-item.landscape-btn.active .nav-label {
  color: #222;
}
.siblings-nav.landscape .siblings-nav-item.landscape-btn.active:hover .nav-label {
  color: #F2AF2E;
}
.siblings-nav.landscape .siblings-nav-item.landscape-btn.active:hover .arrow {
  color: #F2AF2E;
}
.siblings-nav.landscape .item-landscape {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.siblings-nav.fix-danger-bottom {
  padding-bottom: 0.34rem;
}
.siblings-nav .siblings-nav-item-group {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  text-align: center;
}
.siblings-nav .siblings-nav-item-group.normal + .siblings-nav-item-group.normal:before {
  content: "";
  position: absolute;
  height: 74%;
  top: 13%;
  left: 0;
  border-left: 1px solid #ebebeb;
}
.siblings-nav .siblings-nav-item-btn {
  display: block;
  border: none;
  font-size: 0.1rem;
  color: #2d2e30;
  padding: 8px 2px;
  background: #fff;
  outline: none;
  margin: 0 auto;
}
.siblings-nav .siblings-nav-item-btn.item-landscape {
  padding: 6px 2px;
}
.siblings-nav .siblings-nav-item-btn:before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  display: block;
  background-size: contain;
  margin: 0 auto 0.03rem;
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/icon-index.a3c38cf0.png);
  background-repeat: no-repeat;
}
.siblings-nav .siblings-nav-item-icon-btn {
  border: none;
  font-size: 10px;
  color: #2d2e30;
  padding: 8px 2px;
  background: #fff;
  outline: none;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.siblings-nav .siblings-nav-item-icon-btn.arrow-icon {
  background: none;
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  display: block;
  background-size: contain;
  margin: 0 auto 0.03rem;
}
.siblings-nav .siblings-nav-item-btn.item-landscape:before {
  margin: 0 2px 0 0;
}
.siblings-nav .siblings-nav-item.nav-points .siblings-nav-item-btn {
  padding: 8px 2px;
  color: #2d2e30;
  font-size: 12px;
  white-space: nowrap;
}
.siblings-nav .siblings-nav-item.nav-points .siblings-nav-item-btn:before {
  display: inline-block;
  line-height: 100%;
  vertical-align: middle;
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/icon-points.e930fd44.png);
  margin-right: 3px;
}
.siblings-nav .siblings-nav-item.nav-reward .siblings-nav-item-btn:before {
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/icon-reward.83749e31.png);
}
.siblings-nav .siblings-nav-item.nav-directory .siblings-nav-item-btn:before {
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/icon-index.a3c38cf0.png);
}
.siblings-nav .siblings-nav-item.nav-collection .siblings-nav-item-btn:before {
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/icon-collect.436261f2.png);
}
.siblings-nav .siblings-nav-item.nav-collection.is-collected .siblings-nav-item-btn:before {
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/icon-collect-done.daae2e67.png);
}
.siblings-nav .siblings-nav-item.nav-menu .siblings-nav-item-btn:before {
  background-image: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/icon-menu.a19f2f52.png);
}
.siblings-nav .siblings-nav-item.nav-prev.disabled,
.siblings-nav .siblings-nav-item.nav-next.disabled {
  cursor: default;
}
.siblings-nav .siblings-nav-item.nav-prev.disabled a,
.siblings-nav .siblings-nav-item.nav-next.disabled a {
  color: #757575;
}
.siblings-nav .siblings-nav-item.nav-prev.disabled a:before,
.siblings-nav .siblings-nav-item.nav-next.disabled a:before {
  opacity: 0.4;
}
.siblings-nav .siblings-nav-item-menu {
  position: relative;
  -webkit-flex: 1;
          flex: 1;
}
.siblings-nav .siblings-nav-item-menu .menu-toggle {
  cursor: pointer;
}
.siblings-nav .siblings-nav-item-menu .menu-list {
  position: absolute;
  bottom: 100%;
  margin-bottom: 10px;
  margin-left: 10px;
  white-space: nowrap;
  background: #fff;
  padding: 0;
}
.siblings-nav .siblings-nav-item-menu .menu-list-wrap {
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.siblings-nav .siblings-nav-item-menu .menu-list .siblings-nav-item {
  margin: 0 5px;
}
.siblings-nav .siblings-nav-item-menu .menu-list .siblings-nav-item .siblings-nav-item-btn {
  padding: 10px 30px;
  font-size: 13px;
  text-align: left;
}
.siblings-nav .siblings-nav-item-menu .menu-list .siblings-nav-item .siblings-nav-item-btn:before {
  display: inline-block;
  line-height: 100%;
  vertical-align: middle;
  margin-right: 3px;
}
.siblings-nav .siblings-nav-item-menu .menu-list .siblings-nav-item + .siblings-nav-item {
  border-top: 1px solid #e0e1e2;
}

.course-directory {
  position: relative;
}

.online-trial-label {
  position: absolute;
  top: -38px;
  left: 50%;
  display: block;
  padding: 0 0.05rem;
  font-size: 0.12rem;
  line-height: 0.16rem;
  z-index: 20;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background: #fab400;
  border-radius: 0.1rem;
}

.online-trial-label::after {
  position: absolute;
  top: 0.16rem;
  left: 0.1rem;
  z-index: 10;
  content: "";
  border-color: #fab400 transparent transparent #fab400;
  border-style: solid;
  border-width: 0 0 0.04rem 0.09rem;
}

.enrollment-info-btn {
  width: 100%;
  padding: 0rem 0.24rem;
}
.enrollment-info-btn .umu-design-comp-btn-primary {
  width: 100%;
}

.enroll-info-price {
  font-size: 0.16rem;
}
.enroll-info-price .price-fee {
  margin-right: 0.08rem;
}
@charset "UTF-8";
.selection-menu-dialog {
  position: fixed;
  background: #ffffff;
  box-shadow: 0 0.01rem 0.1rem rgba(0, 0, 0, 0.3);
  border-radius: 0.03rem;
  width: 1rem;
  height: 0.44rem;
  z-index: 100;
}
body.locale-jp .selection-menu-dialog {
  width: 1.4rem;
}

body.locale-en .selection-menu-dialog {
  width: 1.4rem;
}

body.locale-es .selection-menu-dialog {
  width: 1.4rem;
}

body.locale-fr .selection-menu-dialog {
  width: 1.4rem;
}

.selection-menu-dialog .link {
  width: 100%;
  color: #ffa200;
  font-size: 0.16rem;
  text-align: center;
  display: inline-block;
  height: 100%;
  line-height: 0.44rem;
}

.selection-menu-dialog .link::before {
  content: "";
  display: inline-block;
  margin: 0 auto;
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.08rem;
  background-size: contain;
  vertical-align: text-top;
}

.selection-menu-dialog .link-note::before {
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/icon_note.5dbb7b8c.png) no-repeat;
  background-size: contain;
}

.selection-menu-dialog .arrow {
  display: block;
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  background: #ffffff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 50%;
  margin-left: -0.05rem;
}

.selection-menu-dialog .arrow.toward-up {
  top: -0.05rem;
  box-shadow: -0.01rem 0.01rem 0.02rem rgba(0, 0, 0, 0.1);
}

.selection-menu-dialog .arrow.toward-down {
  bottom: -0.05rem;
  box-shadow: 0.01rem -0.02rem 0.02rem rgba(0, 0, 0, 0.1);
}

::-webkit-selection,
::-moz-selection,
::selection {
  background: #fcefc8;
}

/* 这两个按钮暂时不加 , 要加的话需要重新切图 */
/* .selection-menu-dialog .link-copy::before {
    background: url(images/icon_copy.png) no-repeat;
    background-size: contain;
} */
/* .selection-menu-dialog .link-share::before {
    background: url(images/icon_share.png) no-repeat;
    background-size: contain;
} */
/* .selection-menu-dialog .divider {
    float: left;
    border-left: 0.01rem solid #d6d6d6;
    margin-top: 0.15rem;
    height: 0.2rem;
} */

.section-result-item {
  border-top: 0.01rem solid #f5f5f5;
}
.section-result-item-header {
  line-height: 1.33;
  margin: 0.15rem 0;
  position: relative;
  font-size: 0.18rem;
}
.section-result-item-header .section-title {
  white-space: pre-line;
}
.section-result-item-header .section-num {
  color: #ffbd2b;
  float: left;
  margin-right: 0.03rem;
}
.section-result-item-header .item-content {
  overflow: hidden;
}
.section-result-item-header .section-header-img {
  margin-top: 0.05rem;
}
.section-result-item-header .section-header-img img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
@charset "UTF-8";
.section-more-panel-holder .section-more-panel {
  overflow: hidden;
  padding: 0 0.15rem 20%;
}
.section-more-panel-holder .cover-page-content {
  /* 让区域可以滚动 */
  min-height: 101%;
}

.option-extra-value-stat {
  margin: 0.12rem 0;
}
.form-textarea-reault-list {
  margin: 0.15rem 0;
}

.form-textarea-reault-item {
  margin: 0.12rem 0;
}
.form-textarea-reault-item .textarea-detail {
  font-size: 0.17rem;
  color: #222222;
  line-height: 1.5;
}
.form-textarea-reault-item .textarea-detail .num {
  margin-right: 0.05rem;
}
.form-textarea-reault-item .textarea-detail .teacher-mark {
  display: inline-block;
  vertical-align: 0.02rem;
  font-size: 0.12rem;
  color: #febd2b;
  background: #222222;
  border-radius: 0.01rem;
  margin: 0 0.05rem;
  padding: 0.03rem 0.05rem;
  line-height: 1;
}
.form-textarea-reault-item .active.textarea-detail-toggle {
  white-space: pre-line;
}
.form-option-reault-item {
  font-size: 0.18rem;
  line-height: 0.19rem;
  margin: 0.15rem 0;
}
.form-option-reault-item .option-detail {
  color: #222222;
  margin: 0.06rem 0;
}
.form-option-reault-item .option-view {
  display: -webkit-flex;
  display: flex;
}
.form-option-reault-item .option-ratio {
  width: 0.6rem;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
}
.form-option-reault-item .option-num {
  width: 0.6rem;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
}
.form-option-reault-item .option-chart {
  -webkit-flex: 1;
          flex: 1;
}
.form-option-reault-item .option-chart-bar {
  background: #ebebeb;
}
.form-option-reault-item .option-chart-value {
  height: 0.19rem;
  width: 0;
}
.form-option-reault-item .option-image {
  margin: 0.05rem 0 0.1rem 0.2rem;
}
.form-option-reault-item .option-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.form-option-reault-item:nth-child(1n) .option-chart-value {
  background-color: #ffb91f;
}
.form-option-reault-item:nth-child(1n) .option-num {
  color: #ffb91f;
}
.form-option-reault-item:nth-child(2n) .option-chart-value {
  background-color: #42a5f5;
}
.form-option-reault-item:nth-child(2n) .option-num {
  color: #42a5f5;
}
.form-option-reault-item:nth-child(3n) .option-chart-value {
  background-color: #ff7d7a;
}
.form-option-reault-item:nth-child(3n) .option-num {
  color: #ff7d7a;
}
.form-option-reault-item:nth-child(4n) .option-chart-value {
  background-color: #9fc937;
}
.form-option-reault-item:nth-child(4n) .option-num {
  color: #9fc937;
}
.form-option-reault-item:nth-child(5n) .option-chart-value {
  background-color: #9b65d0;
}
.form-option-reault-item:nth-child(5n) .option-num {
  color: #9b65d0;
}
.form-option-reault-item:nth-child(6n) .option-chart-value {
  background-color: #ffa726;
}
.form-option-reault-item:nth-child(6n) .option-num {
  color: #ffa726;
}
.form-option-reault-item:nth-child(7n) .option-chart-value {
  background-color: #65b2e9;
}
.form-option-reault-item:nth-child(7n) .option-num {
  color: #65b2e9;
}
.form-option-reault-item:nth-child(8n) .option-chart-value {
  background-color: #f596aa;
}
.form-option-reault-item:nth-child(8n) .option-num {
  color: #f596aa;
}
.form-option-reault-item:nth-child(9n) .option-chart-value {
  background-color: #3bb6b6;
}
.form-option-reault-item:nth-child(9n) .option-num {
  color: #3bb6b6;
}

.section-textarea-result-more {
  margin: 0.12rem 0;
  text-align: right;
}
.section-textarea-result-more .action {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.17rem;
  color: #757575;
  cursor: pointer;
}

.form-option-reault-list.number-option .form-option-reault-item {
  display: -webkit-flex;
  display: flex;
}
.form-option-reault-list.number-option .option-detail {
  width: 0.3rem;
  height: 0.2rem;
  overflow: hidden;
  margin: 0;
  color: #dd4e40;
}
.form-option-reault-list.number-option .option-view {
  -webkit-flex: 1;
          flex: 1;
}
.section-paragraph {
  margin: 0.12rem 0;
}
.section-paragraph .section-paragraph-wrap {
  position: relative;
  padding-left: 0.13rem;
}
.section-paragraph .option-icon {
  position: absolute;
  left: 0;
  width: 0.2rem;
  height: 0.2rem;
}
.section-paragraph .option-icon .icon {
  width: 0.05rem;
  height: 0.15rem;
  margin-top: 0.02rem;
  background: #ffb91f;
}
.section-paragraph .option-content {
  line-height: 1.3;
  font-size: 0.16rem;
  color: #616161;
}
@charset "UTF-8";
/*
 * @description: PC 端空页面
 */
.list-blank-pc.list-blank-img-220,
.list-blank-pc.list-blank-img-512,
.list-blank-pc.list-blank-img-512-absolute {
  width: 448px;
  padding: 0;
  margin: 0 auto;
  margin-top: 104px;
  margin-bottom: 104px;
}
.list-blank-pc.list-blank-img-220 .list-blank-img,
.list-blank-pc.list-blank-img-512 .list-blank-img,
.list-blank-pc.list-blank-img-512-absolute .list-blank-img {
  display: block;
  width: 160px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 24px;
}
.list-blank-pc.list-blank-img-220 .list-blank-text,
.list-blank-pc.list-blank-img-512 .list-blank-text,
.list-blank-pc.list-blank-img-512-absolute .list-blank-text {
  padding: 0;
  text-align: center;
}
.list-blank-pc.list-blank-img-220 .list-blank-title,
.list-blank-pc.list-blank-img-512 .list-blank-title,
.list-blank-pc.list-blank-img-512-absolute .list-blank-title {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 26px;
  color: #222;
}
.list-blank-pc.list-blank-img-220 .list-blank-desc,
.list-blank-pc.list-blank-img-512 .list-blank-desc,
.list-blank-pc.list-blank-img-512-absolute .list-blank-desc {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #666;
}
.list-blank-pc.list-blank-img-220 .list-blank-operation,
.list-blank-pc.list-blank-img-512 .list-blank-operation,
.list-blank-pc.list-blank-img-512-absolute .list-blank-operation {
  margin-top: 24px;
  text-align: center;
}
.list-blank-pc.list-blank-img-220 .operation-button,
.list-blank-pc.list-blank-img-512 .operation-button,
.list-blank-pc.list-blank-img-512-absolute .operation-button {
  display: inline-block;
  min-width: 104px;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #1e6ee6;
  border-radius: 4px;
}

.list-blank-pc.list-blank-img-512,
.list-blank-pc.list-blank-img-512-absolute {
  width: 512px;
}
.list-blank-pc.list-blank-img-512 .list-blank-img,
.list-blank-pc.list-blank-img-512-absolute .list-blank-img {
  display: block;
  width: 160px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 16px;
}

.list-blank-pc.list-blank-img-512-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (height <= 900px) {
  .list-blank-pc.list-blank-img-220 {
    margin-top: 0;
  }
}
/*
 * @description: 移动端空页面
 */
.list-blank-mobile {
  width: 100%;
  text-align: center;
}
.list-blank-mobile .list-blank-text {
  overflow: hidden;
}
.list-blank-mobile .list-blank-text .list-blank-img {
  margin: 0 auto;
}
.list-blank-mobile .list-blank-text .list-blank-title {
  font-size: 0.16rem;
  line-height: 0.24rem;
  text-align: center;
  color: #222222;
  margin-top: 0.06rem;
}
.list-blank-mobile .list-blank-text .list-blank-desc {
  font-size: 0.15rem;
  line-height: 0.23rem;
  text-align: center;
  color: #666666;
  margin-top: 0.06rem;
}

.list-blank-mobile.width-320 .list-blank-img {
  width: 1.6rem;
}

.list-blank-mobile.width-450 .list-blank-img {
  width: 2.25rem;
}
.list-blank-v1 {
  padding: 0 16px;
  text-align: center;
  padding-bottom: 20px;
}
.list-blank-v1 .list-blank-img {
  display: block;
  width: 180px;
  height: 180px;
  margin: 180px auto 0;
}
.list-blank-v1 .list-blank-title {
  line-height: 25px;
  font-size: 17px;
  font-weight: 400;
  color: #222;
}
.list-blank-v1 .list-blank-desc {
  margin: 6px auto 12px;
  padding: 0;
  font-size: 15px;
  color: #666;
}
.list-blank-v1 .list-blank-text {
  padding: 0;
  padding-top: 6px;
}
.list-blank-v1 .list-blank-text button {
  min-width: 328px;
}
.list-blank-v1 a.umu-design-comp-btn {
  min-width: 328px;
  padding-top: 1px !important;
  padding-bottom: 5px;
}

.list-panel .list-blank .list-blank-v1 {
  padding: 0 16px;
  text-align: center;
  padding-bottom: 20px;
}
.list-panel .list-blank .list-blank-v1 .list-blank-img {
  display: block;
  width: 180px;
  height: 180px;
  margin: 180px auto 0;
}
.list-panel .list-blank .list-blank-v1 .list-blank-title {
  line-height: 25px;
  font-size: 17px;
  font-weight: 400;
  color: #222;
}
.list-panel .list-blank .list-blank-v1 .list-blank-desc {
  margin: 6px auto 12px;
  padding: 0;
  font-size: 15px;
  color: #666;
}
.list-panel .list-blank .list-blank-v1 .list-blank-text {
  padding: 0;
  padding-top: 6px;
}
.list-panel .list-blank .list-blank-v1 .list-blank-text button {
  min-width: 328px;
}
.list-panel .list-blank .list-blank-v1 a.umu-design-comp-btn {
  min-width: 328px;
  padding-top: 1px !important;
  padding-bottom: 5px;
}

.list-blank-v1-pc {
  padding: 100px 16px 0;
  text-align: center;
}
.list-blank-v1-pc .list-blank-img {
  display: block;
  width: 160px;
  height: 160px;
  margin: 0 auto;
}
.list-blank-v1-pc .list-blank-title {
  line-height: 26px;
  font-weight: 400;
  font-size: 18px;
  color: #222;
}
.list-blank-v1-pc .list-blank-desc {
  margin: 12px auto 12px;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  color: #666;
}
.list-blank-v1-pc .list-blank-text {
  padding: 0;
  padding-top: 16px;
}

.list-panel .list-blank .list-blank-v1-pc {
  padding: 100px 16px 0;
  text-align: center;
}
.list-panel .list-blank .list-blank-v1-pc .list-blank-img {
  display: block;
  width: 160px;
  height: 160px;
  margin: 0 auto;
}
.list-panel .list-blank .list-blank-v1-pc .list-blank-title {
  line-height: 26px;
  font-weight: 400;
  font-size: 18px;
  color: #222;
}
.list-panel .list-blank .list-blank-v1-pc .list-blank-desc {
  margin: 12px auto 12px;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  color: #666;
}
.list-panel .list-blank .list-blank-v1-pc .list-blank-text {
  padding: 0;
  padding-top: 16px;
}
.row-card {
  color: #222;
  font-size: 0.13rem;
  font-weight: bold;
  text-align: center;
}
.row-card .card-body {
  height: 1.89rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  background-color: #fff;
}
.row-card .avatar {
  width: 1.62rem;
  line-height: 0.17rem;
  box-sizing: border-box;
  padding: 0.1rem;
}
.row-card .avatar img {
  width: 0.63rem;
  height: 0.63rem;
  margin: 0 auto 0.13rem;
  display: block;
  border-radius: 50%;
}
.row-card .share-qr-code {
  width: 1.62rem;
  line-height: 0.18rem;
}
.row-card .share-qr-code img {
  width: 0.69rem;
  height: 0.69rem;
  margin: 0 auto 0.1rem;
  box-sizing: border-box;
  padding: 0.1rem;
  padding: 0.03rem;
}
.row-card .card-footer {
  height: 0.48rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background-color: #ffbd2b;
}
.row-card .card-footer img {
  width: 0.5rem;
}
.column-card {
  position: relative;
  color: #222;
  text-align: center;
  background: #fff;
  padding-bottom: 0.3rem;
}
.column-card.has-logo {
  padding-bottom: 0.2rem;
}
.column-card .bg-yellow {
  height: 0.74rem;
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/bg-yello-radio.14d29b4a.png) no-repeat center/contain;
}
.column-card .avatar {
  position: absolute;
  top: 0.35rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.69rem;
  height: 0.69rem;
  border: 0.03rem solid #fff;
  border-radius: 50%;
  box-shadow: 0 -0.05rem 0.3rem 0.1rem rgba(255, 255, 255, 0.2);
}
.column-card .name {
  padding: 0 0.2rem;
  margin-top: 0.43rem;
  font-size: 0.17rem;
  line-height: 0.24rem;
  font-weight: bold;
}
.column-card .influence {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
          align-items: baseline;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 0.06rem;
  font-size: 0.13rem;
  line-height: 0.3rem;
  color: #000;
}
.column-card .influence .num {
  position: relative;
  top: 0.01rem;
  margin-left: 0.05rem;
  font-size: 0.16rem;
  color: #f7b500;
}
.column-card .follow-like {
  margin-top: 0.09rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  color: #666;
  line-height: 0.19rem;
  font-size: 0.13rem;
  text-align: center;
}
.column-card .follow-like.has-all .follow,
.column-card .follow-like.has-all .like {
  -webkit-flex: 1;
          flex: 1;
}
.column-card .follow-like.has-all .follow {
  text-align: right;
}
.column-card .follow-like.has-all .like {
  text-align: left;
}
.column-card .follow-like .follow,
.column-card .follow-like .like {
  padding: 0 0.12rem;
  text-align: center;
}
.column-card .follow-like .num {
  color: #222;
  font-size: 0.14rem;
  font-weight: bold;
  margin-left: 0.05rem;
}
.column-card .share-qr-code {
  margin: 0.33rem auto 0;
  font-size: 0.13rem;
  line-height: 0.14rem;
  color: #222;
  text-align: center;
}
.column-card .share-qr-code img {
  width: 1rem;
  height: 1rem;
  margin: 0 auto 0.12rem;
  box-sizing: border-box;
  padding: 0.1rem;
  padding: 0.03rem;
}
.column-card .logo {
  margin: 0.3rem auto 0;
  width: 0.55rem;
  height: 0.28rem;
}
.umu-text-clamp {
  overflow: hidden;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.umu-text-clamp.clamp-1 {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.umu-text-clamp.clamp-2 {
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.umu-text-clamp.clamp-3 {
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.profile-message-share {
  width: 3.25rem;
  border-radius: 0.06rem;
  overflow: hidden;
}
.profile-message-share .split {
  width: 0;
  height: 0.05rem;
  border-radius: 0.01rem;
  border-left: 0.01rem solid #c4c4c4;
}

.form-option-item {
  margin: 0.15rem 0;
  background: #f1f3f7;
  border-radius: 0.03rem;
  padding: 0.1rem 0.15rem;
  line-height: 0.2rem;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  /* active */
}
.form-option-item .option-input {
  float: left;
}
.form-option-item .option-detail {
  color: #333333;
  font-size: 0.16rem;
  margin-left: 0.3rem;
}
.form-option-item .checkable-box {
  line-height: 1;
}
.form-option-item .checkable-box .box {
  display: block;
  margin-top: 0.02rem;
  box-sizing: border-box;
  width: 0.16rem;
  height: 0.16rem;
  background: #fff;
  border: 0.01rem solid #ccc;
  overflow: hidden;
}
.form-option-item .checkable-box .box.type-radio {
  border-radius: 50%;
}
.form-option-item .option-image {
  margin-top: 0.05rem;
}
.form-option-item .option-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.form-option-item .option-extra-textarea {
  margin-top: 0.05rem;
}
.form-option-item.active .option-detail {
  color: #fff;
}
.form-option-item.active .box {
  border: 0;
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/mask.25a8e941.png) no-repeat center/contain;
}
.form-option-item.scheme-1.active {
  background-color: #ffb91f;
}
.form-option-item.scheme-1 .checkable-box .box {
  border-color: #ffb91f;
}
.form-option-item.scheme-2.active {
  background-color: #42a5f5;
}
.form-option-item.scheme-2 .checkable-box .box {
  border-color: #42a5f5;
}
.form-option-item.scheme-3.active {
  background-color: #ff7d7a;
}
.form-option-item.scheme-3 .checkable-box .box {
  border-color: #ff7d7a;
}
.form-option-item.scheme-4.active {
  background-color: #9fc937;
}
.form-option-item.scheme-4 .checkable-box .box {
  border-color: #9fc937;
}
.form-option-item.scheme-5.active {
  background-color: #9b65d0;
}
.form-option-item.scheme-5 .checkable-box .box {
  border-color: #9b65d0;
}
.form-option-item.scheme-6.active {
  background-color: #ffa726;
}
.form-option-item.scheme-6 .checkable-box .box {
  border-color: #ffa726;
}
.form-option-item.scheme-7.active {
  background-color: #65b2e9;
}
.form-option-item.scheme-7 .checkable-box .box {
  border-color: #65b2e9;
}
.form-option-item.scheme-8.active {
  background-color: #f596aa;
}
.form-option-item.scheme-8 .checkable-box .box {
  border-color: #f596aa;
}
.form-option-item.scheme-9.active {
  background-color: #3bb6b6;
}
.form-option-item.scheme-9 .checkable-box .box {
  border-color: #3bb6b6;
}

.section-item-body.section-number {
  border-radius: 0.04rem;
  background: #f1f3f7;
  padding: 0.05rem 0.5rem 0.05rem 0;
  position: relative;
}
.section-item-body.section-number .range-value {
  position: absolute;
  top: 0.11rem;
  right: 0.16rem;
  width: 0.25rem;
  height: 0.25rem;
  line-height: 0.25rem;
  text-align: center;
  border: 0.01rem solid #cccccc;
  border-radius: 0.02rem;
  box-sizing: border-box;
}
.section-item-body.section-number .range-value-input {
  position: absolute;
  left: 0.16rem;
  top: 0.1rem;
  width: 0.46rem;
  height: 0.35rem;
  font-size: 0.15rem;
  background: #ffffff;
  border-radius: 0.04rem;
}
.section-item-body.section-number .range-value-input .input input {
  text-align: center;
  height: 0.35rem;
  padding: 0.07rem 0.06rem;
}
.section-item-body.section-number .slider-bar {
  height: 0.09rem;
  padding: 0.15rem 0.4rem;
}
.section-item-body.section-number .slider-bar.disabled {
  pointer-events: none;
}
.section-item-body.section-number .slider-bar-wrap {
  position: relative;
  z-index: 1;
  background: #e7e7e7;
  border-radius: 1rem;
  cursor: pointer;
}
.section-item-body.section-number .slider-bar .slider-btn {
  position: absolute;
  z-index: 9;
  line-height: 0.24rem;
  height: 0.24rem;
  width: 0.24rem;
  border-radius: 1rem;
  border: none;
  margin-top: -0.07rem;
  margin-left: -0.12rem;
  background: #ffffff;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: box-shadow 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s;
  box-shadow: 0 0.02rem 0.05rem rgba(0, 0, 0, 0.3);
}
.section-item-body.section-number .slider-bar .slider-btn-groove {
  position: relative;
  margin: 0 0.12rem;
}
.section-item-body.section-number .slider-bar:not(.disabled) .slider-btn:active {
  -webkit-transform: translateY(0.01rem);
          transform: translateY(0.01rem);
  box-shadow: 0 0.01rem 0.05rem rgba(0, 0, 0, 0.3);
}
.section-item-body.section-number .slider-bar .slider-value {
  position: relative;
  overflow: hidden;
  height: 0.09rem;
  width: 0;
  background: #ffbd2b;
  border-radius: 1rem;
}
.section-item-body.section-number .slider-axises {
  position: relative;
  line-height: 1;
  font-size: 0.16rem;
}
.section-item-body.section-number .slider-axis {
  position: absolute;
  top: 0.12rem;
}
.section-item-body.section-number .slider-axis.min-label {
  left: 0.1rem;
}
.section-item-body.section-number .slider-axis.max-label {
  right: 0.1rem;
}
.section-item-body.section-number .slider-legends {
  line-height: 1;
  font-size: 0.14rem;
  padding: 0 0.05rem;
}
.section-item-body.section-number .slider-legend {
  display: inline-block;
  font-size: 0.14rem;
  width: 45%;
  padding: 0 0.05rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.5;
}
.section-item-body.section-number .slider-legend.max-label {
  float: right;
  text-align: right;
}
.section-item-body.section-number .slider-bar .slider-value.scheme-1 {
  background-color: #ffb91f;
}
.section-item-body.section-number .slider-bar .slider-value.scheme-2 {
  background-color: #42a5f5;
}
.section-item-body.section-number .slider-bar .slider-value.scheme-3 {
  background-color: #ff7d7a;
}
.section-item-body.section-number .slider-bar .slider-value.scheme-4 {
  background-color: #9fc937;
}
.section-item-body.section-number .slider-bar .slider-value.scheme-5 {
  background-color: #9b65d0;
}
.section-item-body.section-number .slider-bar .slider-value.scheme-6 {
  background-color: #ffa726;
}
.section-item-body.section-number .slider-bar .slider-value.scheme-7 {
  background-color: #65b2e9;
}
.section-item-body.section-number .slider-bar .slider-value.scheme-8 {
  background-color: #f596aa;
}
.section-item-body.section-number .slider-bar .slider-value.scheme-9 {
  background-color: #3bb6b6;
}

.section-item-body.section-number.show-input {
  padding-right: 0;
  margin: 0;
}
.section-item-body.section-number.show-input .slider-bar {
  padding-left: 0.96rem;
  padding-right: 0.48rem;
  height: 0.1rem;
}
.section-item-body.section-number.show-input .slider-bar-wrap {
  background: #e0e0e0;
  border-radius: 0.05rem;
}
.section-item-body.section-number.show-input .slider-bar .slider-btn {
  line-height: 0.32rem;
  height: 0.32rem;
  width: 0.32rem;
  margin-top: -0.12rem;
  margin-left: -0.16rem;
  font-size: 0.14rem;
  box-shadow: 0rem 0.01rem 0.05rem 0rem rgba(0, 0, 0, 0.2);
}
.section-item-body.section-number.show-input .slider-axis.min-label {
  left: 0.66rem;
}
.section-item-body.section-number.show-input .slider-axis.max-label {
  right: 0.12rem;
}
.section-item-body.section-number.show-input .slider-legend {
  width: 30%;
}
.section-item-body.section-number.show-input .slider-legend.min-label {
  margin-left: 0.55rem;
}
.section-item-body.section-number.show-input .slider-legend.max-label {
  margin-right: 0.04rem;
}

.section-item-body.section-textarea .option-content {
  border: 2rpx solid #ccc;
  background: #fff;
  border-radius: 6rpx;
  color: #333;
  padding: 18rpx 26rpx;
  position: relative;
  min-height: 160rpx;
}
.section-item-body.section-textarea .option-content textarea {
  width: 100%;
  height: 160rpx;
  font-size: 34rpx;
  line-height: 1.6rpx;
}
.section-item-header {
  line-height: 0.24rem;
  padding: 0.12rem 0.16rem;
  position: relative;
  background: #f5f5f5;
  border-bottom-width: 0.01rem;
  border-bottom-style: solid;
  font-size: 0.17rem;
}
.section-item-header .section-title {
  white-space: pre-line;
}
.section-item-header .section-title-desc {
  color: #aaa;
}
.section-item-header .section-header-img {
  margin-top: 0.05rem;
}
.section-item-header .section-header-img img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.section-item-header .audio-section {
  width: 100%;
  text-align: center;
  margin-top: 12px;
}
.section-item-header .audio-section .video-player video {
  max-width: 100%;
}
.section-item-header.scheme-1 {
  border-bottom-color: #ffb91f;
}
.section-item-header.scheme-1 .section-num {
  color: #ffb91f;
}
.section-item-header.scheme-2 {
  border-bottom-color: #42a5f5;
}
.section-item-header.scheme-2 .section-num {
  color: #42a5f5;
}
.section-item-header.scheme-3 {
  border-bottom-color: #ff7d7a;
}
.section-item-header.scheme-3 .section-num {
  color: #ff7d7a;
}
.section-item-header.scheme-4 {
  border-bottom-color: #9fc937;
}
.section-item-header.scheme-4 .section-num {
  color: #9fc937;
}
.section-item-header.scheme-5 {
  border-bottom-color: #9b65d0;
}
.section-item-header.scheme-5 .section-num {
  color: #9b65d0;
}
.section-item-header.scheme-6 {
  border-bottom-color: #ffa726;
}
.section-item-header.scheme-6 .section-num {
  color: #ffa726;
}
.section-item-header.scheme-7 {
  border-bottom-color: #65b2e9;
}
.section-item-header.scheme-7 .section-num {
  color: #65b2e9;
}
.section-item-header.scheme-8 {
  border-bottom-color: #f596aa;
}
.section-item-header.scheme-8 .section-num {
  color: #f596aa;
}
.section-item-header.scheme-9 {
  border-bottom-color: #3bb6b6;
}
.section-item-header.scheme-9 .section-num {
  color: #3bb6b6;
}

.section-item-body {
  margin: 0.16rem;
}

.dimension-label-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.dimension-label-list .dimension-span {
  max-width: 100%;
  line-height: 0.21rem;
  font-size: 0.14rem;
  color: #fff;
  padding: 0.02rem 0.06rem;
  border-radius: 0.02rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 0.08rem;
  margin-bottom: 0.08rem;
}
.dimension-label-list .dimension-1 {
  background-color: #ffb91f;
}
.dimension-label-list .dimension-2 {
  background-color: #42a5f5;
}
.dimension-label-list .dimension-3 {
  background-color: #ff7d7a;
}
.dimension-label-list .dimension-4 {
  background-color: #9fc937;
}
.dimension-label-list .dimension-5 {
  background-color: #9b65d0;
}
.dimension-label-list .dimension-6 {
  background-color: #ffa726;
}
.dimension-label-list .dimension-7 {
  background-color: #65b2e9;
}
.dimension-label-list .dimension-8 {
  background-color: #f596aa;
}
.dimension-label-list .dimension-9 {
  background-color: #3bb6b6;
}




.range-slider{width:100%;height:2px;background:#d9d9d9;position:relative;cursor:pointer}.range-slider .progress-bar{height:2px;display:inline-block;position:absolute;left:0;background:#ffbd2b;pointer-events:none;padding-left:5px;padding-right:5px;box-sizing:border-box}.range-slider .progress-dragger{touch-action:none;width:12px;height:12px;display:inline-block;position:absolute;top:-5px;right:0;border-radius:50%;background:#ffbd2b;pointer-events:auto}.audio-player{font-size:12px;padding:16px;display:table;table-layout:fixed;text-align:center;width:100%;box-sizing:border-box;background:#fff;border:1px solid #ededed;box-shadow:0 1px 2px 0 rgba(0,0,0,.06);border-radius:4px;color:#757575}.audio-player .player-section{display:table-cell;vertical-align:middle}.audio-player .player-section.player-time{width:75px}.audio-player .player-section.player-progress{padding:0 10px}.audio-player .player-section.player-toggle{width:25px}.audio-player span.icon{display:inline-block;width:24px;height:24px;background-repeat:no-repeat;background-size:contain;cursor:pointer;margin-bottom:-1px}.audio-player span.icon.icon-play{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjYxQjFDNEVGREE3MTExRTg4RjU1OTU2QjIxRURCRTVDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjYxQjFDNEYwREE3MTExRTg4RjU1OTU2QjIxRURCRTVDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjFCMUM0RUREQTcxMTFFODhGNTU5NTZCMjFFREJFNUMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjFCMUM0RUVEQTcxMTFFODhGNTU5NTZCMjFFREJFNUMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz76D4EzAAACf0lEQVR42tSaT2sTQRjGn2cSPdZD1YMHhV40NamHCr3ZJh9APegH8FIP1j8FL4ItPYj3ph9A9CpI691tEQqKtIcsaQQFBXMQ8ejBCpvXyUpqrLt1N3F3ZgaWbDLD7Pvs8/52/mQpIogqJMNPkasFvHw7jkBKELRRu/KKXOrAcOnFzYMEiFeZBDqPdeBnf1fgPaDusuavWS0Am+dPYve7r89GohtwFUrdZLXRNilAxbb4sfswPviwi8uQYEfWy7fDNDNU4h1YL3/UqXMqWS/cQlHN8kJj254U8sqS8l4Eurc6eGyR1Y1v5lMofZcF7dg85OuOeBMXzadQagfyhTwDByIhb4lXvpUl5Bk6kC3kGUCcL+Q5pNBBkFcuuZVCGUBuwIEYyIccyQ06MBzkBiBOADm4AjW6kARyC1IoAnJ07mjIW2kgt8iBdJBb6MBgkFvswD7Iwet6FbjlkAN/5MukPl5351X7q9wQsDeSy7K8qFxzVMCekPsiS8plAWPYeHbCYQFh1IdcFvCO040PvS9Fp0Inus/OB45CrOdKwhusNZ/0/+qIA9zWg9ls/0DmhgBCz0rVIqpn6uTTIKpJ0eLgn6PAOU77nwA/tpl9Asi2PvQs1F9N9kS1CVKyjsNHxpMGb5ED8ZDaLSABpPYKSAipfQJSQmoRxOGuwzJ4tPS/gs/RgcEhNSugCymxgJnSyqCQmhNArIGFuV/bIs3MLlO0HdIcIc4G0iEc4Be9/jye8K7/tW+T3+oyvniJIFWYR7U0ZSL4MIT4P7rPnYYEm/ps9N+QGtibSPyyh8gj3bzSV9PSlfesf9mj97pN2NibmIIKujx85kzzjQ3z117cPwUYAMOeX8+TikqjAAAAAElFTkSuQmCC")}.audio-player span.icon.icon-pause{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkY0NDJFMjgyREE3MTExRTg4RjU1OTU2QjIxRURCRTVDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkY0NDJFMjgzREE3MTExRTg4RjU1OTU2QjIxRURCRTVDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjFCMUM0RjVEQTcxMTFFODhGNTU5NTZCMjFFREJFNUMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjFCMUM0RjZEQTcxMTFFODhGNTU5NTZCMjFFREJFNUMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz44Tg4OAAAAlElEQVR42uzawQmAMAyF4VY92VWcwhEEpxQcwSlcpd609t6ChhxC4X+QS2lIv57jU0qu5QzFyTHdgv4916qYv+Vaft+ez/4b4FwneEBQfmAQzlM9tpbLuF8NMA8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgyWjcX92VeAT9UTk/CucV8a2v27wCDAAdcBFfgZ9ZzQAAAABJRU5ErkJggg==")}.video-player{position:relative}.video-player .icon{width:40px;height:40px;display:inline-block;background-repeat:no-repeat;background-size:contain;z-index:1}.video-player .icon.icon-video-start-play{cursor:pointer;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-image:url("data:image/png;base64,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")}.video-player-popup{top:0;right:0;bottom:0;left:0;position:fixed;background:rgba(0,0,0,.5);z-index:9999}.video-player-popup video{max-width:1077px;max-height:606px}.video-player-popup .popup-video-wrapper{position:relative;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.video-player-popup .icon.icon-video-close{width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;cursor:pointer;position:absolute;top:-12px;right:-12px;background-image:url("data:image/png;base64,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")}

.menu-list {
  background: #ffffff;
  padding: 0.05rem 0;
}
.menu-list .menu-item {
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #757575;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.popover {
  position: relative;
}
.popover .popover-container {
  position: absolute;
  z-index: 10;
  /* box-shadow: 0 0.02rem 0.02rem rgba(0, 0, 0, 0.15); */
  box-shadow: 0 0.02rem 0.07rem 0.01rem rgba(0, 0, 0, 0.14), 0 0.03rem 0.14rem 0.02rem rgba(0, 0, 0, 0.05), 0 0.05rem 0.05rem -0.03rem rgba(0, 0, 0, 0.05);
}
.popover .popover-container.show {
  display: block;
  border-radius: 0.04rem;
  overflow: hidden;
}
.popover .popover-container.hide {
  display: none;
}
.popover .popover-target {
  display: inline-block;
  cursor: pointer;
}

.dropdown-menu-mask {
  height: 100%;
  width: 100%;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  display: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.dropdown-menu-mask.show {
  display: block;
}
@charset "UTF-8";
/**
 * 组件结构：
 *      ul.tabs > (li.tab > div.title) * N
 */
/**
 * 默认主题样式
 */
.tabs.theme-default {
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
  border: 0.01rem solid #f5f6f7;
  border-width: 0.01rem 0;
  position: relative;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 0 0.15rem;
}

.tabs.theme-default .tab {
  -webkit-flex: 1;
          flex: 1;
  text-align: center;
  height: 0.44rem;
  line-height: 0.5rem;
  color: #777;
}

.tabs.theme-default .tab .title {
  color: #222222;
  font-size: 0.14rem;
  line-height: 0.44rem;
  display: table;
  margin: auto;
  height: 100%;
  box-sizing: border-box;
  border-top: 0.03rem solid transparent;
  border-bottom: 0.03rem solid transparent;
  vertical-align: middle;
  cursor: pointer;
}

.tabs.theme-default .tab .title a {
  vertical-align: middle;
  display: table-cell;
  color: #222222;
}

.tabs.theme-default .tab.active {
  font-weight: 700;
}

.tabs.theme-default .tab.active .title {
  border-bottom: 0.03rem solid #03a9f4;
}

.tabs.theme-default .tab.active .title a {
  color: #03a9f4;
}

/* 特殊情况下，不显示tabs的顶边框 */
.nav-bar + .tabs.theme-default {
  border-top: 0;
}

.tab-anchor {
  display: block;
  padding-top: 0.44rem;
  margin-top: -0.44rem;
}

@media screen and (max-width: 320px) {
  /* 不转换成rem */
  .tabs.theme-default .tab .title,
  .tabs.theme-default .tab.active .title {
    font-size: 0.14rem;
  }
}
/* 新样式 */
.tabs.theme-one-line .tab {
  float: left;
}

.tabs.theme-one-line .tab .title {
  margin-top: 0.05rem;
}

.tabs.theme-one-line .tab .btn {
  display: block;
  font-size: 0.15rem;
  color: #757575;
  padding: 0 0.1rem;
  line-height: 0.4rem;
  height: 0.4rem;
  box-sizing: border-box;
}

.tabs.theme-one-line .tab.active .btn {
  margin-bottom: -0.01rem;
  color: #03a9f4;
  border-bottom: 0.02rem solid #03a9f4;
}

/* theme gold */
.tabs.theme-gold .tab.active .title {
  border-bottom: 0.02rem solid #ffbd2b;
}

.tabs.theme-gold .tab .title a {
  color: #2d2e30;
}

.tabs.theme-gold .tab.active .title a {
  color: #2d2e30;
  font-weight: 700;
}

/* theme gold 1 */
.tabs.theme-gold-1 .tab.active .title {
  border-bottom: 0.02rem solid #ffbd2b;
}

.tabs.theme-gold-1 .tab .title a {
  color: #2d2e30;
}

.tabs.theme-gold-1 .tab.active .title a {
  color: #2d2e30;
  font-weight: 400;
}
.page-slider-page-wrap {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.report-icon {
  width: 0.2rem;
  height: 0.2rem;
  display: inline-block;
  vertical-align: middle;
}
.report-icon.icon-ugc-report {
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/businessCommon/images/icon-ugc-report.1193bf52.png) no-repeat;
  background-size: contain;
}

.ugc-report-result-info-alert .dialog-body .info {
  font-size: 0.15rem;
  font-weight: 400;
  color: #222222;
  line-height: 0.22rem;
}
.ugc-report-reason-dialog .dialog-header .title {
  font-size: 0.16rem;
  font-weight: 500;
  color: #222222;
  line-height: 0.24rem;
  text-shadow: 0 12px 44px rgba(0, 0, 0, 0.2);
}
.ugc-report-reason-dialog .dialog-body {
  margin: 0.2rem;
}
.ugc-report-reason-dialog .dialog-body .radio-list .radio-box {
  display: block;
  font-size: 0.15rem;
  font-weight: 400;
  color: #222222;
  line-height: 0.22rem;
  text-shadow: 0 12px 44px rgba(0, 0, 0, 0.2);
  margin-bottom: 0.16rem;
}
@charset "UTF-8";
.umu-ui-tabs-container {
  /* 特殊情况下，不显示tabs的顶边框 */
}

.umu-ui-tabs-container .umu-ui-tabs li {
  list-style: none;
}

.umu-ui-tabs-container .umu-ui-tabs a {
  text-decoration: none;
}

.umu-ui-tabs-container .umu-ui-tabs .truncate-text-1 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.umu-ui-tabs-container .umu-ui-tabs .hidden {
  display: none;
}

.umu-ui-tabs-container .nav-bar + .umu-ui-tabs {
  border-top: 0;
}

.umu-ui-tabs-container .tab-anchor {
  display: block;
  margin-top: -44px;
  padding-top: 44px;
}

@media screen and (max-width: 320px) {
  /* 不转换成rem */
  .theme-default .umu-ui-tabs .tab .title,
  .theme-default .umu-ui-tabs .tab.active .title {
    font-size: 14px;
  }
}
/** * 组件结构： * ul.umu-ui-tabs > (li.tab > div.title) * N */
/** * 默认主题样式 */
.umu-ui-tabs-container.theme-left .umu-ui-tabs {
  position: relative;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding: 13px 20px;
  overflow: auto;
  white-space: nowrap;
  text-align: center;
  background-color: #fff;
}

.umu-ui-tabs-container.theme-left .umu-ui-tabs .umu-ui-tabs-ink-bar {
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #fab400;
  border-radius: 1px;
}

.umu-ui-tabs-container.theme-left .umu-ui-tabs .umu-ui-tabs-ink-bar-animated {
  transition: width 0.3s, left 0.3s, right 0.3s;
}

.umu-ui-tabs-container.theme-left .umu-ui-tabs .tab {
  padding: 0 10px;
  text-align: center;
}

.umu-ui-tabs-container.theme-left .umu-ui-tabs .tab .title {
  display: table;
  box-sizing: border-box;
  height: 100%;
  margin: auto;
  color: #222222;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
}

.umu-ui-tabs-container.theme-left .umu-ui-tabs .tab .title .title-wrap {
  display: table-cell;
  color: #222222;
  vertical-align: middle;
}

.umu-ui-tabs-container.theme-left .umu-ui-tabs .tab .title a {
  color: #222222;
}

.umu-ui-tabs-container.theme-left .umu-ui-tabs .tab.active {
  font-weight: 700;
}

.umu-ui-tabs-container.theme-left .umu-ui-tabs .tab.active .title {
  border-bottom: 0;
}

.umu-ui-tabs-container.theme-left .umu-ui-tabs .tab.active .title .title-wrap {
  color: #222222;
}

.umu-ui-tabs-container.theme-two-line .umu-ui-tabs {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  overflow: auto;
  white-space: nowrap;
  text-align: center;
  background-color: #fff;
}

.umu-ui-tabs-container.theme-two-line .umu-ui-tabs .umu-ui-tabs-ink-bar {
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #fab400;
  border-radius: 1px;
}

.umu-ui-tabs-container.theme-two-line .umu-ui-tabs .umu-ui-tabs-ink-bar-animated {
  transition: width 0.3s, left 0.3s, right 0.3s;
}

.umu-ui-tabs-container.theme-two-line .umu-ui-tabs .tab {
  -webkit-flex: 1;
          flex: 1;
  height: 44px;
  padding: 9px 20px;
  line-height: 50px;
  text-align: center;
}

.umu-ui-tabs-container.theme-two-line .umu-ui-tabs .tab .umu-tab-title {
  min-width: 100px;
  padding: 0 20px;
}

.umu-ui-tabs-container.theme-two-line .umu-ui-tabs .tab .umu-tab-title .main-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.umu-ui-tabs-container.theme-two-line .umu-ui-tabs .tab .umu-tab-title .sub-title {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}

.umu-ui-tabs-container.theme-two-line .umu-ui-tabs .tab .title {
  display: table;
  box-sizing: border-box;
  height: 100%;
  margin: auto;
  color: #222222;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
}

.umu-ui-tabs-container.theme-two-line .umu-ui-tabs .tab .title .title-wrap {
  display: table-cell;
  color: #222222;
  vertical-align: middle;
}

.umu-ui-tabs-container.theme-two-line .umu-ui-tabs .tab .title a {
  color: #222222;
}

.umu-ui-tabs-container.theme-two-line .umu-ui-tabs .tab.active .title {
  border-bottom: 0;
}

.umu-ui-tabs-container.theme-two-line .umu-ui-tabs .tab.active .title .title-wrap {
  color: #222222;
}

.umu-ui-tabs-container {
  overflow-x: auto;
}

.umu-ui-tabs-container.theme-slide .umu-ui-tabs {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  white-space: nowrap;
  text-align: center;
  background-color: #fff;
}

.umu-ui-tabs-container.theme-slide .umu-ui-tabs .umu-ui-tabs-ink-bar {
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #fab400;
  border-radius: 1px;
}

.umu-ui-tabs-container.theme-slide .umu-ui-tabs .umu-ui-tabs-ink-bar-animated {
  transition: width 0.3s, left 0.3s, right 0.3s;
}

.umu-ui-tabs-container.theme-slide .umu-ui-tabs .tab {
  -webkit-flex: 1;
          flex: 1;
  height: 44px;
  padding: 0 10px;
  text-align: center;
}

.umu-ui-tabs-container.theme-slide .umu-ui-tabs .tab .title {
  display: table;
  box-sizing: border-box;
  height: 100%;
  margin: auto;
  color: #222222;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
}

.umu-ui-tabs-container.theme-slide .umu-ui-tabs .tab .title .title-wrap {
  display: table-cell;
  color: #222222;
  vertical-align: middle;
}

.umu-ui-tabs-container.theme-slide .umu-ui-tabs .tab .title a {
  color: #222222;
}

.umu-ui-tabs-container.theme-slide .umu-ui-tabs .tab.active {
  font-weight: 700;
}

.umu-ui-tabs-container.theme-slide .umu-ui-tabs .tab.active .title {
  border-bottom: 0;
}

.umu-ui-tabs-container.theme-slide .umu-ui-tabs .tab.active .title .title-wrap {
  color: #222222;
}

.umu-ui-tabs-container.theme-center .umu-ui-tabs {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  overflow: auto;
  white-space: nowrap;
  text-align: center;
  background-color: #fff;
}

.umu-ui-tabs-container.theme-center .umu-ui-tabs .umu-ui-tabs-ink-bar {
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #fab400;
  border-radius: 1px;
}

.umu-ui-tabs-container.theme-center .umu-ui-tabs .umu-ui-tabs-ink-bar-animated {
  transition: width 0.3s, left 0.3s, right 0.3s;
}

.umu-ui-tabs-container.theme-center .umu-ui-tabs .tab {
  -webkit-flex: 1;
          flex: 1;
  height: 44px;
  text-align: center;
}

.umu-ui-tabs-container.theme-center .umu-ui-tabs .tab .title {
  display: table;
  box-sizing: border-box;
  height: 100%;
  margin: auto;
  color: #222222;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
}

.umu-ui-tabs-container.theme-center .umu-ui-tabs .tab .title .title-wrap {
  display: table-cell;
  color: #222222;
  vertical-align: middle;
}

.umu-ui-tabs-container.theme-center .umu-ui-tabs .tab .title a {
  color: #222222;
}

.umu-ui-tabs-container.theme-center .umu-ui-tabs .tab.active {
  font-weight: 700;
}

.umu-ui-tabs-container.theme-center .umu-ui-tabs .tab.active .title {
  border-bottom: 0;
}

.umu-ui-tabs-container.theme-center .umu-ui-tabs .tab.active .title .title-wrap {
  color: #222222;
}

/** * 组件结构： * ul.umu-ui-tabs > (li.tab > div.title) * N */
/** * 默认主题样式 */
.umu-ui-tabs-container.theme-vertical .umu-ui-tabs {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  padding: 13px 20px;
  background-color: #fff;
}

.umu-ui-tabs-container.theme-vertical .umu-ui-tabs .umu-ui-tabs-ink-bar {
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 100px;
  background: #fab400;
  border-radius: 1px;
}

.umu-ui-tabs-container.theme-vertical .umu-ui-tabs .umu-ui-tabs-ink-bar-animated {
  transition: height 0.3s, top 0.3s, right 0.3s;
}

.umu-ui-tabs-container.theme-vertical .umu-ui-tabs .tab {
  padding: 6px 5px 6px 8px;
  background: #f5f5f5;
}

.umu-ui-tabs-container.theme-vertical .umu-ui-tabs .tab .title {
  box-sizing: border-box;
  height: 100%;
  margin: auto;
  color: #222222;
  font-size: 13px;
  vertical-align: middle;
  cursor: pointer;
}

.umu-ui-tabs-container.theme-vertical .umu-ui-tabs .tab .title .title-wrap {
  display: table-cell;
  color: #222222;
  vertical-align: middle;
}

.umu-ui-tabs-container.theme-vertical .umu-ui-tabs .tab .title a {
  color: #222222;
}

.umu-ui-tabs-container.theme-vertical .umu-ui-tabs .tab.active {
  font-weight: 700;
  background: #fff;
}

.umu-ui-tabs-container.theme-vertical .umu-ui-tabs .tab.active .title {
  border-bottom: 0;
}

.umu-ui-tabs-container.theme-vertical .umu-ui-tabs .tab.active .title .title-wrap {
  color: #222222;
}

/** * 组件结构： * ul.umu-ui-tabs > (li.tab > div.title) * N */
/** * 默认主题样式 */
.umu-ui-tabs-container.theme-left.theme-left-medium .umu-ui-tabs {
  padding: 13px 0;
  border: 0;
}

.umu-ui-tabs-container.theme-left.theme-left-medium .umu-ui-tabs .tab:first-child {
  padding: 0;
}

.umu-ui-tabs-container.theme-left.theme-left-medium .umu-ui-tabs .tab .title {
  font-size: 14px;
}
@charset "UTF-8";
/* 业务样式 */
body,
pre,
input,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

/*日本字体设置*/
body.locale-jp,
body.locale-jp pre,
body.locale-jp input,
body.locale-jp textarea {
  font-family: "noto_sansregular", "hiragino kaku gothic pro", "MS Gothic", "meiryo", "Arial", "Microsoft Yahei";
}

.doc-wide {
  font-weight: 400;
  margin: 0 auto;
  min-width: 9.8rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* reset */
/* 清除列表项的间距和补白样式 */
menu,
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 清除标题样式 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
  font-weight: inherit;
}

/* 清除间距、粗体样式 */
dl,
dt,
dd,
hr,
p {
  margin: 0;
  font-weight: inherit;
}

/* 清除字体粗体样式 */
th,
em,
strong {
  font-weight: inherit;
}

/* 清除字体特殊样式 */
u,
em,
i {
  font-style: inherit;
}

blockquote,
q {
  quotes: none;
}

blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  word-wrap: break-word;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* html5 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* 表格基本样式 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  border: 0;
  padding: 0;
}

/* html */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 1025px) {
  html {
    background: #eee;
  }
}
/* 业务样式 */
body {
  margin: 0;
  word-wrap: break-word;
  line-height: 1;
  background: #fff;
  font-size: 0.14rem;
  color: #222222;
}

@media screen and (min-width: 700px) {
  body.is-pc {
    margin: 0;
    word-wrap: break-word;
    line-height: 1;
    background: #f5f5f5;
    font-size: 0.14rem;
    color: #222222;
  }
  body.is-pc .doc {
    background: #fff;
  }
}
/* clearfix */
.clearfix:after {
  width: 0;
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

/* 链接默认样式 */
a {
  color: #1973e8;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

input:-webkit-autofill {
  background: #fff;
}

::-ms-clear,
::-ms-reveal {
  display: none;
}

:-ms-input-placeholder {
  color: #a9a9a9 !important;
}

pre {
  margin: 0;
  word-wrap: break-word;
  word-break: break-word;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -ms-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
}

a img {
  border: 0;
}

body > object {
  visibility: hidden;
}

/* 不可以转换成rem */ /* 定义 1px = 0.01rem，设置 font-size: 1rem ; 使页面与设计稿比例为 1:1 */
html {
  font-size: 100px; /* 不可以转换成rem */
}

body {
  font-size: 0.16rem;
}

/* 让页面可以适应高度 */
/*
    div.doc > ContentWrapper.doc-frame > header + div.doc-stretch-body + (sessionSibligns + footer)
 */
html,
body {
  height: 100%;
}

.doc {
  min-height: 100%;
}

.doc-frame {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.doc-stretch-body {
  -webkit-flex: auto;
          flex: auto; /* flex: 1 IE 中会样式错乱*/
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}

/* 有fixed定位的元素时，添加 doc-fixed 容器，保证元素的宽度与 doc 一致。此时该元素使用绝对定位 */
.doc-fixed {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99;
}

.doc-fixed.top {
  top: 0;
}

.doc-fixed.bottom {
  bottom: 0;
}

/* mobile设备上，有focus事件弹起键盘后，去除doc-fixed效果 */
body.no-doc-fixed-switch .doc-fixed {
  opacity: 0 !important;
  pointer-events: none;
}

/* iphone x */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  /* 不可以转换成rem */
  .doc-fixed.bottom {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
  .doc-fixed.bottom.filled {
    background-color: #fff;
  }
}
@media screen and (min-width: 1025px) {
  /* 不可以转换成rem */
  body {
    width: 700px; /* 不可以转换成rem */
    margin: 0 auto;
  }
  body > .doc {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
  }
  .doc,
  .doc-fixed.bordered {
    border-left: 1px solid #eee; /* 不可以转换成rem */
    border-right: 1px solid #eee; /* 不可以转换成rem */
    border-top: 1px solid #eee; /* 不可以转换成rem */
  }
  .doc-fixed {
    width: 700px; /* 不可以转换成rem */
    left: 50%;
    margin-left: -350px; /* 不可以转换成rem */
  }
  .doc-fixed.bordered {
    width: 698px; /* 不可以转换成rem */
  }
}
@media screen and (min-width: 700px) {
  body.is-iframe-mode, body.is-pc {
    width: 700px; /* 不可以转换成rem */
    margin: 0 auto;
    background: #f5f5f5;
  }
  body.is-iframe-mode .doc,
  body.is-iframe-mode .doc-fixed.bordered, body.is-pc .doc,
  body.is-pc .doc-fixed.bordered {
    border-left: 1px solid #eee; /* 不可以转换成rem */
    border-right: 1px solid #eee; /* 不可以转换成rem */
    border-top: 1px solid #eee; /* 不可以转换成rem */
  }
  body.is-iframe-mode .doc-fixed, body.is-pc .doc-fixed {
    width: 700px; /* 不可以转换成rem */
    left: 50%;
    margin-left: -350px; /* 不可以转换成rem */
  }
  body.is-iframe-mode .doc-fixed.bordered, body.is-pc .doc-fixed.bordered {
    width: 698px; /* 不可以转换成rem */
  }
  body.is-iframe-mode .doc, body.is-pc .doc {
    background: #fff;
  }
  body.is-iframe-mode .cover-page-content, body.is-pc .cover-page-content {
    width: 698px; /* 不可以转换成rem */
    margin: 0 auto;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }
  body.is-iframe-mode .cover-page .cover-page-fixed-header, body.is-pc .cover-page .cover-page-fixed-header {
    max-width: 698px;
  }
  body.is-iframe-mode .siblings-nav.landscape, body.is-pc .siblings-nav.landscape {
    width: 700px;
  }
  body.is-iframe-mode .siblings-nav.landscape .siblings-nav-item-group.group-main div:first-child, body.is-pc .siblings-nav.landscape .siblings-nav-item-group.group-main div:first-child {
    padding-left: 8px;
  }
  body.is-iframe-mode .siblings-nav.landscape .siblings-nav-item-group.group-nav a:last-child, body.is-pc .siblings-nav.landscape .siblings-nav-item-group.group-nav a:last-child {
    margin-right: 16px;
  }
}
i.icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  background-repeat: no-repeat;
}

/**
 * 尺寸
 * xs： 0.12rem 、s： 0.16rem 、m： 0.2rem （默认）、l： 0.24rem 、xl： 0.3rem  */
i.icon.size-xs {
  width: 0.12rem;
  height: 0.12rem;
}
i.icon.size-s {
  width: 0.16rem;
  height: 0.16rem;
}
i.icon.size-m {
  width: 0.2rem;
  height: 0.2rem;
}
i.icon.size-l {
  width: 0.24rem;
  height: 0.24rem;
}
i.icon.size-xl {
  width: 0.3rem;
  height: 0.3rem;
}

.img img {
  display: block;
  width: 100%;
  height: 100%;
}

.truncate-text-base, .truncate-text-10, .truncate-text-5, .truncate-text-4, .truncate-text-3, .truncate-text-2, .truncate-text {
  overflow: hidden;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
}

/*  */
.truncate-text {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.truncate-text-2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.truncate-text-3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.truncate-text-4 {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

.truncate-text-5 {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}

.truncate-text-10 {
  -webkit-line-clamp: 10;
  line-clamp: 10;
}

@media screen and (min-width: 768px) {
  /* 不转换成rem */
  .custom-scrollbar ::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .custom-scrollbar:hover ::-webkit-scrollbar {
    width: 0.06rem;
    height: 0.06rem;
  }
  .custom-scrollbar ::-webkit-scrollbar-track-piece {
    background-color: transparent;
  }
  .custom-scrollbar ::-webkit-scrollbar-thumb {
    background-color: rgba(194, 194, 194, 0.3);
    background-clip: padding-box;
    min-height: 0.28rem;
  }
  .custom-scrollbar ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(194, 194, 194, 0.5);
  }
}
html.prevent-scroll,
html.prevent-scroll body {
  overflow: hidden;
}

/* 非ios下，清除默认的 100% 导致的自动回到顶部 */
@supports not (-webkit-overflow-scrolling: touch) {
  html.prevent-scroll,
  html.prevent-scroll body {
    height: auto;
  }
}
/* 屏蔽迅雷下载 */
.xl-chrome-ext-bar {
  display: none !important;
  visibility: hidden !important;
  z-index: -1 !important;
  opacity: 0 !important;
  left: -10000px !important;
}

.form-tip {
  text-align: left;
  font-size: 0.12rem;
  line-height: 1.5;
}

.form-tip.error {
  color: #d50000;
}

.input input,
.input textarea {
  display: block;
  width: 100%;
  border: 0.01rem solid #ccc;
  background: #fff;
  border-radius: 0.03rem;
  box-sizing: border-box;
  font-size: 0.16rem;
  color: #333;
  resize: none;
  overflow: auto;
  outline: none;
  -webkit-appearance: none;
  opacity: 1;
}

.input input {
  height: 0.4rem;
  padding: 0.06rem 0.13rem;
  line-height: 1.56;
}

.input textarea {
  height: 1.1rem;
  padding: 0.09rem 0.13rem;
  line-height: 1.33;
}

.input input:focus,
.input textarea:focus {
  border-color: #98c1e2;
  box-shadow: 0 0 0.03rem rgba(106, 164, 213, 0.35);
}

.imitate-a {
  width: auto;
  padding: 0;
  color: #1E6EE6;
  border: 0 none;
  cursor: pointer;
  outline-style: none;
  background-color: transparent;
  overflow: visible;
  font-size: inherit;
}

.btn-action-create {
  outline: none;
  height: 0.34rem;
  line-height: 0.34rem;
  padding: 0 0.15rem 0 0.11rem;
  vertical-align: middle;
  min-width: 0.54rem;
  border-width: 0.01rem;
  border-style: solid;
  background: #ffbd2b;
  color: #ffffff;
  border-color: #ffbd2b;
  text-align: center;
  box-sizing: content-box !important;
  font-size: 0.16rem;
  font-weight: 600;
  border-radius: 0.04rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
}
.btn-action-create.disabled {
  cursor: default;
  border-color: #ccc;
  background-color: #ccc;
}
.btn-action-create.disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
}

.umu-full-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.fixed-bottom {
  bottom: 0;
  position: fixed;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 700px) {
  .umu-full-screen,
  .fixed-bottom {
    width: 698px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    box-sizing: border-box;
  }
}
.btn-action-create .icon-plus-white {
  margin-right: 0.04rem;
  width: 0.24rem;
  height: 0.24rem;
  background: url(https://dpfrzbu0cqnmm.cloudfront.net/market/jp/assets/common/images/icon-plus-white.8c67fb22.png) no-repeat center/contain;
}
.umu-text-clamp {
  overflow: hidden;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.umu-text-clamp.clamp-1 {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.umu-text-clamp.clamp-2 {
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.umu-text-clamp.clamp-3 {
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
@charset "UTF-8";
/*
  author Kody
  desc umu iconfont
  library https://www.iconfont.cn/manage/index?spm=a313x.7781069.1998910419.11&manage_type=myprojects&projectId=1590198
  注意：
      1. 为了避免与老的 png icon 命名一样产生冲突或样式问题，建议在所有的字体前加上 .iconfont
      2. 字体库由 duanjun 上传到 cdn，为了避免缓存，请在 @font-face 中把 url 的时间戳改一下
      3. .woff 文件百度云的 resopnse 头少跨域设置，最好注掉（百度云的 bug）
*/
@font-face {
  font-family: "iconfont";
  src: url("https://dpfrzbu0cqnmm.cloudfront.net/statics/iconfont/iconfont.woff?t=1645538719824") format("woff"), url("https://dpfrzbu0cqnmm.cloudfront.net/statics/iconfont/iconfont.woff2?t=1645538719824") format("woff2"), url("https://dpfrzbu0cqnmm.cloudfront.net/statics/iconfont/iconfont.ttf?t=1645538719824") format("truetype"); /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none !important;
  /* ============================================ 以上部分除了 src，一般不用动 ===================================== */
}
.iconfont.icon-problem-filling:before {
  content: "\e607";
}
.iconfont.icon-calendar:before {
  content: "\e681";
}
.iconfont.icon-course-type-19:before {
  content: "\e676";
}
.iconfont.icon-course-type-20:before {
  content: "\e688";
}
.iconfont.icon-share2:before {
  content: "\e605";
}
.iconfont.icon-like3:before {
  content: "\e604";
}
.iconfont.icon-course-type-umu-template:before {
  content: "\e603";
}
.iconfont.icon-course-type-enterprise-template:before {
  content: "\e602";
}
.iconfont.icon-permission:before {
  content: "\e600";
}
.iconfont.icon-pinglunxuanzhong:before {
  content: "\e6c5";
}
.iconfont.icon-add:before {
  content: "\e66b";
}
.iconfont.icon-checkmark:before {
  content: "\e606";
}
.iconfont.icon-star-press:before {
  content: "\e669";
}
.iconfont.icon-star-normal:before {
  content: "\e66a";
}
.iconfont.icon-link:before {
  content: "\e668";
}
.iconfont.icon-edit:before {
  content: "\e667";
}
.iconfont.icon-top:before {
  content: "\e666";
}
.iconfont.icon-jinghua:before {
  content: "\e665";
}
.iconfont.icon-delete:before {
  content: "\e664";
}
.iconfont.icon-set:before {
  content: "\e662";
}
.iconfont.icon-comment:before {
  content: "\e65d";
}
.iconfont.icon-more:before {
  content: "\e65e";
}
.iconfont.icon-share:before {
  content: "\e65f";
}
.iconfont.icon-like1:before {
  content: "\e660";
}
.iconfont.icon-like2:before {
  content: "\e661";
}
.iconfont.icon-move-down:before {
  content: "\e65c";
}
.iconfont.icon-move-up:before {
  content: "\e65b";
}
.iconfont.icon-close:before {
  content: "\e65a";
}
.iconfont.icon-course-type-activity:before {
  content: "\e62e";
}
.iconfont.icon-course-type-learning-group:before {
  content: "\e62f";
}
.iconfont.icon-course-type-weike:before {
  content: "\e630";
}
.iconfont.icon-course-type-closed:before {
  content: "\e631";
}
.iconfont.icon-session_draft:before {
  content: "\e63f";
}
.iconfont.icon-course-type-9:before {
  content: "\e640";
}
.iconfont.icon-course-type-6:before {
  content: "\e628";
}
.iconfont.icon-course-type-3:before {
  content: "\e61d";
}
.iconfont.icon-course-type-8:before {
  content: "\e61e";
}
.iconfont.icon-course-type-13:before {
  content: "\e61f";
}
.iconfont.icon-course-type-15:before {
  content: "\e620";
}
.iconfont.icon-course-type-17:before {
  content: "\e621";
}
.iconfont.icon-course-type-16:before {
  content: "\e622";
}
.iconfont.icon-course-type-14:before {
  content: "\e623";
}
.iconfont.icon-course-type-10:before {
  content: "\e624";
}
.iconfont.icon-course-type-4:before {
  content: "\e625";
}
.iconfont.icon-course-type-5:before {
  content: "\e626";
}
.iconfont.icon-course-type-18:before {
  content: "\e627";
}
.iconfont.icon-course-type-7:before {
  content: "\e629";
}
.iconfont.icon-course-type-11:before {
  content: "\e62a";
}
.iconfont.icon-course-type-my-template:before {
  content: "\e62b";
}
.iconfont.icon-course-type-1:before {
  content: "\e62c";
}
.iconfont.icon-course-type-2:before {
  content: "\e62d";
}
.iconfont.icon-refresh:before {
  content: "\e617";
}
.iconfont.icon-arrow-right:before {
  content: "\e601";
}
