/* 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;
}

.tp-top-bar[data-v-348361f4] {
  position: sticky;
  top: 0;
  grid-area: a;
  align-self: start;
  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;
  width: 100%;
  height: 55px;
  background: #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
  -webkit-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.15);
  z-index: 12;
}
.tp-top-bar-back[data-v-348361f4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  height: 100%;
}
.tp-top-bar-back .tp-page-name[data-v-348361f4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #202223;
}
.tp-top-bar-back .tp-tip[data-v-348361f4] {
  margin-left: 24px;
}
.tp-top-bar-back-box[data-v-348361f4] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 56px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: max-width 0.2s;
  transition: max-width 0.2s;
  background-color: #ffffff;
}
.tp-top-bar-back-box[data-v-348361f4]::after {
  background-color: #BBBFC3;
  bottom: 0;
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
}
.tp-top-bar-back-box .tp-top-bar-back-btn[data-v-348361f4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 56px;
  height: 100%;
}
.tp-top-bar-back-box .tp-top-bar-back-text[data-v-348361f4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 12px;
  opacity: 0;
  white-space: nowrap;
  font-weight: 600;
}
.tp-top-bar-back-box[data-v-348361f4]:hover {
  max-width: 93px;
}
.tp-top-bar-back-box:hover .tp-top-bar-back-text[data-v-348361f4] {
  opacity: 1;
}
.tp-top-bar-back-box:hover .Polaris-Icon__Svg[data-v-348361f4] {
  fill: #000000;
}
.tp-top-bar-operate[data-v-348361f4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.tp-top-bar .tp-device-btn-icon[data-v-348361f4]:hover .Polaris-Icon__Svg {
  fill: #202223;
}
.tp-top-bar .tp-switch-status[data-v-348361f4] {
  padding-left: 18px;
}
.tp-top-bar .tp-switch-status-btn-style[data-v-348361f4] {
  width: 178px;
}
.tp-top-bar .tp-switch-status[data-v-348361f4] .Polaris-Button__Content {
  width: 100%;
}
.tp-top-bar .tp-switch-status[data-v-348361f4] .Polaris-Button__Text {
  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;
  width: 100%;
}
.tp-top-bar .tp-switch-status[data-v-348361f4] .Polaris-Button__Text .tp-svg-icon {
  margin: 0;
}
.tp-top-bar .Polaris-Button--plainAction[data-v-348361f4] {
  border: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background: transparent;
}
.tp-top-bar .Polaris-Button--primary[data-v-348361f4] {
  position: relative;
  background: var(--tp-primary) !important;
  border-width: 0;
  border-color: transparent;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.2) !important;
  color: var(--tp-white) !important;
}
.tp-top-bar .tp-device[data-v-348361f4],
.tp-top-bar .tp-preview[data-v-348361f4],
.tp-top-bar .tp-save-btn[data-v-348361f4] {
  cursor: pointer;
}
.tp-top-bar .tp-save-btn[data-v-348361f4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 18px;
  border-left: 1px solid #BBBFC3;
}
.tp-top-bar .tp-preview[data-v-348361f4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-left: 19px;
  padding: 0 2px;
  border-left: 1px solid #BBBFC3;
}
.tp-top-bar .tp-preview:hover .tp-main-btn[data-v-348361f4] .Polaris-Button__Text {
  color: #000000;
  font-weight: 600;
}
.tp-top-bar .tp-preview[data-v-348361f4]:hover .Polaris-Icon__Svg {
  fill: #202223;
}
.tp-top-bar .tp-main-btn-exit-preview[data-v-348361f4] {
  margin: 0 12px;
}
.tp-top-bar .tp-switch-status-list[data-v-348361f4],
.tp-top-bar .tp-device-list[data-v-348361f4] {
  margin: 0;
  padding: 8px;
}
.tp-top-bar .tp-switch-status-list .tp-list-item[data-v-348361f4],
.tp-top-bar .tp-device-list .tp-list-item[data-v-348361f4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  list-style: none;
}
.tp-top-bar .tp-switch-status-list .tp-list-item[data-v-348361f4]:hover,
.tp-top-bar .tp-device-list .tp-list-item[data-v-348361f4]:hover {
  background-color: #f1f2f4;
}
.tp-top-bar .tp-switch-status-list .tp-item-p[data-v-348361f4],
.tp-top-bar .tp-device-list .tp-item-p[data-v-348361f4] {
  padding: 8px 12px;
}

/* 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-list {
  -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: relative;
}
.ant-list * {
  outline: none;
}
.ant-list-pagination {
  margin-top: 24px;
  text-align: right;
}
.ant-list-pagination .ant-pagination-options {
  text-align: left;
}
.ant-list-more {
  margin-top: 12px;
  text-align: center;
}
.ant-list-more button {
  padding-right: 32px;
  padding-left: 32px;
}
.ant-list-spin {
  min-height: 40px;
  text-align: center;
}
.ant-list-empty-text {
  padding: 16px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  text-align: center;
}
.ant-list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
}
.ant-list-item-content {
  color: rgba(0, 0, 0, 0.65);
}
.ant-list-item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0;
}
.ant-list-item-meta-avatar {
  margin-right: 16px;
}
.ant-list-item-meta-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
.ant-list-item-meta-title {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 22px;
}
.ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-list-item-meta-title > a:hover {
  color: #1890ff;
}
.ant-list-item-meta-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
}
.ant-list-item-action {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 48px;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.ant-list-item-action > li {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
}
.ant-list-item-action > li:first-child {
  padding-left: 0;
}
.ant-list-item-action-split {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: #e8e8e8;
}
.ant-list-header {
  background: transparent;
}
.ant-list-footer {
  background: transparent;
}
.ant-list-header,
.ant-list-footer {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ant-list-empty {
  padding: 16px 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  text-align: center;
}
.ant-list-split .ant-list-item {
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-split .ant-list-item:last-child {
  border-bottom: none;
}
.ant-list-split .ant-list-header {
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-loading .ant-list-spin-nested-loading {
  min-height: 32px;
}
.ant-list-something-after-last-item .ant-spin-container > .ant-list-items > .ant-list-item:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-lg .ant-list-item {
  padding-top: 16px;
  padding-bottom: 16px;
}
.ant-list-sm .ant-list-item {
  padding-top: 8px;
  padding-bottom: 8px;
}
.ant-list-vertical .ant-list-item {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}
.ant-list-vertical .ant-list-item-main {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ant-list-vertical .ant-list-item-extra {
  margin-left: 40px;
}
.ant-list-vertical .ant-list-item-meta {
  margin-bottom: 16px;
}
.ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 24px;
}
.ant-list-vertical .ant-list-item-action {
  margin-top: 16px;
  margin-left: auto;
}
.ant-list-vertical .ant-list-item-action > li {
  padding: 0 16px;
}
.ant-list-vertical .ant-list-item-action > li:first-child {
  padding-left: 0;
}
.ant-list-grid .ant-col > .ant-list-item {
  display: block;
  max-width: 100%;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.ant-list-item-no-flex {
  display: block;
}
.ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
  float: right;
}
.ant-list-bordered {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.ant-list-bordered .ant-list-header {
  padding-right: 24px;
  padding-left: 24px;
}
.ant-list-bordered .ant-list-footer {
  padding-right: 24px;
  padding-left: 24px;
}
.ant-list-bordered .ant-list-item {
  padding-right: 24px;
  padding-left: 24px;
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-bordered .ant-list-pagination {
  margin: 16px 24px;
}
.ant-list-bordered.ant-list-sm .ant-list-item {
  padding-right: 16px;
  padding-left: 16px;
}
.ant-list-bordered.ant-list-sm .ant-list-header,
.ant-list-bordered.ant-list-sm .ant-list-footer {
  padding: 8px 16px;
}
.ant-list-bordered.ant-list-lg .ant-list-header,
.ant-list-bordered.ant-list-lg .ant-list-footer {
  padding: 16px 24px;
}
@media screen and (max-width: 768px) {
  .ant-list-item-action {
    margin-left: 24px;
  }
  .ant-list-vertical .ant-list-item-extra {
    margin-left: 24px;
  }
}
@media screen and (max-width: 576px) {
  .ant-list-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ant-list-item-action {
    margin-left: 12px;
  }
  .ant-list-vertical .ant-list-item {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .ant-list-vertical .ant-list-item-main {
    min-width: 220px;
  }
  .ant-list-vertical .ant-list-item-extra {
    margin: auto auto 16px;
  }
}

.img-upload-box[data-v-2c5afe02] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.img-upload-box .img-upload[data-v-2c5afe02] {
  cursor: pointer;
}
.img-upload-box .img-upload .box[data-v-2c5afe02] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 9rem;
  height: 9rem;
  padding: 5px;
  background: #FFFFFF;
  border: 1px dashed #BABFC3;
  border-radius: 8px;
}
.img-upload-box .img-upload .box .file-upload[data-v-2c5afe02] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img-upload-box .img-upload .box .add-file-text[data-v-2c5afe02] {
  font-weight: 400;
  font-size: 14px;
  color: #4442D5;
  cursor: pointer;
}
.img-upload-box .img-upload .box .file-upload-text[data-v-2c5afe02] {
  width: 70px;
  height: 24px;
  background: #E5EFFD;
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #1F5199;
}
.img-upload-box .img-upload .box .file-upload-describe[data-v-2c5afe02] {
  font-weight: 400;
  font-size: 12px;
  color: #202223;
  line-height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.img-upload-box .img-upload .box .percentage[data-v-2c5afe02] {
  position: relative;
  width: 100%;
  height: 100%;
}
.img-upload-box .img-upload .box .img[data-v-2c5afe02] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
}
.img-upload-box .img-upload .box .img[data-v-2c5afe02]:hover {
  opacity: 0.8;
}
.img-upload-box .tp-card-upload-div[data-v-2c5afe02] {
  margin-left: 12px;
}
.img-upload-box .tp-card-upload-div .tp-card-upload-p[data-v-2c5afe02] {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #202223;
}

/* 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-drawer {
  position: fixed;
  z-index: 1000;
  width: 0%;
  height: 100%;
  -webkit-transition: height 0s ease 0.3s, width 0s ease 0.3s, -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: height 0s ease 0.3s, width 0s ease 0.3s, -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), height 0s ease 0.3s, width 0s ease 0.3s;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), height 0s ease 0.3s, width 0s ease 0.3s, -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer > * {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-content-wrapper {
  position: absolute;
}
.ant-drawer .ant-drawer-content {
  width: 100%;
  height: 100%;
}
.ant-drawer-left,
.ant-drawer-right {
  top: 0;
  width: 0%;
  height: 100%;
}
.ant-drawer-left .ant-drawer-content-wrapper,
.ant-drawer-right .ant-drawer-content-wrapper {
  height: 100%;
}
.ant-drawer-left.ant-drawer-open,
.ant-drawer-right.ant-drawer-open {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-left.ant-drawer-open.no-mask,
.ant-drawer-right.ant-drawer-open.no-mask {
  width: 0%;
}
.ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper {
  -webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer-right {
  right: 0;
}
.ant-drawer-right .ant-drawer-content-wrapper {
  right: 0;
}
.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
  -webkit-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
          box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer-right.ant-drawer-open.no-mask {
  right: 1px;
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}
.ant-drawer-top,
.ant-drawer-bottom {
  left: 0;
  width: 100%;
  height: 0%;
}
.ant-drawer-top .ant-drawer-content-wrapper,
.ant-drawer-bottom .ant-drawer-content-wrapper {
  width: 100%;
}
.ant-drawer-top.ant-drawer-open,
.ant-drawer-bottom.ant-drawer-open {
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-top.ant-drawer-open.no-mask,
.ant-drawer-bottom.ant-drawer-open.no-mask {
  height: 0%;
}
.ant-drawer-top {
  top: 0;
}
.ant-drawer-top.ant-drawer-open .ant-drawer-content-wrapper {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer-bottom {
  bottom: 0;
}
.ant-drawer-bottom .ant-drawer-content-wrapper {
  bottom: 0;
}
.ant-drawer-bottom.ant-drawer-open .ant-drawer-content-wrapper {
  -webkit-box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer-bottom.ant-drawer-open.no-mask {
  bottom: 1px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.ant-drawer.ant-drawer-open .ant-drawer-mask {
  height: 100%;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
  -webkit-animation: antdDrawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
          animation: antdDrawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.ant-drawer-content {
  position: relative;
  z-index: 1;
  overflow: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
}
.ant-drawer-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: 56px;
  height: 56px;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  line-height: 56px;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-rendering: auto;
}
.ant-drawer-close:focus,
.ant-drawer-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.ant-drawer-header {
  position: relative;
  padding: 16px 24px;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
}
.ant-drawer-header-no-title {
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
}
.ant-drawer-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}
.ant-drawer-wrapper-body {
  height: 100%;
  overflow: auto;
}
.ant-drawer-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  filter: alpha(opacity=45);
  -webkit-transition: opacity 0.3s linear, height 0s ease 0.3s;
  transition: opacity 0.3s linear, height 0s ease 0.3s;
}
.ant-drawer-open-content {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@-webkit-keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tp-drawer-main .Polaris-Button--primary[data-v-4862e3f9] {
  position: relative;
  background: var(--tp-primary) !important;
  border-width: 0;
  border-color: transparent;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.2) !important;
  color: var(--tp-white) !important;
}

.Polaris-TextField--hasValue[data-v-256f1067] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.Polaris-TextField__Input[data-v-256f1067] {
  overflow: hidden;
  resize: none;
  letter-spacing: initial;
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  width: 100%;
  min-width: 0;
  margin: 0;
  background: none;
  border: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.tp-general .tp-card-m[data-v-8865599c] {
  margin: 20px auto;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15), 0px 0px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15), 0px 0px 5px rgba(0, 0, 0, 0.05);
}
.tp-general .tp-flex[data-v-8865599c] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tp-general .tp-space-between[data-v-8865599c] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tp-general .tp-card-item[data-v-8865599c] {
  padding: 18px 22px;
  background-color: #ffffff;
}
.tp-general .tp-card-item .tp-svg-icon[data-v-8865599c] {
  margin: 0 12px 0 0;
}
.tp-general .tp-card-item[data-v-8865599c]:not(:last-child) {
  border-bottom: 1px solid #E1E3E5;
}
.tp-general .tp-card-item .tp-card-text[data-v-8865599c] {
  font-weight: 400;
  font-size: 14px;
  color: #202223;
}
.tp-general .tp-card-item .tp-title[data-v-8865599c] {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 14px;
  color: #202223;
}
.tp-general .tp-card-item .tp-subtitle[data-v-8865599c] {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 14px;
  color: #202223;
}
.tp-general .tp-card-item .tp-des[data-v-8865599c] {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
}
.tp-general .tp-card-item .tp-input[data-v-8865599c]:not(:first-child) {
  margin-top: 17px;
}
.tp-general .tp-card-item .tp-card-edit[data-v-8865599c] {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #2C6ECB;
  cursor: pointer;
}
.tp-general .tp-language .tp-language-text[data-v-8865599c] {
  font-weight: 400;
  font-size: 14px;
  color: #202223;
}
.tp-general .tp-language .tp-language-more[data-v-8865599c] {
  font-size: 14px;
  color: #4442D5;
  cursor: pointer;
}
.tp-general .tp-textarea-count[data-v-8865599c] {
  display: inline-block;
  z-index: 20;
  background-color: white;
}

.Polaris-TextField__Input[data-v-11a0f417] {
  padding-right: 5px;
}

.tp-drawer-main .space-item[data-v-7b12abf1] {
  margin-right: 5px;
}
.tp-drawer-main .tp-menu-list[data-v-7b12abf1] {
  padding-top: 16px;
}
.tp-drawer-main .tp-menu-list ul[data-v-7b12abf1] {
  margin: 0;
  padding: 0;
}
.tp-drawer-main .tp-menu-list .tp-menu-item[data-v-7b12abf1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  cursor: -webkit-grab;
  cursor: grab;
}
.tp-drawer-main .tp-menu-list .tp-menu-item[data-v-7b12abf1]:last-child {
  margin-bottom: 0;
}
.tp-drawer-main .tp-menu-list .tp-menu-icon[data-v-7b12abf1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 36px;
}
.tp-drawer-main .tp-menu-list .tp-menu-icon svg[data-v-7b12abf1] {
  width: 20px;
  height: 20px;
  fill: var(--tp-icon);
}
.tp-drawer-main .tp-menu-list .tp-input-box[data-v-7b12abf1] {
  margin-top: 0!important;
}
.tp-drawer-main .tp-img-rang[data-v-7b12abf1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.tp-drawer-main .tp-img-rang[data-v-7b12abf1] .ant-slider-rail {
  background-color: #e1e1e1;
}
.tp-drawer-main .tp-img-rang[data-v-7b12abf1] .ant-slider-track {
  background-color: var(--tp-primary);
}
.tp-drawer-main .tp-img-rang[data-v-7b12abf1] .ant-slider-handle {
  background-color: var(--tp-primary);
  border-color: var(--tp-primary);
}
.tp-drawer-main .tp-img-rang[data-v-7b12abf1] .ant-slider-handle :focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tp-drawer-main[data-v-7ee03727] .Polaris-Choice__Label {
  font-weight: 400;
  font-size: 14px;
  color: #202223;
}


.color-selector .relative[data-v-5e4ab73c] {
  position: relative;
}
.color-selector .color-box .color[data-v-5e4ab73c] {
  display: inline-block;
  width: 30px;
  height: 20px;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.24);
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.color-selector .tp-chrome-picker[data-v-5e4ab73c] {
  position: absolute;
  z-index: 11;
}

.tp-drawer-main .Polaris-Button--primary[data-v-71cd67ef] {
  position: relative;
  background: var(--tp-primary) !important;
  border-width: 0;
  border-color: transparent;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.2) !important;
  color: var(--tp-white) !important;
}
.tp-drawer-main .tp-main-title[data-v-71cd67ef] {
  color: #202223;
  font-size: 14px;
  font-weight: 400;
}
.tp-drawer-main .tp-main-subtitle[data-v-71cd67ef] {
  color: #202223;
  font-size: 12px;
  font-weight: 400;
}
.tp-drawer-main .tp-main-btn[data-v-71cd67ef] {
  margin-top: 8px;
}
.tp-drawer-main .tp-radio-box[data-v-71cd67ef] {
  margin-top: 4px;
}
.tp-drawer-main .tp-line[data-v-71cd67ef] {
  width: 100%;
  margin: 20px auto;
  border-bottom: 1px solid #CCCCCC;
}
.tp-drawer-main .tp-chang-color[data-v-71cd67ef] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tp-drawer-main .tp-review-color[data-v-71cd67ef] .color {
  width: 36px;
  height: 36px;
  margin-right: 8px;
}
.tp-drawer-main .tp-review-color-input[data-v-71cd67ef] {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.tp-drawer-main .tp-assets-box[data-v-547ffdff] {
  padding-bottom: 20px;
}
.tp-drawer-main .tp-assets-box[data-v-547ffdff]:not(:first-child) {
  margin-top: 20px;
}
.tp-drawer-main .tp-assets-box[data-v-547ffdff]:not(:last-child) {
  border-bottom: 1px solid #E1E3E5;
}
.tp-drawer-main .img-upload-box[data-v-547ffdff] {
  margin-top: 20px;
}

.tp-drawer-main .Polaris-Button--primary[data-v-cf4f4194] {
  position: relative;
  background: var(--tp-primary) !important;
  border-width: 0;
  border-color: transparent;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.2) !important;
  color: var(--tp-white) !important;
}

.tp-sections .tp-card-m[data-v-3e7a79be] {
  margin: 20px auto;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15), 0px 0px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15), 0px 0px 5px rgba(0, 0, 0, 0.05);
}
.tp-sections .tp-card-item[data-v-3e7a79be] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 22px;
  background-color: #ffffff;
  cursor: pointer;
}
.tp-sections .tp-card-item .tp-svg-icon[data-v-3e7a79be] {
  margin: 0 12px 0 0;
}
.tp-sections .tp-card-item[data-v-3e7a79be]:not(:last-child) {
  border-bottom: 1px solid #E1E3E5;
}
.tp-sections .tp-card-item .tp-card-text[data-v-3e7a79be] {
  font-weight: 500;
  font-size: 14px;
  color: #202223;
}
.tp-sections .tp-card-item[data-v-3e7a79be]:hover {
  background-color: #f1f2f4;
}
.tp-sections .tp-card-item:hover .tp-card-text[data-v-3e7a79be] {
  font-weight: 700;
}
.tp-sections .tp-card-item:hover .tp-svg-icon[data-v-3e7a79be] .Polaris-Icon__Svg {
  fill: #000000;
}
.tp-sections .tp-card-item .tp-error-icon[data-v-3e7a79be] {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tp-theme-settings .tp-card-m[data-v-74f19eaa] {
  margin: 20px auto;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15), 0px 0px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15), 0px 0px 5px rgba(0, 0, 0, 0.05);
}
.tp-theme-settings .tp-flex[data-v-74f19eaa] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tp-theme-settings .tp-space-between[data-v-74f19eaa] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tp-theme-settings .tp-card-item[data-v-74f19eaa] {
  padding: 18px 22px;
  background-color: #ffffff;
}
.tp-theme-settings .tp-card-item[data-v-74f19eaa]:not(:last-child) {
  border-bottom: 1px solid #E1E3E5;
}
.tp-theme-settings .tp-card-item .tp-card-text[data-v-74f19eaa] {
  font-weight: 400;
  font-size: 14px;
  color: #202223;
}
.tp-theme-settings .tp-card-item .tp-title[data-v-74f19eaa] {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 14px;
  color: #202223;
}
.tp-theme-settings .tp-card-item .tp-subtitle[data-v-74f19eaa] {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 14px;
  color: #202223;
}
.tp-theme-settings .tp-card-item .tp-des[data-v-74f19eaa] {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
}
.tp-theme-settings .tp-card-item .tp-font-btn[data-v-74f19eaa] .Polaris-Button__Content {
  width: 100%;
}
.tp-theme-settings .tp-card-item .tp-font-btn[data-v-74f19eaa] .Polaris-Button__Text {
  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;
  width: 100%;
}
.tp-theme-settings .color-selector[data-v-74f19eaa]:not(:first-child) {
  margin-top: 12px;
}

.tp-setting[data-v-c731aa7a] {
  display: var(--tp-setting-display);
  grid-area: b;
  max-width: 360px;
  min-width: 360px;
  height: auto;
  max-height: calc(100vh - 55px);
  background: #F4F6F8;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.tp-setting-tabs[data-v-c731aa7a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
}
.tp-setting-tabs-item[data-v-c731aa7a] {
  padding: 16px 12px;
  font-size: 14px;
  text-align: center;
  color: #6D7175;
  cursor: pointer;
}
.tp-setting-tabs .tp-tabs-active[data-v-c731aa7a] {
  position: relative;
  color: #202223;
}
.tp-setting-tabs .tp-tabs-active[data-v-c731aa7a]::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #2C6ECB;
  border-radius: 4px 4px 0px 0px;
}
.tp-setting-list[data-v-c731aa7a] {
  height: calc(100vh - 108px);
  overflow-x: hidden;
  overflow-y: auto;
}
.tp-setting-list .gs-mask[data-v-c731aa7a] {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 36rem;
  height: calc(100vh - 56px);
  background-color: transparent;
  opacity: 0;
  z-index: -1;
}

#tp-page-id .tp-drawer {
  margin-top: 60px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.15);
}
#tp-page-id .tp-drawer .ant-drawer-wrapper-body {
  background: #F4F6F8;
}
#tp-page-id .tp-drawer .ant-drawer-body {
  height: calc(100vh - 60px);
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
#tp-page-id .tp-drawer-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 26px;
  background: #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
}
#tp-page-id .tp-drawer-top-text {
  font-weight: 700;
  font-size: 16px;
  color: #202223;
}
#tp-page-id .tp-drawer-top .tp-drawer-icon {
  margin: 0 15px 0 0;
}
#tp-page-id .tp-drawer .tp-sticky {
  position: sticky;
  top: 0px;
  background-color: #ffffff;
  z-index: 1005;
}
#tp-page-id .tp-drawer .tp-card-m {
  margin: 0 auto 20px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15), 0px 0px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15), 0px 0px 5px rgba(0, 0, 0, 0.05);
}
#tp-page-id .tp-drawer .tp-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#tp-page-id .tp-drawer .tp-align-items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tp-page-id .tp-drawer .tp-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#tp-page-id .tp-drawer .tp-card-item {
  padding: 18px 20px;
  background-color: #ffffff;
}
#tp-page-id .tp-drawer .tp-card-item .tp-svg-icon {
  margin: 0 12px 0 0;
}
#tp-page-id .tp-drawer .tp-card-item:not(:last-child) {
  border-bottom: 1px solid #E1E3E5;
}
#tp-page-id .tp-drawer .tp-card-item .tp-card-text {
  font-weight: 400;
  font-size: 14px;
  color: #202223;
}
#tp-page-id .tp-drawer .tp-card-item .tp-title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 14px;
  color: #202223;
}
#tp-page-id .tp-drawer .tp-card-item .tp-subtitle {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #202223;
}
#tp-page-id .tp-drawer .tp-card-item .tp-des {
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #202223;
}
#tp-page-id .tp-drawer .tp-card-item .tp-subDes {
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #817F7F;
}
#tp-page-id .tp-drawer .tp-card-item .tp-input:not(:first-child) {
  margin-top: 17px;
}
#tp-page-id .tp-drawer .tp-card-item .tp-card-edit {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #2C6ECB;
  cursor: pointer;
}
#tp-page-id .tp-drawer-main {
  padding-bottom: 20px;
}
#tp-page-id .tp-drawer-main .tp-checkbox:not(:first-child) {
  margin-top: 16px;
}
#tp-page-id .tp-drawer-main .tp-checkbox .Polaris-Choice__Label {
  font-weight: 400;
  font-size: 14px;
  color: #202223;
}
#tp-page-id .tp-drawer-main .tp-radio-btn .Polaris-Choice__Control {
  cursor: pointer;
}
#tp-page-id .tp-drawer-main .tp-radio-btn .Polaris-Choice__Label {
  font-weight: 400;
  font-size: 14px;
  color: #202223;
}
#tp-page-id .tp-drawer-main .tp-lang-list-btn .Polaris-Button__Content {
  width: 100%;
}
#tp-page-id .tp-drawer-main .tp-lang-list-btn .Polaris-Button__Text {
  width: 100%;
}
#tp-page-id .tp-input-box {
  position: relative;
}
#tp-page-id .tp-input-box .tp-input input {
  padding-right: 45px;
}
#tp-page-id .tp-input-box:not(:first-child) {
  margin-top: 16px;
}
#tp-page-id .tp-input-box .tp-input-count {
  position: absolute;
  top: 32px;
  right: 6px;
  z-index: 10;
  color: #637381;
}

.tp-page[data-v-36c68052] {
  position: relative;
  display: grid;
  grid-template-areas: "a a" "b c";
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  min-height: 100vh;
}
.tp-page .tp-main[data-v-36c68052] {
  grid-area: c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 16px;
  background-color: #D9D9D9;
}
.tp-page .tp-main .tp-iframe[data-v-36c68052] {
  width: var(--tp-iframe-w);
  height: 100%;
  margin: auto;
  border: none;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.tp-page .tp-main-loading[data-v-36c68052] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: calc(100vh - 90px);
  background-color: #ffffff;
}
.tp-page .tp-loading[data-v-36c68052] {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
}
.tp-page .tp-discard-modal[data-v-36c68052] {
  position: fixed;
  z-index: 1001;
}
.tp-page .tp-discard-modal[data-v-36c68052] .Polaris-Button--primary {
  position: relative;
  background: var(--tp-primary) !important;
  border-width: 0;
  border-color: transparent;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.2) !important;
  color: var(--tp-white) !important;
}
.tp-page .tp-discard-modal[data-v-36c68052] .Polaris-Modal-Dialog__Container {
  z-index: 1002;
}
.tp-page .tp-discard-modal[data-v-36c68052] .Polaris-Backdrop {
  z-index: 1001;
}


:root {
	--tp-primary: #5b69c3;
	--tp-hover-select: #999ea4;
	--tp-responsive-background: #f4f6f8;
	--tp-white: #FFFFFF;
	--tp-divider: rgba(225, 227, 229, 1);
	--tp-text: rgba(32, 34, 35, 1);
	--tp-text-subdued: rgba(109, 113, 117, 1);
	--tp-icon: #637381;
	--tp-margin-px: 5px;
	--p-border: rgba(140, 145, 150, 1);
	--p-rang-value: 0;
	--Polaris-RangeSlider-progress: 30%;
	--tp-iframe-w: 100%;
	--tp-setting-display: block;
}
.Polaris-Frame__LoadingBar {
	display: none;
}

