/* 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-rate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #fadb14;
  font-size: 20px;
  line-height: unset;
  list-style: none;
  outline: none;
}
.ant-rate-disabled .ant-rate-star {
  cursor: default;
}
.ant-rate-disabled .ant-rate-star:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.ant-rate-star {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-rate-star:not(:last-child) {
  margin-right: 8px;
}
.ant-rate-star > div:focus {
  outline: 0;
}
.ant-rate-star > div:hover,
.ant-rate-star > div:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ant-rate-star-first,
.ant-rate-star-second {
  color: #e8e8e8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-rate-star-first .anticon,
.ant-rate-star-second .anticon {
  vertical-align: middle;
}
.ant-rate-star-first {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-half .ant-rate-star-second {
  opacity: 1;
}
.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-full .ant-rate-star-second {
  color: inherit;
}
.ant-rate-text {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
}

/* 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-tag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  display: inline-block;
  height: auto;
  margin-right: 8px;
  padding: 0 7px;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  cursor: default;
  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);
}
.ant-tag:hover {
  opacity: 0.85;
}
.ant-tag,
.ant-tag a,
.ant-tag a:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-tag > a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}
.ant-tag .anticon-close {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  margin-left: 3px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  cursor: pointer;
  -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);
}
:root .ant-tag .anticon-close {
  font-size: 12px;
}
.ant-tag .anticon-close:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tag-has-color {
  border-color: transparent;
}
.ant-tag-has-color,
.ant-tag-has-color a,
.ant-tag-has-color a:hover,
.ant-tag-has-color .anticon-close,
.ant-tag-has-color .anticon-close:hover {
  color: #fff;
}
.ant-tag-checkable {
  background-color: transparent;
  border-color: transparent;
}
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1890ff;
}
.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #fff;
}
.ant-tag-checkable-checked {
  background-color: #1890ff;
}
.ant-tag-checkable:active {
  background-color: #096dd9;
}
.ant-tag-hidden {
  display: none;
}
.ant-tag-pink {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-pink-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-magenta {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-magenta-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-red {
  color: #f5222d;
  background: #fff1f0;
  border-color: #ffa39e;
}
.ant-tag-red-inverse {
  color: #fff;
  background: #f5222d;
  border-color: #f5222d;
}
.ant-tag-volcano {
  color: #fa541c;
  background: #fff2e8;
  border-color: #ffbb96;
}
.ant-tag-volcano-inverse {
  color: #fff;
  background: #fa541c;
  border-color: #fa541c;
}
.ant-tag-orange {
  color: #fa8c16;
  background: #fff7e6;
  border-color: #ffd591;
}
.ant-tag-orange-inverse {
  color: #fff;
  background: #fa8c16;
  border-color: #fa8c16;
}
.ant-tag-yellow {
  color: #fadb14;
  background: #feffe6;
  border-color: #fffb8f;
}
.ant-tag-yellow-inverse {
  color: #fff;
  background: #fadb14;
  border-color: #fadb14;
}
.ant-tag-gold {
  color: #faad14;
  background: #fffbe6;
  border-color: #ffe58f;
}
.ant-tag-gold-inverse {
  color: #fff;
  background: #faad14;
  border-color: #faad14;
}
.ant-tag-cyan {
  color: #13c2c2;
  background: #e6fffb;
  border-color: #87e8de;
}
.ant-tag-cyan-inverse {
  color: #fff;
  background: #13c2c2;
  border-color: #13c2c2;
}
.ant-tag-lime {
  color: #a0d911;
  background: #fcffe6;
  border-color: #eaff8f;
}
.ant-tag-lime-inverse {
  color: #fff;
  background: #a0d911;
  border-color: #a0d911;
}
.ant-tag-green {
  color: #52c41a;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.ant-tag-green-inverse {
  color: #fff;
  background: #52c41a;
  border-color: #52c41a;
}
.ant-tag-blue {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.ant-tag-blue-inverse {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}
.ant-tag-geekblue {
  color: #2f54eb;
  background: #f0f5ff;
  border-color: #adc6ff;
}
.ant-tag-geekblue-inverse {
  color: #fff;
  background: #2f54eb;
  border-color: #2f54eb;
}
.ant-tag-purple {
  color: #722ed1;
  background: #f9f0ff;
  border-color: #d3adf7;
}
.ant-tag-purple-inverse {
  color: #fff;
  background: #722ed1;
  border-color: #722ed1;
}

/* 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}
.ant-dropdown::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: -7px;
  left: -7px;
  z-index: -9999;
  opacity: 0.0001;
  content: ' ';
}
.ant-dropdown-wrap {
  position: relative;
}
.ant-dropdown-wrap .ant-btn > .anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-wrap .ant-btn > .anticon-down {
  font-size: 12px;
}
.ant-dropdown-wrap .anticon-down::before {
  -webkit-transition: -webkit-transform 0.2s;
  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 {
  display: none;
}
.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: 4px;
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, 0, 0);
}
.ant-dropdown-menu-item-group-title {
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.45);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-dropdown-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
}
.ant-dropdown-menu-submenu-popup > .ant-dropdown-menu {
  -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;
  padding: 0;
}
.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  clear: both;
  margin: 0;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-dropdown-menu-item > .anticon:first-child,
.ant-dropdown-menu-submenu-title > .anticon:first-child,
.ant-dropdown-menu-item > span > .anticon:first-child,
.ant-dropdown-menu-submenu-title > span > .anticon:first-child {
  min-width: 12px;
  margin-right: 8px;
  font-size: 12px;
}
.ant-dropdown-menu-item > a,
.ant-dropdown-menu-submenu-title > a {
  display: block;
  margin: -5px -12px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected,
.ant-dropdown-menu-item-selected > a,
.ant-dropdown-menu-submenu-title-selected > a {
  color: #1890ff;
  background-color: #e6f7ff;
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
  background-color: #e6f7ff;
}
.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-divider,
.ant-dropdown-menu-submenu-title-divider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow {
  position: absolute;
  right: 8px;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, 0.45);
  font-style: normal;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
:root .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  font-size: 12px;
}
.ant-dropdown-menu-item-group-list {
  margin: 0 8px;
  padding: 0;
  list-style: none;
}
.ant-dropdown-menu-submenu-title {
  padding-right: 26px;
}
.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.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomRight,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topRight,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-leave.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 {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-trigger > .anticon.anticon-down,
:root .ant-dropdown-link > .anticon.anticon-down {
  font-size: 12px;
}
.ant-dropdown-button {
  white-space: nowrap;
}
.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child) {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-dropdown-button .anticon.anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-button .anticon.anticon-down {
  font-size: 12px;
}
.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 {
  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 {
  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 {
  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;
}

.customize-dropdown-btn .customize-dropdown-style[data-v-101b0d52] {
  max-height: 350px;
  margin: 0;
  padding: 8px;
  overflow-x: hidden;
  overflow-y: auto;
}
.customize-dropdown-btn .customize-dropdown-item-style[data-v-101b0d52] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  list-style: none;
  cursor: pointer;
  word-wrap: break-word;
  word-break: break-all;
}
.customize-dropdown-btn .customize-dropdown-item-style[data-v-101b0d52]:hover {
  background-color: #f1f2f4;
}
.customize-dropdown-btn .item-p[data-v-101b0d52] {
  padding: 8px 12px;
}
.customize-dropdown-btn .item-active[data-v-101b0d52] {
  background: rgba(255, 103, 0, 0.1);
}
.customize-dropdown-btn .Polaris-Button--plainAction[data-v-101b0d52] {
  border: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background: transparent;
}
.customize-dropdown-btn[data-v-101b0d52] .cu-overlay-style {
  z-index: 1003;
}

.tm-flex[data-v-ef5f3040] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tm-flex-1[data-v-ef5f3040] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tm-flex-2[data-v-ef5f3040] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.tm-items-center[data-v-ef5f3040] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tm-flex-end[data-v-ef5f3040] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.tm-flex-start[data-v-ef5f3040] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tm-justify-between[data-v-ef5f3040] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tm-justify-center[data-v-ef5f3040] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tm-justify-flex-end[data-v-ef5f3040] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tm-inline-block[data-v-ef5f3040] {
  display: inline-block;
}
.tm-w-full[data-v-ef5f3040] {
  width: 100%;
}
.tm-w-max[data-v-ef5f3040] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tm-h-full[data-v-ef5f3040] {
  height: 100%;
}
.tm-h-auto[data-v-ef5f3040] {
  height: auto;
}
.tm-col[data-v-ef5f3040] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.tm-text-center[data-v-ef5f3040] {
  text-align: center;
}
.tm-text-right[data-v-ef5f3040] {
  text-align: right;
}
.tm-text-left[data-v-ef5f3040] {
  text-align: left;
}
.tm-cursor-pointer[data-v-ef5f3040] {
  cursor: pointer;
}
.tm-relative[data-v-ef5f3040] {
  position: relative;
}
.tm-absolute[data-v-ef5f3040] {
  position: absolute;
}
.tm-fixed[data-v-ef5f3040] {
  position: fixed;
}
.tm-top-0[data-v-ef5f3040] {
  top: 0;
}
.tm-left-0[data-v-ef5f3040] {
  left: 0;
}
.tm-mask-loading[data-v-ef5f3040] {
  background-color: rgba(255, 255, 255, 0.6);
}
.tm-margin-0[data-v-ef5f3040] {
  margin: 0;
}
.tm-padding-0[data-v-ef5f3040] {
  padding: 0;
}
.tm-text-ellipsis[data-v-ef5f3040] {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.tm-flex-wrap[data-v-ef5f3040] {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.tm-nowrap[data-v-ef5f3040] {
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}
.tm-flex-grow-1[data-v-ef5f3040] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tp-s-review-list[data-v-ef5f3040] {
  margin-top: 16px;
}
.tp-s-review-list-head[data-v-ef5f3040] {
  margin-bottom: 9px;
}
.tp-s-review-list-head-text[data-v-ef5f3040] {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.tp-s-review-list-head #tp-s-review-list-star-dropdown[data-v-ef5f3040] {
  margin-right: 8px;
}
.tp-s-review-list-head .tm-functional-button-pre[data-v-ef5f3040] {
  display: inline-block;
  padding-right: 4px;
  color: #6D7175;
  font-style: normal;
  font-weight: 400;
}
.tp-s-review-list-item[data-v-ef5f3040] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 10px 0;
  border-bottom: 1px solid #E1E3E5;
}
.tp-s-review-list-item[data-v-ef5f3040]:last-of-type {
  border-bottom: none;
}
.tp-s-review-list-item .info-list[data-v-ef5f3040] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.tp-s-review-list-item .review-info[data-v-ef5f3040] {
  display: inline-block;
  margin-right: 8px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.tp-s-review-list-item .review-info .tp-s-review-star-color-default[data-v-ef5f3040] {
  height: 17px;
  color: #ffffff;
}
.tp-s-review-list-item .review-info .tp-s-review-star-color[data-v-ef5f3040] {
  color: var(--tpsr-main-color);
}
.tp-s-review-list-item .review-info .star-icon[data-v-ef5f3040] {
  margin-right: 2px;
}
.tp-s-review-list-item .star[data-v-ef5f3040] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tp-s-review-list-item .review-time[data-v-ef5f3040] {
  color: #595959;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.tp-s-review-list-item .tag-list[data-v-ef5f3040] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.tp-s-review-list-item .tag-list-item[data-v-ef5f3040] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
  padding: 3px 12px;
  border-radius: 12px;
  border: 1px solid #C6C6C6;
  background: #FFF;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.tp-s-review-list-item .center-list[data-v-ef5f3040] {
  min-height: 20px;
  word-break: break-all;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.tp-s-review-list .tp-s-review-page[data-v-ef5f3040] {
  margin-top: 16px;
}
.tp-s-review-list .tp-s-review-page-size[data-v-ef5f3040] {
  width: 50px;
}
.tp-s-review-list .tp-s-review-page-pre[data-v-ef5f3040] {
  margin-right: 4px;
}
.tp-s-review-list .tp-s-review-page-next[data-v-ef5f3040] {
  margin-left: 4px;
}
.tp-s-review-list .tp-s-review-list-empty[data-v-ef5f3040] {
  padding: 50px 0;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  text-align: center;
}

.tm-flex[data-v-3f7b4d4e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tm-flex-1[data-v-3f7b4d4e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tm-flex-2[data-v-3f7b4d4e] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.tm-items-center[data-v-3f7b4d4e] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tm-flex-end[data-v-3f7b4d4e] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.tm-flex-start[data-v-3f7b4d4e] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tm-justify-between[data-v-3f7b4d4e] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tm-justify-center[data-v-3f7b4d4e] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tm-justify-flex-end[data-v-3f7b4d4e] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tm-inline-block[data-v-3f7b4d4e] {
  display: inline-block;
}
.tm-w-full[data-v-3f7b4d4e] {
  width: 100%;
}
.tm-w-max[data-v-3f7b4d4e] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tm-h-full[data-v-3f7b4d4e] {
  height: 100%;
}
.tm-h-auto[data-v-3f7b4d4e] {
  height: auto;
}
.tm-col[data-v-3f7b4d4e] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.tm-text-center[data-v-3f7b4d4e] {
  text-align: center;
}
.tm-text-right[data-v-3f7b4d4e] {
  text-align: right;
}
.tm-text-left[data-v-3f7b4d4e] {
  text-align: left;
}
.tm-cursor-pointer[data-v-3f7b4d4e] {
  cursor: pointer;
}
.tm-relative[data-v-3f7b4d4e] {
  position: relative;
}
.tm-absolute[data-v-3f7b4d4e] {
  position: absolute;
}
.tm-fixed[data-v-3f7b4d4e] {
  position: fixed;
}
.tm-top-0[data-v-3f7b4d4e] {
  top: 0;
}
.tm-left-0[data-v-3f7b4d4e] {
  left: 0;
}
.tm-mask-loading[data-v-3f7b4d4e] {
  background-color: rgba(255, 255, 255, 0.6);
}
.tm-margin-0[data-v-3f7b4d4e] {
  margin: 0;
}
.tm-padding-0[data-v-3f7b4d4e] {
  padding: 0;
}
.tm-text-ellipsis[data-v-3f7b4d4e] {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.tm-flex-wrap[data-v-3f7b4d4e] {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.tm-nowrap[data-v-3f7b4d4e] {
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}
.tm-flex-grow-1[data-v-3f7b4d4e] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tp-s-review[data-v-3f7b4d4e] {
  --tpsr-main-color: #008060;
  max-width: 950px;
  width: 100%;
  padding: 0 16px;
}
.tp-s-review[data-v-3f7b4d4e] .Polaris-Header-Title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tp-s-review[data-v-3f7b4d4e] .Polaris-Header-Title .Polaris-Badge--statusInfo {
  margin-left: 5px;
}
.tp-s-review-filter[data-v-3f7b4d4e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tp-s-review #tp-s-review-courier[data-v-3f7b4d4e] {
  margin-left: 10px;
}
.tp-s-review-data[data-v-3f7b4d4e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 21px;
}
.tp-s-review-data-card[data-v-3f7b4d4e] {
  max-width: 449px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 1280px) {
.tp-s-review-data-card[data-v-3f7b4d4e] {
    max-width: 100%;
}
.tp-s-review-data-card[data-v-3f7b4d4e]:not(:first-of-type) {
    margin-top: 16px;
}
}
@media (max-width: 1280px) {
.tp-s-review-data[data-v-3f7b4d4e] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}
.tp-s-review-data .tp-s-review-data-card[data-v-3f7b4d4e] {
    max-width: 100% !important;
    width: 100%;
}
}
.tp-s-review-tag[data-v-3f7b4d4e] {
  padding: 4px;
  border-radius: 4px;
  background: #f2f3f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.tp-s-review-tag-item[data-v-3f7b4d4e] {
  display: inline-block;
  height: 2.4rem;
  line-height: 2.4rem;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  padding: 0 1.2rem;
  margin: 0 0.2rem;
  color: #000000;
}
.tp-s-review-tag .tag-active[data-v-3f7b4d4e] {
  background: #fff;
  color: #4959b4;
  font-weight: 600;
}
@media (max-width: 1280px) {
.tp-s-review-tag .tp-s-review-data-card[data-v-3f7b4d4e] {
    max-width: 100% !important;
    width: 100%;
}
}
.tp-s-review-rate[data-v-3f7b4d4e] {
  color: var(--tpsr-main-color);
}
.tp-s-review-score[data-v-3f7b4d4e] {
  font-size: 28px;
  font-weight: 600;
  color: #202223;
}
.tp-s-review-count[data-v-3f7b4d4e] {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6d7175;
}
.tp-s-review-list[data-v-3f7b4d4e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 25px auto 15px;
}
.tp-s-review-list .percentage[data-v-3f7b4d4e] {
  display: inline-block;
  margin-left: 16px;
}
.tp-s-review-list .star-level[data-v-3f7b4d4e],
.tp-s-review-list .quantity[data-v-3f7b4d4e],
.tp-s-review-list .percentage[data-v-3f7b4d4e] {
  font-weight: 400;
  font-size: 14px;
  color: #202223;
}
.tp-s-review-list .star-level[data-v-3f7b4d4e] {
  font-weight: 600;
}
.tp-s-review-progress[data-v-3f7b4d4e] {
  background: #e4e5e7;
  height: 16px;
  margin: 2px 5px 2px 16px;
}
.tp-s-review-progress-fill[data-v-3f7b4d4e] {
  height: 100%;
  background: var(--tpsr-main-color);
}
.tp-s-review-bar[data-v-3f7b4d4e] {
  width: 100%;
  height: 180px;
  margin-top: 13px;
}
.tp-s-review .tp-s-review-pro[data-v-3f7b4d4e] {
  min-height: 300px;
}
.tp-s-review .tp-s-review-pro[data-v-3f7b4d4e] .Polaris-Card__Section {
  text-align: center;
}
.tp-s-review .tp-s-review-pro-title[data-v-3f7b4d4e] {
  margin-bottom: 20px;
  color: #000;
  font-size: 24px;
  font-weight: 500;
}
.tp-s-review .tp-s-review-pro-subtitle[data-v-3f7b4d4e] {
  margin-bottom: 28px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.tp-s-review .tp-s-review-pro[data-v-3f7b4d4e] .Polaris-Button--primary {
  background: #ff6700 !important;
  border-color: transparent!important;
  -webkit-box-shadow: 0 1px 0 0 1px 0 #000, inset 0 -1px 0 rgba(0, 0, 0, 0.02) !important;
  box-shadow: 0 1px 0 0 1px 0 #000, inset 0 -1px 0 rgba(0, 0, 0, 0.02) !important;
  color: #fff !important;
}

