.application-home-wrapper .application-container .application-info-container {
  margin-bottom: 20px;
}
.application-home-wrapper .application-container .configuration-form {
  border-radius: 4px;
  background: var(--bg-lv3-medium);
  padding: 0 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  width: calc(100% - 32px);
  margin-bottom: auto;
}
.application-home-wrapper .application-container .configuration-form .configuration-item {
  height: 60px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.application-home-wrapper .application-container .configuration-form .configuration-item .item-title {
  font-size: 17px;
  line-height: 24px;
  color: var(--text-ultrastrong);
}
.application-home-wrapper .application-container .configuration-form .configuration-item .item-title-desc {
  font-size: 12px;
  line-height: 16px;
  color: var(--text-medium);
  margin-top: 4px;
}
.application-home-wrapper .application-container .configuration-form .configuration-item .lang {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  color: var(--text-medium);
}
.application-home-wrapper .application-container .configuration-form .configuration-item .lang .icon-list-arrow {
  width: 24px;
  height: 24px;
}
.pc-responsive-view .configuration-item .dui-m-switch {
  height: 28px;
  width: 46px;
}
.pc-responsive-view .configuration-item .dui-m-switch::after {
  height: 24px;
  width: 24px;
}
.pc-responsive-view .configuration-item .dui-m-switch.dui-m-switch-checked::after {
  transform: translateX(18px);
}

.container-local {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pc-container-local {
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-left: 28px;
}

.convert-history-wrapper .convert-history-list {
  padding: 0 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 56px;
}
.convert-history-wrapper .convert-history-list.doing {
  opacity: 0.4;
  cursor: not-allowed;
}
.convert-history-wrapper .convert-history-list.pointer {
  cursor: pointer;
}
.convert-history-wrapper .convert-history-list.pointer:hover {
  background-color: var(--tsp-fill-medium);
}
.convert-history-wrapper .convert-history-list.pointer:active {
  background-color: var(--feedback-active);
}
.convert-history-wrapper .convert-history-list .convert-history-img img {
  width: 32px;
  height: 32px;
}
.convert-history-wrapper .convert-history-list .convert-history-info {
  margin-left: 12px;
  width: 200px;
  -ms-flex: auto;
      flex: auto;
}
.convert-history-wrapper .convert-history-list .convert-history-info .convert-history-title {
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
  color: var(--text-ultrastrong);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.convert-history-wrapper .convert-history-list .convert-history-info .convert-history-title.normal {
  font-weight: 400;
}
.convert-history-wrapper .convert-history-list .convert-history-info .convert-history-time {
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  color: var(--text-medium);
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 4px;
}
.convert-history-wrapper .convert-history-list .convert-history-info .convert-history-time .time-interval {
  padding: 0 4px;
  color: rgba(0, 0, 0, 0.08);
}
.convert-history-wrapper .convert-history-list .convert-history-point {
  -ms-flex: none;
      flex: none;
  margin: 0 15px;
}
.convert-history-wrapper .convert-history-list .convert-history-point .convert-history-point-icon {
  height: 8px;
  width: 8px;
  background-color: #ff4747;
  border-radius: 4px;
}
.convert-history-wrapper .blank-page-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 30px;
}
.convert-history-wrapper .blank-page-wrapper .blank-page-icon {
  width: 160px;
  height: 160px;
}
.convert-history-wrapper .blank-page-wrapper .blank-page-title {
  color: var(--text-medium);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-top: 12px;
}

.progress-view-wrapper {
  background-color: var(--bg-lv3-default);
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.progress-view-wrapper .progress-view-content .progress-view-icon-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 96px;
  gap: 28px;
}
.progress-view-wrapper .progress-view-content .progress-view-icon-container .progress-view-source-icon-small {
  height: 64px;
  width: 64px;
}
.progress-view-wrapper .progress-view-content .progress-view-icon-container .progress-view-source-icon-normal {
  height: 96px;
  width: 96px;
}
.progress-view-wrapper .progress-view-content .progress-view-icon-container .progress-view-target-icon {
  height: 64px;
  width: 64px;
}
.progress-view-wrapper .progress-view-content .progress-view-icon-container .progress-view-arrow-icon {
  width: 54px;
  height: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTQiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDBsNiA0LjY5N0wwIDEwVjB6bTEyIDBsNiA0LjY5N0wxMiAxMFYwem0xOCA0LjY5N0wyNCAwdjEwbDYtNS4zMDN6TTM2IDBsNiA0LjY5N0wzNiAxMFYwem0xOCA0LjY5N0w0OCAwdjEwbDYtNS4zMDN6IiBmaWxsPSIjOEE4QThBIi8+PC9zdmc+);
}
.progress-view-wrapper .progress-view-content .progress-view-progress-container {
  margin-top: 96px;
  padding: 0 28px;
  text-align: center;
}
.progress-view-wrapper .progress-view-content .progress-view-progress-container .progress-view-progress-title {
  line-height: 20px;
  font-size: 17px;
  font-weight: 500;
  color: var(--text-ultrastrong);
}
.progress-view-wrapper .progress-view-content .progress-view-progress-container .progress-view-progress-desc {
  font-size: 12px;
  color: var(--text-medium);
}
.progress-view-wrapper .progress-view-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 52px;
  padding: 0 24px;
}
.progress-view-wrapper .progress-view-footer .progress-view-cancel {
  width: 100%;
  font-size: 18px;
  background-color: var(--bg-lv3-default);
  color: var(--text-link);
}
.pc-responsive-view .progress-view-wrapper {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
}
.pc-responsive-view .progress-view-wrapper .progress-view-content {
  width: 672px;
  max-width: 100%;
}
.pc-responsive-view .progress-view-wrapper .progress-view-content .progress-view-icon-container {
  margin-top: 0;
}
.pc-responsive-view .progress-view-wrapper .progress-view-content .progress-view-icon-container .progress-view-source-icon-normal {
  height: 64px;
  width: 64px;
}
.pc-responsive-view .progress-view-wrapper .progress-view-content .progress-view-progress-container {
  margin-top: 24px;
}
.pc-responsive-view .progress-view-wrapper .progress-view-footer {
  margin-top: 24px;
  margin-bottom: 0;
}
.pc-responsive-view .progress-view-wrapper .progress-view-footer .progress-view-cancel {
  width: 180px;
  line-height: 36px;
  font-size: 14px;
}

