@keyframes loadRotate {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
[id^='components-demo-'] .m-ytu-btn {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-switch {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-tag {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-steps {
  margin-right: 8px;
  margin-bottom: 12px;
  margin-top: 12px;
}
[id^='components-demo-'] {
  display: flex;
}
.m-ytu-icon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  width: calc(11em/8 + 5px);
  height: calc(11em/8 + 5px);
}
.m-ytu-icon-svg {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  fill: currentColor;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.m-ytu-icon-sm {
  width: 11px;
  height: 11px;
}
.m-ytu-icon-lg {
  width: 33px;
  height: 33px;
}
.m-ytu-icon-spin {
  animation: cirle-anim 1s linear infinite;
}
@keyframes cirle-anim {
  100% {
    transform: rotate(360deg);
  }
}

[id^='components-demo-'] .m-ytu-btn {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-switch {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-tag {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-steps {
  margin-right: 8px;
  margin-bottom: 12px;
  margin-top: 12px;
}
[id^='components-demo-'] {
  display: flex;
}
@keyframes loadRotate {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
.btn-press {
  position: relative;
}
.btn-press::before {
  display: block;
  background: #323438;
  opacity: 0.1;
}
.btn-disable {
  position: relative;
}
.btn-disable:not([disabled]) {
  pointer-events: none;
}
.btn-disable.btn-disable::before {
  display: block;
  background: #fff;
  opacity: 0.6;
}
.m-ytu-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  white-space: nowrap;
  background-image: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 1px solid transparent;
  -webkit-user-select: none;
          user-select: none;
  touch-action: manipulation;
  height: 36px;
  padding: 4.4px 12px;
  font-size: 16px;
  border-radius: 3px;
  color: #307aff;
  background-color: #fff;
  border-color: #307aff;
}
.m-ytu-btn:active,
.m-ytu-btn:focus {
  outline: 0;
}
.m-ytu-btn[disabled] {
  cursor: not-allowed;
}
.m-ytu-btn[disabled] > * {
  pointer-events: none;
}
.m-ytu-btn-lg {
  height: 54px;
  padding: 7.1px 18px;
  font-size: 24px;
  border-radius: 3px;
}
.m-ytu-btn-sm {
  height: 24px;
  padding: 1.6px 6px;
  font-size: 12px;
  border-radius: 1.5px;
}
.m-ytu-btn > a:only-child {
  color: currentColor;
}
.m-ytu-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.m-ytu-btn[disabled],
.m-ytu-btn[disabled]:hover,
.m-ytu-btn[disabled]:focus,
.m-ytu-btn[disabled]:active {
  color: #fff;
  background-color: #c4c7cc;
  border-color: #c4c7cc;
  opacity: 1;
  text-shadow: none;
  box-shadow: none;
}
.m-ytu-btn[disabled] > a:only-child,
.m-ytu-btn[disabled]:hover > a:only-child,
.m-ytu-btn[disabled]:focus > a:only-child,
.m-ytu-btn[disabled]:active > a:only-child {
  color: currentColor;
}
.m-ytu-btn[disabled] > a:only-child::after,
.m-ytu-btn[disabled]:hover > a:only-child::after,
.m-ytu-btn[disabled]:focus > a:only-child::after,
.m-ytu-btn[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.m-ytu-btn-primary {
  color: #fff;
  background-color: #307aff;
  border-color: #307aff;
}
.m-ytu-btn-primary > a:only-child {
  color: currentColor;
}
.m-ytu-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.m-ytu-btn-primary[disabled],
.m-ytu-btn-primary[disabled]:hover,
.m-ytu-btn-primary[disabled]:focus,
.m-ytu-btn-primary[disabled]:active {
  color: #fff;
  background-color: #307aff;
  border-color: #307aff;
  opacity: 0.6;
  text-shadow: none;
  box-shadow: none;
}
.m-ytu-btn-primary[disabled] > a:only-child,
.m-ytu-btn-primary[disabled]:hover > a:only-child,
.m-ytu-btn-primary[disabled]:focus > a:only-child,
.m-ytu-btn-primary[disabled]:active > a:only-child {
  color: currentColor;
}
.m-ytu-btn-primary[disabled] > a:only-child::after,
.m-ytu-btn-primary[disabled]:hover > a:only-child::after,
.m-ytu-btn-primary[disabled]:focus > a:only-child::after,
.m-ytu-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.m-ytu-btn-primary:hover {
  position: relative;
  box-shadow: 0px 5px 20px 6px rgba(147, 185, 255, 0.5);
}
.m-ytu-btn-primary:hover::before {
  display: block;
  background: #fff;
  opacity: 0.1;
}
.m-ytu-btn-primary:focus,
.m-ytu-btn-primary :active {
  position: relative;
}
.m-ytu-btn-primary:focus::before,
.m-ytu-btn-primary :active::before {
  display: block;
  background: #323438;
  opacity: 0.1;
}
.m-ytu-btn-dashed {
  color: #307aff;
  background-color: #fff;
  border-color: #307aff;
  border-style: dashed;
}
.m-ytu-btn-dashed > a:only-child {
  color: currentColor;
}
.m-ytu-btn-dashed > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.m-ytu-btn-dashed[disabled],
.m-ytu-btn-dashed[disabled]:hover,
.m-ytu-btn-dashed[disabled]:focus,
.m-ytu-btn-dashed[disabled]:active {
  color: #fff;
  background-color: #c4c7cc;
  border-color: #c4c7cc;
  opacity: 1;
  text-shadow: none;
  box-shadow: none;
}
.m-ytu-btn-dashed[disabled] > a:only-child,
.m-ytu-btn-dashed[disabled]:hover > a:only-child,
.m-ytu-btn-dashed[disabled]:focus > a:only-child,
.m-ytu-btn-dashed[disabled]:active > a:only-child {
  color: currentColor;
}
.m-ytu-btn-dashed[disabled] > a:only-child::after,
.m-ytu-btn-dashed[disabled]:hover > a:only-child::after,
.m-ytu-btn-dashed[disabled]:focus > a:only-child::after,
.m-ytu-btn-dashed[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.m-ytu-btn-icon-only {
  margin-right: 0;
  width: 36px;
  height: 36px;
  padding: 0 0;
  font-size: 27px;
  border-radius: 3px;
}
.m-ytu-btn-icon-only > * {
  font-size: 27px;
}
.m-ytu-btn-icon-only.m-ytu-btn-lg {
  width: 54px;
  height: 54px;
  padding: 0 0;
  font-size: 38px;
  border-radius: 3px;
}
.m-ytu-btn-icon-only.m-ytu-btn-lg > * {
  font-size: 38px;
}
.m-ytu-btn-icon-only.m-ytu-btn-sm {
  width: 24px;
  height: 24px;
  padding: 0 0;
  font-size: 16px;
  border-radius: 3px;
}
.m-ytu-btn-icon-only.m-ytu-btn-sm > * {
  font-size: 16px;
}
.m-ytu-btn-icon .m-ytu-icon {
  margin-right: 5px;
}
.m-ytu-btn-circle {
  min-width: 36px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  border-radius: 50%;
}
.m-ytu-btn-circle.m-ytu-btn-lg {
  min-width: 54px;
  border-radius: 50%;
}
.m-ytu-btn-circle.m-ytu-btn-sm {
  min-width: 24px;
  border-radius: 50%;
}
.m-ytu-btn-round {
  height: 36px;
  padding: 4.4px 12px;
  font-size: 16px;
  border-radius: 18px;
}
.m-ytu-btn-round.m-ytu-btn-lg {
  height: 54px;
  padding: 7.1px 18px;
  font-size: 24px;
  border-radius: 27px;
}
.m-ytu-btn-round.m-ytu-btn-sm {
  height: 24px;
  padding: 1.6px 6px;
  font-size: 12px;
  border-radius: 12px;
}
.m-ytu-btn-disable {
  position: relative;
}
.m-ytu-btn-disable:not([disabled]) {
  pointer-events: none;
}
.m-ytu-btn-disable.m-ytu-btn-disable::before {
  display: block;
  background: #fff;
  opacity: 0.6;
}
.m-ytu-btn::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: none;
  background: #fff;
  border-radius: inherit;
  opacity: 0.35;
  transition: opacity 0.2s;
  content: '';
  pointer-events: none;
}

[id^='components-demo-'] .m-ytu-btn {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-switch {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-tag {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-steps {
  margin-right: 8px;
  margin-bottom: 12px;
  margin-top: 12px;
}
[id^='components-demo-'] {
  display: flex;
}
@keyframes loadRotate {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
.m-ytu-calendar {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.m-ytu-calendar-panel {
  background-color: #fff;
}
.m-ytu-calendar-panel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding: 0 15px 10px 15px;
  row-gap: 5px;
}
.m-ytu-calendar-panel-grid .m-ytu-calendar-date {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  color: #323438;
  height: 52px;
  width: 100%;
}
.m-ytu-calendar-panel-grid .m-ytu-calendar-date-day {
  font-size: 16px;
  font-weight: bold;
  color: #323438;
  position: absolute;
  top: 28px;
}
.m-ytu-calendar-panel-grid .m-ytu-calendar-date-describe {
  font-size: 10px;
  font-weight: unset;
  color: #323438;
  position: absolute;
  top: 9px;
}
.m-ytu-calendar-panel-grid .m-ytu-calendar-date-today .m-ytu-calendar-date-day,
.m-ytu-calendar-panel-grid .m-ytu-calendar-date-today .m-ytu-calendar-date-describe {
  color: #307aff;
  visibility: unset;
}
.m-ytu-calendar-panel-grid .m-ytu-calendar-date-disable .m-ytu-calendar-date-day,
.m-ytu-calendar-panel-grid .m-ytu-calendar-date-disable .m-ytu-calendar-date-describe {
  color: #c4c7cc;
  visibility: unset;
}
.m-ytu-calendar-panel-grid .m-ytu-calendar-date-able .m-ytu-calendar-date-day,
.m-ytu-calendar-panel-grid .m-ytu-calendar-date-able .m-ytu-calendar-date-describe {
  color: #307aff;
  visibility: unset;
}
.m-ytu-calendar-panel-grid .m-ytu-calendar-date.m-ytu-calendar-select {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #eaf1ff;
  color: #323438;
  height: 52px;
  width: 100%;
}
.m-ytu-calendar-panel-grid .m-ytu-calendar-date.m-ytu-calendar-select-first,
.m-ytu-calendar-panel-grid .m-ytu-calendar-date.m-ytu-calendar-select-last {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #307aff;
  color: #323438;
  height: 52px;
  width: 100%;
  border-radius: 6px;
}
.m-ytu-calendar-panel-grid .m-ytu-calendar-date.m-ytu-calendar-select-first .m-ytu-calendar-date-day,
.m-ytu-calendar-panel-grid .m-ytu-calendar-date.m-ytu-calendar-select-last .m-ytu-calendar-date-day,
.m-ytu-calendar-panel-grid .m-ytu-calendar-date.m-ytu-calendar-select-first .m-ytu-calendar-date-describe,
.m-ytu-calendar-panel-grid .m-ytu-calendar-date.m-ytu-calendar-select-last .m-ytu-calendar-date-describe {
  color: #eaf1ff;
  visibility: unset;
}
.m-ytu-calendar-panel-grid .m-ytu-calendar-date.m-ytu-calendar-notCurrentMonth {
  background-color: inherit;
}
.m-ytu-calendar-panel-grid .m-ytu-calendar-date.m-ytu-calendar-notCurrentMonth .m-ytu-calendar-date-day,
.m-ytu-calendar-panel-grid .m-ytu-calendar-date.m-ytu-calendar-notCurrentMonth .m-ytu-calendar-date-describe {
  color: #323438;
  visibility: hidden;
}
.m-ytu-calendar-panel-monthHead {
  height: 20px;
  background: #f6f7fbff;
  line-height: 20px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: normal;
  color: #323438;
}
.m-ytu-calendar-panel-weekHead {
  display: flex;
  height: 31.5px;
  padding: 0 15px;
  font-size: 12px;
  font-weight: normal;
  color: #8a8f99ff;
}
.m-ytu-calendar-panel-weekHead-text {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-ytu-calendar-head {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
}
.m-ytu-calendar-head .m-ytu-calendar-control {
  height: 32px;
  background: #f6f7fbff;
  display: flex;
  align-items: center;
  border-radius: 6px;
  padding: 0 8px;
  font-size: 16px;
  font-weight: bold;
  color: #323438;
}
.m-ytu-calendar-head .m-ytu-calendar-control-img {
  width: 28px;
  height: 28px;
}
.m-ytu-calendar-head .m-ytu-calendar-control-text {
  flex: auto;
  text-align: center;
}
.m-ytu-simpleDate {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 49px;
  position: relative;
  background: #fff;
  color: #323438;
  border: 1px solid transparent;
}
.m-ytu-simpleDate-noLuna {
  justify-content: center;
}
.m-ytu-simpleDate-noLuna .m-ytu-simpleDate-date {
  margin: 0;
}
.m-ytu-simpleDate-date {
  font-size: 18px;
  font-weight: bold;
  line-height: 16px;
  margin-top: 14px;
  margin-bottom: 2px;
  text-align: center;
}
.m-ytu-simpleDate-text {
  font-size: 12px;
  text-align: center;
  line-height: 12px;
}
.m-ytu-simpleDate-active {
  border-radius: 6px;
  background: #307aff;
  border: 1px solid #307aff;
  color: #fff;
}
.m-ytu-simpleDate-active::after {
  position: absolute;
  content: '';
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #307aff;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100%));
}
.m-ytu-simpleDate-default {
  border-radius: 6px;
  background: #fff;
  border: 1px solid #FFECC6;
  color: #FFECC6;
}
.m-ytu-simpleDate-default::after {
  position: absolute;
  content: '';
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #FFECC6;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100%));
}
.m-ytu-simpleDate-disable {
  color: #c4c7cc;
}
.m-ytu-simpleCalendar {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.m-ytu-simpleCalendar-simpleHead {
  padding: 0;
}
.m-ytu-simpleCalendar-swiper {
  width: 100%;
}
.m-ytu-simpleCalendar-swiper-slide {
  display: flex;
  width: 100% !important;
}

[id^='components-demo-'] .m-ytu-btn {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-switch {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-tag {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-steps {
  margin-right: 8px;
  margin-bottom: 12px;
  margin-top: 12px;
}
[id^='components-demo-'] {
  display: flex;
}
@keyframes loadRotate {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
.m-ytu-step .m-ytu-step {
  display: flex;
}
.m-ytu-step .m-ytu-step-tail {
  position: relative;
  margin-right: 15px;
}
.m-ytu-step .m-ytu-step-tail-last .m-ytu-step-tail-line {
  visibility: hidden;
}
.m-ytu-step .m-ytu-step-tail-wait .m-ytu-step-tail-node,
.m-ytu-step .m-ytu-step-tail-process .m-ytu-step-tail-node {
  background: #307aff;
}
.m-ytu-step .m-ytu-step-tail-wait .m-ytu-step-tail-line,
.m-ytu-step .m-ytu-step-tail-process .m-ytu-step-tail-line {
  background: #307aff;
}
.m-ytu-step .m-ytu-step-tail-finish .m-ytu-step-tail-node,
.m-ytu-step .m-ytu-step-tail-error .m-ytu-step-tail-node {
  background: #ebedf0;
}
.m-ytu-step .m-ytu-step-tail-finish .m-ytu-step-tail-line,
.m-ytu-step .m-ytu-step-tail-error .m-ytu-step-tail-line {
  background: #ebedf0;
}
.m-ytu-step .m-ytu-step-tail-wait2finish .m-ytu-step-tail-node {
  background: #307aff;
}
.m-ytu-step .m-ytu-step-tail-wait2finish .m-ytu-step-tail-line {
  background: linear-gradient(to bottom, #307aff 0%, #ebedf0 100%);
}
.m-ytu-step .m-ytu-step-tail-finish2wait .m-ytu-step-tail-node {
  background: #ebedf0;
}
.m-ytu-step .m-ytu-step-tail-finish2wait .m-ytu-step-tail-line {
  background: linear-gradient(to bottom, #ebedf0 0%, #307aff 100%);
}
.m-ytu-step .m-ytu-step-tail-node-default {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 1s ease;
  z-index: 2;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #ebedf0;
}
.m-ytu-step .m-ytu-step-tail-line {
  transition: all 1s ease;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: #ebedf0;
  z-index: 1;
}
.m-ytu-step .m-ytu-step-right {
  position: relative;
  width: 100%;
}
.m-ytu-step .m-ytu-step-right .m-ytu-step-title {
  margin-bottom: 5px;
}
.m-ytu-step .m-ytu-step-right .m-ytu-step-content {
  margin-bottom: 26px;
}
.m-ytu-step .m-ytu-step-right .m-ytu-step-content-last {
  margin-bottom: 0;
}

[id^='components-demo-'] .m-ytu-btn {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-switch {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-tag {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-steps {
  margin-right: 8px;
  margin-bottom: 12px;
  margin-top: 12px;
}
[id^='components-demo-'] {
  display: flex;
}
@keyframes loadRotate {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
.m-ytu-switch {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  align-self: center;
}
.m-ytu-switch .checkbox {
  width: 52px;
  height: 32px;
  border-radius: 32px;
  box-sizing: border-box;
  background: #787880;
  z-index: 0;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  border: 0;
  cursor: pointer;
  position: relative;
  transition: all 300ms;
}
.m-ytu-switch .checkbox:before {
  content: ' ';
  position: absolute;
  left: 2px;
  top: 2px;
  width: 48px;
  height: 28px;
  border-radius: 28px;
  box-sizing: border-box;
  background: #787880;
  z-index: 1;
  transition: all 200ms;
  transform: scale(1);
}
.m-ytu-switch .checkbox:after {
  content: ' ';
  width: 28px;
  height: 28px;
  border-radius: 28px;
  background: #fff;
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 2px;
  transform: translateX(0);
  transition: all 200ms;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.06), 0 3px 3.2px 0 rgba(0, 0, 0, 0.15);
}
.m-ytu-switch input[type='checkbox'] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border: 0 none;
  -webkit-appearance: none;
          appearance: none;
}
.m-ytu-switch input[type='checkbox']:checked + .checkbox {
  background: #34c759;
}
.m-ytu-switch input[type='checkbox']:checked + .checkbox:before {
  transform: scale(0);
}
.m-ytu-switch input[type='checkbox']:checked + .checkbox:after {
  transform: translateX(20px);
}
.m-ytu-switch input[type='checkbox']:disabled + .checkbox {
  opacity: 0.3;
}

[id^='components-demo-'] .m-ytu-btn {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-switch {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-tag {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-steps {
  margin-right: 8px;
  margin-bottom: 12px;
  margin-top: 12px;
}
[id^='components-demo-'] {
  display: flex;
}
@keyframes loadRotate {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
.m-ytu-tag {
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  border-radius: 2px;
  line-height: 14px;
  padding: 1px 4px;
  white-space: nowrap;
}
.tag-primary,
.tag-circle {
  border: 1px solid;
}
.tag-circle {
  border-radius: 100px;
}
.tag-bubble {
  min-width: 6px;
  border-radius: 100px 100px 100px 1px;
  border: 1px solid #fff;
}
.tag-corner {
  position: absolute;
  min-width: calc(43px * 1.414);
  top: 7px;
  font-size: 9px;
  line-height: 12.5px;
  padding: 3.5px 0 1.5px;
  border-radius: 0;
}
.tag-corner-lt {
  float: left;
  position: relative;
}
.tag-corner-lt .tag-corner {
  left: -15px;
  transform: rotate(-45deg);
}
.tag-corner-rt {
  float: right;
  position: relative;
}
.tag-corner-rt .tag-corner {
  right: -15px;
  transform: rotate(45deg);
}
.tag-corner-wrap {
  width: calc(43px);
  height: calc(43px);
  overflow: hidden;
  display: inline-block;
}

[id^='components-demo-'] .m-ytu-btn {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-switch {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-tag {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-steps {
  margin-right: 8px;
  margin-bottom: 12px;
  margin-top: 12px;
}
[id^='components-demo-'] {
  display: flex;
}
@keyframes loadRotate {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
.m-ytu-picker {
  display: flex;
  align-items: center;
}
.m-ytu-picker-item {
  flex: 1;
  text-align: center;
}
.m-ytu-picker-col {
  display: block;
  position: relative;
  height: 138px;
  overflow: hidden;
  width: 100%;
}
.m-ytu-picker-col-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.m-ytu-picker-col-item {
  touch-action: manipulation;
  text-align: center;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  color: #6C7380;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
.m-ytu-picker-col-item-selected {
  font-size: 18px;
  height: 32px;
  line-height: 32px;
  color: #323438;
}
.m-ytu-picker-col-mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  z-index: 3;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.1));
  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.1));
  background-position: top, bottom;
  background-size: 100% 138px;
  background-repeat: no-repeat;
}
.m-ytu-picker-col-indicator {
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 3;
}
.m-ytu-rangepicker-btns {
  width: 100%;
  display: flex;
  justify-content: space-around;
  line-height: 44px;
  font-size: 14px;
  font-weight: 500;
  color: #6C7380;
  text-align: center;
}
.m-ytu-rangepicker-btns-btn {
  width: 130px;
  border-bottom: 1px solid #EBEDF0;
}
.m-ytu-rangepicker-btns-active {
  color: #307AFF;
  border-bottom: 1px solid #307AFF;
}
.m-ytu-rangepicker-btns-p {
  width: 50px;
}

[id^='components-demo-'] .m-ytu-btn {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-switch {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-tag {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-steps {
  margin-right: 8px;
  margin-bottom: 12px;
  margin-top: 12px;
}
[id^='components-demo-'] {
  display: flex;
}
@keyframes loadRotate {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
.m-ytu-notice-bar {
  background: #feefe5;
  line-height: 22px;
  padding: 14px 10px;
  font-family: PingFangSC-Regular, PingFang SC;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  color: #fa6400;
}
.m-ytu-notice-bar-tips {
  margin: 0 auto;
  line-height: 22px;
}
.m-ytu-notice-bar-tips-loop {
  white-space: nowrap;
  overflow: auto;
}
.m-ytu-notice-bar-tips-loop::-webkit-scrollbar {
  display: none;
}
.m-ytu-notice-bar-text {
  color: #c4c7cc;
  width: 64px;
  text-align: center;
}
.m-ytu-notice-bar-rightimg {
  display: block;
  width: 22px;
  height: 22px;
}

[id^='components-demo-'] .m-ytu-btn {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-switch {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-tag {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-steps {
  margin-right: 8px;
  margin-bottom: 12px;
  margin-top: 12px;
}
[id^='components-demo-'] {
  display: flex;
}
@keyframes loadRotate {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
.m-ytu-popup-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
}
.m-ytu-popup-modal {
  position: fixed;
  opacity: 0;
  width: 100%;
  left: 0;
  z-index: 9999;
  border-radius: 15px 15px 0px 0px;
  background-color: #fff;
  transition: all 0.5s ease 0s;
}
.m-ytu-popup-modal-header {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 46px;
  text-align: center;
  display: flex;
  position: relative;
  padding: 0 10px;
}
.m-ytu-popup-modal-header div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-ytu-popup-modal-header-cancle {
  max-width: 68px;
  left: 10px;
  z-index: 999;
  text-align: left;
  min-width: 28px;
}
.m-ytu-popup-modal-header-confirm {
  max-width: 68px;
  right: 10px;
  z-index: 999;
  text-align: right;
  min-width: 28px;
}
.m-ytu-popup-modal-header-title {
  font-size: 16px;
  font-weight: 500;
  color: #323438;
  margin: 0 auto;
}
.m-ytu-popup-modal-items {
  padding: 10px;
  max-height: 66vh;
  overflow: scroll;
  box-sizing: border-box;
}
.m-ytu-popup-modal-active {
  bottom: 0;
  opacity: 1;
}
.m-ytu-popup-modal-inactive {
  bottom: -100%;
  opacity: 0;
}

[id^='components-demo-'] .m-ytu-btn {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-switch {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-tag {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-steps {
  margin-right: 8px;
  margin-bottom: 12px;
  margin-top: 12px;
}
[id^='components-demo-'] {
  display: flex;
}
@keyframes loadRotate {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
.m-ytu-toast {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  pointer-events: none;
}
.toast-inner {
  position: absolute;
  left: 50%;
  align-items: center;
  transform: translate(-50%);
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  min-width: 56px;
  background-color: rgba(0, 0, 0, 0.8);
}
.toast-inner .toast-icon-loading {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  animation: loadRotate 3s linear infinite;
  background-image: url('https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/000786dfd40e1cea95050bf60fb3a2e7-120-120.png');
  margin-bottom: 12px;
}
.toast-inner .toast-icon {
  color: #fff;
}
.toast-inner .toast-icon-column {
  display: inline-block;
  margin-bottom: 12px;
}
.toast-inner .toast-text {
  text-align: center;
  display: inline-block;
}
.toast-inner .toast-text-row {
  width: 100%;
}

[id^='components-demo-'] .m-ytu-btn {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-switch {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-tag {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-steps {
  margin-right: 8px;
  margin-bottom: 12px;
  margin-top: 12px;
}
[id^='components-demo-'] {
  display: flex;
}
@keyframes loadRotate {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
.m-ytu-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px;
}
.m-ytu-list-item-head {
  font-size: 16px;
  color: #6C7380;
  margin-right: 16px;
}
.m-ytu-list-item-middle {
  flex: auto;
  font-size: 16px;
  color: #323438;
}
.m-ytu-list-float {
  position: relative;
  display: flex;
  height: 71px;
  box-sizing: border-box;
  z-index: 0;
  border-bottom: 1px solid #ebedf0;
}
.m-ytu-list-float-sp {
  height: 64px;
}
.m-ytu-list-float-focus {
  border-bottom: 1px solid #307aff;
}
.m-ytu-list-float-main {
  position: relative;
  margin-bottom: 15px;
  flex: 1;
}
.m-ytu-list-float-main-sp {
  margin-bottom: 5px;
}
.m-ytu-list-float-main-area {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 0;
}
.m-ytu-list-float-main-tip {
  position: absolute;
  transition: 0.5s all cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 1;
}
.m-ytu-list-float-main-tip-blur {
  bottom: 50%;
  transform: translateY(50%);
  color: #6C7380;
  font-size: 16px;
}
.m-ytu-list-float-main-tip-focus {
  top: 15px;
  color: #c4c7cc;
  font-size: 12px;
}
.m-ytu-list-float-main-tip-focus-sp {
  top: 0;
}
.m-ytu-list-float-right {
  display: flex;
  align-items: center;
}
.m-ytu-list-float-line-middle {
  width: 100%;
  height: 22px;
  font-size: 16px;
  color: #031025;
  line-height: 22px;
  letter-spacing: 1px;
  position: absolute;
  bottom: 0;
}
.m-ytu-list-line {
  height: 50px;
  background-color: #fff;
  box-sizing: border-box;
  border-bottom: 1px solid #ebedf0;
  padding: 15px 0;
}

[id^='components-demo-'] .m-ytu-btn {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-switch {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-tag {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-steps {
  margin-right: 8px;
  margin-bottom: 12px;
  margin-top: 12px;
}
[id^='components-demo-'] {
  display: flex;
}
@keyframes loadRotate {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
.m-ytu-check-box {
  padding: 0 15px;
}
.m-ytu-check-box-item {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  border-bottom: 1px solid #ebedf0;
  padding: 12px 15px;
}
.m-ytu-check-box-item-hover {
  background-color: #307AFF0F;
}
.m-ytu-check-box-item-middle {
  flex: auto;
}
.m-ytu-check-box-item-middle-disable {
  color: #c4c7cc;
}

[id^='components-demo-'] .m-ytu-btn {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-switch {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-tag {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-steps {
  margin-right: 8px;
  margin-bottom: 12px;
  margin-top: 12px;
}
[id^='components-demo-'] {
  display: flex;
}
@keyframes loadRotate {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
.m-ytu-modal {
  font-family: PingFangSC-Regular, PingFang SC;
}
.m-ytu-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
}
.m-ytu-modal-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-ytu-modal-wrap-content {
  width: 280px;
  background: #FFFFFF;
  border-radius: 8px;
  padding-top: 20px;
}
.m-ytu-modal-wrap-content-title {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  padding: 0 25px;
}
.m-ytu-modal-wrap-content-con {
  font-size: 15px;
  font-weight: 400;
  color: #353535;
  line-height: 21px;
  max-height: 220px;
  overflow: scroll;
  padding: 15px 20px;
}
.m-ytu-modal-wrap-content-btns {
  border-top: 1px solid #E5E5E5;
  display: flex;
}
.m-ytu-modal-wrap-content-btns-btn:nth-of-type(1) {
  border: none;
}
.m-ytu-modal-wrap-content-btns-btn {
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  flex: 1;
  border-left: 1px solid #E5E5E5;
}
.m-ytu-modal-wrap-content-btns-active {
  color: #307AFF;
}
.m-ytu-modal-wrap-content-mutilbtns-btn {
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  border-top: 1px solid #E5E5E5;
}
.m-ytu-modal-wrap-content-mutilbtns-active {
  color: #307AFF;
}

[id^='components-demo-'] .m-ytu-btn {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-switch {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-tag {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-steps {
  margin-right: 8px;
  margin-bottom: 12px;
  margin-top: 12px;
}
[id^='components-demo-'] {
  display: flex;
}
@keyframes loadRotate {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
.m-ytu-custom-input {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.m-ytu-custom-input-input {
  width: 100%;
  border: 0;
  height: 22px;
  font-size: 16px;
  color: #031025;
  line-height: 22px;
  letter-spacing: 1px;
  caret-color: #307aff;
  outline: none;
  padding: 0;
}
.m-ytu-custom-input-input-rtl {
  text-align: right;
}
.m-ytu-custom-input-input-sp {
  font-size: 22px;
  height: 31px;
  line-height: 31px;
  font-size: bold;
}
.m-ytu-custom-input-input:disabled {
  background-color: #fff;
}
.m-ytu-line-input-input {
  width: 100%;
  border: 0;
  font-size: 16px;
  color: #031025;
  caret-color: #307aff;
  outline: none;
  padding: 0;
}
.m-ytu-line-input-input-rtl {
  text-align: right;
}
.m-ytu-line-input-input::placeholder {
  color: #CBCBCB;
  font-weight: normal;
}
.m-ytu-line-input-input:disabled {
  background-color: #fff;
}

[id^='components-demo-'] .m-ytu-btn {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-switch {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-tag {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-steps {
  margin-right: 8px;
  margin-bottom: 12px;
  margin-top: 12px;
}
[id^='components-demo-'] {
  display: flex;
}
@keyframes loadRotate {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
.m-ytu-radio-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  cursor: pointer;
}
.m-ytu-radio-wrapper-text {
  font-size: 16px;
  color: #6C7380;
}
.m-ytu-radio {
  position: relative;
  vertical-align: sub;
  outline: none;
}
.m-ytu-radio-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  margin: 0;
}
.m-ytu-radio-inner {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  transition: all 0.3s;
}
.m-ytu-radio-inner input[type='radio'] {
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.m-ytu-radio-inner::after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: table;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border-top: 0;
  border-left: 0;
  border-radius: 8px;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: ' ';
}
.m-ytu-radio-checked .m-ytu-radio-inner {
  border-color: #1890ff;
}
.m-ytu-radio-checked .m-ytu-radio-inner::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.m-ytu-radio-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 50%;
  visibility: hidden;
  -webkit-animation: antRadioEffect 0.36s ease-in-out;
  animation: antRadioEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  content: '';
}
.m-ytu-radio-disabled .m-ytu-radio-inner {
  border-color: #c4c7cc;
  background-color: #ebedf0;
}
.m-ytu-radio-disabled .m-ytu-radio-inner::after {
  background-color: #787880;
}
.m-ytu-radio-disabled::after {
  border: 1px solid #c4c7cc;
}
@keyframes antRadioEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
span.m-ytu-radio + * {
  padding-right: 8px;
  padding-left: 8px;
}

[id^='components-demo-'] .m-ytu-btn {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-switch {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-tag {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-steps {
  margin-right: 8px;
  margin-bottom: 12px;
  margin-top: 12px;
}
[id^='components-demo-'] {
  display: flex;
}
@keyframes loadRotate {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
.m-ytu-combinscreen {
  width: 100%;
  height: 44px;
  line-height: 44px;
  background: #FFFFFF;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.m-ytu-combinscreen-one {
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #6E84AE;
  margin: 0 auto;
}
.m-ytu-combinscreen-img {
  width: 12px;
  height: 12px;
}
.m-ytu-combinscreen-multi {
  position: relative;
}
.m-ytu-combinscreen-multi-gradual {
  position: absolute;
  top: 0;
  width: 15px;
  height: 44px;
}
.m-ytu-combinscreen-multi-left {
  background: -webkit-linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.1));
  background: -o-linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.1));
  background: -moz-linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.1));
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.1));
  left: 0;
}
.m-ytu-combinscreen-multi-right {
  background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0.1), #ffffff);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0.1), #ffffff);
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0.1), #ffffff);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1), #ffffff);
  right: 0;
}
.m-ytu-combinscreen-multi-wrap::-webkit-scrollbar {
  display: none;
}
.m-ytu-combinscreen-multi-wrap {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  height: 44px;
  align-items: center;
  justify-content: flex-start;
  overflow-x: auto;
}
.m-ytu-combinscreen-multi-wrap-one {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #6E84AE;
  background: #F7F7F7;
  border-radius: 4px;
  padding: 0 8px;
  margin-right: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.m-ytu-combinscreen-multi-wrap-one-p {
  display: inline-block;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-ytu-combinscreen-multi-wrap-one-pauto {
  max-width: unset;
}
.m-ytu-combinscreen-more {
  width: 56px;
  line-height: 44px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #6C7380;
  text-align: left;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
}
.m-ytu-combinscreen-more-img {
  width: 14px;
  height: 14px;
}
.m-ytu-combinscreen-active {
  color: #307AFF;
}

[id^='components-demo-'] .m-ytu-btn {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-switch {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-tag {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-steps {
  margin-right: 8px;
  margin-bottom: 12px;
  margin-top: 12px;
}
[id^='components-demo-'] {
  display: flex;
}
@keyframes loadRotate {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
.m-ytu-image-picker-list {
  padding: 9px 15px 0;
  margin-bottom: 15px;
}
.m-ytu-image-picker-list .am-flexbox {
  margin-bottom: 6px;
}
.m-ytu-image-picker-list .am-flexbox .am-flexbox-item {
  position: relative;
  margin-right: 5px;
  margin-left: 0;
}
.m-ytu-image-picker-list .am-flexbox .am-flexbox-item:after {
  display: block;
  content: ' ';
  padding-bottom: 100%;
}
.m-ytu-image-picker-list .m-ytu-image-picker-item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
}
.m-ytu-image-picker-list .m-ytu-image-picker-item .m-ytu-image-picker-item-remove {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 6px;
  top: 6px;
  text-align: right;
  vertical-align: top;
  z-index: 2;
  background-size: 15px auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'16'%20height%3D'16'%20viewBox%3D'0%200%2016%2016'%20version%3D'1.1'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cg%20id%3D'Page-1'%20stroke%3D'none'%20stroke-width%3D'1'%20fill%3D'none'%20fill-rule%3D'evenodd'%3E%3Ccircle%20id%3D'Oval-98'%20fill-opacity%3D'0.4'%20fill%3D'%23404040'%20cx%3D'8'%20cy%3D'8'%20r%3D'8'%3E%3C%2Fcircle%3E%3Cpath%20d%3D'M11.8979743%2C11.8990375%20L11.8979743%2C11.8990375%20C11.7633757%2C12.0336542%2011.5447877%2C12.0336542%2011.4101891%2C11.8990375%20L8%2C8.48838931%20L4.5887341%2C11.8990375%20C4.45413554%2C12.0336542%204.23554748%2C12.0336542%204.10094892%2C11.8990375%20L4.10094892%2C11.8990375%20C3.96635036%2C11.7644208%203.96635036%2C11.5458033%204.10094892%2C11.4111866%20L7.51221482%2C8.00053847%20L4.10202571%2C4.58881335%20C3.96742715%2C4.45419667%203.96742715%2C4.23557919%204.10202571%2C4.10096251%20L4.10202571%2C4.10096251%20C4.23662427%2C3.96634583%204.45521233%2C3.96634583%204.58981089%2C4.10096251%20L8%2C7.51268762%20L11.4112659%2C4.10203944%20C11.5458645%2C3.96742276%2011.7644525%2C3.96742276%2011.8990511%2C4.10203944%20L11.8990511%2C4.10203944%20C12.0336496%2C4.23665612%2012.0336496%2C4.45527361%2011.8990511%2C4.58989029%20L8.48778518%2C8.00053847%20L11.8979743%2C11.4122636%20C12.0325729%2C11.5468803%2012.0325729%2C11.7644208%2011.8979743%2C11.8990375%20L11.8979743%2C11.8990375%20Z'%20id%3D'Shape'%20fill%3D'%23FFFFFF'%20transform%3D'translate(8.000000%2C%208.000000)%20scale(1%2C%20-1)%20translate(-8.000000%2C%20-8.000000)%20'%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.m-ytu-image-picker-list .m-ytu-image-picker-item .m-ytu-image-picker-item-content {
  height: 100%;
  width: 100%;
  border-radius: 3px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.m-ytu-image-picker-list .m-ytu-image-picker-item img {
  width: 100%;
}
.m-ytu-image-picker-list .flexbox-item .m-ytu-image-picker-upload-btn {
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #c4c7cc;
}
.m-ytu-image-picker-list .flexbox-item .m-ytu-image-picker-upload-btn:before,
.m-ytu-image-picker-list .flexbox-item .m-ytu-image-picker-upload-btn:after {
  width: 1px;
  height: 25px;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ccc;
}
.m-ytu-image-picker-list .flexbox-item .m-ytu-image-picker-upload-btn:after {
  width: 25px;
  height: 1px;
}
.m-ytu-image-picker-list .flexbox-item .m-ytu-image-picker-upload-btn-active {
  background-color: #ddd;
}
.m-ytu-image-picker-list .m-ytu-image-picker-upload-btn input {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}
.m-ytu-image-picker .flexbox {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 15px;
}
.m-ytu-image-picker .flexbox-item {
  flex: 1;
  position: relative;
  margin-right: 10px;
}
.m-ytu-image-picker .flexbox-item:after {
  display: block;
  content: " ";
  padding-bottom: 100%;
}

[id^='components-demo-'] .m-ytu-btn {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-switch {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-tag {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-steps {
  margin-right: 8px;
  margin-bottom: 12px;
  margin-top: 12px;
}
[id^='components-demo-'] {
  display: flex;
}
@keyframes loadRotate {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
.m-ytu-tabs {
  background-color: #fff;
  height: 44px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;
}
.tabs-item {
  position: relative;
  font-size: 14px;
  color: #8a8f99ff;
  height: 44px;
  line-height: 44px;
}
.selected-item span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 32px;
  height: 3px;
  border-radius: 100px 100px 0px 0px;
  background-color: #307aff;
}
.selected-item {
  color: #307aff;
  font-weight: bold;
}
.tabs-default,
.tabs-simple,
.tabs-multi {
  display: flex;
  align-items: center;
}
.tabs-default-top,
.tabs-default-bottom {
  justify-content: space-evenly;
}
.tabs-default-top {
  top: 0;
}
.tabs-default-bottom {
  bottom: 0;
}
.tabs-simple-top,
.tabs-simple-bottom {
  justify-content: center;
}
.tabs-simple-top .simple-item,
.tabs-simple-bottom .simple-item {
  padding: 0 15px;
}
.tabs-simple-top {
  top: 0;
}
.tabs-simple-bottom {
  bottom: 0;
}
.tabs-graphic-top,
.tabs-graphic-bottom {
  height: 58px;
  padding: 6px 0 6px;
}
.tabs-graphic-top .contain-wrap,
.tabs-graphic-bottom .contain-wrap {
  position: relative;
  white-space: nowrap;
  overflow-x: scroll;
  text-align: center;
}
.tabs-graphic-top .shadow,
.tabs-graphic-bottom .shadow {
  z-index: 1001;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 32.5px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.17) 0%, #FFFFFF 100%);
}
.tabs-graphic-top .outer,
.tabs-graphic-bottom .outer {
  margin-left: 16px;
  display: inline-block;
  text-align: center;
  min-width: 56px;
  overflow-y: unset;
}
.tabs-graphic-top .outer .icon,
.tabs-graphic-bottom .outer .icon {
  width: 28px;
  height: 28.5px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  display: inline-block;
  margin-bottom: 4.5px;
}
.tabs-graphic-top .outer .select-icon,
.tabs-graphic-bottom .outer .select-icon {
  width: 32px;
  height: 32.5px;
}
.tabs-graphic-top .outer .text,
.tabs-graphic-bottom .outer .text {
  font-size: 12px;
  line-height: 17px;
  color: #6C7380;
}
.tabs-graphic-top .outer .select-text,
.tabs-graphic-bottom .outer .select-text {
  font-size: 14px;
  color: #307aff;
  font-weight: bold;
}
.tabs-graphic-top .outer:first-child,
.tabs-graphic-bottom .outer:first-child {
  margin-left: 15px;
}
.tabs-graphic-top {
  top: 0;
}
.tabs-graphic-bottom {
  bottom: 0;
}
.tabs-multi-top {
  top: 0;
  justify-content: space-between;
}
.tabs-multi-top .title {
  margin-left: 15px;
}
.tabs-multi-top .select-area {
  height: 100%;
  flex-grow: 1;
  overflow-x: scroll;
  white-space: nowrap;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.tabs-multi-top .select-area .multi-item {
  display: inline-block;
  padding: 0 15px;
}
.tabs-multi-top .more {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  position: relative;
  line-height: 44px;
}
.tabs-multi-top .more .icon {
  margin-left: 3px;
}
.tabs-multi-top .more::before {
  content: '';
  position: absolute;
  top: 12px;
  width: 1px;
  height: 20px;
  background-color: #ebedf0;
}
.select-area::-webkit-scrollbar,
.contain-wrap::-webkit-scrollbar {
  width: 0 !important;
}
.contain-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.contain-wrap .title {
  color: #323438;
  font-size: 16px;
}
.contain-wrap .show-tag {
  background-color: #fff;
  padding: 59px 6px 15px 21px;
  height: 133px;
  overflow-y: scroll;
}
.contain-wrap .show-tag .tag-item {
  color: #6C7380;
  display: inline-block;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  padding: 0 21.5px;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
  box-sizing: border-box;
  background: #f6f7fbff;
  border: 1px solid #f6f7fbff;
}
.contain-wrap .show-tag .tag-select-item {
  color: #307aff;
  font-weight: bold;
  box-sizing: border-box;
  background: #307AFF0F;
  border: 1px solid #307aff;
}

@keyframes loadRotate {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
[id^='components-demo-'] .m-ytu-btn {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-switch {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-tag {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-steps {
  margin-right: 8px;
  margin-bottom: 12px;
  margin-top: 12px;
}
[id^='components-demo-'] {
  display: flex;
}
.m-ytu-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 998;
  top: 0;
}
.m-ytu-loading-loadingLottie {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.m-ytu-loading-loadingLottie [aria-label='animation'] {
  width: 80px;
  height: 80px;
}
.m-ytu-loading-cover {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  z-index: 998;
}

@keyframes loadRotate {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
[id^='components-demo-'] .m-ytu-btn {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-switch {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-tag {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-steps {
  margin-right: 8px;
  margin-bottom: 12px;
  margin-top: 12px;
}
[id^='components-demo-'] {
  display: flex;
}
.m-ytu-verify-slider {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.m-ytu-verify-slider-wrap {
  background-color: #fff;
  margin: 0 15px;
  padding: 0 18px;
  border-radius: 6px;
  padding-top: 14px;
  padding-bottom: 26px;
  top: 40%;
  transform: translateY(-50%);
  position: relative;
}
.m-ytu-verify-slider-wrap-head {
  font-size: 18px;
  color: #373737;
  margin-bottom: 14px;
  text-align: center;
}
.m-ytu-verify-slider-wrap-desc {
  font-size: 15px;
  color: #2d2d2d;
  margin-bottom: 20px;
}
.m-ytu-verify-slider-wrap-close {
  position: absolute;
  width: 36px;
  right: 0;
  top: 0;
}

@keyframes loadRotate {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
[id^='components-demo-'] .m-ytu-btn {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-switch {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-tag {
  margin-right: 8px;
  margin-bottom: 12px;
}
[id^='components-demo-'] .m-ytu-steps {
  margin-right: 8px;
  margin-bottom: 12px;
  margin-top: 12px;
}
[id^='components-demo-'] {
  display: flex;
}
.m-ytu-phone-captcha-get {
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #307aff;
  line-height: 22px;
  letter-spacing: 1px;
  border: 0;
  background-color: transparent;
  padding: 0 8px;
  outline: none;
}
