pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}
/*!
  Theme: GitHub
  Description: Light theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-light
  Current colors taken from GitHub's CSS
*/
.hljs {
  color: #24292e;
  background: #ffffff
}
.hljs-doctag,
.hljs-keyword,
.hljs-meta .hljs-keyword,
.hljs-template-tag,
.hljs-template-variable,
.hljs-type,
.hljs-variable.language_ {
  /* prettylights-syntax-keyword */
  color: #d73a49
}
.hljs-title,
.hljs-title.class_,
.hljs-title.class_.inherited__,
.hljs-title.function_ {
  /* prettylights-syntax-entity */
  color: #6f42c1
}
.hljs-attr,
.hljs-attribute,
.hljs-literal,
.hljs-meta,
.hljs-number,
.hljs-operator,
.hljs-variable,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-id {
  /* prettylights-syntax-constant */
  color: #005cc5
}
.hljs-regexp,
.hljs-string,
.hljs-meta .hljs-string {
  /* prettylights-syntax-string */
  color: #032f62
}
.hljs-built_in,
.hljs-symbol {
  /* prettylights-syntax-variable */
  color: #e36209
}
.hljs-comment,
.hljs-code,
.hljs-formula {
  /* prettylights-syntax-comment */
  color: #6a737d
}
.hljs-name,
.hljs-quote,
.hljs-selector-tag,
.hljs-selector-pseudo {
  /* prettylights-syntax-entity-tag */
  color: #22863a
}
.hljs-subst {
  /* prettylights-syntax-storage-modifier-import */
  color: #24292e
}
.hljs-section {
  /* prettylights-syntax-markup-heading */
  color: #005cc5;
  font-weight: bold
}
.hljs-bullet {
  /* prettylights-syntax-markup-list */
  color: #735c0f
}
.hljs-emphasis {
  /* prettylights-syntax-markup-italic */
  color: #24292e;
  font-style: italic
}
.hljs-strong {
  /* prettylights-syntax-markup-bold */
  color: #24292e;
  font-weight: bold
}
.hljs-addition {
  /* prettylights-syntax-markup-inserted */
  color: #22863a;
  background-color: #f0fff4
}
.hljs-deletion {
  /* prettylights-syntax-markup-deleted */
  color: #b31d28;
  background-color: #ffeef0
}
.hljs-char.escape_,
.hljs-link,
.hljs-params,
.hljs-property,
.hljs-punctuation,
.hljs-tag {
  /* purposely ignored */
  
}
.homeBox[data-v-e03e689c] {
  padding-top: 10px;
  height: 100%;
  margin: 0 -10px;
  padding-right: 0;
  font-size: 14px;
}
.homeBox-tabs[data-v-e03e689c] {
  padding: 0 20px;
}
.homeBox-tabs[data-v-e03e689c] .el-tabs .el-tabs__header {
  margin-bottom: 1px;
}
.homeBox-tabs[data-v-e03e689c] .el-tabs .el-tabs__item {
  padding: 0 25px;
}
.homeBox-tabs[data-v-e03e689c] .el-tabs .el-tabs__item.is-top:nth-child(2) {
  padding-left: 0;
}
.homeBox-title[data-v-e03e689c] {
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}
.homeBox-title1[data-v-e03e689c] {
  font-size: 22px;
  line-height: 40px;
  color: #000000;
  margin-top: 10px;
}
.homeBox-text[data-v-e03e689c] {
  font-size: 14px;
  line-height: 20px;
}
.homeBox-specialOfferMsg[data-v-e03e689c] {
  background-color: #EDF5FF;
  border: 1px solid #DADFE5;
  border-radius: 4px;
  padding: 8px 10px;
  width: 70%;
  font-size: 12px;
  line-height: 22px;
  color: #555555;
  min-width: 800px;
}
.homeBox-specialOfferMsg__text[data-v-e03e689c] {
  font-weight: bold;
  font-size: 14px;
  color: #E02020;
}
.homeBox-typeBox[data-v-e03e689c] {
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #BBBBBB;
  padding: 10px 15px 15px;
  /* Code Block */
  /* Tutorial code block */
  /* Tab Switcher */
}
.homeBox-typeBox .code-block[data-v-e03e689c] {
  max-width: 80%;
  margin: 10px 0 20px;
  background: #e2e8f0;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
}
.homeBox-typeBox .code-block-header[data-v-e03e689c] {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  background: #d1d5db;
  border-bottom: 1px solid #cbd5e1;
  font-family: 'Courier New', Consolas, monospace;
  font-size: 12px;
  color: #475569;
}
.homeBox-typeBox .code-block-header .lang[data-v-e03e689c] {
  margin-right: auto;
}
.homeBox-typeBox .code-block-body[data-v-e03e689c] {
  padding: 18px 20px;
  font-family: 'Courier New', Consolas, 'SF Mono', monospace;
  font-size: 14px;
  line-height: 2;
}
.homeBox-typeBox .code-block-body .prompt[data-v-e03e689c] {
  color: #16a34a;
}
.homeBox-typeBox .code-block-body .cmd[data-v-e03e689c],
.homeBox-typeBox .code-block-body .cmd-line[data-v-e03e689c] {
  color: #2563eb;
}
.homeBox-typeBox .code-block-body .flag[data-v-e03e689c] {
  color: #16a34a;
  background: none;
}
.homeBox-typeBox .code-block-body .val[data-v-e03e689c] {
  color: #d97706;
}
.homeBox-typeBox .code-block-body .comment[data-v-e03e689c] {
  color: #64748b;
  font-style: italic;
}
.homeBox-typeBox .code-block-body .output[data-v-e03e689c] {
  color: #334155;
  font-size: 13px;
}
.homeBox-typeBox .tutorial-code[data-v-e03e689c] {
  max-width: 80%;
  display: block;
  background: #e2e8f0;
  color: #1e293b;
  border-radius: 6px;
  padding: 10px 16px;
  font-family: 'Courier New', Consolas, monospace;
  font-size: 13px;
  line-height: 1.8;
}
.homeBox-typeBox .tutorial-code-block[data-v-e03e689c] {
  max-width: 80%;
  margin: 10px 0 10px;
  background: #e2e8f0;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  overflow: hidden;
  text-align: left;
}
.homeBox-typeBox .tutorial-code-block .code-block-header[data-v-e03e689c] {
  background: #d1d5db;
  border-bottom: 1px solid #cbd5e1;
}
.homeBox-typeBox .tutorial-code-block .code-block-body[data-v-e03e689c] {
  padding: 14px 16px;
}
.homeBox-typeBox .tab-panelWrap .tutorial-code-block[data-v-e03e689c] {
  margin: 0;
}
.homeBox-typeBox .tab-switcher[data-v-e03e689c] {
  margin-top: 12px;
}
.homeBox-typeBox .tab-switcher .tab-header[data-v-e03e689c] {
  display: flex;
  gap: 0;
  margin-bottom: 0;
}
.homeBox-typeBox .tab-switcher .tab-btn[data-v-e03e689c] {
  font-size: 13px;
  padding: 8px 20px;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  border: 1px solid #cbd5e1;
  background: #e2e8f0;
  color: #64748b;
  transition: all 0.15s;
  font-weight: 500;
  border-bottom: none;
}
.homeBox-typeBox .tab-switcher .tab-btn[data-v-e03e689c]:hover {
  color: #2380fb;
}
.homeBox-typeBox .tab-switcher .tab-btn.active[data-v-e03e689c] {
  background: #fff;
  color: #2380fb;
  border-color: #cbd5e1;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 1;
}
.homeBox-typeBox .tab-switcher .tab-panel[data-v-e03e689c] {
  max-width: 80%;
  border: 1px solid #cbd5e1;
  border-radius: 0 0 8px 8px;
  background: #fff;
  overflow: hidden;
}
.homeBox-typeBox .tab-switcher .tab-panel .tutorial-code-block[data-v-e03e689c] {
  max-width: 100%;
}
.homeBox-typeBox .tab-switcher .tab-panel .code-block-body[data-v-e03e689c] {
  padding: 14px 16px;
}
.homeBox .w35[data-v-e03e689c] {
  width: 35%;
}
.homeBox .w65[data-v-e03e689c] {
  width: 65%;
}
.homeBox .stable-tag[data-v-e03e689c] {
  display: inline-block;
  background-color: #e9f2ff;
  padding: 0 10px;
  height: 20px;
  border-radius: 20px;
  line-height: 20px;
  font-size: 10px;
  color: #287BF5;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -4px;
}
.homeBox .stable-tag-red[data-v-e03e689c] {
  display: inline-block;
  background-color: #E05741;
  padding: 0 10px;
  height: 20px;
  border-radius: 4px;
  line-height: 20px;
  font-size: 10px;
  color: #ffffff;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -4px;
}
.homeBox-msg[data-v-e03e689c] {
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  background-color: #F4F6F9;
  border: 1px solid #EAEAEA;
  padding: 10px 20px;
  border-radius: 4px;
}
.homeBox-msg__title[data-v-e03e689c] {
  font-size: 24px;
  line-height: 40px;
  color: #FF3737;
  font-weight: bold;
}
.homeBox .codeFormatBox[data-v-e03e689c] {
  background-color: #FFFFFF;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
}
.homeBox .codeFormatBox-tabs[data-v-e03e689c] {
  border-bottom: 1px solid #DEDEDE;
  height: 50px;
  padding: 0 20px;
}
.homeBox .codeFormatBox-tabs[data-v-e03e689c] .el-tabs .el-tabs__item {
  height: 50px;
  line-height: 50px;
}
.homeBox .codeFormatBox-box[data-v-e03e689c] {
  padding: 5px 10px;
}
.homeBox .textBox-group[data-v-e03e689c] {
  display: inline-flex;
  align-items: center;
  margin-left: 5px;
  height: 40px;
  border: 1px solid #BBBBBB;
  background-color: #F5F5F5;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 10px;
  white-space: nowrap;
}
.homeBox .textBox-group__text[data-v-e03e689c] {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 15px;
}
.homeBox .textBox-group .line-box[data-v-e03e689c] {
  width: 0;
  height: 20px;
  border-left: 1px solid #BBBBBB;
  margin: 0 12px;
}
.homeBox-box[data-v-e03e689c] {
  background-color: #ffffff;
  height: calc(100% - 40px);
  overflow: hidden;
  overflow-y: auto;
}
.homeBox-box.flex-box[data-v-e03e689c] {
  display: flex;
}
.homeBox-box__block[data-v-e03e689c] {
  padding: 30px 45px 10px;
}
.homeBox-box .homeBoxDocumentBox[data-v-e03e689c] {
  padding: 10px 0;
  display: flex;
  height: 100%;
  overflow: hidden;
}
.homeBox-box .homeBoxDocumentBox-menu[data-v-e03e689c] {
  width: 300px;
  height: 100%;
  padding: 10px 0;
  overflow: hidden;
  overflow-y: auto;
}
.homeBox-box .homeBoxDocumentBox-menu .menu-box[data-v-e03e689c] {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.homeBox-box .homeBoxDocumentBox-menu .menu-box[data-v-e03e689c]:last-child {
  border-bottom: 0;
}
.homeBox-box .homeBoxDocumentBox-menu .menu-box.cur .menu-box__title[data-v-e03e689c] {
  height: auto;
  border-bottom: 2px solid #287BF5;
}
.homeBox-box .homeBoxDocumentBox-menu .menu-box__title[data-v-e03e689c] {
  padding: 10px 25px 10px 40px;
  line-height: 20px;
  font-size: 16px;
  color: #6c6c6c;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.homeBox-box .homeBoxDocumentBox-menu .menu-box__title-icon[data-v-e03e689c] {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 1;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  color: #287BF5;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.homeBox-box .homeBoxDocumentBox-menu .menu-box__title-jt[data-v-e03e689c] {
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: 1;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  color: #287BF5;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.homeBox-box .homeBoxDocumentBox-menu .menu-box__box[data-v-e03e689c] {
  padding-bottom: 20px;
}
.homeBox-box .homeBoxDocumentBox-menu .menu-box__list[data-v-e03e689c] {
  padding: 10px 30px 10px 10px;
  line-height: 20px;
  font-size: 14px;
  color: #101010;
  position: relative;
  cursor: pointer;
}
.homeBox-box .homeBoxDocumentBox-menu .menu-box__list[data-v-e03e689c]:nth-child(even) {
  background-color: #f9f9f9;
}
.homeBox-box .homeBoxDocumentBox-menu .menu-box__list[data-v-e03e689c]:hover {
  background-color: #f1f7ff;
}
.homeBox-box .homeBoxDocumentBox-menu .menu-box__list[data-v-e03e689c]::after {
  display: none;
  content: "\ef16";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -9px;
  z-index: 10;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  color: #287bf5;
  font-size: 14px;
}
.homeBox-box .homeBoxDocumentBox-menu .menu-box__list-title[data-v-e03e689c] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homeBox-box .homeBoxDocumentBox-menu .menu-box__list-text[data-v-e03e689c] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #565656;
}
.homeBox-box .homeBoxDocumentBox-menu .menu-box__list.cur[data-v-e03e689c] {
  background-color: #f1f7ff;
}
.homeBox-box .homeBoxDocumentBox-menu .menu-box__list.cur[data-v-e03e689c]::after {
  display: block;
}
.homeBox-box .homeBoxDocumentBox-col[data-v-e03e689c] {
  flex: 1;
  border-left: 1px solid #f5f5f5;
  width: calc(100% - 300px);
  padding: 0 10px;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.homeBox-box .homeBoxDocumentBox-col__top[data-v-e03e689c] {
  line-height: 24px;
}
.homeBox-box .homeBoxDocumentBox-col__box[data-v-e03e689c] {
  margin-top: 10px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  min-height: calc(100% - 40px);
  background-color: #f5f5f5;
}
.homeBox-box .homeBoxDocumentBox-col__box .form-box[data-v-e03e689c] {
  padding: 0 5px 160px;
}
.homeBox-box .homeBoxDocumentBox-col__box .form-box__item[data-v-e03e689c] {
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  margin-bottom: 0;
}
.homeBox-box .homeBoxDocumentBox-col__box .form-box__item-label[data-v-e03e689c] {
  width: 120px;
  padding: 8px 5px 8px 0;
}
.homeBox-box .homeBoxDocumentBox-col__box .form-box__item-col[data-v-e03e689c] {
  padding: 8px 5px;
}
.homeBox-box .homeBoxDocumentBox-col__box .form-box .input-box[data-v-e03e689c] {
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 5px 10px;
  background-color: #f2f2f2;
}
.homeBox-box .homeBoxDocumentBox-col__box .da-box[data-v-e03e689c] {
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 10px 5px 10px 5px;
  height: 450px;
  overflow: hidden;
  overflow-y: auto;
}
.homeBox-box .homeBoxDocumentBox-col__box .da-box__pre[data-v-e03e689c] {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-all;
}
.homeBox-box .homeBoxDocumentBox-col__box .da-box.el-textarea[data-v-e03e689c] {
  padding: 0;
}
.homeBox-box .homeBoxDocumentBox-col__box .da-box.el-textarea[data-v-e03e689c] .el-textarea__inner {
  border: 0;
  height: 100%;
  padding: 10px 15px 10px 15px;
}
.homeBox-box .homeBoxDocumentBox-col__box .da-box__row[data-v-e03e689c] {
  width: 100%;
  /* display: -webkit-flex;
							display: flex; */
  border-bottom: 1px solid #cccccc;
  padding: 5px 0;
}
.homeBox-box .homeBoxDocumentBox-col__box .da-box__row[data-v-e03e689c]:last-child {
  border-bottom: 0;
}
.homeBox-box .homeBoxDocumentBox-col__box .da-box__row-l[data-v-e03e689c] {
  width: 100%;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homeBox-box .homeBoxDocumentBox-col__box .da-box__row-r[data-v-e03e689c] {
  /* -webkit-flex: 1;
								flex: 1; */
  width: 100%;
  padding: 10px 10px;
  color: #4C565E;
  font-size: 14px;
  line-height: 18px;
}
.homeBox-box .homeBoxDocumentBox-col__box .maxDa-box[data-v-e03e689c] {
  height: 600px;
}
.homeBox-box .homeBoxDocumentBox-col__box .da-box__wrap[data-v-e03e689c] {
  background-color: #e5e5e5;
  border-radius: 4px;
  border: 1px solid #cccccc;
}
.homeBox-box .homeBoxDocumentBox-col__box[data-v-e03e689c] .el-collapse {
  border-bottom: 0;
  border-top: 0;
}
.homeBox-box .homeBoxDocumentBox-col__box[data-v-e03e689c] .el-collapse .el-collapse-item__header {
  background-color: transparent;
  height: auto;
  line-height: inherit;
  position: relative;
}
.homeBox-box .homeBoxDocumentBox-col__box[data-v-e03e689c] .el-collapse .el-collapse-item__header .el-collapse-item__arrow {
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: 1;
  height: 18px;
  line-height: 18px;
  margin-top: -9px;
  margin-bottom: 0;
  margin-right: 0;
}
.homeBox-box .homeBoxDocumentBox-col__box[data-v-e03e689c] .el-collapse .el-collapse-item__header .da-box__row {
  border-bottom: 0;
}
.homeBox-box .homeBoxDocumentBox-col__box[data-v-e03e689c] .el-collapse .el-collapse-item__header .da-box__row-r {
  padding-right: 20px;
}
.homeBox-box .homeBoxDocumentBox-col__box[data-v-e03e689c] .el-collapse .el-collapse-item {
  border-bottom: 1px solid #cccccc;
}
.homeBox-box .homeBoxDocumentBox-col__box[data-v-e03e689c] .el-collapse .el-collapse-item__wrap {
  background-color: transparent;
  margin-bottom: 5px;
}
.homeBox-box .homeBoxDocumentBox-col__box[data-v-e03e689c] .el-collapse .el-collapse-item__content {
  padding-bottom: 0;
}
.homeBox-box .homeBoxBuyBox[data-v-e03e689c] {
  padding-bottom: 230px;
}
.homeBox-box .homeBoxBuyBox .homeBox-tabs[data-v-e03e689c] {
  padding: 0 ;
}
.homeBox-box .homeBoxBuyBox .homeBox-tabs[data-v-e03e689c] .el-tabs .el-tabs__header {
  margin-bottom: 20px;
}
.homeBox-box .homeBoxBuyBox .homeBox-tabs[data-v-e03e689c] .el-tabs .el-tabs__item {
  padding: 0 10px;
}
.homeBox-box .homeBoxBuyBox .homeBox-tabs[data-v-e03e689c] .el-tabs .el-tabs__item.is-top:nth-child(2) {
  padding-left: 0;
}
.homeBox-box .homeBoxBuyBox .homeBox-tabs[data-v-e03e689c] .el-tabs .tabs-label {
  padding: 0 25px;
  font-size: 14px;
}
.homeBox-box .homeBoxBuyBox .homeBox-tabs[data-v-e03e689c] .el-tabs .tabs-label__tag {
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  padding: 0 8px;
  height: 18px;
  background-color: #287BF5;
  border-radius: 18px;
  line-height: 18px;
  font-size: 10px;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -2px;
}
.homeBox-box .homeBoxBuyBox .homeBox-tabs[data-v-e03e689c] .el-tabs .is-active {
  font-weight: bold;
}
.homeBox-box .homeBoxBuyBox-msg[data-v-e03e689c] {
  background: #e8eff6;
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 20px;
}
.homeBox-box .homeBoxBuyBox-msg__title[data-v-e03e689c] {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}
.homeBox-box .homeBoxBuyBox-msg__text[data-v-e03e689c] {
  font-size: 13px;
  color: #64748b;
  line-height: 1.8;
  position: relative;
}
.homeBox-box .homeBoxBuyBox-discount[data-v-e03e689c] {
  margin-bottom: 15px;
  padding: 12px 15px;
  border-radius: 8px;
  background-color: #FFF3E0;
  display: flex;
  align-items: center;
}
.homeBox-box .homeBoxBuyBox-discount__img[data-v-e03e689c] {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
.homeBox-box .homeBoxBuyBox-discount__img .img[data-v-e03e689c] {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.homeBox-box .homeBoxBuyBox-discount__col[data-v-e03e689c] {
  flex: 1;
  width: 30%;
}
.homeBox-box .homeBoxBuyBox-discount__col .discount-title[data-v-e03e689c] {
  font-size: 18px;
  line-height: 26px;
}
.homeBox-box .homeBoxBuyBox-discount__col .discount-titleText[data-v-e03e689c] {
  font-weight: bold;
  background: -webkit-linear-gradient(#FFCC6B, #F94C81);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.homeBox-box .homeBoxBuyBox-discount__col .discount-text[data-v-e03e689c] {
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}
.homeBox-box .homeBoxBuyBox-usableBox[data-v-e03e689c] {
  margin-bottom: 30px;
  display: flex;
  gap: 20px;
  align-items: stretch;
}
.homeBox-box .homeBoxBuyBox-usableBox__col[data-v-e03e689c] {
  flex: 1;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 24px 28px;
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #64748b;
  white-space: nowrap;
}
.homeBox-box .homeBoxBuyBox-usableBox__col .num-box[data-v-e03e689c] {
  font-size: 32px;
  font-weight: 800;
  color: #1e293b;
}
.homeBox-box .homeBoxBuyBox .Recommend-tag[data-v-e03e689c] {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  color: #2380fb;
  background: #f0f2ff;
  padding: 2px 10px;
  border-radius: 10px;
}
.homeBox-box .homeBoxBuyBox .sellQRCode-box[data-v-e03e689c] {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #64748b;
  line-height: 1.7;
}
.homeBox-box .homeBoxBuyBox-bottom[data-v-e03e689c] {
  text-align: right;
  background-color: #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 45px 15px;
  height: 70px;
  font-size: 16px;
}
.homeBox-box .homeBoxBuyBox-bottom .el-button[data-v-e03e689c] {
  height: 40px;
  line-height: 38px;
  min-width: 140px;
  font-size: 14px;
}
.homeBox-box .homeBoxBuyBox-bottom .costDiscountBox[data-v-e03e689c] {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.homeBox-box .homeBoxBuyBox-bottom .costDiscountBox-text[data-v-e03e689c] {
  font-size: 13px;
  line-height: 18px;
}
.homeBox-box .homeBoxBuyBox .stable[data-v-e03e689c] {
  height: 245px;
}
.homeBox-box .homeBoxBuyBox .stable[data-v-e03e689c] .el-table .el-table__header .el-table-column--selection .el-checkbox {
  display: none;
}
.homeBox-box .homeBoxBuyBox .stable[data-v-e03e689c] .el-table .el-table__body-wrapper .el-table-column--selection .el-checkbox.is-disabled {
  display: none;
}
.homeBox-box .homeBoxBuyBox .cliBox-box[data-v-e03e689c] {
  background: #fff;
  border: 2px solid #287bf5;
  border-radius: 12px;
  padding: 32px 36px;
  position: relative;
  overflow: hidden;
}
.homeBox-box .homeBoxBuyBox .cliBox-box__tag[data-v-e03e689c] {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  font-size: 11px;
  line-height: 22px;
  background: #287bf5;
  color: #fff;
  padding: 0 12px;
  border-radius: 10px;
  font-weight: 600;
}
.homeBox-box .homeBoxBuyBox .cliBox-box__top[data-v-e03e689c] {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 24px;
}
.homeBox-box .homeBoxBuyBox .cliBox-box__top .title-box[data-v-e03e689c] {
  font-size: 20px;
  font-weight: bold;
  color: #1e293b;
}
.homeBox-box .homeBoxBuyBox .cliBox-box__top .price-box[data-v-e03e689c] {
  font-size: 18px;
  color: #287bf5;
}
.homeBox-box .homeBoxBuyBox .cliBox-box__top .price-box__num[data-v-e03e689c] {
  font-size: 36px;
  font-weight: bold;
}
.homeBox-box .homeBoxBuyBox .cliBox-box__top .text-box[data-v-e03e689c] {
  font-size: 14px;
  color: #64748b;
}
.homeBox-box .homeBoxBuyBox .cliBox-box__features[data-v-e03e689c] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 24px;
  padding: 20px 0;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  line-height: 1.6;
}
.homeBox-box .homeBoxBuyBox .cliBox-box__features .cli-feature[data-v-e03e689c] {
  text-align: center;
}
.homeBox-box .homeBoxBuyBox .cliBox-box__features .cli-feature__num[data-v-e03e689c] {
  font-size: 22px;
  font-weight: 700;
  color: #1e293b;
}
.homeBox-box .homeBoxBuyBox .cliBox-box__features .cli-feature__label[data-v-e03e689c] {
  font-size: 12px;
  color: #64748b;
  margin-top: 4px;
}
.homeBox-box .homeBoxBuyBox .cliBox-box__bottom[data-v-e03e689c] {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #94a3b8;
}
.homeBox-box .homeBoxBuyBox .cliBox-title[data-v-e03e689c] {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}
.homeBox-box .homeBoxBuyBox .cliBox-thaliBox[data-v-e03e689c] {
  margin-top: 20px;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.homeBox-box .homeBoxBuyBox .cliBox-thaliBox__left[data-v-e03e689c] {
  width: 320px;
  flex-shrink: 0;
  padding: 28px 28px 24px;
  border-right: 1px solid #e2e8f0;
}
.homeBox-box .homeBoxBuyBox .cliBox-thaliBox__box[data-v-e03e689c] {
  flex: 1;
  width: 40%;
  padding: 28px 28px 24px;
}
.homeBox-box .homeBoxBuyBox .cliBox-thaliBox__title[data-v-e03e689c] {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
.homeBox-box .homeBoxBuyBox .cliBox-thaliBox__title1[data-v-e03e689c] {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: bold;
}
.homeBox-box .homeBoxBuyBox .cliBox-thaliBox__row[data-v-e03e689c] {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.homeBox-box .homeBoxBuyBox .cliBox-thaliBox__row .label-box[data-v-e03e689c] {
  width: 72px;
  font-size: 13px;
  color: #94a3b8;
  flex-shrink: 0;
}
.homeBox-box .homeBoxBuyBox .cliBox-thaliBox__row .col-box[data-v-e03e689c] {
  font-size: 14px;
  flex: 1;
  width: 40%;
}
.homeBox-box .homeBoxBuyBox .cliBox-thaliBox .usage-block[data-v-e03e689c] {
  margin-bottom: 16px;
}
.homeBox-box .homeBoxBuyBox .cliBox-thaliBox .usage-block__top[data-v-e03e689c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.homeBox-box .homeBoxBuyBox .cliBox-thaliBox .usage-block__top .title-box[data-v-e03e689c] {
  font-size: 13px;
  color: #64748b;
}
.homeBox-box .homeBoxBuyBox .cliBox-thaliBox .usage-block__top .text-box[data-v-e03e689c] {
  font-size: 12px;
  color: #94a3b8;
}
.homeBox-box .homeBoxBuyBox .cliBox-thaliBox .usage-block__percent[data-v-e03e689c] {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.homeBox-box .homeBoxBuyBox .cliBox-thaliBox .usage-block__progress[data-v-e03e689c] {
  height: 8px;
  position: relative;
}
.homeBox-box .homeBoxBuyBox .cliBox-thaliBox .usage-block__progress .progressBox-marker[data-v-e03e689c] {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
  left: 90%;
  width: 2px;
  background-color: #2380fb;
}
.homeBox-box .homeBoxBuyBox .cliBox-thaliBox .usage-block__progressText[data-v-e03e689c] {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #94a3b8;
  margin-top: 6px;
}
.homeBox-box .homeBoxBuyBox .cliBox-msg[data-v-e03e689c] {
  margin-top: 10px;
  background: #e8eff6;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 13px;
  color: #64748b;
  line-height: 1.8;
}
.homeBox-box .homeBoxDescribeBox[data-v-e03e689c] {
  padding-right: 10px;
}
.homeBox-box .homeBoxDescribeBox .homeBoxDocumentBox-menu[data-v-e03e689c] {
  width: 180px;
  padding-left: 10px;
}
.homeBox-box .homeBoxDescribeBox .homeBoxDocumentBox-col[data-v-e03e689c] {
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  padding: 10px 15px 10px 40px;
  overflow: hidden;
  overflow-y: auto;
}
.homeBox-box .stepBox .stepBox-list[data-v-e03e689c] {
  padding-left: 15px;
  position: relative;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.homeBox-box .stepBox .stepBox-list[data-v-e03e689c]::after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
  border-left: 1px dashed #BBBBBB;
}
.homeBox-box .stepBox .stepBox-list[data-v-e03e689c]::before {
  content: '';
  position: absolute;
  top: 5px;
  left: -3px;
  z-index: 2;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border: 1px solid #BBBBBB;
  border-radius: 50%;
}
.homeBox-box .stepBox .stepBox-list.cur[data-v-e03e689c] {
  color: #287BF5;
}
.homeBox-box .stepBox .stepBox-list.cur[data-v-e03e689c]::before {
  border: 1px solid #287BF5;
}
.responseObjectDrawerBox[data-v-e03e689c] {
  height: 100%;
  width: 100%;
}
.responseObjectDrawerBox-title[data-v-e03e689c] {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  color: #6c6c6c;
}
.responseObjectDrawerBox-box[data-v-e03e689c] {
  padding: 0 15px 10px;
  height: calc(100% - 50px);
  overflow: hidden;
  overflow-y: auto;
}
.responseObjectDrawerBox-box .da-box[data-v-e03e689c] {
  padding: 5px 5px 5px 5px;
}
.responseObjectDrawerBox-box .da-box__row[data-v-e03e689c] {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding: 8px 0;
}
.responseObjectDrawerBox-box .da-box__row[data-v-e03e689c]:last-child {
  border-bottom: 0;
}
.responseObjectDrawerBox-box .da-box__row-l[data-v-e03e689c] {
  width: 100%;
  padding: 2px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.responseObjectDrawerBox-box .da-box__row-r[data-v-e03e689c] {
  /* -webkit-flex: 1;
					flex: 1; */
  width: 100%;
  padding: 5px 0;
  color: #4C565E;
  font-size: 12px;
  line-height: 18px;
}
.responseObjectDrawerBox-box .da-box__wrap[data-v-e03e689c] {
  background-color: #f5f5f5;
  border-radius: 4px;
  border: 1px solid #cccccc;
}
.responseObjectDrawerBox-box .da-box__wrap .da-box__row[data-v-e03e689c] {
  display: flex;
}
.responseObjectDrawerBox-box .da-box__wrap .da-box__row-l[data-v-e03e689c] {
  width: 29%;
  padding: 2px 10px;
}
.responseObjectDrawerBox-box .da-box__wrap .da-box__row-r[data-v-e03e689c] {
  flex: 1;
  width: 71%;
  padding: 5px 10px;
}
.responseObjectDrawerBox-box[data-v-e03e689c] .el-collapse {
  border-bottom: 0;
  border-top: 0;
}
.responseObjectDrawerBox-box[data-v-e03e689c] .el-collapse .el-collapse-item__header {
  background-color: transparent;
  height: auto;
  line-height: inherit;
  position: relative;
}
.responseObjectDrawerBox-box[data-v-e03e689c] .el-collapse .el-collapse-item__header .el-collapse-item__arrow {
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: 1;
  height: 18px;
  line-height: 18px;
  margin-top: -9px;
  margin-bottom: 0;
  margin-right: 0;
}
.responseObjectDrawerBox-box[data-v-e03e689c] .el-collapse .el-collapse-item__header .da-box__row {
  border-bottom: 0;
}
.responseObjectDrawerBox-box[data-v-e03e689c] .el-collapse .el-collapse-item__header .da-box__row-r {
  padding-right: 20px;
}
.responseObjectDrawerBox-box[data-v-e03e689c] .el-collapse .el-collapse-item {
  border-bottom: 1px solid #cccccc;
}
.responseObjectDrawerBox-box[data-v-e03e689c] .el-collapse .el-collapse-item__wrap {
  background-color: transparent;
  margin-bottom: 5px;
}
.responseObjectDrawerBox-box[data-v-e03e689c] .el-collapse .el-collapse-item__content {
  padding-bottom: 0;
}
.purchaseApi-bottom[data-v-e03e689c] {
  margin-top: 50px;
  margin-left: -1.428rem;
  margin-right: -1.428rem;
  padding: 10px 1.428rem;
  background-color: #ffffff;
  text-align: right;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.08);
}
.purchaseApiDialog-table[data-v-e03e689c] {
  border-radius: 4px;
  border: 1px solid #e5e5e5;
}
.purchaseApiDialog-table .sorftimeTable-tr[data-v-e03e689c] {
  border-bottom: 1px solid #e5e5e5;
}
.purchaseApiDialog-table .sorftimeTable-tr .sorftimeTable-td[data-v-e03e689c] {
  padding: 5px 10px;
  min-height: 40px;
}
.purchaseApiDialog-table .sorftimeTable-tr .sorftimeTable-td[data-v-e03e689c]:nth-child(1) {
  width: 130px;
  padding-left: 20px;
}
.purchaseApiDialog-table .sorftimeTable-tr .sorftimeTable-td[data-v-e03e689c]:nth-child(2) {
  width: 120px;
  flex: 1;
}
.purchaseApiDialog-table .sorftimeTable-tr .sorftimeTable-td[data-v-e03e689c]:nth-child(3) {
  width: 120px;
  text-align: right;
}
.purchaseApiDialog-table .sorftimeTable-tr .sorftimeTable-td:nth-child(3) .cell[data-v-e03e689c] {
  width: 100%;
}
.dialog-close[data-v-e03e689c] {
  font-size: 0.7rem;
  cursor: pointer;
  color: #FFFFFF;
  border-radius: 3px;
  width: 1.285rem;
  height: 1.285rem;
  line-height: 1.285rem;
  text-align: center;
  background-color: #287bf5;
  position: absolute;
  top: 5px;
  right: 0px;
  z-index: 2;
}
.recharge-usage-record[data-v-e03e689c] {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
}
.recharge-usage-record .recharge-usage-record__tabs[data-v-e03e689c] {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.recharge-usage-record .recharge-usage-record__tabs__content[data-v-e03e689c] {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.recharge-usage-record .recharge-usage-record__tabs__content .query-container[data-v-e03e689c] {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  gap: 0 15px;
  width: 100%;
  margin: 10px 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 15px 0px;
  border-radius: 10px;
}
.recharge-usage-record .recharge-usage-record__tabs__content .query-container .setCategory-box__list[data-v-e03e689c] {
  display: flex;
  align-items: center;
}
.recharge-usage-record .recharge-usage-record__tabs__content .query-container .setCategory-box__list .title[data-v-e03e689c] {
  white-space: nowrap;
  font-size: 14px;
  color: #333333;
}
.recharge-usage-record .recharge-usage-record__tabs__content .query-container .setCategory-box__list .query-value-box[data-v-e03e689c] {
  display: flex;
  align-items: center;
}
.recharge-usage-record .recharge-usage-record__tabs__content .query-container .setCategory-box__list .query-value-box .line[data-v-e03e689c] {
  width: 20px;
  text-align: center;
}
.recharge-usage-record .recharge-usage-record__tabs__content .tables-container[data-v-e03e689c] {
  flex: 1;
  display: flex;
  flex-direction: column;
  max-height: calc(100% - 130px);
}
.recharge-usage-record .recharge-usage-record__tabs__content .tables-container .stable.border0-table1[data-v-e03e689c] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.recharge-usage-record .recharge-usage-record__tabs__content .tables-container .stable.border0-table1[data-v-e03e689c] .sorftimeBody-table {
  height: 100% !important;
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}
.recharge-usage-record .recharge-usage-record__tabs__content .tables-container .stable.border0-table1[data-v-e03e689c] .el-table {
  height: 100% !important;
  flex: 1 !important;
}
.newBuyOrderDialogBox[data-v-e03e689c] {
  font-size: 14px;
  line-height: 1.45;
  color: #000000;
  padding: 10px 10px 30px;
  text-align: center;
}
.newBuyOrderDialogBox-code[data-v-e03e689c] {
  margin-top: 20px;
  margin-bottom: 10px;
}
.newBuyOrderDialogBox-code .img[data-v-e03e689c] {
  width: 210px;
  height: 210px;
  vertical-align: top;
}
.newBuyOrderDialogBox-text[data-v-e03e689c] {
  line-height: 24px;
  color: #303030;
}
.newBuyOrderDialogBox-form[data-v-e03e689c] {
  margin-top: 20px;
}
.newBuyOrderDialogBox-row[data-v-e03e689c] {
  display: flex;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 0;
  text-align: left;
}
.newBuyOrderDialogBox-row__label[data-v-e03e689c] {
  width: 125px;
  color: #757575;
  text-align: right;
  line-height: 24px;
}
.newBuyOrderDialogBox-row__col[data-v-e03e689c] {
  flex: 1;
  width: 50%;
  padding-left: 5px;
  color: #303030;
}
.newBuyOrderDialogBox-box[data-v-e03e689c] {
  padding: 10px;
}
.newBuyOrderDialogBox-box__box[data-v-e03e689c] {
  padding: 50px 0 50px;
  text-align: center;
}
.newBuyOrderDialogBox-box__icons[data-v-e03e689c] {
  font-size: 100px;
  line-height: 100px;
  color: #3883FA;
}
.newBuyOrderDialogBox-box__icons .icons-box[data-v-e03e689c] {
  font-size: 100px;
}
.newBuyOrderDialogBox-box__progress[data-v-e03e689c] {
  width: 250px;
  margin: 10px auto 0;
}
.newBuyOrderDialogBox-box__progress[data-v-e03e689c] .el-progress .el-progress__text {
  font-size: 12px !important;
  color: #3883FA !important;
}
.newBuyOrderDialogBox-box__text[data-v-e03e689c] {
  margin-top: 10px;
  color: #8A8A8A;
  font-size: 14px;
  line-height: 24px;
}
.newBuyOrderDialogBox-box__code[data-v-e03e689c] {
  text-align: center;
  border-top: 1px solid #CECECE;
  padding-top: 20px;
}
.newBuyOrderDialogBox-box__code .code-text[data-v-e03e689c] {
  color: #9E9E9E;
  font-size: 12px;
  line-height: 18px;
}
.newBuyOrderDialogBox-box__code .code-img[data-v-e03e689c] {
  margin-top: 10px;
}
.newBuyOrderDialogBox-complete[data-v-e03e689c] {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.newBuyOrderDialogBox-complete .choose-gou[data-v-e03e689c] {
  color: #65B85D;
  font-size: 100px;
  line-height: 120px;
}
.newBuyOrderDialogBox-complete__title[data-v-e03e689c] {
  color: #303030;
  font-size: 26px;
  line-height: 36px;
  margin-top: 10px;
}
.newBuyOrderDialogBox-complete__text[data-v-e03e689c] {
  color: #8A8A8A;
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
}
.newBuyOrderDialogBox-complete__btn[data-v-e03e689c] {
  margin-top: 70px;
  text-align: center;
}
.newBuyDialogBox[data-v-e03e689c] {
  font-size: 12px;
  line-height: 1.45;
  color: #000000;
  padding: 0 0 20px;
}
.newBuyDialogBox-tabs[data-v-e03e689c] {
  padding: 0 10px;
}
.newBuyDialogBox-tabs .tabs-label[data-v-e03e689c] {
  position: relative;
}
.newBuyDialogBox-tabs .tabs-label__tag[data-v-e03e689c] {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  background-color: #FF4D4F;
  color: #ffffff;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  padding: 0 10px;
  border-radius: 18px;
  margin-left: 5px;
  position: absolute;
  top: -8px;
}
.newBuyDialogBox-row[data-v-e03e689c] {
  display: flex;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 0;
}
.newBuyDialogBox-row__label[data-v-e03e689c] {
  width: 90px;
  color: #757575;
  text-align: right;
  padding-right: 5px;
  line-height: 28px;
}
.newBuyDialogBox-row__col[data-v-e03e689c] {
  flex: 1;
  width: 50%;
  padding-left: 10px;
  color: #303030;
}
.newBuyDialogBox-box__box[data-v-e03e689c] {
  padding-top: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.newBuyDialogBox-box__box-code[data-v-e03e689c] {
  text-align: center;
  width: 200px;
  margin-left: 50px;
}
.newBuyDialogBox-box__box .code-box[data-v-e03e689c] {
  margin-top: 20px;
  text-align: center;
}
.newBuyDialogBox-box__box .code-box__text[data-v-e03e689c] {
  color: #9E9E9E;
  font-size: 12px;
  line-height: 18px;
}
.newBuyDialogBox-box__box .code-box__img[data-v-e03e689c] {
  margin-top: 10px;
}
.newBuyDialogBox-box__box .code-box__img .img[data-v-e03e689c] {
  width: 130px;
  height: 130px;
  vertical-align: middle;
}
.newBuyDialogBox .comboSelection-boxWrap[data-v-e03e689c] {
  display: flex;
  align-items: flex-end;
}
.newBuyDialogBox .comboSelection-boxWrap .comboSelection-block[data-v-e03e689c] {
  display: flex;
}
.newBuyDialogBox .comboSelection-boxWrap .comboSelection-box[data-v-e03e689c] {
  margin-right: 20px;
  min-width: 200px;
  text-align: center;
  position: relative;
}
.newBuyDialogBox .comboSelection-boxWrap .comboSelection-box[data-v-e03e689c]:last-child {
  margin-right: 0;
}
.newBuyDialogBox .comboSelection-boxWrap .comboSelection-box__tag[data-v-e03e689c] {
  background-color: #E9501E;
  padding: 0 10px;
  color: #ffffff;
  height: 20px;
  font-size: 10px;
  line-height: 20px;
  border-radius: 10px 0 10px 0;
  white-space: nowrap;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 1;
}
.newBuyDialogBox .comboSelection-boxWrap .comboSelection-box__wrap[data-v-e03e689c] {
  border-radius: 3px;
  border: 1px solid #EEEEEE;
  min-height: 175px;
  padding: 15px 10px 10px;
  overflow: hidden;
  position: relative;
}
.newBuyDialogBox .comboSelection-boxWrap .comboSelection-box__wrap[data-v-e03e689c]:hover {
  border: 1px solid #2274FB;
}
.newBuyDialogBox .comboSelection-boxWrap .comboSelection-box__top[data-v-e03e689c] {
  color: #303030;
  font-size: 14px;
  line-height: 24px;
  min-height: 30px;
}
.newBuyDialogBox .comboSelection-boxWrap .comboSelection-box__top .text-box[data-v-e03e689c] {
  color: #9E9E9E;
  font-size: 12px;
  line-height: 18px;
}
.newBuyDialogBox .comboSelection-boxWrap .comboSelection-box__text[data-v-e03e689c] {
  color: #303030;
  font-size: 14px;
  line-height: 24px;
}
.newBuyDialogBox .comboSelection-boxWrap .comboSelection-box__box[data-v-e03e689c] {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.newBuyDialogBox .comboSelection-boxWrap .comboSelection-box__box-col[data-v-e03e689c] {
  display: block;
  flex: 1;
  padding: 0 25px;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
}
.newBuyDialogBox .comboSelection-boxWrap .comboSelection-box__box-col[data-v-e03e689c]:last-child {
  padding-right: 15px;
}
.newBuyDialogBox .comboSelection-boxWrap .comboSelection-box__box-col[data-v-e03e689c]:first-child {
  padding-left: 15px;
}
.newBuyDialogBox .comboSelection-boxWrap .comboSelection-box__box-col[data-v-e03e689c]:first-child::after {
  display: none;
}
.newBuyDialogBox .comboSelection-boxWrap .comboSelection-box__box-col[data-v-e03e689c]::after {
  content: '';
  position: absolute;
  left: 0;
  z-index: 1;
  top: 15px;
  bottom: 15px;
  border-left: 1px solid #EEEEEE;
}
.newBuyDialogBox .comboSelection-boxWrap .comboSelection-box__box-col .choice-tag[data-v-e03e689c] {
  white-space: nowrap;
  background-color: #dbe0e5;
  color: #287bf5;
  font-size: 10px;
  padding: 0 6px;
  height: 16px;
  line-height: 16px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -12px;
  right: 0;
  z-index: 2;
}
.newBuyDialogBox .comboSelection-boxWrap .comboSelection-box__box-col .price-box[data-v-e03e689c] {
  font-size: 26px;
  line-height: 34px;
  margin-top: 10px;
}
.newBuyDialogBox .comboSelection-boxWrap .comboSelection-box__box-col .text-box[data-v-e03e689c] {
  font-size: 12px;
  line-height: 18px;
  color: #9E9E9E;
}
.newBuyDialogBox .comboSelection-boxWrap .comboSelection-box .checkbox-gou[data-v-e03e689c] {
  position: absolute;
  top: -7px;
  right: -14px;
  font-size: 12px;
  width: 36px;
  height: 20px;
  padding-top: 9px;
  line-height: 10px;
  vertical-align: middle;
  border-radius: 0;
  overflow: hidden;
  display: none;
  background-color: #287bf5;
  color: #ffffff;
  transform: rotate(45deg);
}
.newBuyDialogBox .comboSelection-boxWrap .comboSelection-box .checkbox-gou__icons[data-v-e03e689c] {
  color: #ffffff;
  font-size: 8px;
  transform: rotate(-45deg);
}
.newBuyDialogBox .comboSelection-boxWrap .comboSelection-box .checkbox-gou[data-v-e03e689c]:before {
  vertical-align: top;
  margin-left: -1px;
}
.newBuyDialogBox .comboSelection-boxWrap .comboSelection-box.cur .comboSelection-box__wrap[data-v-e03e689c] {
  border: 1px solid #2274FB;
  background-color: #E6F4FF;
}
.newBuyDialogBox .comboSelection-boxWrap .comboSelection-box.cur .colBox1 .price-box[data-v-e03e689c] {
  color: #287bf5;
}
.newBuyDialogBox .comboSelection-boxWrap .comboSelection-box.cur .checkbox-gou[data-v-e03e689c] {
  display: block;
}
.newBuyDialogBox[data-v-e03e689c] .checkbox-box {
  position: relative;
  min-width: 130px;
  text-align: center;
  padding: 3px 15px 5px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  overflow: hidden;
  margin-right: 0;
}
.newBuyDialogBox[data-v-e03e689c] .checkbox-box .iconsBox {
  font-size: 18px;
  margin-right: 10px;
}
.newBuyDialogBox[data-v-e03e689c] .checkbox-box .el-radio__input {
  display: none !important;
}
.newBuyDialogBox[data-v-e03e689c] .checkbox-box .el-radio__label {
  padding-left: 0;
  font-size: 14px;
  line-height: 24px;
  color: #395061;
}
.newBuyDialogBox[data-v-e03e689c] .checkbox-box .checkbox-box__gou {
  position: absolute;
  top: -7px;
  right: -14px;
  font-size: 12px;
  width: 30px;
  height: 18px;
  padding-top: 9px;
  line-height: 10px;
  vertical-align: middle;
  border-radius: 0;
  overflow: hidden;
  display: none;
  background-color: #287bf5;
  color: #ffffff;
  transform: rotate(45deg);
}
.newBuyDialogBox[data-v-e03e689c] .checkbox-box .checkbox-box__gou-icons {
  color: #ffffff;
  font-size: 6px;
  transform: rotate(-45deg);
}
.newBuyDialogBox[data-v-e03e689c] .checkbox-box .checkbox-box__gou:before {
  vertical-align: top;
  margin-left: -1px;
}
.newBuyDialogBox[data-v-e03e689c] .checkbox-box.is-checked .checkbox-box__gou {
  display: inline-block;
}