.status-wrapper {
  background-color: var(--bg-lv1-default);
  height: calc(100vh - env(safe-area-inset-bottom));
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0 24px;
}
.status-wrapper .status-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 96px;
  -ms-flex: none;
      flex: none;
}
.status-wrapper .status-header .status-image {
  height: 64px;
  width: 64px;
}
.status-wrapper .status-header .status-title {
  line-height: 24px;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-ultrastrong);
  margin-top: 16px;
}
.status-wrapper .btn-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 52px;
  -ms-flex: none;
      flex: none;
  margin-top: auto;
}
.status-wrapper .btn-box .btn-text {
  width: 200px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-link);
  text-align: center;
  background-color: var(--bg-lv3-default);
}
.pc-responsive-view .status-wrapper {
  height: 100%;
  width: 500px;
  margin: 0 auto;
  -ms-flex-pack: center;
      justify-content: center;
}
.pc-responsive-view .status-wrapper .status-header {
  margin-top: 53px;
}
.pc-responsive-view .status-wrapper .status-header .status-title {
  margin-top: 24px;
}
.pc-responsive-view .status-wrapper .btn-box {
  margin: 0;
}
.pc-responsive-view .status-wrapper .btn-box .btn-text {
  border-radius: 4px;
  line-height: 32px;
  height: 32px;
  width: 180px;
  font-size: 14px;
  color: var(--text-ultrastrong);
}

.status-desc {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  -ms-flex: none;
      flex: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 16px 0;
  width: 100%;
  color: var(--text-medium);
}
.pc-responsive-view .status-wrapper {
  width: 100%;
}
.pc-responsive-view .status-wrapper .btn-box .btn-text.dui-button {
  width: 327px;
}

.selected-media-wrapper {
  width: calc(100% - 32px);
  height: 60px;
  padding: 8px 12px;
  border-radius: 4px;
  background: var(--bg-lv3-medium);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}
.selected-media-wrapper.hidden {
  display: none;
}
.selected-media-wrapper .media-icon {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  -ms-flex: none;
      flex: none;
}
.selected-media-wrapper .media-name {
  color: var(--text-ultrastrong);
  font-size: 17px;
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
  width: 200px;
}
.selected-media-wrapper .media-name .media-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  line-height: 24px;
  font-weight: 500;
}
.selected-media-wrapper .media-name .media-time {
  font-size: 12px;
  line-height: 16px;
  color: var(--text-medium);
  margin-top: 4px;
}
.selected-media-wrapper .close-icon {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  cursor: pointer;
  margin-left: auto;
  -ms-flex: none;
      flex: none;
}

.convert-history-panel .dui-m-pullpanel-header {
  height: 56px;
  padding: 16px;
}
.convert-history-panel .dui-m-pullpanel-header .dui-m-pullpanel-header-title {
  font-size: 17px;
  line-height: 24px;
  -ms-flex: auto;
      flex: auto;
  color: var(--text-ultrastrong);
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 24px;
}
.convert-history-panel .dui-m-pullpanel-header .dui-m-pullpanel-header-title > span {
  display: block;
  width: 100%;
  text-align: center;
}
.convert-history-panel .dui-m-pullpanel-header .dui-m-pullpanel-header-ok {
  height: 24px;
}
.convert-history-panel.dui-modal {
  width: 664px;
  padding: 20px;
}
.convert-history-panel.dui-modal .dui-modal-title {
  line-height: 24px;
}
.convert-history-panel.dui-modal .dui-modal-close {
  top: 20px;
}
.convert-history-panel.dui-modal .dui-modal-content {
  height: 356px;
  overflow-y: auto;
}
.convert-history-panel.dui-modal .dui-modal-content .convert-history-wrapper {
  width: 100%;
  height: 100%;
}
.convert-history-panel.dui-modal .dui-modal-content .convert-history-wrapper .convert-history-list {
  padding: 0;
  border-radius: 8px;
}
.convert-history-panel.dui-modal .dui-modal-content .convert-history-wrapper .blank-page-wrapper {
  padding-top: 0;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}
.audio-pay-modal .pay-wrapper .pay-wrapper-info {
  text-align: left;
  line-height: 22px;
}
.audio-pay-modal .pay-wrapper .pay-wrapper-info .info-last {
  margin-top: 22px;
}
.audio-pay-modal .pay-wrapper .pay-count-wrapper {
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.audio-pay-modal .pay-wrapper .pay-count-wrapper .pay-price {
  font-weight: 700;
  line-height: 24px;
  font-family: DIN;
}
.audio-pay-modal .pay-wrapper .pay-count-wrapper .pay-price .pay-price-discount {
  font-size: 18px;
  color: var(--text-ultrastrong);
  font-family: DIN Alternate, DINAlternate Custom, sans-serif;
}
.audio-pay-modal .pay-wrapper .pay-count-wrapper .pay-price .pay-price-reality {
  font-size: 12px;
  color: #cbcdd1;
  text-decoration: line-through;
  padding: 0 6px;
}
.audio-pay-modal .pay-wrapper .pay-count-wrapper .count-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.audio-pay-modal .pay-wrapper .pay-count-wrapper .count-btn .btn {
  border-radius: 4px;
  background: var(--tsp-fill-medium);
  width: 24px;
  height: 24px;
  margin-left: 4px;
  cursor: pointer;
}
.audio-pay-modal .pay-wrapper .pay-count-wrapper .count-btn .btn:active {
  background-color: var(--bg-lv3-medium);
}
.audio-pay-modal .pay-wrapper .pay-count-wrapper .count-btn .btn.disable {
  background: var(--tsp-fill-weak);
  opacity: 0.5;
  cursor: not-allowed;
}
.audio-pay-modal .pay-wrapper .pay-count-wrapper .count-btn .count {
  padding: 0 8px;
  border-radius: 4px;
  background: var(--tsp-fill-medium);
  font-size: 17px;
  color: var(--text-ultrastrong);
  margin-left: 4px;
  width: 55px;
}
.audio-pay-modal .dui-modal-content .pay-wrapper-info {
  padding: 8px 0;
  line-height: 20px;
}
.audio-pay-modal .dui-modal-content .pay-count-wrapper .count-btn .count {
  background-color: var(--bg-lv3-default);
  width: auto;
  min-width: 20px;
}
.audio-pay-modal .dui-modal-content .pay-count-wrapper .count-btn .btn {
  border: 1px solid var(--border-strong);
  background-color: var(--bg-lv3-default);
}
.audio-pay-modal .dui-modal-content .pay-count-wrapper .count-btn .btn img {
  width: 100%;
}
.balance-pay-modal.dui-modal {
  width: 640px;
  padding: 8px 24px 24px;
}
.balance-pay-modal.dui-modal .dui-modal-close {
  top: 20px;
}
.balance-pay-modal.dui-modal .payment-wrapper {
  height: 432px;
}
.balance-pay-modal.dui-modal .payment-wrapper .dui-m-tabs-bar {
  border: 0;
  height: 48px;
  padding: 0;
}
.balance-pay-modal.dui-modal .payment-wrapper .dui-m-tabs-bar .dui-m-tabs-bar-item {
  font-size: 16px;
  margin-right: 40px;
  line-height: 48px;
}
.balance-pay-modal.dui-modal .payment-wrapper .balance-wrapper {
  height: 316px;
  padding: 8px 0;
}
.balance-pay-modal.dui-modal .payment-wrapper .balance-wrapper .balance-card {
  background-color: var(--bg-lv3-default);
  padding: 0;
}
.balance-pay-modal.dui-modal .payment-wrapper .balance-wrapper .balance-card .balance-remain-time {
  height: 120px;
  border-radius: 4px;
  background-color: var(--bg-lv3-medium);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.balance-pay-modal.dui-modal .payment-wrapper .balance-wrapper .balance-card .balance-remain-time .balance-card-time-desc {
  margin-top: 0;
}
.balance-pay-modal.dui-modal .payment-wrapper .balance-wrapper .balance-card .balance-card-info {
  margin-top: 6px;
  display: -ms-flexbox;
  display: flex;
  line-height: 48px;
  height: 48px;
  border-radius: 4px;
  background-color: var(--bg-lv3-medium);
}
.balance-pay-modal.dui-modal .payment-wrapper .balance-wrapper .balance-card .balance-card-info .card-list {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 0;
}
.balance-pay-modal.dui-modal .payment-wrapper .balance-wrapper .balance-card .balance-card-info .card-list .card-price {
  margin-right: 20px;
}
.balance-pay-modal.dui-modal .payment-wrapper .balance-wrapper .matters-attention {
  margin-top: 12px;
}
.balance-pay-modal.dui-modal .payment-wrapper .balance-wrapper .balance-operation-btn {
  margin-top: 24px;
  text-align: right;
}
.balance-pay-modal.dui-modal .payment-wrapper .balance-wrapper .balance-operation-btn .balance-btn {
  margin: 0 0 0 20px;
  width: 127px;
  min-width: 127px;
}
.balance-pay-modal.dui-modal .payment-wrapper .balance-wrapper .balance-operation-btn .dui-button-size-large {
  font-size: 14px;
}
.balance-pay-modal.dui-modal .payment-wrapper .recharge-record {
  height: 316px;
  padding: 20px 0 0;
}
.application-home-wrapper .application-container .application-info-container {
  padding-top: 96px;
}
.application-home-wrapper .application-container .start-convert-btn {
  margin-bottom: 8vh;
}
.application-home-wrapper .application-container .select-files-btn {
  margin-bottom: 12px;
  width: 200px;
  position: relative;
}
.application-home-wrapper .application-container .history-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 8vh;
  width: 200px;
}
.application-home-wrapper .application-container .history-btn .pointer-count {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-width: 18px;
  height: 18px;
  background-color: var(--critical-default);
  border-radius: 20px;
  color: var(--text-white);
  padding: 0 4px;
  font-size: 12px;
  font-weight: 500;
  margin-left: 6px;
}
.application-home-wrapper .application-container .file-drop-tips {
  font-size: 12px;
  line-height: 16px;
  color: var(--text-medium, rgba(0, 0, 0, 0.4));
  margin-top: 12px;
}

.audio-convert-wrapper .progress-view-wrapper {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.audio-convert-wrapper .progress-view-wrapper .progress-view-footer {
  margin-top: auto;
}
.audio-convert-wrapper .progress-view-wrapper .footer-desc {
  margin-top: auto;
  padding: 0 24px;
}
.audio-convert-wrapper .progress-view-wrapper .footer-desc + .progress-view-footer {
  margin-top: 0;
}
.audio-convert-wrapper .progress-view-wrapper .footer-desc .footer-desc-title {
  line-height: 16px;
  font-size: 12px;
  color: var(--text-medium, rgba(0, 0, 0, 0.48));
  text-align: center;
}
.audio-convert-wrapper .progress-view-wrapper .footer-desc .footer-desc-btn {
  width: 100%;
  margin: 12px 0;
}
.audio-progress-notify {
  padding-top: 24px;
}
.audio-progress-notify .progress-notify-wrapper {
  padding: 0 20px;
}
.audio-progress-notify .progress-notify-wrapper .progress-notify-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.audio-progress-notify .progress-notify-wrapper .progress-notify-title .title-image {
  width: 60px;
  height: 60px;
  background-image: url(https://docs.gtimg.com/docsopen/open-toolkit/image/blankpage_notification_160@3x-a89a779807.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.audio-progress-notify .progress-notify-wrapper .progress-notify-title .notify-title {
  font-size: 14px;
  color: var(--text-ultrastrong, rgba(0, 0, 0, 0.88));
  font-weight: 600;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: wrap;
}
.audio-progress-notify .progress-notify-wrapper .progress-notify-title .notify-desc {
  font-size: 12px;
  line-height: 16px;
  color: var(--text-medium, rgba(0, 0, 0, 0.48));
  text-align: left;
  margin-top: 4px;
}
.audio-progress-notify .progress-notify-wrapper .progress-notify-content {
  text-align: center;
}
.audio-progress-notify .progress-notify-wrapper .progress-notify-content .notify-content-image {
  height: 180px;
  width: 180px;
  vertical-align: middle;
}
.audio-progress-notify .progress-notify-wrapper .notify-content-desc {
  color: var(--text-strong, right(0, 0, 0, 0.64));
  font-size: 12px;
  line-height: 16px;
  margin-top: 16px;
}
.audio-progress-notify .dui-m-modal-footer-vertical {
  display: none;
}
.audio-progress-notify .dui-m-modal-close {
  bottom: auto;
  top: 4px;
  right: 4px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTM2LjcyOCAxMy4zOThMMjYuMTIgMjQuMDA1IDM2LjcyOCAzNC42MWwtMi4xMjEgMi4xMjFMMjQgMjYuMTI2IDEzLjM5MyAzNi43MzJsLTIuMTItMi4xMiAxMC42MDYtMTAuNjA4LTEwLjYwNy0xMC42MDYgMi4xMjEtMi4xMjEgMTAuNjA4IDEwLjYwNSAxMC42MDYtMTAuNjA1IDIuMTIgMi4xMnoiIGZpbGw9IiM0NjRENUEiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
  width: 24px;
  height: 24px;
}
.audio-progress-notify.pc-notify {
  width: 480px;
}
.audio-progress-notify.pc-notify .dui-modal-content .progress-notify-wrapper {
  width: 100%;
}
.audio-progress-notify.pc-notify .dui-modal-content .progress-notify-wrapper .progress-notify-title {
  display: none;
}
.audio-progress-notify.pc-notify .dui-modal-content .progress-notify-wrapper .dui-divider {
  display: none;
}
.audio-progress-notify.pc-notify .dui-modal-content .progress-notify-wrapper .progress-notify-content .notify-content-desc {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.audio-progress-notify.pc-notify .dui-modal-content .progress-notify-wrapper .notify-content-desc {
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: var(--text-ultrastrong, rgba(0, 0, 0, 0.88));
  margin-top: 20px;
}

.balance-wrapper {
  padding: 20px 16px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: calc(100vh - 80px);
}
.balance-wrapper .balance-card {
  border-radius: 4px;
  background: var(--bg-lv3-medium);
  height: 231px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  color: var(--text-ultrastrong);
  padding: 16px;
}
.balance-wrapper .balance-card .balance-card-time-desc {
  font-size: 14px;
  line-height: 20px;
  margin-top: 38px;
  text-align: center;
}
.balance-wrapper .balance-card .balance-card-time {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  font-family: DIN Alternate, DINAlternate Custom, sans-serif;
}
.balance-wrapper .balance-card .balance-card-info {
  margin-top: auto;
}
.balance-wrapper .balance-card .balance-card-info .card-list {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 10px;
}
.balance-wrapper .balance-card .balance-card-info .card-list .card-time {
  font-family: DIN Alternate, DINAlternate Custom, sans-serif;
}
.balance-wrapper .matters-attention {
  margin-top: 21px;
}
.balance-wrapper .matters-attention .matters-attention-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.balance-wrapper .matters-attention .matters-attention-desc {
  color: var(--text-ultrastrong);
  font-size: 12px;
  line-height: 24px;
  padding-top: 13px;
}
.balance-wrapper .matters-attention .matters-attention-desc .matters-attention-msg {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
}
.balance-wrapper .matters-attention .matters-attention-desc .matters-attention-msg .msg-num {
  width: 14px;
  -ms-flex: none;
      flex: none;
}
.balance-wrapper .matters-attention .matters-attention-desc .matters-attention-msg .msg-info {
  -ms-flex: auto;
      flex: auto;
}
.balance-wrapper .balance-btn {
  margin: auto auto 8vh;
  width: 200px;
  font-size: 18px;
  font-weight: 500;
}

.recharge-record {
  padding: 16px;
  height: calc(100vh - 36px - env(safe-area-inset-bottom));
  overflow-y: auto;
}
.recharge-record .recharge-record-list .recharge-record-coupon {
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 8px 12px;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 4px;
  background: var(--bg-lv4-strong);
  margin-bottom: 12px;
}
.recharge-record .recharge-record-list .recharge-record-coupon .coupon-image {
  width: 24px;
  height: 24px;
}
.recharge-record .recharge-record-list .recharge-record-coupon .coupon-info {
  margin-left: 8px;
}
.recharge-record .recharge-record-list .recharge-record-coupon .coupon-info .coupon-info-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: var(--text-ultrastrong);
}
.recharge-record .recharge-record-list .recharge-record-coupon .coupon-info .coupon-info-desc {
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
  color: var(--text-strong);
}
.recharge-record .recharge-record-list .recharge-record-coupon .coupon-time {
  margin-left: auto;
  color: var(--text-strong);
  font-size: 14px;
  line-height: 20px;
}

.payment-wrapper {
  width: 100%;
  height: calc(100vh - env(safe-area-inset-bottom));
}
.payment-wrapper .dui-m-tabs-bar {
  height: 36px;
  padding: 0 16px;
}
.payment-wrapper .dui-m-tabs-bar .dui-m-tabs-bar-item {
  font-size: 12px;
  line-height: 36px;
  padding: 0;
  margin-right: 20px;
}
.payment-wrapper .dui-m-tabs-bar .payment-tabs {
  color: var(--text-ultrastrong);
  font-weight: 600;
}
.payment-wrapper .payment-indicator {
  background: rgba(0, 0, 0, 0.88);
}

.pay-tips-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 8px 16px;
  background: var(--tsp-fill-medium);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.pay-tips-container .pay-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 4px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCB4MT0iMTAwJSIgeTE9IjIuMzQlIiB4Mj0iMCUiIHkyPSI5Ny42NiUiIGlkPSJhIj48c3RvcCBzdG9wLWNvbG9yPSIjNzY5M0ZGIiBvZmZzZXQ9IjAlIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzU0NkRGRiIgb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgeDE9Ijc0LjgwMiUiIHkxPSIxMDcuNDU3JSIgeDI9IjE2LjgyJSIgeTI9IjEwMCUiIGlkPSJkIj48c3RvcCBzdG9wLWNvbG9yPSIjRkZGIiBvZmZzZXQ9IjAlIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0Y0RjZGRiIgb2Zmc2V0PSIyNi4xNDMlIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0Q2REVGRiIgb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48ZmlsdGVyIHg9Ii03NSUiIHk9Ii0yNy44JSIgd2lkdGg9IjIxNi43JSIgaGVpZ2h0PSIxNzcuOCUiIGZpbHRlclVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgaWQ9ImIiPjxmZU9mZnNldCBkeD0iLTEiIGR5PSIxIiBpbj0iU291cmNlQWxwaGEiIHJlc3VsdD0ic2hhZG93T2Zmc2V0T3V0ZXIxIi8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMSIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIi8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwLjA0NTQ1NDU0NTUgMCAwIDAgMCAxIDAgMCAwIDAuMzYgMCIgaW49InNoYWRvd0JsdXJPdXRlcjEiLz48L2ZpbHRlcj48ZmlsdGVyIHg9Ii03NSUiIHk9Ii0yNy44JSIgd2lkdGg9IjIxNi43JSIgaGVpZ2h0PSIxNzcuOCUiIGZpbHRlclVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgaWQ9ImUiPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dCbHVySW5uZXIxIi8+PGZlT2Zmc2V0IGR5PSIxIiBpbj0ic2hhZG93Qmx1cklubmVyMSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRJbm5lcjEiLz48ZmVDb21wb3NpdGUgaW49InNoYWRvd09mZnNldElubmVyMSIgaW4yPSJTb3VyY2VBbHBoYSIgb3BlcmF0b3I9ImFyaXRobWV0aWMiIGsyPSItMSIgazM9IjEiIHJlc3VsdD0ic2hhZG93SW5uZXJJbm5lcjEiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMSAwIDAgMCAwIDEgMCAwIDAgMCAxIDAgMCAwIDEgMCIgaW49InNoYWRvd0lubmVySW5uZXIxIi8+PC9maWx0ZXI+PHBhdGggZD0iTTE1IDl2N2g0djJoLTZWOWgyeiIgaWQ9ImMiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTQgNWM1LjUyMyAwIDEwIDQuNDc3IDEwIDEwcy00LjQ3NyAxMC0xMCAxMFM0IDIwLjUyMyA0IDE1IDguNDc3IDUgMTQgNXptNi42MDUtMmw0LjY1OCA0LjEwNC0xLjU0MiAxLjc1LTQuNjU4LTQuMTAzTDIwLjYwNSAzek03LjM4NyAzTDguOTMgNC43NSA0LjI3MiA4Ljg1NSAyLjczIDcuMTA0IDcuMzg3IDN6IiBmaWxsLW9wYWNpdHk9Ii44OCIgZmlsbD0idXJsKCNhKSIvPjx1c2UgZmlsbD0iIzAwMCIgZmlsdGVyPSJ1cmwoI2IpIiB4bGluazpocmVmPSIjYyIvPjx1c2UgZmlsbD0idXJsKCNkKSIgeGxpbms6aHJlZj0iI2MiLz48dXNlIGZpbGw9IiMwMDAiIGZpbHRlcj0idXJsKCNlKSIgeGxpbms6aHJlZj0iI2MiLz48L2c+PC9zdmc+);
}
.pay-tips-container .pay-title {
  color: var(--text-ultrastrong);
  font-weight: 400;
  font-size: 14px;
  font: normal 400 14px;
  line-height: 20px;
}
.pay-tips-container .pay-button {
  margin-left: auto;
  font-weight: 600;
  font-size: 14px;
  color: var(--text-link);
  line-height: 20px;
}

.status-desc {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  -ms-flex: none;
      flex: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 24px 0;
  width: 100%;
  color: var(--text-medium, rgba(0, 0, 0, 0.48));
}
.compress-file {
  margin-bottom: 24px;
  border-radius: 4px;
  text-align: left;
  -ms-flex: auto;
      flex: auto;
  height: 300px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: hidden;
}
.compress-file .compress-title {
  font-size: 14px;
  line-height: 30px;
  color: var(--text-medium, rgba(0, 0, 0, 0.48));
}
.compress-file .compress-list {
  overflow-y: auto;
  overflow-x: hidden;
  -ms-flex: auto;
      flex: auto;
  height: 260px;
}
.compress-file .compress-list .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 16px;
}
.compress-file .compress-list .item .icon {
  width: 32px;
  height: 32px;
}
.compress-file .compress-list .item .file-info {
  margin-left: 10px;
  text-align: left;
  -ms-flex: auto;
      flex: auto;
  width: 200px;
}
.compress-file .compress-list .item .file-info .info-title {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-ultrastrong, rgba(0, 0, 0, 0.88));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.compress-file .compress-list .item .file-info .info-size {
  font-size: 12px;
  line-height: 17px;
  color: var(--text-medium, rgba(0, 0, 0, 0.48));
}
.compress-file .compress-list .item .detail {
  margin-left: 20px;
  -ms-flex: none;
      flex: none;
}
.compress-file .detail-btn {
  border-radius: 4px;
  background: var(--tsp-fill-medium, rgba(51, 77, 102, 0.08));
  min-width: 60px;
  padding: 0 16px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  box-sizing: border-box;
  color: var(--text-ultrastrong, rgba(0, 0, 0, 0.88));
  cursor: pointer;
}

html body {
  background: var(--bg-lv3-default);
}
html body:before {
  background: var(--bg-lv3-default);
}
.pc-responsive-view.pc-modal .av-to-text .application-view-content .application-home-wrapper .application-container {
  border: 0;
}
.pc-responsive-view .av-to-text {
  height: 600px;
}
.pc-responsive-view .av-to-text .application-view-content.drop-border {
  border: 0;
  background-color: var(--bg-lv3-default);
}
.pc-responsive-view .av-to-text .application-view-content .application-home-wrapper .pay-tips-container {
  border-radius: 4px;
  background: var(--bg-lv4-strong);
  height: 48px;
}
.pc-responsive-view .av-to-text .application-view-content .application-home-wrapper .pay-tips-container .pay-icon {
  margin-right: 12px;
}
.pc-responsive-view .av-to-text .application-view-content .application-home-wrapper .pay-tips-container .pay-title {
  color: var(--text-ultrastrong);
}
.pc-responsive-view .av-to-text .application-view-content .application-home-wrapper .pay-tips-container .pay-button {
  margin-left: 12px;
  cursor: pointer;
  padding: 0 4px;
  border-radius: 4px;
}
.pc-responsive-view .av-to-text .application-view-content .application-home-wrapper .pay-tips-container .pay-button:hover {
  background-color: var(--bg-lv3-medium);
}
.pc-responsive-view .av-to-text .application-view-content .application-home-wrapper .application-container {
  margin-top: 64px;
  border: 1px dashed var(--border-strong);
  height: calc(100% - 64px);
}
.pc-responsive-view .av-to-text .application-view-content .application-home-wrapper .application-container .application-info-container {
  padding-top: 70px;
}
.pc-responsive-view .av-to-text .application-view-content .application-home-wrapper .application-container .application-info-container .application-desc {
  font-size: 12px;
}
.pc-responsive-view .av-to-text .application-view-content .application-home-wrapper .application-container .configuration-form {
  max-width: 448px;
  margin-bottom: 24px;
  padding: 4px 12px;
}
.pc-responsive-view .av-to-text .application-view-content .application-home-wrapper .application-container .configuration-form .configuration-item {
  height: 54px;
}
.pc-responsive-view .av-to-text .application-view-content .application-home-wrapper .application-container .configuration-form .configuration-item .item-title {
  font-size: 16px;
  line-height: 22px;
}
.pc-responsive-view .av-to-text .application-view-content .application-home-wrapper .application-container .operation-button {
  max-width: 378px;
  width: 378px;
}
.pc-responsive-view .av-to-text .application-view-content .application-home-wrapper .application-container .operation-button .dui-button {
  float: right;
  width: calc((100% - 18px) / 2);
  margin-bottom: 0;
  font-size: 14px;
  cursor: pointer;
}
.pc-responsive-view .av-to-text .application-view-content .application-home-wrapper .application-container .operation-button .dui-button + .dui-button {
  margin-right: 18px;
}
.pc-responsive-view .av-to-text .application-view-content .audio-convert-wrapper {
  height: 100%;
}
.pc-responsive-view .av-to-text .application-view-content .audio-convert-wrapper .progress-view-wrapper {
  -ms-flex-pack: center;
      justify-content: center;
}
.pc-responsive-view .av-to-text .application-view-content .audio-convert-wrapper .progress-view-wrapper .progress-view-content + .progress-view-footer {
  margin-top: 24px;
}
.pc-responsive-view .av-to-text .application-view-content .audio-convert-wrapper .progress-view-wrapper .footer-desc-btn {
  margin-top: 24px;
  width: 180px;
  font-size: 14px;
}
.pc-responsive-view .av-to-text .application-view-content .audio-convert-wrapper .progress-view-wrapper .progress-view-footer {
  margin-top: 12px;
}
.pc-responsive-view .av-to-text .application-view-content .audio-convert-wrapper .progress-view-wrapper .progress-view-footer .progress-view-cancel {
  width: 180px;
  background-color: var(--bg-lv4-strong);
  color: var(--text-ultrastrong);
}
.pc-responsive-view .av-to-text .application-view-content .progress-view-footer {
  margin-top: 24px;
}
.pc-responsive-view .av-to-text .application-view-content .progress-view-footer .progress-view-cancel {
  width: 180px;
  background-color: var(--bg-lv4-strong);
  color: var(--text-ultrastrong);
}


/*# sourceMappingURL=av-to-text-f89977b8e1.css.map*/