.menu___3bZU-{display:inline-block;margin-left:auto;text-align:center;position:relative;color:#fff;height:30px;text-align:center;line-height:30px;cursor:pointer}.menu___3bZU- img{width:20px;height:20px}.menu___3bZU- .more___1ZH_n:hover::after{border-top:6px solid #22a4f9}.menu___3bZU- .more___1ZH_n::after{display:inline-block;content:"";cursor:pointer;border-top:6px solid #fff;border-right:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid transparent;vertical-align:text-bottom;margin-left:10px}.menu___3bZU- .menuList___Q9Grk{position:absolute;z-index:9999;bottom:-166px;right:-20px;top:30px;width:170px;height:266px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around}[data-theme=common_theme] .menu___3bZU- .menuList___Q9Grk{background:#fff}[data-theme=black_theme] .menu___3bZU- .menuList___Q9Grk{background:#171922}[data-theme=common_theme] .menu___3bZU- .menuList___Q9Grk a{color:#12141c}[data-theme=black_theme] .menu___3bZU- .menuList___Q9Grk a{color:#fff}.menu___3bZU- .menuList___Q9Grk .item___2A--H:nth-child(1){font-size:16px}.menu___3bZU- .menuList___Q9Grk .item___2A--H{display:block;text-align:center}.menu___3bZU- .menuList___Q9Grk .item___2A--H:hover{color:#22a4f9}.menu___3bZU- .menuList___Q9Grk::before{display:inline-block;position:absolute;top:-12px;right:calc(50% - 3px);content:"";cursor:pointer;border-top:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #171922;border-left:6px solid transparent;vertical-align:text-bottom}.menu___3bZU-.hover___AQMdh{background:#171922}.more___1ZH_n:hover{color:#22a4f9}.more___1ZH_n:hover .more___1ZH_n::after{color:#22a4f9}
.topHeader___2vwCQ{height:30px;background:#171922;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;padding:0 20px;-ms-flex-align:center;align-items:center;font-size:12px;font-weight:400;line-height:20px}.topHeader___2vwCQ a{color:#fff;line-height:20px;text-align:center;margin:0 10px;cursor:pointer}.topHeader___2vwCQ a:hover{color:#22a4f9}.topHeader___2vwCQ .active___2oarM{color:#22a4f9}.topHeader___2vwCQ .active___2oarM .newTag___3LcM0{color:#fff}.topHeader___2vwCQ .contantUs___3K_kO{color:#fff;margin:0 10px}.terminalDownloadATag___3EHkg .newTag___3LcM0{display:inline-block;background-color:red;line-height:12px;font-size:10px;padding:0 1px;margin-left:2px;-webkit-transform:translateY(-2px) scale(0.8);transform:translateY(-2px) scale(0.8)}.terminalDownloadATag___3EHkg:hover .newTag___3LcM0{color:#fff}
.react-grid-layout {
  position: relative;
  transition: height 200ms ease;
}
.react-grid-item {
  transition: all 200ms ease;
  transition-property: left, top;
}
.react-grid-item img {
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;  
}
.react-grid-item.cssTransforms {
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.react-grid-item.resizing {
  z-index: 1;
  will-change: width, height;
}

.react-grid-item.react-draggable-dragging {
  transition: none;
  z-index: 3;
  will-change: transform;
}

.react-grid-item.dropping {
  visibility: hidden;
}

.react-grid-item.react-grid-placeholder {
  background: red;
  opacity: 0.2;
  transition-duration: 100ms;
  z-index: 2;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.react-grid-item > .react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
}

.react-grid-item > .react-resizable-handle::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 5px;
  height: 5px;
  border-right: 2px solid rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
}

.react-resizable-hide > .react-resizable-handle {
  display: none;
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-sw {
  bottom: 0;
  left: 0;
  cursor: sw-resize;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-se {
  bottom: 0;
  right: 0;
  cursor: se-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-nw {
  top: 0;
  left: 0;
  cursor: nw-resize;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-ne {
  top: 0;
  right: 0;
  cursor: ne-resize;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-w,
.react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  top: 50%;
  margin-top: -10px;
  cursor: ew-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-w {
  left: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  right: 0;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-n,
.react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  left: 50%;
  margin-left: -10px;
  cursor: ns-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-n {
  top: 0;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.gridBox___1Jibu{display:grid;height:100%;overflow-y:auto;position:relative}[data-theme=common_theme] .gridBox___1Jibu{background:#f2f4fa}[data-theme=black_theme] .gridBox___1Jibu{background:#020621}.gridBox___1Jibu .ant-spin-nested-loading{height:100% !important}.gridBox___1Jibu .ant-spin-nested-loading .ant-spin-container{height:100% !important}.gridBox___1Jibu .ant-dropdown-menu-item{padding:0px !important}.gridBox___1Jibu .ant-dropdown-menu-item .ant-dropdown-menu-title-content>span{display:block;padding:4px 12px}.board___3T5Dr{top:-2px}[data-theme=common_theme] .board___3T5Dr{background:#fff}[data-theme=black_theme] .board___3T5Dr{background:#0a0f32}[data-theme=common_theme] .dashboard___nhXb6{background:#f2f4fa}[data-theme=black_theme] .dashboard___nhXb6{background:#020621}.dashboard___nhXb6 .react-grid-item{border-radius:5px}[data-theme=common_theme] .dashboard___nhXb6 .react-grid-item{background:#fff}[data-theme=black_theme] .dashboard___nhXb6 .react-grid-item{background:#0a0f32}.dashboard___nhXb6 .react-grid-item>.react-resizable-handle::after{width:12px;height:12px}.downImgBtn___qP6st{position:absolute !important;right:10px;top:10px;z-index:999;width:100px;padding:0;height:30px;display:-ms-flexbox;display:flex;gap:4px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border-radius:4px;border:none;background-color:#d7000f !important}.downImgBtn___qP6st span{color:#fff}.empty___3B3bJ,.emptyClose___105Dv{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}[data-theme=common_theme] .empty___3B3bJ,[data-theme=common_theme] .emptyClose___105Dv{color:#7a7f8a}[data-theme=black_theme] .empty___3B3bJ,[data-theme=black_theme] .emptyClose___105Dv{color:#7a7f8a}.noMore___1sUzs{margin:20px auto;text-align:center;font-size:14px;color:#979ba5}
.cardWrap___3X12E{height:100%}.cardWrap___3X12E>section{height:45px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}[data-theme=common_theme] .cardWrap___3X12E>section{color:#3b404a}[data-theme=black_theme] .cardWrap___3X12E>section{color:#fff}.cardWrap___3X12E>section>span{margin-right:10px;font-size:14px}.cardWrap___3X12E>section>span>span{margin-right:20px}.cardWrap___3X12E>section .time___2_hpt{-ms-flex:1;flex:1;text-align:right}.cardWrap___3X12E .cardFlipWrap___2-VlM{height:calc(100% - 25px)}.card___2nLXd,.backcard___jnbiq{position:relative;height:100%;width:100%}.card___2nLXd .price___Hm-m7,.backcard___jnbiq .price___Hm-m7{display:block;font-size:60px;height:80px;margin-top:15px}[data-theme=common_theme] .card___2nLXd .price___Hm-m7,[data-theme=common_theme] .backcard___jnbiq .price___Hm-m7{color:#414257}[data-theme=black_theme] .card___2nLXd .price___Hm-m7,[data-theme=black_theme] .backcard___jnbiq .price___Hm-m7{color:#f0f2f5}.card___2nLXd .rise___3Yjj7,.backcard___jnbiq .rise___3Yjj7{font-size:30px;color:#d7000f}.card___2nLXd .fall___3jjxv,.backcard___jnbiq .fall___3jjxv{font-size:30px;color:#00872d}.card___2nLXd .flat___2rWQU,.backcard___jnbiq .flat___2rWQU{font-size:28px}[data-theme=common_theme] .card___2nLXd .flat___2rWQU,[data-theme=common_theme] .backcard___jnbiq .flat___2rWQU{color:#414257}[data-theme=black_theme] .card___2nLXd .flat___2rWQU,[data-theme=black_theme] .backcard___jnbiq .flat___2rWQU{color:#f0f2f5}.card___2nLXd .riseFall___2hBdW,.backcard___jnbiq .riseFall___2hBdW{position:absolute;right:0;bottom:9%;width:75%;height:100%;background-size:90% 100%;background-repeat:no-repeat}.card___2nLXd .fallImg___36PEE,.backcard___jnbiq .fallImg___36PEE{background-image:url(../../../../../../static/images/analysis/quota_fall.png)}.card___2nLXd .riseImg___33nmr,.backcard___jnbiq .riseImg___33nmr{background-image:url(../../../../../../static/images/analysis/quota_rise.png)}.card___2nLXd .flatImg___2hlvd,.backcard___jnbiq .flatImg___2hlvd{opacity:.8;background-size:contain}.backcard___jnbiq{position:relative;z-index:9999}.backcard___jnbiq>span{font-size:40px !important;margin-right:10px}.backcard___jnbiq .priceRow___392u9{margin-top:10px}[data-theme=common_theme] .backcard___jnbiq .priceRow___392u9{color:#414257}[data-theme=black_theme] .backcard___jnbiq .priceRow___392u9{color:#f0f2f5}.backcard___jnbiq .priceRow___392u9>span{font-size:40px;margin-right:20px}.backcard___jnbiq .priceRow___392u9 .flat___2rWQU{font-size:28px !important}.backcard___jnbiq .priceRow___392u9 .fall___3jjxv{font-size:30px !important}.backcard___jnbiq .backChart___1tU2F{height:calc(100% - 70px)}.flipCard___3KDo_{position:relative;width:100%;height:calc(100% - 45px);background:#ddd;transfrom-style:preserve-3d;-webkit-perspective:1000px;perspective:1000px;transition:top 0s,-webkit-transform 2s;transition:transform 2s,top 0s;transition:transform 2s,top 0s,-webkit-transform 2s}.flipCard___3KDo_ .card___2nLXd{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:2}.flipCard___3KDo_ .backcard___jnbiq{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#ddd;translate:rotateY(180deg);transition:top 0s,-webkit-transform 2s;transition:transform 2s,top 0s;transition:transform 2s,top 0s,-webkit-transform 2s}.flipCard___3KDo_ .flipped___3889l{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}
.MapContainer___3vaj2{width:100%;height:100%;overflow:hidden}[data-theme=common_theme] .MapContainer___3vaj2{background:#fff}[data-theme=black_theme] .MapContainer___3vaj2{background:#0a0f32}.MapContainer___3vaj2 .spining___3Kfpx{height:100%}.MapContainer___3vaj2 .ul___V8UHW{margin-top:20px;list-style:none;padding:10px 20px;max-height:30%;overflow:hidden}.MapContainer___3vaj2 .ul___V8UHW .li___1DaVM{display:-ms-flexbox;display:flex;margin-bottom:10px}.MapContainer___3vaj2 .ul___V8UHW .li___1DaVM .progress___1EQVC{width:80%;margin-left:20px}.MapContainer___3vaj2 .ul___V8UHW .text___YP6iW{width:65px}.MapContainer___3vaj2 .plusBtns___3kzpS{position:absolute;right:20px;bottom:20px;width:32px}.MapContainer___3vaj2 .plusBtns___3kzpS>button{border-radius:0px;border-radius:4px}[data-theme=common_theme] .MapContainer___3vaj2 .plusBtns___3kzpS>button{background:#fff}[data-theme=black_theme] .MapContainer___3vaj2 .plusBtns___3kzpS>button{background:#0a0f32}.MapContainer___3vaj2 .plusBtns___3kzpS>button svg{fill:#979797}.MapContainer___3vaj2 .plusBtns___3kzpS>button:first-child{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.MapContainer___3vaj2 .plusBtns___3kzpS>button:last-child{border-top-left-radius:0;border-top-right-radius:0}.MapContainer___3vaj2 .ant-spin-container{height:100%}
.content___3A7pa{-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;overflow:hidden}.content___3A7pa .image___1C8Oi{width:100px;height:100px;-webkit-user-drag:none}.content___3A7pa .container___3541w{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.content___3A7pa .container___3541w .text___jkY7V{margin-top:6px}[data-theme=common_theme] .content___3A7pa .container___3541w .text___jkY7V{color:#7a7f8a}[data-theme=black_theme] .content___3A7pa .container___3541w .text___jkY7V{color:#7a7f8a}
.tooWrap___3FfQ-{width:100%;height:100%;position:relative}.tooWrap___3FfQ- .questionIcon___1O0m8{position:absolute;right:10px}
.ChartsContainer___1GhED{text-align:center;width:100%;height:100%}.ChartsContainer___1GhED .warp___YIf-O{width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.ChartsContainer___1GhED .scale___2ET3X{width:100%;padding-bottom:56.25%;height:0;position:relative}.ChartsContainer___1GhED .spining___3slC_{height:100%}.ChartsContainer___1GhED .tipContainer___1OlRX{width:100%;position:absolute;background-color:rgba(255,255,255,.9);top:0;z-index:9999999;padding:10px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.ChartsContainer___1GhED .questionIcon___1UbKG{position:absolute;right:10px}.ChartsContainer___1GhED .ant-spin-container{height:100%}
.richTextContainer___1TjZl{height:100%;overflow-y:auto}[data-theme=common_theme] .richTextContainer___1TjZl{background:#fff}[data-theme=black_theme] .richTextContainer___1TjZl{background:#0a0f32}.richTextDark___3pCFc{color:#fff !important}.richTextDark___3pCFc *{color:#fff !important}.richText___3uo-e h1,.richText___3uo-e h2,.richText___3uo-e h3,.richText___3uo-e h4,.richText___3uo-e h5,.richText___3uo-e h6{font-weight:bold}.richText___3uo-e p{line-height:22px}.richText___3uo-e p:last-child{margin:0}
.TableComponent___3AYrk{width:100%;height:100%;margin-top:10px}[data-theme=common_theme] .TableComponent___3AYrk{background:#fff}[data-theme=black_theme] .TableComponent___3AYrk{background:#0a0f32}.TableComponent___3AYrk .ant-spin-nested-loading,.TableComponent___3AYrk .ant-spin-container,.TableComponent___3AYrk .ant-table,.TableComponent___3AYrk .ant-table-container{height:100%}.virtualTable___14hhI{position:absolute;top:0;left:0}.virtualTable___14hhI .virtualTableCell___1otCx{box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:5px 10px;line-height:30px;border:1px solid}.virtualTable___14hhI .ant-table-thead{border:none}.virtualTable___14hhI .ant-table-thead tr>th{padding:4px 10px;font-size:14px;font-weight:bold;line-height:22px;border:none;border-start-start-radius:0px !important;border-start-end-radius:0px !important}[data-theme=common_theme] .virtualTable___14hhI .ant-table-thead tr>th{background:#f1f3fa}[data-theme=black_theme] .virtualTable___14hhI .ant-table-thead tr>th{background:#0a0f32}[data-theme=common_theme] .virtualTable___14hhI .ant-table-thead tr>th{color:#7a7f8a}[data-theme=black_theme] .virtualTable___14hhI .ant-table-thead tr>th{color:#fff}.virtualTable___14hhI .ant-table-thead tr>th::before{display:none}.virtualTable___14hhI .ant-table-thead tr>td{font-size:14px;line-height:22px}.virtualTable___14hhI .ant-table-thead .ant-table-column-sorters{padding:0px}.virtualTable___14hhI .ant-table-header{border-radius:0px !important}[data-theme=common_theme] .virtualTable___14hhI .ant-table-header{background:#f1f3fa}[data-theme=black_theme] .virtualTable___14hhI .ant-table-header{background:#0a0f32}.virtualTable___14hhI .ant-table-cell-scrollbar{display:none}.virtualTable___14hhI .ant-table-tbody tr>td{padding:7px 10px;-webkit-border-end:none !important;border-inline-end:none !important}[data-theme=common_theme] .virtualTable___14hhI .ant-table-tbody tr>td{color:#3b404a}[data-theme=black_theme] .virtualTable___14hhI .ant-table-tbody tr>td{color:#f0f2f5}[data-theme=common_theme] .virtualTable___14hhI .ant-table-tbody tr>td{border-color:#e6e7ea}[data-theme=black_theme] .virtualTable___14hhI .ant-table-tbody tr>td{border-color:#262b38}[data-theme=common_theme] .virtualTable___14hhI .ant-table-tbody tr>td{background:#fff}[data-theme=black_theme] .virtualTable___14hhI .ant-table-tbody tr>td{background:#0a0f32}[data-theme=common_theme] .virtualTable___14hhI .ant-table-tbody .ant-table-placeholder{background:#fff}[data-theme=black_theme] .virtualTable___14hhI .ant-table-tbody .ant-table-placeholder{background:#0a0f32}[data-theme=common_theme] .virtualTable___14hhI .ant-table-tbody .ant-table-placeholder .ant-table-cell:hover{background:#fff}[data-theme=black_theme] .virtualTable___14hhI .ant-table-tbody .ant-table-placeholder .ant-table-cell:hover{background:#0a0f32}[data-theme=common_theme] .virtualTable___14hhI .ant-table-tbody>.ant-table-row{color:#3b404a}[data-theme=black_theme] .virtualTable___14hhI .ant-table-tbody>.ant-table-row{color:#f0f2f5}[data-theme=common_theme] .virtualTable___14hhI .ant-table-tbody>.ant-table-row{background:#fff}[data-theme=black_theme] .virtualTable___14hhI .ant-table-tbody>.ant-table-row{background:#0a0f32}[data-theme=common_theme] .virtualTable___14hhI .ant-table-tbody>.ant-table-row{border-color:#e6e7ea}[data-theme=black_theme] .virtualTable___14hhI .ant-table-tbody>.ant-table-row{border-color:#262b38}[data-theme=common_theme] .virtualTable___14hhI .ant-table-tbody>.ant-table-row:hover td{background:#fff}[data-theme=black_theme] .virtualTable___14hhI .ant-table-tbody>.ant-table-row:hover td{background:#0a0f32}.virtualTable___14hhI .ant-table-ping-left .ant-table-cell-scrollbar:not([rowspan]){box-shadow:none !important}.virtualTable___14hhI .ant-table-body{overflow-y:overlay !important}[data-theme=common_theme] .virtualTable___14hhI .ant-table-body::-webkit-scrollbar{background:#fff}[data-theme=black_theme] .virtualTable___14hhI .ant-table-body::-webkit-scrollbar{background:#0a0f32}[data-theme=common_theme] .virtualTable___14hhI .ant-table-body::-webkit-scrollbar-corner{background:#fff}[data-theme=black_theme] .virtualTable___14hhI .ant-table-body::-webkit-scrollbar-corner{background:#0a0f32}
.filterWrap___2MYsl{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.filterWrap___2MYsl .picker___2hONN{width:210px;height:28px}.filterWrap___2MYsl .switch___3EdaW{margin-left:10px}.filterWrap___2MYsl .switch___3EdaW>button{margin-bottom:2px;margin-left:2px}.filterWrap___2MYsl .ant-picker{padding:3px 8px 3px}.filterWrap___2MYsl .ant-picker-range .ant-picker-clear{inset-inline-end:8px}.filterWrap___2MYsl .ant-radio-button-wrapper{padding-inline:6px;height:28px;border-radius:2px 0px 0px 2px}[data-theme=common_theme] .filterWrap___2MYsl .ant-radio-button-wrapper{background:#fff}[data-theme=black_theme] .filterWrap___2MYsl .ant-radio-button-wrapper{background:#0a0f32}[data-theme=common_theme] .filterWrap___2MYsl .ant-radio-button-wrapper{border-color:#d9d9d9}[data-theme=black_theme] .filterWrap___2MYsl .ant-radio-button-wrapper{border-color:#3b404a}.filterWrap___2MYsl .ant-radio-button-wrapper:not(:first-child)::before{display:none}[data-theme=common_theme] .filterWrap___2MYsl .ant-radio-button-wrapper:not(:first-child)::before{background:#d9d9d9}[data-theme=black_theme] .filterWrap___2MYsl .ant-radio-button-wrapper:not(:first-child)::before{background:#3b404a}.filterWrap___2MYsl .ant-radio-button-wrapper svg{fill:#7a7f8a}.filterWrap___2MYsl .ant-radio-button-wrapper-checked{border-color:#2d59b1 !important;border-inline-start-width:1px}.filterWrap___2MYsl .ant-radio-button-wrapper-checked svg{fill:#2d59b1}.filterWrap___2MYsl .ant-dropdown-trigger{margin-left:4px}
.BlockContainer___2q-St{position:relative;height:100%;padding:15px;border-radius:5px;border:1px solid;box-shadow:0px 0px 6px 0px #12141c}[data-theme=common_theme] .BlockContainer___2q-St{border-color:#ececf6}[data-theme=black_theme] .BlockContainer___2q-St{border-color:#0a0f32}.BlockContainer___2q-St .modalAddTitle___2Htg4 .modalDate___1OB69{position:absolute;right:10px;top:20px}.BlockContainer___2q-St .modalAddTitle___2Htg4 .modalDate___1OB69 .pieDate___3aBaU{display:block !important}.BlockContainer___2q-St .modalAddTitle___2Htg4 .modalTable___28ugi .tableSwitch___1MsS5{display:inline-block !important}.BlockContainer___2q-St .names___ddbCy{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:30px;line-height:30px}.BlockContainer___2q-St .names___ddbCy .namesTitle___Dk_8d{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;overflow:hidden;white-space:normal;text-overflow:ellipsis;position:relative;font-size:18px;font-weight:bold;padding-right:10px;-ms-flex-align:center;align-items:center;cursor:pointer}[data-theme=common_theme] .BlockContainer___2q-St .names___ddbCy .namesTitle___Dk_8d{color:#414257}[data-theme=black_theme] .BlockContainer___2q-St .names___ddbCy .namesTitle___Dk_8d{color:#f0f2f5}.BlockContainer___2q-St .names___ddbCy .namesTitle___Dk_8d .groupIcon___3IlLv{margin-top:6px;margin-right:5px}.BlockContainer___2q-St .names___ddbCy .namesTitle___Dk_8d label{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;line-height:30px;max-height:30px;overflow:hidden;text-align:justify}.BlockContainer___2q-St .names___ddbCy .filterRow___1ziux{display:inline-block;width:90px;display:none}.BlockContainer___2q-St .names___ddbCy .infos___1ZtTS{display:inline-block;vertical-align:middle;padding-top:4px;display:none;cursor:pointer}.BlockContainer___2q-St .names___ddbCy .infos___1ZtTS svg{font-size:18px;position:relative;margin-right:4px}.BlockContainer___2q-St .names___ddbCy .extractIcon___QFX6-{display:inline-block;vertical-align:middle;display:none;cursor:pointer}.BlockContainer___2q-St .names___ddbCy .extractIcon___QFX6- svg{font-size:34px;position:relative;margin-right:4px;top:0px}.BlockContainer___2q-St .names___ddbCy .nameIcon___ouTdb{margin-right:5px}.BlockContainer___2q-St .names___ddbCy .nameIcon___ouTdb svg{width:18px;height:18px}.BlockContainer___2q-St .pieDate___3aBaU{display:none;font-size:12px;line-height:30px;text-align:center;font-style:normal;margin-right:10px}[data-theme=common_theme] .BlockContainer___2q-St .pieDate___3aBaU{color:#3b404a}[data-theme=black_theme] .BlockContainer___2q-St .pieDate___3aBaU{color:#c0c4cc}.BlockContainer___2q-St .tableSwitch___1MsS5{display:none;font-size:14px;line-height:30px;text-align:center;font-style:normal;margin-right:6px;padding:0 4px;cursor:pointer}[data-theme=common_theme] .BlockContainer___2q-St .tableSwitch___1MsS5{color:#414257}[data-theme=black_theme] .BlockContainer___2q-St .tableSwitch___1MsS5{color:#f0f2f5}.BlockContainer___2q-St .tableSwitch___1MsS5:hover{border-radius:4px}[data-theme=common_theme] .BlockContainer___2q-St .tableSwitch___1MsS5:hover{color:#d7000f}[data-theme=black_theme] .BlockContainer___2q-St .tableSwitch___1MsS5:hover{color:#d7000f}[data-theme=common_theme] .BlockContainer___2q-St .tableSwitch___1MsS5:hover{background:#e6e6f0}[data-theme=black_theme] .BlockContainer___2q-St .tableSwitch___1MsS5:hover{background:#12141c}.BlockContainer___2q-St .tableSwitch___1MsS5:hover .icon-fill{fill:#262b46}.BlockContainer___2q-St .tableSwitch___1MsS5:hover .icon-stroke{stroke:#262b46}.BlockContainer___2q-St .switch___384Kr{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:14px;margin-top:10px}[data-theme=common_theme] .BlockContainer___2q-St .switch___384Kr{color:#3b404a}[data-theme=black_theme] .BlockContainer___2q-St .switch___384Kr{color:#c0c4cc}.BlockContainer___2q-St .switch___384Kr button{margin-bottom:2px;margin-left:10px;width:30px}.BlockContainer___2q-St .switch___384Kr button:not(.ant-switch-checked){border:1px solid #979797}.BlockContainer___2q-St .switch___384Kr button:not(.ant-switch-checked) .ant-switch-handle{top:1px}.BlockContainer___2q-St .switch___384Kr button:not(.ant-switch-checked) .ant-switch-handle::before{background-color:#7a7f8a}.BlockContainer___2q-St .modalFilterRow___32iKw{position:absolute;right:5px;top:5px;z-index:999}.BlockContainer___2q-St .container___3_bKF{position:relative;width:100%}.BlockContainer___2q-St .container___3_bKF::after{content:"";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iODBweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgODAgMzAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+bG9nby3nmb3oibI8L3RpdGxlPgogICAgPGcgaWQ9IjIwMjUuMDMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSLmnInoibLmlbDmja4t5pel6Ze05qih5byP5YiG5p6Q5aSH5Lu9IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTM0LCAtNDAyKSI+CiAgICAgICAgICAgIDxnIGlkPSLnvJbnu4QtNDLlpIfku70tMjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMxMCwgMTcwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0ibG9nby3nmb3oibIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIyNCwgMjMyKSI+CiAgICAgICAgICAgICAgICAgICAgPHJlY3QgaWQ9IuefqeW9oiIgZmlsbD0iI0Q4RDhEOCIgb3BhY2l0eT0iMCIgeD0iMCIgeT0iMCIgd2lkdGg9IjgwIiBoZWlnaHQ9IjMwIj48L3JlY3Q+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTcyLjMwNTY2NTMsMyBMNjcuMTY3MzI1NCwxMi44NTUwNzI1IEw2Mi4wMDI2MzUsMyBMNTIuOTkwNzc3MywzIEw0OS4zODA3NjQyLDMgTDQ1LjI5NjQ0MjcsMyBMNDAuMTU4MTAyOCwxMi44NTUwNzI1IEwzNC45OTM0MTI0LDMgTDI5LjMwMTcxMjgsMyBMMjIuMzcxNTQxNSwzIEwxNC43Mjk5MDc4LDMgQzExLjcyNTk1NTIsMyA5LjkzNDEyMzg1LDQuNDc1NjI1ODIgOS4zNTQ0MTM3LDcuNDAwNTI3MDEgQzguNzc0NzAzNTYsMTAuMzI1NDI4MiAxMC40MDg0MzIxLDEzLjU2NjUzNDkgMTQuMjAyODk4NiwxNy4wNzExNDYyIEMxNi40OTUzODg3LDE4Ljg4OTMyODEgMTYuMTAwMTMxOCwxOS43NTg4OTMzIDEzLjAxNzEyNzgsMTkuNjUzNDkxNCBMMCwxOS42NTM0OTE0IEwwLDI2LjcxNTQxNSBMMjAuNjMyNDExMSwyNi43MTU0MTUgQzI0LjAzMTYyMDYsMjYuMTM1NzA0OSAyNS43NzA3NTEsMjQuMzk2NTc0NCAyNS44NDk4MDI0LDIxLjQ3MTY3MzMgQzI1LjkyODg1MzgsMTguNTQ2NzcyMSAyNC4xODk3MjMzLDE1LjUxNjQ2OSAyMC42MzI0MTExLDEyLjQwNzExNDYgQzE4LjY1NjEyNjUsMTAuNzczMzg2IDE5LjA3NzczMzksOS45ODI4NzIyIDIxLjg3MDg4MjcsMTAuMDYxOTIzNiBMMjIuMzcxNTQxNSwxMC4wNjE5MjM2IEwyNy4yNzI3MjczLDEwLjA2MTkyMzYgTDI3LjI3MjcyNzMsMjYuNzE1NDE1IEwzNC45NjcwNjE5LDI2LjcxNTQxNSBMMzQuOTY3MDYxOSwxNi44NjAzNDI2IEwzOS45MjA5NDg2LDI2LjcxNTQxNSBMNDAuMzQyNTU2LDI2LjcxNTQxNSBMNDUuMjk2NDQyNywxNi44NjAzNDI2IEw0NS4yOTY0NDI3LDI2LjcxNTQxNSBMNTIuOTkwNzc3MywyNi43MTU0MTUgTDUyLjk5MDc3NzMsMTAuMDM1NTczMSBMNTQuMzA4MzAwNCwxMC4wMzU1NzMxIEw1NC4zMDgzMDA0LDI2LjY4OTA2NDYgTDYyLjAwMjYzNSwyNi42ODkwNjQ2IEw2Mi4wMDI2MzUsMTYuODYwMzQyNiBMNjYuOTMwMTcxMywyNi43MTU0MTUgTDY3LjM1MTc3ODcsMjYuNzE1NDE1IEw3Mi4zMDU2NjUzLDE2Ljg2MDM0MjYgTDcyLjMwNTY2NTMsMjYuNzE1NDE1IEw4MCwyNi43MTU0MTUgTDgwLDMgTDcyLjMwNTY2NTMsMyBaIiBpZD0iRmlsbC0xIiBmaWxsPSIjQzBDNENDIiBvcGFjaXR5PSIwLjIiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") no-repeat;width:80px;height:30px;z-index:1;pointer-events:none}.BlockContainer___2q-St .dataContainer___3SAoV{width:100%;height:calc(100% - 32px)}.BlockContainer___2q-St .bottom___3A_0x{position:relative;width:100%;height:37px;padding:2px 10px}.BlockContainer___2q-St .title___329yn{padding:5px 10px;text-align:right}.BlockContainer___2q-St .title___329yn .setting___JmJWn{margin-left:15px;cursor:pointer}.BlockContainer___2q-St .title___329yn .download___1zDQ4{margin-left:15px;cursor:pointer}.BlockContainer___2q-St .fullscreen{height:100%}.BlockContainer___2q-St .fullscreen-enabled{background-color:#fff}.BlockContainer___2q-St .block-empty-warp{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:100%}.BlockContainer___2q-St:hover .filterRow___1ziux,.BlockContainer___2q-St:hover .infos___1ZtTS,.BlockContainer___2q-St:hover .pieDate___3aBaU,.BlockContainer___2q-St:hover .extractIcon___QFX6-,.BlockContainer___2q-St:hover .tableSwitch___1MsS5{display:block}.dimension___RuTTj{position:absolute;padding:0 15px;width:100%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);box-shadow:none}.dimension___RuTTj .names___ddbCy{height:100%;-ms-flex-align:center;align-items:center}.dimension___RuTTj::after{display:none}.dimension___RuTTj .container___3_bKF{display:none}.lightBlockContainer___-jwmY{box-shadow:none}.lightBlockContainer___-jwmY .switch___384Kr button .ant-switch-handle{top:2px}.lightBlockContainer___-jwmY .switch___384Kr button:not(.ant-switch-checked){border:none}.lightBlockContainer___-jwmY .switch___384Kr button:not(.ant-switch-checked) .ant-switch-handle{top:2px}.lightBlockContainer___-jwmY .switch___384Kr button:not(.ant-switch-checked) .ant-switch-handle::before{background-color:#fff}
.fullScreenModal___2GRoE .modalTitle___1-N4D{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;width:calc(100% - 30px);font-size:16px;line-height:25px;text-align:left;font-style:normal;font-weight:bold;margin-bottom:10px}[data-theme=common_theme] .fullScreenModal___2GRoE .modalTitle___1-N4D{color:#414257}[data-theme=black_theme] .fullScreenModal___2GRoE .modalTitle___1-N4D{color:#f0f2f5}[data-theme=common_theme] .fullScreenModal___2GRoE .modalTitle___1-N4D{background:#f2f4fa}[data-theme=black_theme] .fullScreenModal___2GRoE .modalTitle___1-N4D{background:#0a0f32}.fullScreenModal___2GRoE .modalTitle___1-N4D .infos___25suQ{cursor:pointer;line-height:14px;position:relative;top:2px}.fullScreenModal___2GRoE .modalTitle___1-N4D .infos___25suQ .icon___23nqH{font-size:26px;cursor:pointer;margin-top:-5px;font-size:large;color:#3858ab;font-size:16px}.fullScreenModal___2GRoE .modalTitle___1-N4D .infos___25suQ .icon___23nqH:hover{color:#d7000f}.fullScreenModal___2GRoE .modalTitle___1-N4D>span:nth-child(2){cursor:pointer;margin-top:-5px;font-size:large;color:#3858ab}.fullScreenModal___2GRoE .modalTitle___1-N4D>span:nth-child(2):hover svg{fill:#d7000f}.fullScreenModal___2GRoE .modalContent___1G9DZ{height:calc(100% - 30px)}[data-theme=common_theme] .fullScreenModal___2GRoE .ant-modal-content{background:#f2f4fa}[data-theme=black_theme] .fullScreenModal___2GRoE .ant-modal-content{background:#0a0f32}[data-theme=common_theme] .fullScreenModal___2GRoE .ant-modal-header{background:#fff}[data-theme=black_theme] .fullScreenModal___2GRoE .ant-modal-header{background:#0a0f32}[data-theme=common_theme] .fullScreenModal___2GRoE .ant-modal-header .ant-modal-title{color:#414257}[data-theme=black_theme] .fullScreenModal___2GRoE .ant-modal-header .ant-modal-title{color:#f0f2f5}.fullScreenModal___2GRoE .ant-modal-header .ant-modal-title>div{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;width:calc(100% - 30px)}.fullScreenModal___2GRoE .ant-modal-header .ant-modal-title>div>span:nth-child(2){cursor:pointer;margin-top:-5px;font-size:large;color:#3858ab}.fullScreenModal___2GRoE .ant-modal-header .ant-modal-title>div>span:nth-child(2):hover svg{fill:#d7000f}[data-theme=common_theme] .fullScreenModal___2GRoE .ant-modal-header .ant-table-cell .ant-table-cell-scrollbar{background:#fff}[data-theme=black_theme] .fullScreenModal___2GRoE .ant-modal-header .ant-table-cell .ant-table-cell-scrollbar{background:#0a0f32}[data-theme=common_theme] .fullScreenModal___2GRoE .ant-modal-close svg{fill:#414257}[data-theme=black_theme] .fullScreenModal___2GRoE .ant-modal-close svg{fill:#f0f2f5}.lightScreenModal___C55Z3 .modalTitle___1-N4D{background-color:#fff !important}[data-theme=common_theme] .lightScreenModal___C55Z3 .modalTitle___1-N4D{color:#414257}[data-theme=black_theme] .lightScreenModal___C55Z3 .modalTitle___1-N4D{color:#f0f2f5}.lightScreenModal___C55Z3 .ant-modal-content{background-color:#fff !important}.lightScreenModal___C55Z3 .ant-modal-header{background-color:#fff !important}[data-theme=common_theme] .lightScreenModal___C55Z3 .ant-modal-header .ant-modal-title{color:#414257}[data-theme=black_theme] .lightScreenModal___C55Z3 .ant-modal-header .ant-modal-title{color:#f0f2f5}.lightScreenModal___C55Z3 .ant-modal-header .ant-table-cell .ant-table-cell-scrollbar{background-color:#fff !important}[data-theme=common_theme] .lightScreenModal___C55Z3 .ant-modal-close svg{fill:#414257}[data-theme=black_theme] .lightScreenModal___C55Z3 .ant-modal-close svg{fill:#f0f2f5}
.modalContainer___3vt0C{width:auto}[data-theme=common_theme] .modalContainer___3vt0C .ant-modal-header{background:#fff}[data-theme=black_theme] .modalContainer___3vt0C .ant-modal-header{background:#262b46}[data-theme=common_theme] .modalContainer___3vt0C .ant-modal-header{color:#858eaa}[data-theme=black_theme] .modalContainer___3vt0C .ant-modal-header{color:#fff}[data-theme=common_theme] .modalContainer___3vt0C .ant-modal-header{border-color:#ececf6}[data-theme=black_theme] .modalContainer___3vt0C .ant-modal-header{border-color:#3b404a}.modalContainer___3vt0C .ant-modal-header .ant-modal-title{font-size:14px;font-weight:normal}[data-theme=common_theme] .modalContainer___3vt0C .ant-modal-header .ant-modal-title{color:#858eaa}[data-theme=black_theme] .modalContainer___3vt0C .ant-modal-header .ant-modal-title{color:#fff}.modalContainer___3vt0C .ant-modal-body{padding:0}[data-theme=common_theme] .modalContainer___3vt0C .ant-modal-body{background:#fff}[data-theme=black_theme] .modalContainer___3vt0C .ant-modal-body{background:#262b46}.modalContainer___3vt0C .ant-modal-body>div{padding:15px 10px}.modalContainer___3vt0C .ant-modal-close-x{width:34px;line-height:40px}.modalContainer___3vt0C .ant-modal-close-x svg{fill:#858ead}.modalPadding___3BMUM .ant-modal-body{padding:12px}.lightContainer___3959Q .ant-modal-header{background-color:#fff !important;color:#858eaa !important;border-color:#ececf6 !important}.lightContainer___3959Q .ant-modal-header .ant-modal-title{color:#858eaa !important}.lightContainer___3959Q .ant-modal-body{background-color:#fff !important}.darkContainer___1KKVv .ant-modal-header{background-color:#262b46 !important;color:#fff !important;border-color:#3b404a !important}.darkContainer___1KKVv .ant-modal-header .ant-modal-title{color:#fff !important}.darkContainer___1KKVv .ant-modal-body{background-color:#262b46 !important}
.ServiceInvalidWrap___NJI12{height:410px;padding:0;text-align:center}.ServiceInvalidWrap___NJI12 .closeIcon___1VRmu{position:absolute;top:10px;right:15px;color:#d0d0d0;cursor:pointer;font-size:20px}.ServiceInvalidWrap___NJI12 .closeIcon___1VRmu:hover{opacity:.8;filter:alpha(opacity=80);transition:all .3s cubic-bezier(0.645, 0.045, 0.355, 1)}.ServiceInvalidWrap___NJI12 .tip___Sqxyr{margin-top:20px;width:200px;height:175px}.ServiceInvalidWrap___NJI12 .text___3ZDFQ{margin-top:20px;color:#858ead;font-size:20px;font-weight:400}.ServiceInvalidWrap___NJI12 .btn___1PHft{margin-top:30px;color:#fff;font-size:18px;display:inline-block;width:160px;height:40px;line-height:40px;text-align:center;border-radius:3px;background-color:#d7000f;cursor:pointer}.ServiceInvalidWrap___NJI12 .btn___1PHft:hover{opacity:.8;filter:alpha(opacity=80);transition:all .3s cubic-bezier(0.645, 0.045, 0.355, 1)}.ServiceInvalidWrap___NJI12 .time___2ZYdS{margin-top:10px;font-size:12px;color:#a8abb5}
.container___1C89D{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%}.container___1C89D .text___3ZOMJ{-ms-flex-negative:0;flex-shrink:0;position:absolute;right:10px;font-size:14px;cursor:pointer;color:#2d59b1;-webkit-user-select:none;-ms-user-select:none;user-select:none}.container___1C89D .wait___3XG3-{-ms-flex-negative:0;flex-shrink:0;position:absolute;right:10px;font-size:14px;cursor:pointer;color:#979ba5;-webkit-user-select:none;-ms-user-select:none;user-select:none}
.modalApplyContainer___2-Xm5{padding:0 14px;color:#273249}.modalApplyContainer___2-Xm5 p{color:#999;font-size:14px}.modalApplyContainer___2-Xm5 .ant-form-horizontal{padding:0 10px}.modalApplyContainer___2-Xm5 .trialTitle___pVxC2{display:-ms-flexbox;display:flex;margin-bottom:30px;font-size:16px;color:#273249;line-height:24px;position:relative}.modalApplyContainer___2-Xm5 .trialTitle___pVxC2 span{margin-left:10px}.modalApplyContainer___2-Xm5 .trialTitle___pVxC2::after{content:"";display:block;position:absolute;width:4px;height:16px;top:4px;background-color:#d7000f;border-radius:2px}.modalApplyContainer___2-Xm5 .btnContainer___1dBIU{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.modalApplyContainer___2-Xm5 .btnContainer___1dBIU .ant-btn{width:180px;height:40px;border:1px solid #d7000f;color:#d7000f}.modalApplyContainer___2-Xm5 .successModal___2UAu1 .title___x3kTW{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:40px;line-height:30px;color:#333}.modalApplyContainer___2-Xm5 .successModal___2UAu1 .title___x3kTW .okIcon___aAqTO{height:24px;width:24px;display:inline-block;background-image:url("../../../static/images/icon-success.png");background-size:100%}.modalApplyContainer___2-Xm5 .successModal___2UAu1 .title___x3kTW span{margin-left:10px;width:80px;height:24px;font-size:16px;color:#262b46;line-height:24px}.modalApplyContainer___2-Xm5 .successModal___2UAu1 .detail___zHlYV{margin-left:34px;height:84px;font-size:14px;color:#353f5f;line-height:22px}.modalApplyContainer___2-Xm5 .successModal___2UAu1 .detail___zHlYV span{color:#858ead}.modalApplyContainer___2-Xm5 .phoneBtn___fo9lv,.modalApplyContainer___2-Xm5 .footer___qIyG6 .successBtn___3_aRv,.modalApplyContainer___2-Xm5 .footer___qIyG6 .okBtn___2RXNs{display:block;width:120px;height:30px;line-height:30px;margin-top:30px;text-align:center;background:#2d59b1;opacity:1;border-radius:3px;font-size:12px;color:#fff;cursor:pointer}.modalApplyContainer___2-Xm5 .footer___qIyG6{height:70px;line-height:70px;background:#fafafa;border-top:1px solid #e9eaea;margin:0 -24px -24px -24px;padding:20px 24px}.modalApplyContainer___2-Xm5 .footer___qIyG6:before,.modalApplyContainer___2-Xm5 .footer___qIyG6:after{content:" ";display:table}.modalApplyContainer___2-Xm5 .footer___qIyG6:after{clear:both}.modalApplyContainer___2-Xm5 .footer___qIyG6 .okBtn___2RXNs{background:#4caf50;margin-top:0px;float:left}.modalApplyContainer___2-Xm5 .footer___qIyG6 .successBtn___3_aRv{width:100px;margin-top:0px;float:left}.modalApplyContainer___2-Xm5 .footer___qIyG6 .cancelBtn___AXtfP{float:left;font-size:12px;font-weight:400;line-height:16px;color:#2d59b1;padding-top:6px;margin-left:20px;cursor:pointer}.modalApplyContainer___2-Xm5 .footer___qIyG6 .smmPhone___325pw{float:right;font-size:12px;font-weight:400;line-height:16px;padding-top:6px;color:#999}
.ReNameGroup___tgAcF{height:156px;padding:5px 10px;text-align:center}[data-theme=common_theme] .ReNameGroup___tgAcF{color:#858eaa}[data-theme=black_theme] .ReNameGroup___tgAcF{color:#fff}.ReNameGroup___tgAcF .title___2nZJL{font-size:20px;font-weight:bold;line-height:30px;color:#333;margin-bottom:20px}.ReNameGroup___tgAcF .ant-input{border-top:none;border-left:none;border-right:none}[data-theme=common_theme] .ReNameGroup___tgAcF .ant-input{border-color:#eaebef}[data-theme=black_theme] .ReNameGroup___tgAcF .ant-input{border-color:#020621}[data-theme=common_theme] .ReNameGroup___tgAcF .ant-input{background:#fff}[data-theme=black_theme] .ReNameGroup___tgAcF .ant-input{background:#262b46}[data-theme=common_theme] .ReNameGroup___tgAcF .ant-input{color:#858eaa}[data-theme=black_theme] .ReNameGroup___tgAcF .ant-input{color:#fff}.ReNameGroup___tgAcF .ant-input:focus{box-shadow:none}.ReNameGroup___tgAcF .btn___1xRrw{margin-top:30px;color:#fff;font-size:18px;display:inline-block;width:160px;height:40px;line-height:40px;text-align:center;border-radius:3px;background-color:#d7000f;cursor:pointer}.ReNameGroup___tgAcF .btn___1xRrw:hover{opacity:.8;filter:alpha(opacity=80);transition:all .3s cubic-bezier(0.645, 0.045, 0.355, 1)}
.ModalChartColor___234fx{padding:5px 10px;padding-top:30px}.ModalChartColor___234fx .title___1DcZa{position:absolute;width:100%;top:0;left:0;padding:5px 20px;background:#f5f5f5;font-size:16px;font-weight:bold;line-height:30px;color:#333}.ModalChartColor___234fx .container___1VvBx{padding:20px 20px}.ModalChartColor___234fx .container___1VvBx .itemWrap___2_62f{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.ModalChartColor___234fx .container___1VvBx .left___2KJzw{margin-right:10px}.ModalChartColor___234fx .container___1VvBx .labeltext___TEPTQ{color:#999}.ModalChartColor___234fx .container___1VvBx .label___3C1wg{color:#999;margin-bottom:10px}.ModalChartColor___234fx .container___1VvBx .row1___JYMnq{margin-bottom:10px}.ModalChartColor___234fx .container___1VvBx .ul___2uMa0{width:280px;height:355px;overflow:auto;padding:5px 0px;background-color:#eee}.ModalChartColor___234fx .container___1VvBx .ul___2uMa0>li{position:relative;padding:6px 20px;cursor:pointer}.ModalChartColor___234fx .container___1VvBx .ul___2uMa0>li:hover{background-color:#ccc}.ModalChartColor___234fx .container___1VvBx .ul___2uMa0 .active___1vYbl{background-color:#ccc}.ModalChartColor___234fx .container___1VvBx .ul___2uMa0 .block___3Da4a{height:20px;width:20px;display:inline-block;vertical-align:middle;margin-right:8px}.ModalChartColor___234fx .container___1VvBx .ul___2uMa0 .text___2ZDGw{width:calc(280px - 20px - 60px - 8px);display:inline-block;vertical-align:middle;font-size:12px}.ModalChartColor___234fx .footer___2KxYj{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin-top:15px}.ModalChartColor___234fx .footer___2KxYj .cancel___UPOoc{margin-left:10px}.ModalChartColor___234fx .topLabel___1RkVF,.ModalChartColor___234fx .topLabelWidth___2BmHj{color:#999;display:inline-block;vertical-align:middle;line-height:32px;margin-right:4px}.ModalChartColor___234fx .topLabelWidth___2BmHj{margin-left:5px}.ModalChartColor___234fx .topMb___3HY6k{margin-bottom:10px}.ModalChartColor___234fx .btn___2ovWU{margin-top:30px;color:#fff;font-size:18px;display:inline-block;width:160px;height:40px;line-height:40px;text-align:center;border-radius:3px;background-color:#d7000f;cursor:pointer}.ModalChartColor___234fx .btn___2ovWU:hover{opacity:.8;filter:alpha(opacity=80);transition:all .3s cubic-bezier(0.645, 0.045, 0.355, 1)}.darkChartColor___3AhDz .title___1DcZa{background:#262b46;color:#fff;border:1px solid #020621}.darkChartColor___3AhDz .container___1VvBx .itemWrap___2_62f .left___2KJzw>ul{background:#020621;color:#fff}.darkChartColor___3AhDz .container___1VvBx .itemWrap___2_62f .left___2KJzw>ul .active___1vYbl{background-color:#27305f}.darkChartColor___3AhDz .container___1VvBx .ant-input-number{border-color:#686f7d}.darkChartColor___3AhDz .container___1VvBx .ant-input-number-input{background:#0a0f32;color:#fff}.darkChartColor___3AhDz .container___1VvBx .ant-select{color:#fff}.darkChartColor___3AhDz .container___1VvBx .ant-select-selector{background:#0a0f32;border-color:#686f7d}.darkChartColor___3AhDz .container___1VvBx .sketch-picker{background-color:#353f5f !important}.darkChartColor___3AhDz .container___1VvBx .sketch-picker .flexbox-fix{border-color:#262b46 !important}.darkChartColor___3AhDz .container___1VvBx .sketch-picker input{background:#0a0f32 !important;color:#fff !important;box-shadow:none !important}.darkChartColor___3AhDz .container___1VvBx .sketch-picker label{color:#fff !important}.darkChartColor___3AhDz .footer___2KxYj .cancel___UPOoc{color:#fff;background:#262b46;border-radius:2px;border:1px solid #686f7d}
[data-theme=common_theme] .ModalFourOperation___36Cpd{color:#858ead}[data-theme=black_theme] .ModalFourOperation___36Cpd{color:#e6e7ea}.ModalFourOperation___36Cpd .ant-form{padding:0 15px}.ModalFourOperation___36Cpd .ant-form .ant-form-item-label{text-align:left}[data-theme=common_theme] .ModalFourOperation___36Cpd .ant-form .ant-form-item-label>label{color:#858ead}[data-theme=black_theme] .ModalFourOperation___36Cpd .ant-form .ant-form-item-label>label{color:#e6e7ea}[data-theme=common_theme] .ModalFourOperation___36Cpd .ant-form .ant-select,[data-theme=common_theme] .ModalFourOperation___36Cpd .ant-form .ant-input,[data-theme=common_theme] .ModalFourOperation___36Cpd .ant-form .ant-input-number,[data-theme=common_theme] .ModalFourOperation___36Cpd .ant-form .ant-radio-wrapper{color:#858ead}[data-theme=black_theme] .ModalFourOperation___36Cpd .ant-form .ant-select,[data-theme=black_theme] .ModalFourOperation___36Cpd .ant-form .ant-input,[data-theme=black_theme] .ModalFourOperation___36Cpd .ant-form .ant-input-number,[data-theme=black_theme] .ModalFourOperation___36Cpd .ant-form .ant-radio-wrapper{color:#e6e7ea}[data-theme=common_theme] .ModalFourOperation___36Cpd .ant-form .ant-select-selector,[data-theme=common_theme] .ModalFourOperation___36Cpd .ant-form .ant-input-affix-wrapper,[data-theme=common_theme] .ModalFourOperation___36Cpd .ant-form .ant-input-number{background:#fff}[data-theme=black_theme] .ModalFourOperation___36Cpd .ant-form .ant-select-selector,[data-theme=black_theme] .ModalFourOperation___36Cpd .ant-form .ant-input-affix-wrapper,[data-theme=black_theme] .ModalFourOperation___36Cpd .ant-form .ant-input-number{background:#0a0f32}[data-theme=common_theme] .ModalFourOperation___36Cpd .ant-form .ant-select-selector,[data-theme=common_theme] .ModalFourOperation___36Cpd .ant-form .ant-input-affix-wrapper,[data-theme=common_theme] .ModalFourOperation___36Cpd .ant-form .ant-input-number{border-color:#d9d9d9}[data-theme=black_theme] .ModalFourOperation___36Cpd .ant-form .ant-select-selector,[data-theme=black_theme] .ModalFourOperation___36Cpd .ant-form .ant-input-affix-wrapper,[data-theme=black_theme] .ModalFourOperation___36Cpd .ant-form .ant-input-number{border-color:#686f7d}[data-theme=common_theme] .ModalFourOperation___36Cpd .ant-form .ant-select-selector input,[data-theme=common_theme] .ModalFourOperation___36Cpd .ant-form .ant-input-affix-wrapper input,[data-theme=common_theme] .ModalFourOperation___36Cpd .ant-form .ant-input-number input{background:#fff}[data-theme=black_theme] .ModalFourOperation___36Cpd .ant-form .ant-select-selector input,[data-theme=black_theme] .ModalFourOperation___36Cpd .ant-form .ant-input-affix-wrapper input,[data-theme=black_theme] .ModalFourOperation___36Cpd .ant-form .ant-input-number input{background:#0a0f32}.ModalFourOperation___36Cpd .ant-form .ant-radio-group{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.ModalFourOperation___36Cpd .ant-form .ant-input-number{width:100%}[data-theme=common_theme] .ModalFourOperation___36Cpd .ant-form .ant-select-disabled .ant-select-selector{color:#858ead}[data-theme=black_theme] .ModalFourOperation___36Cpd .ant-form .ant-select-disabled .ant-select-selector{color:#e6e7ea}[data-theme=common_theme] .ModalFourOperation___36Cpd .ant-form .ant-select-disabled .ant-select-selector{background:#f5f5f5}[data-theme=black_theme] .ModalFourOperation___36Cpd .ant-form .ant-select-disabled .ant-select-selector{background:#262b46}[data-theme=common_theme] .ModalFourOperation___36Cpd .result___1Q-Os{color:#858ead}[data-theme=black_theme] .ModalFourOperation___36Cpd .result___1Q-Os{color:#e6e7ea}.ModalFourOperation___36Cpd .btn___1L5PS{border-top:1px solid;padding-top:20px;text-align:center}[data-theme=common_theme] .ModalFourOperation___36Cpd .btn___1L5PS{border-color:#eaebef}[data-theme=black_theme] .ModalFourOperation___36Cpd .btn___1L5PS{border-color:#020621}.ModalFourOperation___36Cpd .btn___1L5PS .ant-btn{width:160px;margin:0 5px;height:40px}[data-theme=common_theme] .ModalFourOperation___36Cpd .btn___1L5PS .cancel___3s-bW{color:#000000d9}[data-theme=black_theme] .ModalFourOperation___36Cpd .btn___1L5PS .cancel___3s-bW{color:#fff}[data-theme=common_theme] .ModalFourOperation___36Cpd .btn___1L5PS .cancel___3s-bW{background:#fff}[data-theme=black_theme] .ModalFourOperation___36Cpd .btn___1L5PS .cancel___3s-bW{background:#262b46}[data-theme=common_theme] .ModalFourOperation___36Cpd .btn___1L5PS .cancel___3s-bW{border-color:#d9d9d9}[data-theme=black_theme] .ModalFourOperation___36Cpd .btn___1L5PS .cancel___3s-bW{border-color:#686f7d}[data-theme=common_theme] .selectDropdown___125kE{background:#fff}[data-theme=black_theme] .selectDropdown___125kE{background:#262b46}[data-theme=common_theme] .selectDropdown___125kE .ant-select-item{color:#858ead}[data-theme=black_theme] .selectDropdown___125kE .ant-select-item{color:#e6e7ea}[data-theme=common_theme] .selectDropdown___125kE .ant-select-item-option-active{background:#f5f5f5}[data-theme=black_theme] .selectDropdown___125kE .ant-select-item-option-active{background:#0a0f32}
[data-theme=common_theme] .ModalQuotaConversion___1zs0c{color:#858ead}[data-theme=black_theme] .ModalQuotaConversion___1zs0c{color:#e6e7ea}.ModalQuotaConversion___1zs0c .ant-form{padding:0 15px}.ModalQuotaConversion___1zs0c .ant-form .ant-form-item-label{text-align:left}[data-theme=common_theme] .ModalQuotaConversion___1zs0c .ant-form .ant-form-item-label>label{color:#858ead}[data-theme=black_theme] .ModalQuotaConversion___1zs0c .ant-form .ant-form-item-label>label{color:#e6e7ea}[data-theme=common_theme] .ModalQuotaConversion___1zs0c .ant-form .ant-select,[data-theme=common_theme] .ModalQuotaConversion___1zs0c .ant-form .ant-input,[data-theme=common_theme] .ModalQuotaConversion___1zs0c .ant-form .ant-input-number,[data-theme=common_theme] .ModalQuotaConversion___1zs0c .ant-form .ant-radio-wrapper,[data-theme=common_theme] .ModalQuotaConversion___1zs0c .ant-form .ant-form-item-control-input{color:#858ead}[data-theme=black_theme] .ModalQuotaConversion___1zs0c .ant-form .ant-select,[data-theme=black_theme] .ModalQuotaConversion___1zs0c .ant-form .ant-input,[data-theme=black_theme] .ModalQuotaConversion___1zs0c .ant-form .ant-input-number,[data-theme=black_theme] .ModalQuotaConversion___1zs0c .ant-form .ant-radio-wrapper,[data-theme=black_theme] .ModalQuotaConversion___1zs0c .ant-form .ant-form-item-control-input{color:#e6e7ea}[data-theme=common_theme] .ModalQuotaConversion___1zs0c .ant-form .ant-select-selector{background:#fff}[data-theme=black_theme] .ModalQuotaConversion___1zs0c .ant-form .ant-select-selector{background:#0a0f32}[data-theme=common_theme] .ModalQuotaConversion___1zs0c .ant-form .ant-select-selector{border-color:#d9d9d9}[data-theme=black_theme] .ModalQuotaConversion___1zs0c .ant-form .ant-select-selector{border-color:#686f7d}.ModalQuotaConversion___1zs0c .ant-form .ant-radio-group{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.ModalQuotaConversion___1zs0c .ant-form .ant-input-number{width:100%}.ModalQuotaConversion___1zs0c .ant-form .ant-form-item-label label{white-space:normal;text-align:left;line-height:16px}.ModalQuotaConversion___1zs0c .ant-form .ant-form-item-label label:after{content:none !important}[data-theme=common_theme] .ModalQuotaConversion___1zs0c .result___s-45C{color:#858ead}[data-theme=black_theme] .ModalQuotaConversion___1zs0c .result___s-45C{color:#e6e7ea}.ModalQuotaConversion___1zs0c .btn___85q32{border-top:1px solid;padding-top:20px;text-align:center}[data-theme=common_theme] .ModalQuotaConversion___1zs0c .btn___85q32{border-color:#eaebef}[data-theme=black_theme] .ModalQuotaConversion___1zs0c .btn___85q32{border-color:#020621}.ModalQuotaConversion___1zs0c .btn___85q32 .ant-btn{width:160px;margin:0 5px;height:40px}[data-theme=common_theme] .ModalQuotaConversion___1zs0c .btn___85q32 .cancel___1DJRf{color:#000000d9}[data-theme=black_theme] .ModalQuotaConversion___1zs0c .btn___85q32 .cancel___1DJRf{color:#fff}[data-theme=common_theme] .ModalQuotaConversion___1zs0c .btn___85q32 .cancel___1DJRf{background:#fff}[data-theme=black_theme] .ModalQuotaConversion___1zs0c .btn___85q32 .cancel___1DJRf{background:#262b46}[data-theme=common_theme] .ModalQuotaConversion___1zs0c .btn___85q32 .cancel___1DJRf{border-color:#d9d9d9}[data-theme=black_theme] .ModalQuotaConversion___1zs0c .btn___85q32 .cancel___1DJRf{border-color:#686f7d}[data-theme=common_theme] .selectDropdown___3GZ_x{background:#fff}[data-theme=black_theme] .selectDropdown___3GZ_x{background:#262b46}[data-theme=common_theme] .selectDropdown___3GZ_x .ant-select-item{color:#858ead}[data-theme=black_theme] .selectDropdown___3GZ_x .ant-select-item{color:#e6e7ea}[data-theme=common_theme] .selectDropdown___3GZ_x .ant-select-item-option-active{background:#f5f5f5}[data-theme=black_theme] .selectDropdown___3GZ_x .ant-select-item-option-active{background:#0a0f32}
.ModalHasPriceAuth___3ZZfK{overflow-y:auto;padding:10px 14px 0}[data-theme=common_theme] .ModalHasPriceAuth___3ZZfK{color:#858eaa}[data-theme=black_theme] .ModalHasPriceAuth___3ZZfK{color:#fff}.ModalHasPriceAuth___3ZZfK .closeIcon___2WfbQ{position:absolute;top:10px;right:15px;cursor:pointer;font-size:20px}.ModalHasPriceAuth___3ZZfK .closeIcon___2WfbQ:hover{opacity:.8;filter:alpha(opacity=80);transition:all .3s cubic-bezier(0.645, 0.045, 0.355, 1)}[data-theme=common_theme] .ModalHasPriceAuth___3ZZfK .tip___3Qisc{color:#858eaa}[data-theme=black_theme] .ModalHasPriceAuth___3ZZfK .tip___3Qisc{color:#fff}.ModalHasPriceAuth___3ZZfK .text___211Gz{margin-top:15px;font-size:14px;font-weight:400}[data-theme=common_theme] .ModalHasPriceAuth___3ZZfK .text___211Gz{color:#858eaa}[data-theme=black_theme] .ModalHasPriceAuth___3ZZfK .text___211Gz{color:#fff}.ModalHasPriceAuth___3ZZfK .footer___3B9T4{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin-top:40px}.ModalHasPriceAuth___3ZZfK .noTip___ShpG9{color:#2eaef6;line-height:30px;cursor:pointer}.ModalHasPriceAuth___3ZZfK .noTip___ShpG9:hover{opacity:.8;filter:alpha(opacity=80);transition:all .3s cubic-bezier(0.645, 0.045, 0.355, 1)}.ModalHasPriceAuth___3ZZfK .successBtn___IqKtR{color:#fff;display:inline-block;padding:0 10px;height:30px;line-height:30px;text-align:center;border-radius:3px;background:#2eaef6;cursor:pointer;margin-left:10px}.ModalHasPriceAuth___3ZZfK .successBtn___IqKtR:hover{opacity:.8;filter:alpha(opacity=80);transition:all .3s cubic-bezier(0.645, 0.045, 0.355, 1)}.ModalHasPriceAuth___3ZZfK .cancelBtn___1F6dH{display:inline-block;padding:0 10px;height:30px;line-height:30px;border-radius:3px;border:1px solid;cursor:pointer}.ModalHasPriceAuth___3ZZfK .cancelBtn___1F6dH:hover{opacity:.8;filter:alpha(opacity=80);transition:all .3s cubic-bezier(0.645, 0.045, 0.355, 1)}[data-theme=common_theme] .ModalHasPriceAuth___3ZZfK .cancelBtn___1F6dH{color:#000000d9}[data-theme=black_theme] .ModalHasPriceAuth___3ZZfK .cancelBtn___1F6dH{color:#fff}[data-theme=common_theme] .ModalHasPriceAuth___3ZZfK .cancelBtn___1F6dH{background:#fff}[data-theme=black_theme] .ModalHasPriceAuth___3ZZfK .cancelBtn___1F6dH{background:#262b46}[data-theme=common_theme] .ModalHasPriceAuth___3ZZfK .cancelBtn___1F6dH{border-color:#d9d9d9}[data-theme=black_theme] .ModalHasPriceAuth___3ZZfK .cancelBtn___1F6dH{border-color:#686f7d}
.ColorPickerContainer___1mXEJ{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.ColorPickerContainer___1mXEJ .picker___qwjjX{width:400px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:10px}.ColorPickerContainer___1mXEJ .picker___qwjjX .sketch-picker{width:100% !important}.ColorPickerContainer___1mXEJ .buttonContainer___1OPOT{margin-left:auto}.ColorPickerContainer___1mXEJ .buttonContainer___1OPOT .cancel___2g0Re{margin-left:10px}.darkColorPicker___1dF2k .picker___qwjjX .sketch-picker{background-color:#353f5f !important}.darkColorPicker___1dF2k .picker___qwjjX .sketch-picker input{background:#0a0f32 !important;color:#fff !important;box-shadow:none !important}.darkColorPicker___1dF2k .picker___qwjjX .sketch-picker label{color:#fff !important}.darkColorPicker___1dF2k .picker___qwjjX .sketch-picker .flexbox-fix{border-color:#686f7d !important}.darkColorPicker___1dF2k .buttonContainer___1OPOT .cancel___2g0Re{color:#fff;background:#262b46;border-radius:2px;border:1px solid #686f7d}
.ModalContainer___38SPg{width:100%;height:500px;background-image:url("../../../static/images/smm-database.png");background-size:101%;background-position-x:-1px;background-position-y:-1px;position:relative}.ModalContainer___38SPg .optionContainer___3r009{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;position:absolute;left:50%;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);bottom:34px}.ModalContainer___38SPg .optionContainer___3r009 .freeApply___1s6aa{width:142px;height:33px;background:linear-gradient(180deg, #FF5752 0%, #613FEE 100%);border-radius:8px;color:#fff;line-height:33px;text-align:center;font-size:17px;font-weight:500;color:#fff;cursor:pointer}.ModalContainer___38SPg .optionContainer___3r009 .knowDatabase___2LKRu{display:block;margin-top:8px}.ModalContainer___38SPg .optionContainer___3r009 .knowDatabase___2LKRu a{text-decoration:underline;color:#fff}
.removeGroup___3JS-E{height:100px;padding:10px}[data-theme=common_theme] .removeGroup___3JS-E{background:#fff}[data-theme=black_theme] .removeGroup___3JS-E{background:#262b46}[data-theme=common_theme] .removeGroup___3JS-E{color:#858eaa}[data-theme=black_theme] .removeGroup___3JS-E{color:#fff}.removeGroup___3JS-E .removeGroupTitle___2Dr0v{display:block;overflow:hidden;font-weight:500;font-size:16px;line-height:1.4;margin-bottom:30px}.removeGroup___3JS-E .removeGroupBtn___3etpX{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:end;justify-content:flex-end}.removeGroup___3JS-E .removeGroupBtn___3etpX button{margin:0 4px}
.modalWrap .ant-modal-content{border-radius:5px}.modalWrap .ant-modal-header{border:none}.modalWrap .ant-modal-footer{border:none}.container___1Bjgt{padding:0px 30px;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start}.container___1Bjgt .left___3Xhu4{font-size:14px;margin-right:60px;padding-top:30px;box-sizing:border-box}.container___1Bjgt .left___3Xhu4>p{margin-bottom:20px}.container___1Bjgt .left___3Xhu4 .light___3eMDf{color:#22a4f9}.container___1Bjgt .right___3S4il{width:120px}.container___1Bjgt .right___3S4il .image___3-BjP{width:100%;height:120px;background:url("../../../static/images/apply_code.png") no-repeat center center;background-size:100% 100%}.container___1Bjgt .right___3S4il .desc___37-aX{width:100%;margin-top:6px;color:#858ead;font-size:12px;text-align:center}
.DataViewDetail___iqZAD{padding:0px !important;padding-bottom:20px !important}[data-theme=common_theme] .DataViewDetail___iqZAD{background:#fff}[data-theme=black_theme] .DataViewDetail___iqZAD{background:#262b46}.DataViewDetail___iqZAD .closeIcon{position:absolute;right:10px;top:12px;cursor:pointer;border-radius:2px}.DataViewDetail___iqZAD .header___2WCtF{border-radius:2px;height:42px;padding:9px 20px;font-size:16px;font-weight:500;border:1px solid}[data-theme=common_theme] .DataViewDetail___iqZAD .header___2WCtF{background:#fff}[data-theme=black_theme] .DataViewDetail___iqZAD .header___2WCtF{background:#262b46}[data-theme=common_theme] .DataViewDetail___iqZAD .header___2WCtF{border-color:#ececf6}[data-theme=black_theme] .DataViewDetail___iqZAD .header___2WCtF{border-color:#3b404a}[data-theme=common_theme] .DataViewDetail___iqZAD .header___2WCtF{color:#262b46}[data-theme=black_theme] .DataViewDetail___iqZAD .header___2WCtF{color:#fff}.DataViewDetail___iqZAD .content___22GX0{padding:20px 20px 0px 20px;overflow:auto;max-height:600px}.DataViewDetail___iqZAD .content___22GX0::-webkit-scrollbar{width:4px;height:4px}.DataViewDetail___iqZAD .content___22GX0::-webkit-scrollbar-track{background-color:#fff}.DataViewDetail___iqZAD .content___22GX0::-webkit-scrollbar-thumb{background-color:#bdbdbd;-webkit-border-radius:10px;cursor:pointer}.DataViewDetail___iqZAD .content___22GX0 .row___22NRm{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;border-top:1px solid;border-left:1px solid;border-right:1px solid}[data-theme=common_theme] .DataViewDetail___iqZAD .content___22GX0 .row___22NRm{background:#fff}[data-theme=black_theme] .DataViewDetail___iqZAD .content___22GX0 .row___22NRm{background:#0a0f32}[data-theme=common_theme] .DataViewDetail___iqZAD .content___22GX0 .row___22NRm{color:#262b46}[data-theme=black_theme] .DataViewDetail___iqZAD .content___22GX0 .row___22NRm{color:#e9ebf0}[data-theme=common_theme] .DataViewDetail___iqZAD .content___22GX0 .row___22NRm{border-color:#ececf6}[data-theme=black_theme] .DataViewDetail___iqZAD .content___22GX0 .row___22NRm{border-color:#3b404a}.DataViewDetail___iqZAD .content___22GX0 .row___22NRm:last-child{border-bottom:1px solid}[data-theme=common_theme] .DataViewDetail___iqZAD .content___22GX0 .row___22NRm:last-child{border-color:#ececf6}[data-theme=black_theme] .DataViewDetail___iqZAD .content___22GX0 .row___22NRm:last-child{border-color:#3b404a}.DataViewDetail___iqZAD .content___22GX0 .row___22NRm .rowLabel___3Ryyn{padding:6px 10px;width:100px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:14px;font-weight:400;-ms-flex-negative:0;flex-shrink:0}[data-theme=common_theme] .DataViewDetail___iqZAD .content___22GX0 .row___22NRm .rowLabel___3Ryyn{background:#f7f7fc}[data-theme=black_theme] .DataViewDetail___iqZAD .content___22GX0 .row___22NRm .rowLabel___3Ryyn{background:#020621}.DataViewDetail___iqZAD .content___22GX0 .row___22NRm .rowContent___2VzXm{padding:6px 10px;font-size:14px;font-weight:400;word-break:break-all;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.DataViewDetail___iqZAD .content___22GX0 .row___22NRm .rowContent___2VzXm::-webkit-scrollbar{width:4px;height:4px}.DataViewDetail___iqZAD .content___22GX0 .row___22NRm .rowContent___2VzXm::-webkit-scrollbar-track{background-color:#fff}.DataViewDetail___iqZAD .content___22GX0 .row___22NRm .rowContent___2VzXm::-webkit-scrollbar-thumb{background-color:#ececec;-webkit-border-radius:10px;cursor:pointer}.DataViewDetail___iqZAD .content___22GX0 .flRow___3its0{display:-ms-flexbox;display:flex}.DataViewDetail___iqZAD .content___22GX0 .flRow___3its0 .rowLabel___3Ryyn{-ms-flex-negative:0;flex-shrink:0;max-height:64px}.DataViewDetail___iqZAD .content___22GX0 .flRow___3its0 .rowContent___2VzXm{width:100%;overflow:auto;max-height:64px}
.wrapper___3xcX9{padding:0px !important;padding-bottom:20px !important;-webkit-user-select:none;-ms-user-select:none;user-select:none}[data-theme=common_theme] .wrapper___3xcX9{background:#fff}[data-theme=black_theme] .wrapper___3xcX9{background:#262b46}.wrapper___3xcX9 .closeIcon{position:absolute;right:10px;top:12px;cursor:pointer;border-radius:2px}.wrapper___3xcX9 .header___kJ0or{border-radius:2px;height:42px;padding:9px 20px;font-size:16px;font-weight:500}[data-theme=common_theme] .wrapper___3xcX9 .header___kJ0or{background:#f7f7fc}[data-theme=black_theme] .wrapper___3xcX9 .header___kJ0or{background:#262b46}[data-theme=common_theme] .wrapper___3xcX9 .header___kJ0or{color:#262b46}[data-theme=black_theme] .wrapper___3xcX9 .header___kJ0or{color:#fff}.wrapper___3xcX9 .content___1aUe0{padding:20px 20px 0px 20px;overflow:auto;max-height:600px}.wrapper___3xcX9 .content___1aUe0 .quotaName___1W3F7,.wrapper___3xcX9 .content___1aUe0 .position___2Rja_{text-align:center}[data-theme=common_theme] .wrapper___3xcX9 .content___1aUe0 table{border-color:#ececf6 !important}[data-theme=black_theme] .wrapper___3xcX9 .content___1aUe0 table{border-color:#3b404a !important}[data-theme=common_theme] .wrapper___3xcX9 .content___1aUe0 table{border-color:#ececf6}[data-theme=black_theme] .wrapper___3xcX9 .content___1aUe0 table{border-color:#3b404a}[data-theme=common_theme] .wrapper___3xcX9 .content___1aUe0 .ant-table-container{border-color:#ececf6}[data-theme=black_theme] .wrapper___3xcX9 .content___1aUe0 .ant-table-container{border-color:#3b404a}.wrapper___3xcX9 .content___1aUe0 .ant-table-thead .ant-table-cell{text-align:center;padding:6px}[data-theme=common_theme] .wrapper___3xcX9 .content___1aUe0 .ant-table-thead .ant-table-cell{background:#ececf6}[data-theme=black_theme] .wrapper___3xcX9 .content___1aUe0 .ant-table-thead .ant-table-cell{background:#020621}[data-theme=common_theme] .wrapper___3xcX9 .content___1aUe0 .ant-table-thead .ant-table-cell{color:#262b46}[data-theme=black_theme] .wrapper___3xcX9 .content___1aUe0 .ant-table-thead .ant-table-cell{color:#e9ebf0}[data-theme=common_theme] .wrapper___3xcX9 .content___1aUe0 .ant-table-thead .ant-table-cell{border-color:#ececf6 !important}[data-theme=black_theme] .wrapper___3xcX9 .content___1aUe0 .ant-table-thead .ant-table-cell{border-color:#3b404a !important}[data-theme=common_theme] .wrapper___3xcX9 .content___1aUe0 .ant-table-thead .ant-table-cell{border-color:#ececf6}[data-theme=black_theme] .wrapper___3xcX9 .content___1aUe0 .ant-table-thead .ant-table-cell{border-color:#3b404a}.wrapper___3xcX9 .content___1aUe0 .ant-table-tbody tr{cursor:-webkit-grab;cursor:grab}[data-theme=common_theme] .wrapper___3xcX9 .content___1aUe0 .ant-table-tbody tr{background:#fff}[data-theme=black_theme] .wrapper___3xcX9 .content___1aUe0 .ant-table-tbody tr{background:#0a0f32}[data-theme=common_theme] .wrapper___3xcX9 .content___1aUe0 .ant-table-tbody tr{color:#262b46}[data-theme=black_theme] .wrapper___3xcX9 .content___1aUe0 .ant-table-tbody tr{color:#e9ebf0}[data-theme=common_theme] .wrapper___3xcX9 .content___1aUe0 .ant-table-tbody tr:hover td{background:#ececf6 !important}[data-theme=black_theme] .wrapper___3xcX9 .content___1aUe0 .ant-table-tbody tr:hover td{background:#020621 !important}[data-theme=common_theme] .wrapper___3xcX9 .content___1aUe0 .ant-table-tbody tr:hover td{background:#ececf6}[data-theme=black_theme] .wrapper___3xcX9 .content___1aUe0 .ant-table-tbody tr:hover td{background:#020621}.wrapper___3xcX9 .content___1aUe0 .ant-table-tbody tr td{padding:6px}[data-theme=common_theme] .wrapper___3xcX9 .content___1aUe0 .ant-table-tbody tr td{border-color:#ececf6 !important}[data-theme=black_theme] .wrapper___3xcX9 .content___1aUe0 .ant-table-tbody tr td{border-color:#3b404a !important}[data-theme=common_theme] .wrapper___3xcX9 .content___1aUe0 .ant-table-tbody tr td{border-color:#ececf6}[data-theme=black_theme] .wrapper___3xcX9 .content___1aUe0 .ant-table-tbody tr td{border-color:#3b404a}[data-theme=common_theme] .wrapper___3xcX9 .content___1aUe0 .ant-table-tbody tr input{color:#262b46}[data-theme=black_theme] .wrapper___3xcX9 .content___1aUe0 .ant-table-tbody tr input{color:#e9ebf0}[data-theme=common_theme] .wrapper___3xcX9 .content___1aUe0 .ant-table-tbody tr input{background:#fff}[data-theme=black_theme] .wrapper___3xcX9 .content___1aUe0 .ant-table-tbody tr input{background:#020621}[data-theme=common_theme] .wrapper___3xcX9 .content___1aUe0 .ant-table-tbody tr input{border-color:#dcdfe6}[data-theme=black_theme] .wrapper___3xcX9 .content___1aUe0 .ant-table-tbody tr input{border-color:#3b404a}.wrapper___3xcX9 .content___1aUe0::-webkit-scrollbar{width:4px;height:4px}[data-theme=common_theme] .wrapper___3xcX9 .content___1aUe0::-webkit-scrollbar-track{background:#fff}[data-theme=black_theme] .wrapper___3xcX9 .content___1aUe0::-webkit-scrollbar-track{background:#262b46}.wrapper___3xcX9 .content___1aUe0::-webkit-scrollbar-thumb{background-color:#bdbdbd;-webkit-border-radius:10px;cursor:pointer}.wrapper___3xcX9 .content___1aUe0 .row___3jpyI{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;border-top:1px solid;border-left:1px solid;border-right:1px solid;border-color:#ececf6;color:#262b46}.wrapper___3xcX9 .content___1aUe0 .row___3jpyI:last-child{border-bottom:1px solid;border-color:#ececf6}.wrapper___3xcX9 .content___1aUe0 .row___3jpyI .rowLabel___3ON-R{padding:6px 10px;width:100px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:14px;font-weight:400;background-color:#f7f7fc;-ms-flex-negative:0;flex-shrink:0}.wrapper___3xcX9 .content___1aUe0 .row___3jpyI .rowContent___1EXsS{padding:6px 10px;font-size:14px;font-weight:400;word-break:break-all;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.wrapper___3xcX9 .content___1aUe0 .row___3jpyI .rowContent___1EXsS::-webkit-scrollbar{width:4px;height:4px}.wrapper___3xcX9 .content___1aUe0 .row___3jpyI .rowContent___1EXsS::-webkit-scrollbar-track{background-color:#fff}.wrapper___3xcX9 .content___1aUe0 .row___3jpyI .rowContent___1EXsS::-webkit-scrollbar-thumb{background-color:#ececec;-webkit-border-radius:10px;cursor:pointer}.wrapper___3xcX9 .content___1aUe0 .flRow___1ADVG{display:-ms-flexbox;display:flex}.wrapper___3xcX9 .content___1aUe0 .flRow___1ADVG .rowLabel___3ON-R{-ms-flex-negative:0;flex-shrink:0;max-height:64px}.wrapper___3xcX9 .content___1aUe0 .flRow___1ADVG .rowContent___1EXsS{width:100%;overflow:auto;max-height:64px}.wrapper___3xcX9 .footer___3bVv8{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:10px;-ms-flex-pack:distribute;justify-content:space-around}.wrapper___3xcX9 .footer___3bVv8 .ant-btn{width:160px;margin:0 5px;height:40px}[data-theme=common_theme] .wrapper___3xcX9 .footer___3bVv8 .cancel___1Kbsa{color:#000000d9}[data-theme=black_theme] .wrapper___3xcX9 .footer___3bVv8 .cancel___1Kbsa{color:#fff}[data-theme=common_theme] .wrapper___3xcX9 .footer___3bVv8 .cancel___1Kbsa{background:#fff}[data-theme=black_theme] .wrapper___3xcX9 .footer___3bVv8 .cancel___1Kbsa{background:#262b46}[data-theme=common_theme] .wrapper___3xcX9 .footer___3bVv8 .cancel___1Kbsa{border-color:#d9d9d9}[data-theme=black_theme] .wrapper___3xcX9 .footer___3bVv8 .cancel___1Kbsa{border-color:#686f7d}.rowDragging___1lVEb{border:1px solid #ccc}[data-theme=common_theme] .rowDragging___1lVEb{background:#ececf6}[data-theme=black_theme] .rowDragging___1lVEb{background:#020621}[data-theme=common_theme] .rowDragging___1lVEb{color:#262b46}[data-theme=black_theme] .rowDragging___1lVEb{color:#e9ebf0}.rowDragging___1lVEb td{padding:16px}.rowDragging___1lVEb .drag-visible___3bqJC{visibility:visible}
.logo___Oh_PF{height:29px;margin-left:20px}.menuFold___1kUQ7{cursor:pointer;color:#858ead;font-size:20px;margin-right:10px}.menuFold___1kUQ7:hover{color:#fff}
@media only screen and (max-width: 1520px){.navContainer___3Zigc{min-width:480px}.navContainer___3Zigc .excel___3olQy{display:none}.navContainer___3Zigc .moreContainer___3SY2S{display:inline-block;margin-left:20px}.navContainer___3Zigc .splitLine___1iuET{display:none}}@media only screen and (max-width: 1320px){.navContainer___3Zigc .moreContainer___3SY2S{margin-left:20px}.navContainer___3Zigc .operate___1ndJr:nth-child(4){display:none}.navContainer___3Zigc .operate___1ndJr:nth-child(5){display:none}.navContainer___3Zigc .moreBtnVisibly___VimVQ{display:inline-block}.navContainer___3Zigc .moreBtnMargin___2KuMQ{margin:0 0 10px 0}}@media screen and (max-width: 1166px){.navContainer___3Zigc .moreContainer___3SY2S{margin-left:10px}}.operate___1ndJr{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:3px;cursor:pointer;padding:6px 10px 6px;margin-right:15px;border-radius:2px}@media screen and (max-width: 1166px){.operate___1ndJr{margin-right:10px}}[data-theme=common_theme] .operate___1ndJr{background:#f2f4fa}[data-theme=black_theme] .operate___1ndJr{background:#353f5f}[data-theme=common_theme] .operate___1ndJr{color:#3b404a}[data-theme=black_theme] .operate___1ndJr{color:#fff}.operate___1ndJr.active___2elOH,.operate___1ndJr:hover{color:#fff;background-color:#22a4f9}.operate___1ndJr.active___2elOH,.operate___1ndJr:hover{color:#fff !important;background-color:#22a4f9}.operate___1ndJr.active___2elOH svg path,.operate___1ndJr:hover svg path,.operate___1ndJr.active___2elOH polygon,.operate___1ndJr:hover polygon{fill:#fff}.operate___1ndJr.active___2elOH .iconTable___358cz,.operate___1ndJr.active___2elOH .iconAnalysis___GBiRH,.operate___1ndJr.active___2elOH .iconReport___YqLKf,.operate___1ndJr.active___2elOH .iconDataModel___3qora,.operate___1ndJr.active___2elOH .iconEnterprise___HvTVq,.operate___1ndJr.active___2elOH .iconChart___1_x5p,.operate___1ndJr:hover .iconTable___358cz,.operate___1ndJr:hover .iconAnalysis___GBiRH,.operate___1ndJr:hover .iconReport___YqLKf,.operate___1ndJr:hover .iconDataModel___3qora,.operate___1ndJr:hover .iconEnterprise___HvTVq,.operate___1ndJr:hover .iconChart___1_x5p{background-image:url("../../../static/images/table-white.png")}.operate___1ndJr.active___2elOH .iconChart___1_x5p,.operate___1ndJr:hover .iconChart___1_x5p{background-image:url("../../../static/images/chart-white.png")}.operate___1ndJr.active___2elOH .iconDataModel___3qora,.operate___1ndJr:hover .iconDataModel___3qora{color:#fff;background-image:url("../../../static/images/data-model-white.png")}.operate___1ndJr.active___2elOH .iconReport___YqLKf,.operate___1ndJr:hover .iconReport___YqLKf{background-image:url("../../../static/images/report-white.png")}.operate___1ndJr.active___2elOH .iconAnalysis___GBiRH,.operate___1ndJr:hover .iconAnalysis___GBiRH{background-image:url("../../../static/images/analysis-white.png")}.operate___1ndJr .iconTable___358cz,.operate___1ndJr .iconAnalysis___GBiRH,.operate___1ndJr .iconReport___YqLKf,.operate___1ndJr .iconDataModel___3qora,.operate___1ndJr .iconEnterprise___HvTVq,.operate___1ndJr .iconChart___1_x5p{width:20px;height:20px;display:inline-block;background:url("../../../static/images/table-white.png") center center;background-size:100% 100%;vertical-align:middle;margin-right:3px;margin-bottom:2px}.operate___1ndJr .iconChart___1_x5p{background-image:url("../../../static/images/chart-white.png")}.operate___1ndJr .iconEnterprise___HvTVq{background-image:url("../../../static/images/enterprise-white.png")}.operate___1ndJr .iconDataModel___3qora{background-image:url("../../../static/images/data-model-white.png")}.operate___1ndJr .iconReport___YqLKf{background-image:url("../../../static/images/report-white.png")}.operate___1ndJr .iconAnalysis___GBiRH{background-image:url("../../../static/images/analysis-white.png")}.atagStyle___ZHFI5{color:primary !important;text-decoration:none;margin-right:0}.atagStyle___ZHFI5:not(:first-of-type){margin-left:15px}.excel___3olQy,.hoverItem___ZwKCi{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:3px;height:29px;line-height:29px;padding:0 10px;border-radius:2px}[data-theme=common_theme] .excel___3olQy,[data-theme=common_theme] .hoverItem___ZwKCi{background:#f2f4fa}[data-theme=black_theme] .excel___3olQy,[data-theme=black_theme] .hoverItem___ZwKCi{background:#353f5f}[data-theme=common_theme] .excel___3olQy,[data-theme=common_theme] .hoverItem___ZwKCi{color:#3b404a}[data-theme=black_theme] .excel___3olQy,[data-theme=black_theme] .hoverItem___ZwKCi{color:#fff}.excel___3olQy>img,.hoverItem___ZwKCi>img{width:20px;height:20px;position:relative;background-size:100% 100%;bottom:2px}.excelShow___24N47{cursor:pointer}.excelShow___24N47.active___2elOH,.excelShow___24N47:hover{color:#fff;background-color:#22a4f9}.excelShow___24N47.active___2elOH svg path,.excelShow___24N47:hover svg path,.excelShow___24N47.active___2elOH polygon,.excelShow___24N47:hover polygon{fill:#fff}.moreContainer___3SY2S{position:relative;display:none}.moreContainer___3SY2S:hover .moreContent____PM_L{visibility:visible}.moreContainer___3SY2S .more___1SZ9E{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:3px;height:29px;line-height:29px;padding:0 10px;border-radius:2px}[data-theme=common_theme] .moreContainer___3SY2S .more___1SZ9E{background:#f2f4fa}[data-theme=black_theme] .moreContainer___3SY2S .more___1SZ9E{background:#353f5f}[data-theme=common_theme] .moreContainer___3SY2S .more___1SZ9E{color:#3b404a}[data-theme=black_theme] .moreContainer___3SY2S .more___1SZ9E{color:#fff}.moreContainer___3SY2S .more___1SZ9E>img{width:16px;height:16px;position:relative;background-size:100% 100%;bottom:1px}.moreContainer___3SY2S .moreContent____PM_L{position:absolute;width:140px;height:auto;z-index:1000;left:0px;display:-ms-flexbox !important;display:flex !important;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;visibility:hidden}.moreContainer___3SY2S .moreContent____PM_L .operate___1ndJr{margin:10px 0px;height:29px;line-height:29px;padding-top:0px;padding-bottom:0px}.moreContainer___3SY2S .moreContent____PM_L .operate___1ndJr:not(:first-child){margin-top:0}.terminalBtn___3mlyh{border:none}.terminalBtn___3mlyh .terminalIcon___2ygPz{display:inline-block;width:20px;height:20px;background-image:url("../../../static/images/red_terminal_icon.png");background-size:20px 20px;margin:0;position:relative;border:none}.terminalBtn___3mlyh:hover{background-color:#ff4d4f}.terminalBtn___3mlyh:hover .terminalText___6f8Wc{color:#fff}.terminalBtn___3mlyh:hover .terminalIcon___2ygPz{background-image:url("../../../static/images/terminal_icon.png");background-size:20px 20px}.terminalBtn___3mlyh .terminalText___6f8Wc{color:#ff4d4f}.splitLine___1iuET{position:relative;color:#373f5d;margin:0 10px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splitLine___1iuET::before{content:"";position:absolute;top:-3px;width:1px;height:16px;background-color:#373f5d}.moreBtnVisibly___VimVQ{display:none}.moreBtnMargin___2KuMQ{margin:10px 0}.tabLight___ejwbm .splitLine___1iuET::before{background-color:#e6e7ea}
.loginFlex___1tJaD{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.light___2Vf7s{background:#fff !important;color:#262c46 !important}.avatar___2fi_a{margin-right:10px}.userName___2KHJr{display:inline-block;vertical-align:middle;max-width:215px;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-align:justify}[data-theme=common_theme] .userName___2KHJr{color:#3b404a}[data-theme=black_theme] .userName___2KHJr{color:#fff}.logout___zmZeA{width:20px;height:20px;margin-left:20px;cursor:pointer}.login___1ocj0,.register___3yPxP{height:32px;width:56px;border-radius:3px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center}.login___1ocj0{margin-right:10px;background:#353f5f;border-color:#353f5f}.register___3yPxP{background:#d7000f;border-color:#353f5f}.tipText___1hALJ .ant-tooltip-inner{color:#000;min-height:auto;font-size:12px;padding:2px 4px}
.headerCmp___2f8Or{height:50px;display:-ms-flexbox;display:flex}[data-theme=common_theme] .headerCmp___2f8Or{background:#fff}[data-theme=black_theme] .headerCmp___2f8Or{background:#0a0f32}.headerCmp___2f8Or .left___3W18H{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;height:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.headerCmp___2f8Or .right___bEYF8{width:100%;padding-left:40px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.headerCmp___2f8Or .right___bEYF8 .contantUs___1rPfJ{cursor:pointer}.headerCmp___2f8Or .right___bEYF8 .contantUs___1rPfJ:hover{color:#22a4f9}.headerCmp___2f8Or .right___bEYF8 .active___1Q_76{color:#22a4f9}.headerCmp___2f8Or .right___bEYF8 .divider___3_5wi{border-color:#353f5f;height:1.5em;margin:0 20px}.headerCmp___2f8Or .right___bEYF8 .themeLogo___2JK16{cursor:pointer;width:20px;height:20px;margin:0 20px;vertical-align:sub}.headerCmp___2f8Or .right___bEYF8 .loginContent___hYDFS{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.headerCmp___2f8Or .right___bEYF8 .freeTrial___23-R9{color:#fff;border:none;width:84px}.headerCmp___2f8Or .light___T4c8Y .divider___3_5wi{border-color:#e6e7ea !important;height:1.5em;margin:0 20px}.tipText___16wo0 .ant-tooltip-inner{color:#000;min-height:auto;font-size:12px;padding:2px 4px}.themeMenu___1HY2J img{width:20px;height:20px}.themeMenu___1HY2J .ant-dropdown-menu-dark{background:#27305f !important;padding:6px 0}.themeMenu___1HY2J .ant-dropdown-menu-item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:10px}
.arrow___3z3ou{width:100%;height:20px;display:block;cursor:pointer;border-right:1px solid}[data-theme=common_theme] .arrow___3z3ou{border-color:#dee1e6}[data-theme=black_theme] .arrow___3z3ou{border-color:#27305f}[data-theme=common_theme] .arrow___3z3ou{background:#f2f4fa}[data-theme=black_theme] .arrow___3z3ou{background:#0a0f32}.open___2sIrL{display:block}.open___2sIrL svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}[data-theme=common_theme] .open___2sIrL svg path{fill:#7a7f8a}[data-theme=black_theme] .open___2sIrL svg path{fill:#fff}.close___3OgAh{display:block}[data-theme=common_theme] .close___3OgAh svg path{fill:#7a7f8a}[data-theme=black_theme] .close___3OgAh svg path{fill:#fff}.arrowOpen___2EENV{width:20px}
.arrow___2OUo6{width:100%;height:20px;display:block;cursor:pointer}[data-theme=common_theme] .arrow___2OUo6{background:#f2f4fa}[data-theme=black_theme] .arrow___2OUo6{background:#0a0f32}.open___3iK58{display:block}[data-theme=common_theme] .open___3iK58 svg path{fill:#7a7f8a}[data-theme=black_theme] .open___3iK58 svg path{fill:#fff}.close___14Tgi{position:relative;display:block;text-align:right}.close___14Tgi svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}[data-theme=common_theme] .close___14Tgi svg path{fill:#7a7f8a}[data-theme=black_theme] .close___14Tgi svg path{fill:#fff}.arrowOpen___VUuwd{width:20px}
.panelContainer___2Ta5G{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;height:calc(100vh - 30px - 50px - 20px)}.panelContainer___2Ta5G .ant-spin-nested-loading{height:100%}
.operationContainer___25blz{display:-ms-flexbox;display:flex;width:100%;height:78px;border-bottom:1px solid}[data-theme=common_theme] .operationContainer___25blz{border-color:#e6e7ea}[data-theme=black_theme] .operationContainer___25blz{border-color:#1b2237}.operationContainer___25blz .operationItem___2gt_a{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-size:14px;font-weight:400;padding:14px 12px;cursor:pointer}[data-theme=common_theme] .operationContainer___25blz .operationItem___2gt_a{color:#12141c}[data-theme=black_theme] .operationContainer___25blz .operationItem___2gt_a{color:#fff}.operationContainer___25blz .operationItem___2gt_a img{width:20px;height:20px;background-size:100% 100%;margin-bottom:10px}
.chartsTypeCon___3KKQS{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;color:#fff;cursor:pointer;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:1px solid}[data-theme=common_theme] .chartsTypeCon___3KKQS{border-color:#e6e7ea}[data-theme=black_theme] .chartsTypeCon___3KKQS{border-color:#1b2237}[data-theme=common_theme] .chartsTypeCon___3KKQS{color:#12141c}[data-theme=black_theme] .chartsTypeCon___3KKQS{color:#fff}.chartsTypeCon___3KKQS .item___35N4w{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;width:25%}.chartsTypeCon___3KKQS .item___35N4w img{width:20px;height:20px;margin:10px;cursor:pointer}.chartsTypeCon___3KKQS .item___35N4w span{margin-bottom:15px}[data-theme=common_theme] .chartsTypeCon___3KKQS .item___35N4w:hover{background:#e9ebf0}[data-theme=black_theme] .chartsTypeCon___3KKQS .item___35N4w:hover{background:#1b2237}.tiptext___2ROCf .ant-tooltip-inner{color:#000;min-height:auto;font-size:12px;padding:2px 4px}
.chartContainer___YaV4h .title___ONAHn{display:block;margin:10px;font-size:16px;font-weight:bold}[data-theme=common_theme] .chartContainer___YaV4h .title___ONAHn{color:#12141c}[data-theme=black_theme] .chartContainer___YaV4h .title___ONAHn{color:#fff}
.smm-component-quick-sign input:-webkit-autofill{box-shadow:0 0 0px 1000px #fff inset !important}.smm-component-quick-sign .smm-component-quick-sign-header{font-size:20px;font-weight:bold;color:#333;text-align:center;margin-bottom:20px}.smm-component-quick-sign .smm-component-quick-sign-body .ant-form-item{margin-bottom:35px}.smm-component-quick-sign .smm-component-quick-sign-body .ant-form-item.ant-form-item-with-help{margin-bottom:0}.smm-component-quick-sign .smm-component-quick-sign-body .ant-form-item-explain{min-height:35px}.smm-component-quick-sign .smm-component-quick-sign-body .ant-form-item-control-input{min-height:23px}.smm-component-quick-sign .smm-component-quick-sign-body .ant-form-item-has-error .ant-select:not(.ant-select-borderless).ant-select-open .ant-select-selector,.smm-component-quick-sign .smm-component-quick-sign-body .ant-form-item-has-error .ant-select:not(.ant-select-borderless).ant-select-focused .ant-select-selector{box-shadow:unset}.smm-component-quick-sign .smm-component-quick-sign-body .ant-input-group-addon{border-top:none;border-left:none;border-right:none;border-radius:unset;background-color:unset}.smm-component-quick-sign .smm-component-quick-sign-body .ant-btn{border-radius:4px}.smm-component-quick-sign .smm-component-quick-sign-body .ant-input{border-top:none;border-left:none;border-right:none;border-radius:unset;color:#333}.smm-component-quick-sign .smm-component-quick-sign-body .ant-input:hover{border-color:#d9d9d9}.smm-component-quick-sign .smm-component-quick-sign-body .ant-input:focus{border-color:#d9d9d9;box-shadow:unset}.smm-component-quick-sign .smm-component-quick-sign-body .get-sms-code{font-size:12px;width:100%;padding:unset}.smm-component-quick-sign .smm-component-quick-sign-body .get-sms-code:disabled{color:#fff;background:rgba(6,29,62,.3) !important}.smm-component-quick-sign .smm-component-quick-sign-body .remember-me{font-size:12px}.smm-component-quick-sign .smm-component-quick-sign-body .remember-me .ant-checkbox-inner{width:12px;height:12px}.smm-component-quick-sign .smm-component-quick-sign-body .remember-me .ant-checkbox-inner:after{width:4px;height:8px}.smm-component-quick-sign .smm-component-quick-sign-body .password-login{float:right;font-size:12px;color:#999;text-decoration:underline}.smm-component-quick-sign .smm-component-quick-sign-body .submit-button-box{text-align:center;margin-bottom:24px;margin-top:-12px}.smm-component-quick-sign .smm-component-quick-sign-body .submit-button-box .one-key-login-register{width:160px;height:40px;color:#fff;background:#d7000f}.smm-component-quick-sign .smm-component-quick-sign-body .submit-button-box .one-key-login-register:disabled{background:rgba(6,29,62,.3)}.smm-component-quick-sign .smm-component-quick-sign-footer{width:310px;margin:0 auto;text-align:center;font-size:12px;color:#999}
.indexListContainer___kFbz2{padding:20px 10px 14px}.indexListContainer___kFbz2 .header___10yDu{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}[data-theme=common_theme] .indexListContainer___kFbz2 .header___10yDu{color:#12141c}[data-theme=black_theme] .indexListContainer___kFbz2 .header___10yDu{color:#fff}.indexListContainer___kFbz2 .header___10yDu .categoryTitle___1VyOj{font-size:16px;font-weight:bold}.indexListContainer___kFbz2 .header___10yDu .inputClearIcon___vUy4v{width:14px;height:14px;background:url("../../../static/images/icon-clear.png");background-size:100%;cursor:pointer}.indexListContainer___kFbz2 .header___10yDu .iconContainer___xb55q{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;margin-left:auto}.indexListContainer___kFbz2 .header___10yDu .iconContainer___xb55q img{cursor:pointer;width:20px;height:20px}.indexListContainer___kFbz2 .header___10yDu .iconContainer___xb55q .operate___3olrU{cursor:pointer}.indexListContainer___kFbz2 .header___10yDu .iconContainer___xb55q .operate___3olrU:not(:last-child){margin-right:20px}.indexListContainer___kFbz2 .header___10yDu .iconContainer___xb55q .operate___3olrU img{width:20px;height:20px;margin-right:5px;vertical-align:sub}.indexListContainer___kFbz2 .header___10yDu .iconContainer___xb55q .operate___3olrU:hover{color:#fff}.indexListContainer___kFbz2 .header___10yDu .iconContainer___xb55q .operate___3olrU:hover .iconRename___1Y7Zo,.indexListContainer___kFbz2 .header___10yDu .iconContainer___xb55q .operate___3olrU:hover .iconDelete___ZmkMJ{background-image:url("../../../static/images/white_zuhe_rename.png")}.indexListContainer___kFbz2 .header___10yDu .iconContainer___xb55q .operate___3olrU:hover .iconDelete___ZmkMJ{background-image:url("../../../static/images/white_delete.png")}.indexListContainer___kFbz2 .header___10yDu .iconContainer___xb55q .operate___3olrU .iconRename___1Y7Zo,.indexListContainer___kFbz2 .header___10yDu .iconContainer___xb55q .operate___3olrU .iconDelete___ZmkMJ{width:20px;height:20px;display:inline-block;background:url("../../../static/images/zuhe_rename.png") center center;background-size:100% 100%;vertical-align:sub}.indexListContainer___kFbz2 .header___10yDu .iconContainer___xb55q .operate___3olrU .iconDelete___ZmkMJ{background-image:url("../../../static/images/zuhe_delete.png")}.indexListContainer___kFbz2 .header___10yDu .ant-input-affix-wrapper-sm{padding:0 10px}[data-theme=common_theme] .indexListContainer___kFbz2 .header___10yDu .ant-input{background:#fff}[data-theme=black_theme] .indexListContainer___kFbz2 .header___10yDu .ant-input{background:#353f5f}[data-theme=common_theme] .indexListContainer___kFbz2 .header___10yDu .ant-input{color:#3b404a}[data-theme=black_theme] .indexListContainer___kFbz2 .header___10yDu .ant-input{color:#fff}.indexListContainer___kFbz2 .header___10yDu .ant-input-affix-wrapper{border-top:none;border-left:none;border-right:none;border-bottom:2px solid #22a4f9}[data-theme=common_theme] .indexListContainer___kFbz2 .header___10yDu .ant-input-affix-wrapper{background:#fff}[data-theme=black_theme] .indexListContainer___kFbz2 .header___10yDu .ant-input-affix-wrapper{background:#353f5f}.indexListContainer___kFbz2 .header___10yDu .ant-input-clear-icon{color:#878eaa;font-size:14px}.indexListContainer___kFbz2 .header___10yDu .ant-input-affix-wrapper-focused,.indexListContainer___kFbz2 .header___10yDu .ant-input-affix-wrapper:focus{box-shadow:none;border-top:none;border-left:none;border-right:none}
.calcSymbol___1-y_W{display:inline-block;color:#22a4f9;font-size:16px;vertical-align:middle;margin-left:5px}
.container___DQoiR{position:relative;height:100%}.container___DQoiR .indexTableCmp___1kEtF{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.container___DQoiR .indexTableCmp___1kEtF .indexTable___3bW1a{height:calc(100vh - 186px - 78px - 20px - 50px - 40px - 60px);color:#fff;padding:0 10px 0px 10px;min-height:420px;overflow:auto}.container___DQoiR .indexTableCmp___1kEtF .indexTable___3bW1a .indexTableItemContainer___1A1Jm{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;border-radius:4px;padding:10px;margin-bottom:10px}[data-theme=common_theme] .container___DQoiR .indexTableCmp___1kEtF .indexTable___3bW1a .indexTableItemContainer___1A1Jm{background:#fff}[data-theme=black_theme] .container___DQoiR .indexTableCmp___1kEtF .indexTable___3bW1a .indexTableItemContainer___1A1Jm{background:#353f5f}.container___DQoiR .indexTableCmp___1kEtF .indexTable___3bW1a .indexTableItemContainer___1A1Jm .indexTableItem___1zwuV{display:block;width:280px;color:#858ead;font-size:14px}.container___DQoiR .indexTableCmp___1kEtF .indexTable___3bW1a .indexTableItemContainer___1A1Jm .indexTableItem___1zwuV li{font-size:14px;font-weight:400;line-height:20px;margin-bottom:4px}.container___DQoiR .indexTableCmp___1kEtF .indexTable___3bW1a .indexTableItemContainer___1A1Jm .indexTableItem___1zwuV .quotaName___2W0cC{margin-bottom:6px}[data-theme=common_theme] .container___DQoiR .indexTableCmp___1kEtF .indexTable___3bW1a .indexTableItemContainer___1A1Jm .indexTableItem___1zwuV .quotaName___2W0cC{color:#3b404a}[data-theme=black_theme] .container___DQoiR .indexTableCmp___1kEtF .indexTable___3bW1a .indexTableItemContainer___1A1Jm .indexTableItem___1zwuV .quotaName___2W0cC{color:#fff}.container___DQoiR .indexTableCmp___1kEtF .indexTable___3bW1a .indexTableItemContainer___1A1Jm .indexTableItem___1zwuV label:after{content:":";margin-right:6px}.container___DQoiR .indexTableCmp___1kEtF .indexTable___3bW1a .indexTableItemContainer___1A1Jm .indexTableItem___1zwuV .hideList___3YGu_{display:none}.container___DQoiR .indexTableCmp___1kEtF .indexTable___3bW1a .indexTableItemContainer___1A1Jm .indexTableItem___1zwuV .noAuthMark___1fW-E{display:inline-block;position:relative;float:right}.container___DQoiR .indexTableCmp___1kEtF .indexTable___3bW1a .indexTableItemContainer___1A1Jm .indexTableItemToolbar___2m7rZ{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:end;align-items:flex-end}.container___DQoiR .indexTableCmp___1kEtF .indexTable___3bW1a .indexTableItemContainer___1A1Jm .indexTableItemToolbar___2m7rZ .viewDetail___2Q-uw{width:70px;text-align:center;background-color:#22a4f9;height:22px;line-height:22px;border-radius:2px;font-size:12px;cursor:pointer}.container___DQoiR .indexTableCmp___1kEtF .indexTable___3bW1a .indexTableItemContainer___1A1Jm .indexTableItemToolbar___2m7rZ .viewDetail___2Q-uw:hover{background-color:#4bb7ff}.container___DQoiR .indexTableCmp___1kEtF .indexTable___3bW1a .indexTableItemContainer___1A1Jm .indexTableItemToolbar___2m7rZ .closeIcon___3kpXM,.container___DQoiR .indexTableCmp___1kEtF .indexTable___3bW1a .indexTableItemContainer___1A1Jm .indexTableItemToolbar___2m7rZ .closeIcon___3kpXM:hover{height:20px;width:20px;display:block;background-image:url("../../../static/images/icon-close.png");cursor:pointer;background-size:100%,100%}.container___DQoiR .indexTableCmp___1kEtF .indexTable___3bW1a .indexTableItemContainer___1A1Jm .indexTableItemToolbar___2m7rZ .closeIcon___3kpXM:hover{background-image:url("../../../static/images/icon-close-hover.png")}.container___DQoiR .indexTableCmp___1kEtF .indexTable___3bW1a .indexTableItemContainer___1A1Jm .indexTableItemToolbar___2m7rZ .expandIcon___2fGKR,.container___DQoiR .indexTableCmp___1kEtF .indexTable___3bW1a .indexTableItemContainer___1A1Jm .indexTableItemToolbar___2m7rZ .expandIcon___2fGKR:hover{height:20px;width:20px;display:block;background-image:url("../../../static/images/icon-expand.png");cursor:pointer;background-size:100%,100%}.container___DQoiR .indexTableCmp___1kEtF .indexTable___3bW1a .indexTableItemContainer___1A1Jm .indexTableItemToolbar___2m7rZ .expandIcon___2fGKR:hover{background-image:url("../../../static/images/icon-expand-hover.png")}.container___DQoiR .indexTableCmp___1kEtF .indexTable___3bW1a .indexTableItemContainer___1A1Jm .indexTableItemToolbar___2m7rZ .infoIcon___34wqt{height:20px;width:20px;display:block;background-image:url("../../../static/images/icon-info.png");cursor:pointer;background-size:100%,100%}.container___DQoiR .indexTableCmp___1kEtF .indexTable___3bW1a.light___KMfAU .tableCellFirst___1edDb{position:relative;background:#eaebef !important}.container___DQoiR .indexTableCmp___1kEtF .indexTable___3bW1a.light___KMfAU .tableCellFirst___1edDb .icon___2G1Ci{position:absolute;top:0;right:0}.container___DQoiR .indexTableCmp___1kEtF .indexTable___3bW1a.light___KMfAU .tableCellFirst___1edDb .icon___2G1Ci img{vertical-align:top;width:14px;height:14px}.container___DQoiR .indexTableCmp___1kEtF .indexTable___3bW1a.light___KMfAU .tableCellFirst___1edDb .icon___2G1Ci img.indexInfo___1lQGJ{margin-right:5px}.container___DQoiR .indexTableCmp___1kEtF .indexTable___3bW1a.light___KMfAU .tableCellFirst___1edDb .icon___2G1Ci img.removeIndex___LOc8K{cursor:pointer}.container___DQoiR .indexTableCmp___1kEtF .empty___2BIkk{font-size:20px;color:#858ead;text-align:center;margin-top:50%}.container___DQoiR .indexTableCmp___1kEtF .empty___2BIkk .emptyZuhe___1EOBE{font-size:14px;margin-top:10px}.container___DQoiR .indexTableCmp___1kEtF .ant-spin-blur::after{opacity:0}.container___DQoiR .indexInfoText___1SVTb .ant-tooltip-inner{color:#000}.container___DQoiR .ant-spin{position:absolute;top:50%;width:100%}
.analysisPage___1x526{height:100vh}.analysisPage___1x526 .wrap-definition{height:calc(100% - 80px)}.analysisPage___1x526 .ant-table-tbody-virtual-scrollbar-horizontal___EAale,.analysisPage___1x526 .ant-table-tbody-virtual-scrollbar-vertical___3pGVM{visibility:visible !important}.analysisPage___1x526 ::-webkit-scrollbar{width:8px !important;height:8px !important}.analysisPage___1x526 ::-webkit-scrollbar-thumb{border-radius:6px;opacity:.5}[data-theme=common_theme] .analysisPage___1x526 ::-webkit-scrollbar-thumb{background:#c7c7c766 !important}[data-theme=black_theme] .analysisPage___1x526 ::-webkit-scrollbar-thumb{background:#7a7f8a6e !important}[data-theme=common_theme] .analysisPage___1x526 ::-webkit-scrollbar-thumb{background:#c7c7c766}[data-theme=black_theme] .analysisPage___1x526 ::-webkit-scrollbar-thumb{background:#7a7f8a6e}[data-theme=common_theme] .analysisPage___1x526 ::-webkit-scrollbar-track{background:#f2f4fa !important}[data-theme=black_theme] .analysisPage___1x526 ::-webkit-scrollbar-track{background:#0a0f32 !important}[data-theme=common_theme] .analysisPage___1x526 ::-webkit-scrollbar-track{background:#f2f4fa}[data-theme=black_theme] .analysisPage___1x526 ::-webkit-scrollbar-track{background:#0a0f32}.analysisPreview___YJ6XQ{height:100vh}
.content___2rWoQ{display:-ms-flexbox;display:flex;height:100%}[data-theme=common_theme] .content___2rWoQ{background:#fff}[data-theme=black_theme] .content___2rWoQ{background:#0a0f32}.content___2rWoQ .left___3Y3TN{width:300px;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;opacity:1;transition:width .2s ease;position:relative;left:0}[data-theme=common_theme] .content___2rWoQ .left___3Y3TN{background:#f2f4fa}[data-theme=black_theme] .content___2rWoQ .left___3Y3TN{background:#0a0f32}.content___2rWoQ .left___3Y3TN.fold___2O24J{width:20px}.content___2rWoQ .left___3Y3TN .resizeBox___3LAIl{border-right:1px solid;z-index:999;min-height:calc(100% - 20px)}[data-theme=common_theme] .content___2rWoQ .left___3Y3TN .resizeBox___3LAIl{background:#f2f4fa}[data-theme=black_theme] .content___2rWoQ .left___3Y3TN .resizeBox___3LAIl{background:#0a0f32}[data-theme=common_theme] .content___2rWoQ .left___3Y3TN .resizeBox___3LAIl{border-color:#dee1e6}[data-theme=black_theme] .content___2rWoQ .left___3Y3TN .resizeBox___3LAIl{border-color:#27305f}.content___2rWoQ .left___3Y3TN .resizeBox___3LAIl.transition____b8l3{transition:all .2s ease}.content___2rWoQ .left___3Y3TN .resizeBox___3LAIl.fold___2O24J{opacity:0;visibility:hidden}.content___2rWoQ .left___3Y3TN .resizeBox___3LAIl .backward___QphP2{position:absolute;right:-30px;top:40%;width:30px;padding:10px 2px;border-top-right-radius:30px;border-bottom-right-radius:30px;color:#fff;background:#262c46;cursor:pointer}.content___2rWoQ .left___3Y3TN .resizeBox___3LAIl .backward___QphP2 .anticon-backward{font-size:20px}.content___2rWoQ .center___26hMJ{width:100%;overflow:hidden;height:calc(100vh - 80px)}.content___2rWoQ .right___1_9Br{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;transition:width .2s ease}[data-theme=common_theme] .content___2rWoQ .right___1_9Br{background:#f2f4fa}[data-theme=black_theme] .content___2rWoQ .right___1_9Br{background:#0a0f32}.content___2rWoQ .right___1_9Br .resizeBox___3LAIl{z-index:999;transition:width .2s ease}[data-theme=common_theme] .content___2rWoQ .right___1_9Br .resizeBox___3LAIl{background:#f2f4fa}[data-theme=black_theme] .content___2rWoQ .right___1_9Br .resizeBox___3LAIl{background:#0a0f32}.content___2rWoQ .right___1_9Br .resizeBox___3LAIl.transition____b8l3{transition:all .2s ease}.content___2rWoQ .right___1_9Br .resizeBox___3LAIl.fold___2O24J{opacity:0;visibility:hidden}.content___2rWoQ .right___1_9Br .resizeBox___3LAIl .backward___QphP2{position:absolute;right:-30px;top:40%;width:30px;padding:10px 2px;border-top-right-radius:30px;border-bottom-right-radius:30px;color:#fff;cursor:pointer}[data-theme=common_theme] .content___2rWoQ .right___1_9Br .resizeBox___3LAIl .backward___QphP2{background:#f2f4fa}[data-theme=black_theme] .content___2rWoQ .right___1_9Br .resizeBox___3LAIl .backward___QphP2{background:#0a0f32}.content___2rWoQ .right___1_9Br .resizeBox___3LAIl .backward___QphP2 .anticon-backward{font-size:20px}
.lightThemeRow___21oCI{color:#12141c !important;border-bottom:1px solid #eaebef !important;border-right:1px solid #eaebef !important;background-color:transparent !important}.lightThemeRow___21oCI span{background-color:#fff !important;color:#353f5f !important;border-bottom:1px solid #e8e8f0 !important}.lightThemeRow___21oCI span:nth-child(1){background-color:#fff !important}.lightThemeRow___21oCI span:nth-child(2){background-color:rgba(233,233,236,.4) !important}.lightThemeRow___21oCI span:nth-child(3){background-color:#e9e9ec !important;opacity:.8 !important}.dataTableCmpEn___sK2pB{background:url("../../../static/images/smm-bg-en-small.png") !important}.customScroll___3hddn .ant-table .ant-table-container .ant-table-header .ant-table-cell:nth-last-child(2){border-right:none}.dataTableCmp___3w6oG{background:url("../../../static/images/smm-bg.png") !important;background-color:#020621;height:calc(100% - 60px)}.dataTableCmp___3w6oG .virtualTable___1OpmY .closeIcon___1ERbh{cursor:pointer;background-size:100% 100%;background-repeat:no-repeat;width:16px;height:16px;margin-left:auto;right:0px;top:0px;background-image:url("../../../static/images/close.png");display:block;position:absolute;z-index:999}.dataTableCmp___3w6oG .virtualTable___1OpmY .closeIcon___1ERbh:hover{background-image:url("../../../static/images/close-hover-night.png")}.dataTableCmp___3w6oG .virtualTable___1OpmY.light___1Trxe .closeIcon___1ERbh:hover{background-image:url("../../../static/images/close-hover-light.png")}.dataTableCmp___3w6oG .virtualTable___1OpmY.light___1Trxe .ant-table .ant-table-container{border-radius:unset;border-color:#eaebef !important}.dataTableCmp___3w6oG .virtualTable___1OpmY.light___1Trxe .ant-table .ant-table-container::before,.dataTableCmp___3w6oG .virtualTable___1OpmY.light___1Trxe .ant-table .ant-table-container::after{display:none}.dataTableCmp___3w6oG .virtualTable___1OpmY.light___1Trxe .ant-table .ant-table-container .ant-table-header{width:calc(100% + 1px)}.dataTableCmp___3w6oG .virtualTable___1OpmY.light___1Trxe .ant-table .ant-table-container .ant-table-header .ant-table-cell{position:relative;line-height:20px;border-radius:unset;border-color:#dcdce0 !important;background:#eaebef !important;color:#262c46 !important;padding:10px 0;font-weight:400}.dataTableCmp___3w6oG .virtualTable___1OpmY.light___1Trxe .ant-table .ant-table-container .ant-table-header .ant-table-cell .ant-table-column-sorters{padding:0}.dataTableCmp___3w6oG .virtualTable___1OpmY.light___1Trxe .ant-table .ant-table-container .ant-table-header .ant-table-cell .ant-table-column-sorters .ant-table-column-sorter-full{margin-top:-0.4em}.dataTableCmp___3w6oG .virtualTable___1OpmY.light___1Trxe .ant-table .ant-table-container .ant-table-filter-trigger-container{color:#262c46 !important;background:#eaebef !important}.dataTableCmp___3w6oG .virtualTable___1OpmY.light___1Trxe .ant-table .ant-table-container .ant-table-filter-trigger-container:hover{background:#eaebef !important}.dataTableCmp___3w6oG .virtualTable___1OpmY.light___1Trxe .ant-table .ant-table-container .ant-table-filter-trigger-container .ant-table-filter-trigger{color:#262c46 !important}.dataTableCmp___3w6oG .virtualTable___1OpmY.light___1Trxe .ant-table .ant-table-container .ant-table-filter-trigger-container .ant-table-filter-trigger:hover{color:#262c46 !important}.dataTableCmp___3w6oG .virtualTable___1OpmY.light___1Trxe .ant-table .ant-table-container .ant-table-thead th.ant-table-column-has-sorters:hover .ant-table-filter-trigger-container{background:#eaebef !important}.dataTableCmp___3w6oG .virtualTable___1OpmY.light___1Trxe .ant-table .ant-table-container .ant-table-thead tr th.ant-table-column-has-sorters .ant-table-filter-column-title{padding:0 2.3em 0 8px}.dataTableCmp___3w6oG .virtualTable___1OpmY.light___1Trxe .ant-table .ant-table-container .ant-table-cell-scrollbar{box-shadow:none}.dataTableCmp___3w6oG .virtualTable___1OpmY .virtualTableCell___1sntD{box-sizing:border-box;text-align:center;line-height:30px;color:#fff;border-bottom:1px solid #353f5f;border-right:1px solid #353f5f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 2px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.dataTableCmp___3w6oG .virtualTable___1OpmY .virtualTableCell___1sntD span{height:30px;border-bottom:1px solid #353f5f;font-size:14px;font-weight:400;color:#fff;line-height:30px}.dataTableCmp___3w6oG .virtualTable___1OpmY .virtualTableCell___1sntD span:nth-child(1){background-color:#1c2235}.dataTableCmp___3w6oG .virtualTable___1OpmY .virtualTableCell___1sntD span:nth-child(2){background-color:#1c2f4b}.dataTableCmp___3w6oG .virtualTable___1OpmY .virtualTableCell___1sntD span:nth-child(3){background-color:#1d4c76}.dataTableCmp___3w6oG .virtualTable___1OpmY .virtualTableCell___1sntD span:nth-child(4){background-color:#1c2235;border:none}.dataTableCmp___3w6oG .virtualTable___1OpmY .nonStandardRow___2C4Kh{display:block}.dataTableCmp___3w6oG .virtualTable___1OpmY .oddRow___1YFyt{background-color:rgba(27,33,55,.6)}.dataTableCmp___3w6oG .virtualTable___1OpmY .ant-table{background:transparent}.dataTableCmp___3w6oG .virtualTable___1OpmY .ant-table .ant-table-container{border-radius:unset;border-color:#353f5f}.dataTableCmp___3w6oG .virtualTable___1OpmY .ant-table .ant-table-container::before,.dataTableCmp___3w6oG .virtualTable___1OpmY .ant-table .ant-table-container::after{display:none}.dataTableCmp___3w6oG .virtualTable___1OpmY .ant-table .ant-table-container .ant-table-header{width:calc(100% + 1px)}.dataTableCmp___3w6oG .virtualTable___1OpmY .ant-table .ant-table-container .ant-table-header .ant-table-cell{line-height:20px;border-radius:unset;border-color:#353f5f;background:#262c46;color:#fff;padding:10px 0}.dataTableCmp___3w6oG .virtualTable___1OpmY .ant-table .ant-table-container .ant-table-header .ant-table-cell .ant-table-column-sorters{padding:0}.dataTableCmp___3w6oG .virtualTable___1OpmY .ant-table .ant-table-container .ant-table-header .ant-table-cell .ant-table-column-sorters .ant-table-column-sorter-full{margin-top:-0.4em}.dataTableCmp___3w6oG .virtualTable___1OpmY .ant-table .ant-table-container .ant-table-filter-trigger-container{color:#bfbfbf;background:#262c46}.dataTableCmp___3w6oG .virtualTable___1OpmY .ant-table .ant-table-container .ant-table-filter-trigger-container:hover{background:#262c46}.dataTableCmp___3w6oG .virtualTable___1OpmY .ant-table .ant-table-container .ant-table-filter-trigger-container .ant-table-filter-trigger{color:#bfbfbf}.dataTableCmp___3w6oG .virtualTable___1OpmY .ant-table .ant-table-container .ant-table-filter-trigger-container .ant-table-filter-trigger:hover{color:#bfbfbf}.dataTableCmp___3w6oG .virtualTable___1OpmY .ant-table .ant-table-container .ant-table-thead th.ant-table-column-has-sorters:hover .ant-table-filter-trigger-container{background:#262c46}.dataTableCmp___3w6oG .virtualTable___1OpmY .ant-table .ant-table-container .ant-table-thead tr th.ant-table-column-has-sorters .ant-table-filter-column-title{padding:0 2.3em 0 8px}.dataTableCmp___3w6oG .virtualTable___1OpmY .ant-table .ant-table-container .ant-table-cell-scrollbar{box-shadow:none}.dataTableCmp___3w6oG .empty___2PInt{font-size:20px;color:#858ead;text-align:center;padding-top:200px}.dataTableCmp___3w6oG .empty___2PInt img{width:200px;height:123px;margin-bottom:10px}.dataTableCmp___3w6oG .ant-spin-blur::after{opacity:0}
.light___EOoHz{background:#eaebef !important;color:#262c46 !important;border-color:#eaebef !important}.light___EOoHz input{color:#262c46 !important}.lightOrigin___3M4gu{background:#fff !important;color:#262c46 !important;border-color:#eaebef !important}.lightOrigin___3M4gu input{color:#262c46 !important}.datePickCmp___AYAwR{display:inline-block;font-size:14px;color:#fff}.datePickCmp___AYAwR .picker___1zrUZ{width:125px;height:30px;background:#353f5f;border:none;color:#fff}.datePickCmp___AYAwR .picker___1zrUZ input{color:#fff}.datePickCmp___AYAwR .picker___1zrUZ .ant-picker-suffix{color:#858ead}.datePickCmp___AYAwR .search___TsORt{width:60px;height:30px;color:#fff;font-size:12px;margin-left:10px;background:#353f5f;border-color:#353f5f}.datePickCmp___AYAwR .search___TsORt:hover{color:#fff;background:#d7000f;border-color:#d7000f}
.datePickerTable___1SQnc{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative;height:250px;-ms-flex-pack:space-evenly;justify-content:space-evenly;padding:0}.datePickerTable___1SQnc .datePickerContainer___j2k7m{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.datePickerTable___1SQnc .rage___1w6p8{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.datePickerTable___1SQnc .rage___1w6p8 label:after{content:":"}.datePickerTable___1SQnc .type___3Tuuz{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.datePickerTable___1SQnc label{margin-right:6px}.datePickerTable___1SQnc .dropdownLeft___2W0T6{position:absolute;left:317px !important;top:-70px !important}.datePickerTable___1SQnc .dropdownLeft___2W0T6 .ant-picker-range-arrow{display:none}.datePickerTable___1SQnc .dropdownRight___XUXlg{position:absolute;left:151px !important;top:-70px !important}.datePickerTable___1SQnc .dropdownRight___XUXlg .ant-picker-range-arrow{display:none}[data-theme=common_theme] .datePickerTable___1SQnc .ant-select .ant-select-selector{background:#fff}[data-theme=black_theme] .datePickerTable___1SQnc .ant-select .ant-select-selector{background:#0a0f32}[data-theme=common_theme] .datePickerTable___1SQnc .ant-select .ant-select-selector{border-color:#d9d9d9}[data-theme=black_theme] .datePickerTable___1SQnc .ant-select .ant-select-selector{border-color:#686f7d}[data-theme=common_theme] .datePickerTable___1SQnc .ant-select .ant-select-selector{color:#000000d9}[data-theme=black_theme] .datePickerTable___1SQnc .ant-select .ant-select-selector{color:#fff}[data-theme=common_theme] .datePickerTable___1SQnc .ant-select .ant-select-arrow{color:#000000d9}[data-theme=black_theme] .datePickerTable___1SQnc .ant-select .ant-select-arrow{color:#fff}[data-theme=common_theme] .datePickerTable___1SQnc .ant-picker{background:#fff}[data-theme=black_theme] .datePickerTable___1SQnc .ant-picker{background:#0a0f32}[data-theme=common_theme] .datePickerTable___1SQnc .ant-picker{border-color:#d9d9d9}[data-theme=black_theme] .datePickerTable___1SQnc .ant-picker{border-color:#686f7d}[data-theme=common_theme] .datePickerTable___1SQnc .ant-picker .ant-picker-input input,[data-theme=common_theme] .datePickerTable___1SQnc .ant-picker .ant-picker-input .ant-picker-suffix{color:#000000d9}[data-theme=black_theme] .datePickerTable___1SQnc .ant-picker .ant-picker-input input,[data-theme=black_theme] .datePickerTable___1SQnc .ant-picker .ant-picker-input .ant-picker-suffix{color:#fff}[data-theme=common_theme] .datePickerTable___1SQnc .ant-picker-disabled{background:#f5f5f5}[data-theme=black_theme] .datePickerTable___1SQnc .ant-picker-disabled{background:#353f5f}[data-theme=common_theme] .datePickerTable___1SQnc .ant-picker-disabled{border-color:#00000040}[data-theme=black_theme] .datePickerTable___1SQnc .ant-picker-disabled{border-color:#686f7d}[data-theme=common_theme] .datePickerTable___1SQnc .ant-picker-disabled input,[data-theme=common_theme] .datePickerTable___1SQnc .ant-picker-disabled .ant-picker-suffix{color:#00000040 !important}[data-theme=black_theme] .datePickerTable___1SQnc .ant-picker-disabled input,[data-theme=black_theme] .datePickerTable___1SQnc .ant-picker-disabled .ant-picker-suffix{color:#686f7d !important}[data-theme=common_theme] .datePickerTable___1SQnc .ant-picker-disabled input,[data-theme=common_theme] .datePickerTable___1SQnc .ant-picker-disabled .ant-picker-suffix{color:#00000040}[data-theme=black_theme] .datePickerTable___1SQnc .ant-picker-disabled input,[data-theme=black_theme] .datePickerTable___1SQnc .ant-picker-disabled .ant-picker-suffix{color:#686f7d}[data-theme=common_theme] .datePickerTable___1SQnc .ant-picker-panel-container{background:#fff}[data-theme=black_theme] .datePickerTable___1SQnc .ant-picker-panel-container{background:#353f5f}[data-theme=common_theme] .datePickerTable___1SQnc .ant-picker-panel-container{color:rgba(0,0,0,.25)}[data-theme=black_theme] .datePickerTable___1SQnc .ant-picker-panel-container{color:#979ba5}[data-theme=common_theme] .datePickerTable___1SQnc .ant-picker-panel-container .ant-picker-panel{border-color:#f0f0f0}[data-theme=black_theme] .datePickerTable___1SQnc .ant-picker-panel-container .ant-picker-panel{border-color:#262b46}[data-theme=common_theme] .datePickerTable___1SQnc .ant-picker-panel-container .ant-picker-header{border-color:#f0f0f0}[data-theme=black_theme] .datePickerTable___1SQnc .ant-picker-panel-container .ant-picker-header{border-color:#262b46}[data-theme=common_theme] .datePickerTable___1SQnc .ant-picker-panel-container .ant-picker-header button{color:rgba(0,0,0,.25)}[data-theme=black_theme] .datePickerTable___1SQnc .ant-picker-panel-container .ant-picker-header button{color:#979ba5}[data-theme=common_theme] .datePickerTable___1SQnc .ant-picker-panel-container .ant-picker-header .ant-picker-header-view button{color:rgba(0,0,0,.85)}[data-theme=black_theme] .datePickerTable___1SQnc .ant-picker-panel-container .ant-picker-header .ant-picker-header-view button{color:#e9ebf0}[data-theme=common_theme] .datePickerTable___1SQnc .ant-picker-panel-container .ant-picker-body thead,[data-theme=common_theme] .datePickerTable___1SQnc .ant-picker-panel-container .ant-picker-body th{color:rgba(0,0,0,.85)}[data-theme=black_theme] .datePickerTable___1SQnc .ant-picker-panel-container .ant-picker-body thead,[data-theme=black_theme] .datePickerTable___1SQnc .ant-picker-panel-container .ant-picker-body th{color:#e9ebf0}[data-theme=common_theme] .datePickerTable___1SQnc .ant-picker-panel-container .ant-picker-body .ant-picker-cell:not(.ant-picker-cell-selected){color:rgba(0,0,0,.25)}[data-theme=black_theme] .datePickerTable___1SQnc .ant-picker-panel-container .ant-picker-body .ant-picker-cell:not(.ant-picker-cell-selected){color:#979ba5}[data-theme=common_theme] .datePickerTable___1SQnc .ant-picker-panel-container .ant-picker-body .ant-picker-cell:not(.ant-picker-cell-selected):hover .ant-picker-cell-inner{background:#f5f5f5 !important}[data-theme=black_theme] .datePickerTable___1SQnc .ant-picker-panel-container .ant-picker-body .ant-picker-cell:not(.ant-picker-cell-selected):hover .ant-picker-cell-inner{background:#0a0f32 !important}[data-theme=common_theme] .datePickerTable___1SQnc .ant-picker-panel-container .ant-picker-body .ant-picker-cell:not(.ant-picker-cell-selected):hover .ant-picker-cell-inner{background:#f5f5f5}[data-theme=black_theme] .datePickerTable___1SQnc .ant-picker-panel-container .ant-picker-body .ant-picker-cell:not(.ant-picker-cell-selected):hover .ant-picker-cell-inner{background:#0a0f32}.datePickerTable___1SQnc .ant-picker-panel-container .ant-picker-body .ant-picker-cell-selected .ant-picker-cell-inner{background-color:#1890ff !important}[data-theme=common_theme] .datePickerTable___1SQnc .ant-picker-panel-container .ant-picker-body .ant-picker-cell-in-view{color:rgba(0,0,0,.85) !important}[data-theme=black_theme] .datePickerTable___1SQnc .ant-picker-panel-container .ant-picker-body .ant-picker-cell-in-view{color:#e9ebf0 !important}[data-theme=common_theme] .datePickerTable___1SQnc .ant-picker-panel-container .ant-picker-body .ant-picker-cell-in-view{color:rgba(0,0,0,.85)}[data-theme=black_theme] .datePickerTable___1SQnc .ant-picker-panel-container .ant-picker-body .ant-picker-cell-in-view{color:#e9ebf0}[data-theme=common_theme] .datePickerTable___1SQnc .ant-picker-panel-container .ant-picker-footer{border-color:#f0f0f0}[data-theme=black_theme] .datePickerTable___1SQnc .ant-picker-panel-container .ant-picker-footer{border-color:#262b46}[data-theme=common_theme] .ant-select-dropdown{background:#fff}[data-theme=black_theme] .ant-select-dropdown{background:#262b46}[data-theme=common_theme] .ant-select-dropdown .ant-select-item{color:#858eaa}[data-theme=black_theme] .ant-select-dropdown .ant-select-item{color:#fff}[data-theme=common_theme] .ant-select-dropdown .ant-select-item-option-selected,[data-theme=common_theme] .ant-select-dropdown .ant-select-item-option-active{color:#858eaa}[data-theme=black_theme] .ant-select-dropdown .ant-select-item-option-selected,[data-theme=black_theme] .ant-select-dropdown .ant-select-item-option-active{color:#fff}[data-theme=common_theme] .ant-select-dropdown .ant-select-item-option-selected,[data-theme=common_theme] .ant-select-dropdown .ant-select-item-option-active{background:#f5f5f5}[data-theme=black_theme] .ant-select-dropdown .ant-select-item-option-selected,[data-theme=black_theme] .ant-select-dropdown .ant-select-item-option-active{background:#0a0f32}
.datePick___lfy-M{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center}.datePick___lfy-M .datePickerContainer___3sfib{background:#1b2237;border-radius:4px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;cursor:pointer;border-radius:4px;border:1px solid #353f5f;padding:6px 7px;font-size:14px}.datePick___lfy-M .datePickerContainer___3sfib:hover{border:1px solid #22a4f9}.datePick___lfy-M .datePickerContainer___3sfib .datePicker___mLuAD{font-size:14px}.datePick___lfy-M .datePickerContainer___3sfib .datePicker___mLuAD span{margin-right:10px}.datePick___lfy-M .datePickerContainer___3sfib .comparison___2O_5M{font-size:12px}.datePick___lfy-M .datePickerContainer___3sfib .comparison___2O_5M span{margin-right:4px;color:#858ead}.datePick___lfy-M .datePickerContainer___3sfib .anticon-caret-down{font-size:16px;color:#858ead;margin:0 6px}.datePick___lfy-M .ant-popover-content .ant-popover-inner{background-color:#353f5f}.datePick___lfy-M .ant-popover-content .ant-popover-inner .ant-popover-inner-content{color:#fff}.datePick___lfy-M .ant-popover-content .ant-popover-arrow{border-color:#353f5f}.datePick___lfy-M .checkBoxGroup___3PEgo{margin-left:20px}.datePick___lfy-M .checkBoxGroup___3PEgo .ant-checkbox-wrapper{color:#fff}[data-theme=common_theme] .datePick___lfy-M .checkBoxGroup___3PEgo .ant-select-dropdown{background:#fff}[data-theme=black_theme] .datePick___lfy-M .checkBoxGroup___3PEgo .ant-select-dropdown{background:#262b46}[data-theme=common_theme] .datePick___lfy-M .checkBoxGroup___3PEgo .ant-select-dropdown .ant-select-item{color:#858ead}[data-theme=black_theme] .datePick___lfy-M .checkBoxGroup___3PEgo .ant-select-dropdown .ant-select-item{color:#e6e7ea}[data-theme=common_theme] .datePick___lfy-M .checkBoxGroup___3PEgo .ant-select-dropdown .ant-select-item-option-selected,[data-theme=common_theme] .datePick___lfy-M .checkBoxGroup___3PEgo .ant-select-dropdown .ant-select-item-option-active{background:#f5f5f5}[data-theme=black_theme] .datePick___lfy-M .checkBoxGroup___3PEgo .ant-select-dropdown .ant-select-item-option-selected,[data-theme=black_theme] .datePick___lfy-M .checkBoxGroup___3PEgo .ant-select-dropdown .ant-select-item-option-active{background:#0a0f32}.datePick___lfy-M .active___2ehxh{border:1px solid #22a4f9}.datePick___lfy-M .selector___T1G2z{color:#fff}.datePick___lfy-M .selector___T1G2z .ant-select-arrow{color:#fff}.lightTheme___32cAM .datePickerContainer___3sfib{background-color:#fff !important;border:1px solid rgba(133,142,173,.6) !important}.lightTheme___32cAM .datePickerContainer___3sfib:hover{border:1px solid #22a4f9 !important}.lightTheme___32cAM .datePickerContainer___3sfib .datePicker___mLuAD{font-size:14px}.lightTheme___32cAM .datePickerContainer___3sfib .datePicker___mLuAD span{color:#353f5f}.lightTheme___32cAM .selector___T1G2z{color:#353f5f !important}.lightTheme___32cAM .selector___T1G2z .ant-select-arrow{color:#353f5f !important}.lightTheme___32cAM .active___2ehxh{border:1px solid #22a4f9 !important}.lightTheme___32cAM .ant-popover-content .ant-popover-inner{background-color:#fff}.lightTheme___32cAM .ant-popover-content .ant-popover-inner .ant-popover-inner-content{color:rgba(0,0,0,.85)}.lightTheme___32cAM .ant-popover-content .ant-popover-arrow{border-color:#fff}
.searchCmp___1ns1y{position:relative;width:280px;height:42px;padding-top:10px;margin:0 auto;transition:width .2s ease;width:97%}.searchCmp___1ns1y.fold___23nmA{width:0}.searchCmp___1ns1y .anticon-search{color:#858ead}[data-theme=common_theme] .searchCmp___1ns1y .ant-input-affix-wrapper{background:#fff}[data-theme=black_theme] .searchCmp___1ns1y .ant-input-affix-wrapper{background:#020621}[data-theme=common_theme] .searchCmp___1ns1y .ant-input-affix-wrapper{border-color:#e9ebf0}[data-theme=black_theme] .searchCmp___1ns1y .ant-input-affix-wrapper{border-color:#27305f}[data-theme=common_theme] .searchCmp___1ns1y .ant-input{background:#fff}[data-theme=black_theme] .searchCmp___1ns1y .ant-input{background:#020621}[data-theme=common_theme] .searchCmp___1ns1y .ant-input{color:#3b404a}[data-theme=black_theme] .searchCmp___1ns1y .ant-input{color:#c0c4cc}.searchCmp___1ns1y .ant-input::-webkit-input-placeholder{color:#c0c4cc}.searchCmp___1ns1y .ant-input:-ms-input-placeholder{color:#c0c4cc}.searchCmp___1ns1y .ant-input::-ms-input-placeholder{color:#c0c4cc}.searchCmp___1ns1y .ant-input::placeholder{color:#c0c4cc}.searchCmp___1ns1y .ant-input-clear-icon{font-size:14px}.searchCmp___1ns1y .searchResult___2__kB{position:absolute;z-index:999;width:100%;max-height:400px;padding:10px 20px;overflow:auto;border:none;box-shadow:0px 3px 6px rgba(0,0,0,.16)}[data-theme=common_theme] .searchCmp___1ns1y .searchResult___2__kB{background:#fff}[data-theme=black_theme] .searchCmp___1ns1y .searchResult___2__kB{background:#353f5f}.searchCmp___1ns1y .searchResult___2__kB .item___2nLr_{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;margin-bottom:15px}[data-theme=black_theme] .searchCmp___1ns1y .searchResult___2__kB .item___2nLr_{color:#fff}.searchCmp___1ns1y .searchResult___2__kB .item___2nLr_:last-child{margin-bottom:0}.searchCmp___1ns1y .searchResult___2__kB .item___2nLr_ .name___wPoW5{display:inline-block;text-align:left;width:70%}.searchCmp___1ns1y .searchResult___2__kB .item___2nLr_ .add___1LVvb,.searchCmp___1ns1y .searchResult___2__kB .item___2nLr_ .noAdd___3srtw,.searchCmp___1ns1y .searchResult___2__kB .item___2nLr_ .added___2DCkR{display:inline-block;text-align:right;width:30%}.searchCmp___1ns1y .searchResult___2__kB .item___2nLr_ .add___1LVvb{color:#22a4f9;cursor:pointer}.searchCmp___1ns1y .searchResult___2__kB .item___2nLr_ .noAdd___3srtw{color:#999;cursor:not-allowed}.searchCmp___1ns1y .searchResult___2__kB .item___2nLr_ .added___2DCkR{color:#999}
.indexHeaderCmp___1suEK{width:100%;height:36px;background:#262c46;color:#858ead;border:1px solid #1b2137;overflow:hidden}.indexHeaderCmp___1suEK .arrowContainer___10SZi{width:60px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.indexHeaderCmp___1suEK .arrowContainer___10SZi .arrowLeft___1roMN,.indexHeaderCmp___1suEK .arrowContainer___10SZi .arrowRight___sENnV{cursor:pointer;width:20px;height:20px;background-size:100% 100%;background-repeat:no-repeat;cursor:pointer}.indexHeaderCmp___1suEK .arrowContainer___10SZi .arrowLeft___1roMN{background-image:url("../../../static/images/arrow2-left.png")}.indexHeaderCmp___1suEK .arrowContainer___10SZi .arrowLeft___1roMN:hover{background-image:url("../../../static/images/arrow2-left-hover.png")}.indexHeaderCmp___1suEK .arrowContainer___10SZi .arrowRight___sENnV{background-image:url("../../../static/images/arrow2-right.png")}.indexHeaderCmp___1suEK .arrowContainer___10SZi .arrowRight___sENnV:hover{background-image:url("../../../static/images/arrow2-right-hover.png")}.indexHeaderCmp___1suEK .paneItemContainer___3PTCo{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;min-width:102px;position:relative;padding:0 5px}.indexHeaderCmp___1suEK .paneItemContainer___3PTCo .text___2Mav1{color:#fff;width:calc(100% - 20px);display:block;line-height:36px;max-width:160px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.indexHeaderCmp___1suEK .paneItemContainer___3PTCo .closeIcon___fh0rG{cursor:pointer;background-size:100% 100%;background-repeat:no-repeat;width:20px;height:20px;margin-left:auto;right:10px;background-image:url("../../../static/images/close.png");display:block}.indexHeaderCmp___1suEK .paneItemContainer___3PTCo .closeIcon___fh0rG:hover{background-image:url("../../../static/images/close-hover-night.png")}.indexHeaderCmp___1suEK .ant-tabs-extra-content{padding:0px !important}.indexHeaderCmp___1suEK .ant-tabs-tab:not(.ant-tabs-tab-active)::after{content:"";position:absolute;right:0;top:31%;width:1px;height:14px;background-color:#353f5f}.indexHeaderCmp___1suEK .ant-tabs-bottom>.ant-tabs-nav,.indexHeaderCmp___1suEK .ant-tabs-bottom>div>.ant-tabs-nav,.indexHeaderCmp___1suEK .ant-tabs-top>.ant-tabs-nav,.indexHeaderCmp___1suEK .ant-tabs-top>div>.ant-tabs-nav{margin:0 !important}.indexHeaderCmp___1suEK .ant-tabs-card>.ant-tabs-nav .ant-tabs-tab,.indexHeaderCmp___1suEK .ant-tabs-card>div>.ant-tabs-nav .ant-tabs-tab{margin:0;padding:0;background:#262c46;border:none;color:#858ead;height:36px}.indexHeaderCmp___1suEK .ant-tabs-tab-btn{width:100%;line-height:36px;padding:0 5px;text-align:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;word-break:break-all;position:relative}.indexHeaderCmp___1suEK .ant-tabs-tab-btn:hover{background:#1b2137}.indexHeaderCmp___1suEK .ant-tabs-tab-btn:hover::before{content:"";width:100%;height:2px;background-color:#22a4f9;position:absolute;top:0;left:0;border-top-left-radius:2px;border-top-right-radius:2px}.indexHeaderCmp___1suEK .ant-tabs-nav-operations{display:none !important}.indexHeaderCmp___1suEK .ant-tabs-tab-active{background:#1b2137 !important;color:#fff;position:relative}.indexHeaderCmp___1suEK .ant-tabs-tab-active::before{content:"";width:100%;height:2px;background-color:#22a4f9;border-top-left-radius:2px;border-top-right-radius:2px;position:absolute;top:0}.indexHeaderCmp___1suEK .ant-tabs>.ant-tabs-nav .ant-tabs-nav-add{min-width:40px;padding:0;background:#262c46;border:none;border-radius:0;outline:none;cursor:pointer;color:#858ead;width:90px}.indexHeaderCmp___1suEK .ant-tabs>.ant-tabs-nav .ant-tabs-nav-add:hover{color:#858ead}.indexHeaderCmp___1suEK .ant-tabs-tab-remove{height:100%;width:20px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin:0}.indexHeaderCmp___1suEK .ant-tabs-extra-content{height:36px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;cursor:pointer;padding:0px 10px;position:relative}.indexHeaderCmp___1suEK .ant-tabs-extra-content:nth-child(1):after{content:"";position:absolute;right:0;top:31%;width:1px;height:14px;background-color:#353f5f}.indexHeaderCmp___1suEK .dropdownContainer___BoXI4{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:40px;height:36px;-ms-flex-pack:center;justify-content:center;position:relative;box-shadow:-10px 0px 10px 0px rgba(27,36,55,.47);border-radius:2px}.indexHeaderCmp___1suEK .dropdownContainer___BoXI4::after{content:"";position:absolute;right:0;top:31%;width:1px;height:14px;background-color:#353f5f}.indexHeaderCmp___1suEK .dropdownContainer___BoXI4:hover{background:#353f5f}.indexHeaderCmp___1suEK .dropdownContainer___BoXI4:hover .panesInfo___1ZU2D{background-image:url("../../../static/images/icon-expand-hover.png")}.indexHeaderCmp___1suEK .dropdownContainer___BoXI4 .panesInfo___1ZU2D{height:100%;width:100%;display:block;background-image:url("../../../static/images/icon-expand.png");cursor:pointer;background-size:50%,50%;background-repeat:no-repeat;background-position:50%}.indexHeaderCmp___1suEK .dropdownContainer___BoXI4 .closeIcon___fh0rG{cursor:pointer;background-size:100% 100%;background-repeat:no-repeat;width:20px;height:20px;margin-left:auto;right:10px}.indexHeaderCmp___1suEK .groupContainer___3-1o4{height:36px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:0 10px;border-radius:2px}.indexHeaderCmp___1suEK .groupContainer___3-1o4 .iconAdd___SZiFX{width:20px;height:20px;position:relative;bottom:1px;margin-right:10px}.indexHeaderCmp___1suEK .groupContainer___3-1o4 .createText___26F0P{color:#fff}.indexHeaderCmp___1suEK .groupContainer___3-1o4:hover{height:36px;cursor:pointer;background:#353f5f}.dropdownOverlay{width:200px;box-shadow:0px 2px 10px 0px rgba(27,36,55,.71);border-radius:4px}.dropdownOverlay .ant-dropdown-menu{padding:2px 14px;background-color:#262b46;top:-4px}.dropdownOverlay .ant-dropdown-menu-item{color:#fff;font-size:14px;position:relative}.dropdownOverlay .ant-dropdown-menu-item .anticon-check{position:absolute;left:-5px;top:calc(50% - 6px);color:#22a4f9}.dropdownOverlay .ant-dropdown-menu-item-active{background-color:#22a4f9;border-radius:2px;color:#fff !important}.dropdownOverlay .ant-dropdown-menu-item-active .anticon-check{visibility:hidden}.dropdownOverlay .ant-tabs-dropdown-menu .ant-tabs-dropdown-menu-root .ant-tabs-dropdown-menu-vertical .closeIcon{cursor:pointer;background-size:100% 100%;background-repeat:no-repeat;width:20px;height:20px;margin-left:auto;right:10px}.dropdownOverlay .ant-tabs-dropdown-menu-item{color:#858ead}.dropdownOverlay .ant-tabs-dropdown-menu-item div{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.dropdownOverlay .ant-tabs-dropdown-menu-item div img{cursor:pointer;background-size:100% 100%;background-repeat:no-repeat;width:20px;height:20px;margin-left:auto;right:10px}.dropdownOverlay .ant-tabs-dropdown-menu-item div:hover{background-color:#353f5f}.dropdownOverlay .ant-tabs-dropdown-menu-item:hover{background-color:#353f5f;color:#22a4f9}.dropdownOverlay .ant-tabs-card.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type),.dropdownOverlay .ant-tabs-card.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type),.dropdownOverlay .ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type),.dropdownOverlay .ant-tabs-card.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type){margin-right:0px}.dropdownOverlay .ant-tabs-card.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type):after,.dropdownOverlay .ant-tabs-card.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type):after,.dropdownOverlay .ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type):after,.dropdownOverlay .ant-tabs-card.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type):after{content:"";height:20px;width:1px;background-color:#fff !important;position:absolute;right:0}.dropdownOverlay .ant-tabs>.ant-tabs-nav .ant-tabs-nav-add{min-width:40px;padding:0;background:#eaebef !important;border:none;border-radius:0;outline:none;cursor:pointer;color:#858ead;width:90px;height:36px}.dropdownOverlay .ant-tabs>.ant-tabs-nav .ant-tabs-nav-add:hover{color:#858ead}.dropdownLight{box-shadow:none !important}.dropdownLight .ant-dropdown-menu{background-color:#fff !important}.dropdownLight .ant-dropdown-menu .ant-dropdown-menu-item{color:#1b2137}.light___3LjBl{border:1px solid #eaebef;border-bottom:1px solid #fff;background-color:#f2f4fa}.light___3LjBl .paneItemContainer___3PTCo .text___2Mav1{color:#353f5f}.light___3LjBl .paneItemContainer___3PTCo .closeIcon___fh0rG:hover{background-image:url("../../../static/images/close-hover-light.png") !important}.light___3LjBl .dropdownContainer___BoXI4{box-shadow:-2px 0px 4px 0px rgba(181,181,181,.5) !important}.light___3LjBl .dropdownContainer___BoXI4:hover{background-color:#eaebef !important}.light___3LjBl .dropdownContainer___BoXI4:hover .panesInfo___1ZU2D{background-image:url("../../../static/images/icon-expand-hover-light.png")}.light___3LjBl .dropdownContainer___BoXI4::after{content:"";position:absolute;right:0;top:31%;width:1px;height:14px;background-color:#a8abb5}.light___3LjBl .groupContainer___3-1o4 .createText___26F0P{color:#1b2137 !important}.light___3LjBl .groupContainer___3-1o4:hover{background:#fff !important}.light___3LjBl .groupContainer___3-1o4:hover .createText___26F0P{color:#1b2137 !important}.light___3LjBl .arrowContainer___10SZi .arrowLeft___1roMN:hover{background-image:url("../../../static/images/arrow2-left-hover-light.png")}.light___3LjBl .arrowContainer___10SZi .arrowRight___sENnV:hover{background-image:url("../../../static/images/arrow2-right-hover-light.png")}.light___3LjBl .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{background:#fff !important}.light___3LjBl .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn::before{content:"";width:100%;height:2px;background-color:#22a4f9;border-top-left-radius:2px;border-top-right-radius:2px;position:absolute;top:0;left:0}.light___3LjBl .ant-tabs-extra-content::after{background-color:#e6e7ea !important}.light___3LjBl .ant-tabs-tab:not(.ant-tabs-tab-active)::after{content:"";position:absolute;right:0;top:31%;width:1px;height:14px;background-color:#e6e7ea}.light___3LjBl .ant-tabs-tab-btn{background:#f2f4fa !important}.light___3LjBl .ant-tabs-tab-btn:hover{background:#fff !important;color:#353f5f !important}.light___3LjBl .ant-tabs-tab-btn:hover::before{content:"";width:100%;height:2px;background-color:#22a4f9;border-top-left-radius:2px;border-top-right-radius:2px;position:absolute;top:0}.light___3LjBl .ant-tabs-tab-active{background:#fff !important;color:#fff;position:relative}.light___3LjBl .ant-tabs-tab-active span{color:#12141c !important;font-weight:bold}.light___3LjBl .ant-tabs-tab-active::before{content:"";width:100%;height:2px;background-color:#22a4f9;border-top-left-radius:2px;border-top-right-radius:2px;position:absolute;top:0}.light___3LjBl .ant-tabs-dropdown-menu{max-width:150px;background-color:#eaebef !important}
.exportExcelCmp___9fxrq{display:inline-block}.exportExcelCmp___9fxrq .icon___2fBHa{width:20px;height:20px;cursor:pointer}.exportExcelCmp___9fxrq .icon___2fBHa.disabled___3ONNF{cursor:no-drop}.tipText___2LVNY .ant-tooltip-inner{color:#000;min-height:auto;font-size:12px;padding:2px 4px}
.light___jHw3w{background-color:#fff !important;border-color:#eaebef !important;background-image:url("../../../static/images/smm-bg-white.png") !important}.bottom___2FkEc{height:calc(100vh - 34px - 52px - 30px);min-height:calc(800px - 30px - 4px - 30px);background:#020621;padding:0px 10px 0;overflow:auto}.bottom___2FkEc.isFullScreen___3jFgx{height:calc(100vh - 50px - 300px - 5px);min-height:100vh}.bottom___2FkEc .header___v4n0-{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:14px;color:#858ead;margin:5px 0}.bottom___2FkEc .header___v4n0- .headerContainer___6WDaS{width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.bottom___2FkEc .header___v4n0- .headerContainer___6WDaS .headerRight___13Fs4{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin-left:auto}.bottom___2FkEc .header___v4n0- .headerContainer___6WDaS .divider___2GjT6{border-color:#353f5f;height:1.5em;margin:0 10px}.bottom___2FkEc .header___v4n0- .headerContainer___6WDaS .fullScreen___3D1r5{width:20px;height:20px;cursor:pointer}.bottom___2FkEc .header___v4n0- .headerContainer___6WDaS .closeFullScreen___11xpr{cursor:pointer;font-size:16px;margin-left:5px}.bottom___2FkEc .header___v4n0- .headerContainer___6WDaS .closeFullScreen___11xpr:hover{color:#fff}.bottom___2FkEc .header___v4n0- .headerContainer___6WDaS .changePos___1DNCZ{color:#1fa4f8;cursor:pointer;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center}.bottom___2FkEc .header___v4n0- .headerContainer___6WDaS .changePos___1DNCZ:hover{text-decoration:underline}.bottom___2FkEc .header___v4n0- .headerContainer___6WDaS .changePos___1DNCZ img{margin-right:5px;width:20px;height:20px;background-size:100%}.tipText___lWnc3 .ant-tooltip-inner{color:#000;min-height:auto;font-size:12px;padding:2px 4px}
[data-theme=common_theme] .treeList___UgOWL{color:#262b38}[data-theme=black_theme] .treeList___UgOWL{color:#fff}[data-theme=common_theme] .treeList___UgOWL{background:#f2f4fa}[data-theme=black_theme] .treeList___UgOWL{background:#0a0f32}[data-theme=common_theme] .treeList___UgOWL .ant-tree-node-content-wrapper:hover{background:#f2f4fa}[data-theme=black_theme] .treeList___UgOWL .ant-tree-node-content-wrapper:hover{background:#0a0f32}.treeList___UgOWL .ant-tree-list-scrollbar{display:block !important}[data-theme=common_theme] .treeList___UgOWL .ant-tree-switcher{background:#f2f4fa}[data-theme=black_theme] .treeList___UgOWL .ant-tree-switcher{background:#0a0f32}.treeList___UgOWL .ant-tree-switcher .anticon{color:#858ead}.treeList___UgOWL .ant-tree-switcher-noop{visibility:hidden}.treeList___UgOWL .ant-tree-indent-unit:first-child:after,.treeList___UgOWL .ant-tree-indent-unit::before,.treeList___UgOWL .ant-tree-indent-unit::after{border-color:transparent}[data-theme=common_theme] .treeList___UgOWL .ant-tree-node-selected{background:#f2f4fa}[data-theme=black_theme] .treeList___UgOWL .ant-tree-node-selected{background:#0a0f32}
[data-theme=common_theme] .treeList___3vFyc{color:#12141c}[data-theme=black_theme] .treeList___3vFyc{color:#fff}[data-theme=common_theme] .treeList___3vFyc{background:#f2f4fa}[data-theme=black_theme] .treeList___3vFyc{background:#0a0f32}.treeList___3vFyc .ant-tree-treenode-selected:hover:before{background:#22a4f9 !important}.treeList___3vFyc .ant-tree-list-scrollbar{display:block !important}[data-theme=common_theme] .treeList___3vFyc .ant-tree-treenode:hover:before{background:#f0f2f5}[data-theme=black_theme] .treeList___3vFyc .ant-tree-treenode:hover:before{background:#262b38}
[data-theme=common_theme] .tree___19ZJa{background:#f2f4fa}[data-theme=black_theme] .tree___19ZJa{background:#0a0f32}[data-theme=common_theme] .tree___19ZJa{border-color:#e9ebf0}[data-theme=black_theme] .tree___19ZJa{border-color:#27305f}.tree___19ZJa .title___K4fWb{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:10px;height:38px}[data-theme=common_theme] .tree___19ZJa .title___K4fWb{color:#858ead}[data-theme=black_theme] .tree___19ZJa .title___K4fWb{color:#858ead}.tree___19ZJa .title___K4fWb .fold___B10gy{cursor:pointer}.tree___19ZJa .title___K4fWb .fold___B10gy .foldIcon___6f-QE{margin-right:5px}
.item___3wZ6W{margin-bottom:1px}[data-theme=common_theme] .item___3wZ6W{background:#f2f4fa}[data-theme=black_theme] .item___3wZ6W{background:#0a0f32}.item___3wZ6W:last-child{margin-bottom:0}.item___3wZ6W .category___2Io4J{height:40px;line-height:40px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:0 10px;cursor:pointer}[data-theme=common_theme] .item___3wZ6W .category___2Io4J{background:#fff}[data-theme=black_theme] .item___3wZ6W .category___2Io4J{background:#27305f}.item___3wZ6W .category___2Io4J .name___zcc-G{font-size:16px;font-weight:bold}[data-theme=common_theme] .item___3wZ6W .category___2Io4J .name___zcc-G{color:#12141c}[data-theme=black_theme] .item___3wZ6W .category___2Io4J .name___zcc-G{color:#fff}.item___3wZ6W .category___2Io4J .count___2iNC5{font-size:14px}[data-theme=common_theme] .item___3wZ6W .category___2Io4J .count___2iNC5{color:#3b404a}[data-theme=black_theme] .item___3wZ6W .category___2Io4J .count___2iNC5{color:#858ead}.item___3wZ6W .ant-spin-blur::after{opacity:0}
.dataContainer___1VziY{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.dataContainer___1VziY .dataTable___3vfdh{width:calc(100% - 300px)}.data___2uXq_{overflow:hidden;min-width:1134px}.data___2uXq_.customScroll___2zssy ::-webkit-scrollbar{background-color:#262c46}.data___2uXq_.customScroll___2zssy ::-webkit-scrollbar-track{background-color:#262c46}.data___2uXq_.customScroll___2zssy ::-webkit-scrollbar-thumb{background-color:#353f5f}.data___2uXq_.customScroll___2zssy ::-webkit-scrollbar-corner{background-color:#262c46}.data___2uXq_.customScrollLight___2qpZa ::-webkit-scrollbar{background-color:#eaebef}.data___2uXq_.customScrollLight___2qpZa ::-webkit-scrollbar-track{background-color:#eaebef}.data___2uXq_.customScrollLight___2qpZa ::-webkit-scrollbar-thumb{background-color:#ccc}.data___2uXq_.customScrollLight___2qpZa ::-webkit-scrollbar-corner{background-color:#eaebef}.tipText___UbRKM .ant-tooltip-inner{color:#000;min-height:auto;font-size:12px;padding:2px 4px}
.indexHeaderCmp___RmM9l{width:100%;height:36px;background:#262c46;color:#858ead;border:1px solid #1b2137;overflow:hidden}.indexHeaderCmp___RmM9l .arrowContainer___2UNK9{width:60px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.indexHeaderCmp___RmM9l .arrowContainer___2UNK9 .arrowLeft___10d0b,.indexHeaderCmp___RmM9l .arrowContainer___2UNK9 .arrowLeft___10d0b:hover,.indexHeaderCmp___RmM9l .arrowContainer___2UNK9 .arrowRight___2ebrC,.indexHeaderCmp___RmM9l .arrowContainer___2UNK9 .arrowRight___2ebrC:hover{cursor:pointer;width:20px;height:20px;background-size:100% 100%;background-repeat:no-repeat;cursor:pointer}.indexHeaderCmp___RmM9l .arrowContainer___2UNK9 .arrowLeft___10d0b,.indexHeaderCmp___RmM9l .arrowContainer___2UNK9 .arrowLeft___10d0b:hover{background-image:url("../../../static/images/arrow2-left.png")}.indexHeaderCmp___RmM9l .arrowContainer___2UNK9 .arrowLeft___10d0b:hover{background-image:url("../../../static/images/arrow2-left-hover.png")}.indexHeaderCmp___RmM9l .arrowContainer___2UNK9 .arrowRight___2ebrC,.indexHeaderCmp___RmM9l .arrowContainer___2UNK9 .arrowRight___2ebrC:hover{background-image:url("../../../static/images/arrow2-right.png")}.indexHeaderCmp___RmM9l .arrowContainer___2UNK9 .arrowRight___2ebrC:hover{background-image:url("../../../static/images/arrow2-right-hover.png")}.indexHeaderCmp___RmM9l .paneItemContainer___2ozpf{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;min-width:102px;position:relative;padding:0 5px}.indexHeaderCmp___RmM9l .paneItemContainer___2ozpf .text___8qFIr{color:#fff;width:100%;display:block;line-height:36px;max-width:140px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.indexHeaderCmp___RmM9l .paneItemContainer___2ozpf .closeIcon___3Ti-3{cursor:pointer;background-size:100% 100%;background-repeat:no-repeat;width:20px;height:20px;margin-left:auto;right:10px}.indexHeaderCmp___RmM9l .ant-tabs-extra-content{padding:0px !important}.indexHeaderCmp___RmM9l .ant-tabs-tab:not(.ant-tabs-tab-active)::after{content:"";position:absolute;right:0;top:31%;width:1px;height:14px}.indexHeaderCmp___RmM9l .ant-tabs-bottom>.ant-tabs-nav,.indexHeaderCmp___RmM9l .ant-tabs-bottom>div>.ant-tabs-nav,.indexHeaderCmp___RmM9l .ant-tabs-top>.ant-tabs-nav,.indexHeaderCmp___RmM9l .ant-tabs-top>div>.ant-tabs-nav{margin:0 !important}.indexHeaderCmp___RmM9l .ant-tabs-card>.ant-tabs-nav .ant-tabs-tab,.indexHeaderCmp___RmM9l .ant-tabs-card>div>.ant-tabs-nav .ant-tabs-tab{margin:0;padding:0;background:#262c46;border:none;color:#858ead;height:36px}.indexHeaderCmp___RmM9l .ant-tabs-tab-btn{width:100%;line-height:36px;padding:0 5px;text-align:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;word-break:break-all;position:relative}.indexHeaderCmp___RmM9l .ant-tabs-tab-btn:hover{background:#1b2137}.indexHeaderCmp___RmM9l .ant-tabs-tab-btn:hover::before{content:"";width:100%;height:2px;background-color:#22a4f9;position:absolute;top:0;left:0;border-top-left-radius:2px;border-top-right-radius:2px}.indexHeaderCmp___RmM9l .ant-tabs-nav-operations{display:none !important}.indexHeaderCmp___RmM9l .ant-tabs-tab-active{background:#1b2137 !important;color:#fff;position:relative}.indexHeaderCmp___RmM9l .ant-tabs-tab-active::before{content:"";width:100%;height:2px;background-color:#22a4f9;border-top-left-radius:2px;border-top-right-radius:2px;position:absolute;top:0}.indexHeaderCmp___RmM9l .ant-tabs>.ant-tabs-nav .ant-tabs-nav-add{min-width:40px;padding:0;background:#262c46;border:none;border-radius:0;outline:none;cursor:pointer;color:#858ead;width:90px}.indexHeaderCmp___RmM9l .ant-tabs>.ant-tabs-nav .ant-tabs-nav-add:hover{color:#858ead}.indexHeaderCmp___RmM9l .ant-tabs-tab-remove{height:100%;width:20px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin:0}.indexHeaderCmp___RmM9l .ant-tabs-extra-content{height:36px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;cursor:pointer;padding:0px 10px;position:relative}.indexHeaderCmp___RmM9l .ant-tabs-extra-content::after{content:"";position:absolute;right:0;top:31%;width:1px;height:14px;background-color:#353f5f}.indexHeaderCmp___RmM9l .dropdownContainer___3M2fX{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:40px;height:36px;-ms-flex-pack:center;justify-content:center;position:relative;box-shadow:-10px 0px 10px 0px rgba(27,36,55,.47);border-radius:2px}.indexHeaderCmp___RmM9l .dropdownContainer___3M2fX:hover{background:#353f5f}.indexHeaderCmp___RmM9l .dropdownContainer___3M2fX:hover .panesInfo___uunaq{background-image:url("../../../static/images/icon-expand-hover.png")}.indexHeaderCmp___RmM9l .dropdownContainer___3M2fX .panesInfo___uunaq{height:100%;width:100%;display:block;background-image:url("../../../static/images/icon-expand.png");cursor:pointer;background-size:50%,50%;background-repeat:no-repeat;background-position:50%}.indexHeaderCmp___RmM9l .dropdownContainer___3M2fX .closeIcon___3Ti-3{cursor:pointer;background-size:100% 100%;background-repeat:no-repeat;width:20px;height:20px;margin-left:auto;right:10px}.indexHeaderCmp___RmM9l .groupContainer___2IM1K{height:36px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:0 10px;border-radius:2px}.indexHeaderCmp___RmM9l .groupContainer___2IM1K .iconAdd___21COy{width:20px;height:20px;position:relative;bottom:1px;margin-right:10px}.indexHeaderCmp___RmM9l .groupContainer___2IM1K .createText___1YCg1{color:#fff}.indexHeaderCmp___RmM9l .groupContainer___2IM1K:hover{height:36px;cursor:pointer;background:#353f5f}.dropdownOverlay{width:200px;box-shadow:0px 2px 10px 0px rgba(27,36,55,.71);border-radius:4px}.dropdownOverlay .ant-dropdown-menu{padding:2px 14px;background-color:#262b46;top:-4px}.dropdownOverlay .ant-dropdown-menu-item{color:#fff;font-size:14px;position:relative}.dropdownOverlay .ant-dropdown-menu-item .anticon-check{position:absolute;left:-5px;top:calc(50% - 6px);color:#22a4f9}.dropdownOverlay .ant-dropdown-menu-item-active{background-color:#22a4f9;border-radius:2px;color:#fff !important}.dropdownOverlay .ant-dropdown-menu-item-active .anticon-check{visibility:hidden}.dropdownOverlay .ant-tabs-dropdown-menu .ant-tabs-dropdown-menu-root .ant-tabs-dropdown-menu-vertical .closeIcon{cursor:pointer;background-size:100% 100%;background-repeat:no-repeat;width:20px;height:20px;margin-left:auto;right:10px}.dropdownOverlay .ant-tabs-dropdown-menu-item{color:#858ead}.dropdownOverlay .ant-tabs-dropdown-menu-item div{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.dropdownOverlay .ant-tabs-dropdown-menu-item div img{cursor:pointer;background-size:100% 100%;background-repeat:no-repeat;width:20px;height:20px;margin-left:auto;right:10px}.dropdownOverlay .ant-tabs-dropdown-menu-item div:hover{background-color:#353f5f}.dropdownOverlay .ant-tabs-dropdown-menu-item:hover{background-color:#353f5f;color:#22a4f9}.dropdownOverlay .ant-tabs-card.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type),.dropdownOverlay .ant-tabs-card.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type),.dropdownOverlay .ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type),.dropdownOverlay .ant-tabs-card.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type){margin-right:0px}.dropdownOverlay .ant-tabs-card.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type):after,.dropdownOverlay .ant-tabs-card.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type):after,.dropdownOverlay .ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type):after,.dropdownOverlay .ant-tabs-card.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type):after{content:"";height:20px;width:1px;background-color:#fff !important;position:absolute;right:0}.dropdownOverlay .ant-tabs>.ant-tabs-nav .ant-tabs-nav-add{min-width:40px;padding:0;background:#eaebef !important;border:none;border-radius:0;outline:none;cursor:pointer;color:#858ead;width:90px;height:36px}.dropdownOverlay .ant-tabs>.ant-tabs-nav .ant-tabs-nav-add:hover{color:#858ead}.dropdownLight{box-shadow:none !important}.dropdownLight .ant-dropdown-menu{background-color:#fff !important}.dropdownLight .ant-dropdown-menu .ant-dropdown-menu-item{color:#1b2137}.light___E_-q1{border:1px solid #eaebef;border-bottom:1px solid #fff;background-color:#f2f4fa}.light___E_-q1 .paneItemContainer___2ozpf .text___8qFIr{color:#353f5f !important}.light___E_-q1 .dropdownContainer___3M2fX{box-shadow:-2px 0px 4px 0px rgba(181,181,181,.5) !important}.light___E_-q1 .dropdownContainer___3M2fX:hover{background-color:#eaebef !important}.light___E_-q1 .groupContainer___2IM1K .createText___1YCg1{color:#1b2137 !important}.light___E_-q1 .groupContainer___2IM1K:hover{background:#fff !important}.light___E_-q1 .groupContainer___2IM1K:hover .createText___1YCg1{color:#1b2137 !important}.light___E_-q1 .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{background:#fff !important}.light___E_-q1 .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn::before{content:"";width:100%;height:2px;background-color:#22a4f9;border-top-left-radius:2px;border-top-right-radius:2px;position:absolute;top:0;left:0}.light___E_-q1 .ant-tabs-extra-content::after{background-color:#e6e7ea !important}.light___E_-q1 .ant-tabs-tab:not(.ant-tabs-tab-active)::after{content:"";position:absolute;right:0;top:31%;width:1px;height:14px;background-color:#a8abb5}.light___E_-q1 .ant-tabs-tab-btn{background:#f2f4fa !important}.light___E_-q1 .ant-tabs-tab-btn:hover{background:#fff !important;color:#353f5f !important}.light___E_-q1 .ant-tabs-tab-btn:hover::before{content:"";width:100%;height:2px;background-color:#22a4f9;border-top-left-radius:2px;border-top-right-radius:2px;position:absolute;top:0}.light___E_-q1 .ant-tabs-tab-active{background:#fff !important;color:#fff;position:relative}.light___E_-q1 .ant-tabs-tab-active::before{content:"";width:100%;height:2px;background-color:#22a4f9;border-top-left-radius:2px;border-top-right-radius:2px;position:absolute;top:0}.light___E_-q1 .ant-tabs-dropdown-menu{max-width:150px;background-color:#eaebef !important}
.content___3MNPT{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;font-size:14px;color:#838eb0;padding-top:130px}.content___3MNPT .image___LSIAW{width:200px;height:124px;background:url("../../../static/images/report-none.png") no-repeat center center;background-size:100% 100%}.content___3MNPT .desc___2uJJ2{margin-top:20px}.content___3MNPT .label___3wlCF{color:#22a4f9}.content___3MNPT .label___3wlCF:hover{cursor:pointer}
.customToolTip___3y_P-{background:#fff;color:#262c46}.downLoadContainer___3K6-l,.previewContainer___30iAt{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.downLoadContainer___3K6-l span,.previewContainer___30iAt span{color:#1890ff}.selectorDark___20fSl,.selectorLight___ZSsPR{margin:0px 0px 40px}.selectorDark___20fSl>div,.selectorLight___ZSsPR>div{margin-right:20px}.selectorDark___20fSl .ant-select-selector{background-color:transparent !important;border:1px solid #353f5f !important}.selectorDark___20fSl .ant-select-selection-item{color:#fff}.selectorLight___ZSsPR .ant-select-selector{background-color:transparent !important;border:1px solid rgba(133,142,173,.6) !important}.selectorLight___ZSsPR .ant-select-selection-item{color:#353f5f}.listDark___1tcN9,.listLight___Meq4k{font-size:16px;margin-bottom:20px}.listDark___1tcN9 .center___1l0S_,.listLight___Meq4k .center___1l0S_{text-align:center}.listDark___1tcN9 .listHead___36IjP,.listLight___Meq4k .listHead___36IjP{font-size:14px}.listDark___1tcN9 .listBody___ZDi9C,.listLight___Meq4k .listBody___ZDi9C{padding-top:16px}.listDark___1tcN9 .listBody___ZDi9C .login___ueumg,.listLight___Meq4k .listBody___ZDi9C .login___ueumg{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;color:#22a4f9}.listDark___1tcN9 .listBody___ZDi9C .login___ueumg:hover,.listLight___Meq4k .listBody___ZDi9C .login___ueumg:hover{cursor:pointer}.listDark___1tcN9 .listBody___ZDi9C .login___ueumg:hover .image___1Qjv6,.listLight___Meq4k .listBody___ZDi9C .login___ueumg:hover .image___1Qjv6{background:url("../../../static/images/report_auth_login_icon_hover.png") no-repeat center center;background-size:100% 100%}.listDark___1tcN9 .listBody___ZDi9C .login___ueumg .image___1Qjv6,.listLight___Meq4k .listBody___ZDi9C .login___ueumg .image___1Qjv6{width:20px;height:20px;margin-right:4px;background:url("../../../static/images/report_auth_login_icon.png") no-repeat center center;background-size:100% 100%}.listDark___1tcN9 .listBody___ZDi9C .noAuth____3O8q,.listLight___Meq4k .listBody___ZDi9C .noAuth____3O8q{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;color:#858ead}.listDark___1tcN9 .listBody___ZDi9C .noAuth____3O8q .image___1Qjv6,.listLight___Meq4k .listBody___ZDi9C .noAuth____3O8q .image___1Qjv6{width:20px;height:20px;margin-left:4px;background:url("../../../static/images/report_warn_icon.png") no-repeat center center;background-size:100% 100%}.listDark___1tcN9 .listBody___ZDi9C .auth___LwoR8,.listLight___Meq4k .listBody___ZDi9C .auth___LwoR8{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;color:#858ead}.listDark___1tcN9 .listBody___ZDi9C .auth___LwoR8:hover,.listLight___Meq4k .listBody___ZDi9C .auth___LwoR8:hover{cursor:pointer}.listDark___1tcN9 .listBody___ZDi9C .auth___LwoR8 a,.listLight___Meq4k .listBody___ZDi9C .auth___LwoR8 a{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-align:center;align-items:center}.listDark___1tcN9 .listContent___3mnyX,.listLight___Meq4k .listContent___3mnyX{margin-bottom:20px}.listDark___1tcN9 .itemName___2WdVJ:hover,.listLight___Meq4k .itemName___2WdVJ:hover{cursor:pointer;color:#22a4f9}.listDark___1tcN9 .listHead___36IjP{color:#858ead}.listDark___1tcN9 .listBody___ZDi9C{color:#fff}.listDark___1tcN9 .imageDownLoad___2GC8W{width:18px;height:18px;background:url("../../../static/images/report_download_icon_normal.png") no-repeat center center;background-size:100% 100%}.listDark___1tcN9 .imagePreview___lchTN{width:18px;height:18px;margin-left:10px;background:url("../../../static/images/report_preview_icon_normal.png") no-repeat center center;background-size:100% 100%}.listDark___1tcN9 .downLoadContainer___3K6-l:hover .imageDownLoad___2GC8W{width:18px;height:18px;background:url("../../../static/images/report_download_icon_dark.png") no-repeat center center;background-size:100% 100%}.listDark___1tcN9 .previewContainer___30iAt:hover .imagePreview___lchTN{width:18px;height:18px;margin-left:10px;background:url("../../../static/images/report_view_icon_dark.png") no-repeat center center;background-size:100% 100%}.listLight___Meq4k .listHead___36IjP{color:#858ead}.listLight___Meq4k .listBody___ZDi9C{color:#353f5f}.listLight___Meq4k .imageDownLoad___2GC8W{width:18px;height:18px;background:url("../../../static/images/report_download_icon_normal.png") no-repeat center center;background-size:100% 100%}.listLight___Meq4k .imagePreview___lchTN{width:18px;height:18px;margin-left:10px;background:url("../../../static/images/report_preview_icon_normal.png") no-repeat center center;background-size:100% 100%}.listLight___Meq4k .downLoadContainer___3K6-l:hover .imageDownLoad___2GC8W{width:18px;height:18px;background:url("../../../static/images/report_download_icon.png") no-repeat center center;background-size:100% 100%}.listLight___Meq4k .previewContainer___30iAt:hover .imagePreview___lchTN{width:18px;height:18px;margin-left:10px;background:url("../../../static/images/report_view_icon.png") no-repeat center center;background-size:100% 100%}
.content___1Qhp5{padding:0px 40px;box-sizing:border-box}.content___1Qhp5 .page___ZxwMd{padding-top:20px}.content___1Qhp5 .readHeader___NeDLq{width:1540px;height:40px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:0px 20px;color:#ff4d4f;font-size:14px;background:rgba(255,77,79,.15);border-radius:2px;margin-bottom:20px}.content___1Qhp5 .readHeader___NeDLq .image___1u9nr{width:12px;height:12px;margin-right:8px;background:url("../../../static/images/trial_reading_icon.png") no-repeat center center;background-size:100% 100%}.content___1Qhp5 .readHeader___NeDLq a{color:#ff4d4f;text-decoration:underline}.content___1Qhp5 .readHeader___NeDLq a:hover{cursor:pointer}.content___1Qhp5 .menuDark___2OE1- .ant-tabs-tab,.content___1Qhp5 .menuLight___2tCFd .ant-tabs-tab{width:96px;height:48px;font-size:16px;-ms-flex-pack:center;justify-content:center;line-height:48px;text-align:center;color:#fff;margin:0px;padding:0px}.content___1Qhp5 .menuDark___2OE1- .ant-tabs-nav:before{border-bottom:1px solid #1b2237}.content___1Qhp5 .menuDark___2OE1- .introduce___2ELC6{color:#fff !important}.content___1Qhp5 .menuDark___2OE1- .introduce___2ELC6>p{color:#fff !important}.content___1Qhp5 .menuLight___2tCFd .ant-tabs-tab{color:#353f5f}.content___1Qhp5 .menuLight___2tCFd .ant-tabs-nav:before{border-bottom:1px solid #e8e8f0}.content___1Qhp5 .tryReadContent___2jAaa{padding:0px 0px 60px}.content___1Qhp5::-webkit-scrollbar{display:none}
.containerLight___2M65U,.containerDark___2b_ca{width:100%;display:-ms-flexbox;display:flex;padding:40px;box-sizing:border-box;-ms-flex-pack:start;justify-content:flex-start}.containerLight___2M65U .contentVisible___nd-vw,.containerDark___2b_ca .contentVisible___nd-vw{visibility:hidden}.containerLight___2M65U .image___TG0lZ,.containerDark___2b_ca .image___TG0lZ{width:120px;height:160px;border-radius:4px;margin-right:20px}.containerLight___2M65U .content___JQx2D,.containerDark___2b_ca .content___JQx2D{-ms-flex:1;flex:1}.containerLight___2M65U .content___JQx2D .title___2lfau,.containerDark___2b_ca .content___JQx2D .title___2lfau{font-size:20px}.containerLight___2M65U .content___JQx2D .desc___24ISf,.containerDark___2b_ca .content___JQx2D .desc___24ISf{font-size:14px;line-height:20px;height:40px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-top:14px}.containerLight___2M65U .content___JQx2D .date___1szj8,.containerDark___2b_ca .content___JQx2D .date___1szj8{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;font-size:14px;margin-top:20px}.containerLight___2M65U .content___JQx2D .date___1szj8 span,.containerDark___2b_ca .content___JQx2D .date___1szj8 span{margin-right:10px}.containerLight___2M65U .content___JQx2D .priceLine___2m4VZ,.containerDark___2b_ca .content___JQx2D .priceLine___2m4VZ{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;margin-top:20px;font-size:14px}.containerLight___2M65U .content___JQx2D .priceLine___2m4VZ .price___3aaxn,.containerDark___2b_ca .content___JQx2D .priceLine___2m4VZ .price___3aaxn{color:#ff4d4f;font-size:20px;margin-right:5px}.containerLight___2M65U .content___JQx2D .priceLine___2m4VZ .operation___2d2Cz,.containerDark___2b_ca .content___JQx2D .priceLine___2m4VZ .operation___2d2Cz{color:#22a4f9;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.containerLight___2M65U .content___JQx2D .priceLine___2m4VZ .operation___2d2Cz span:hover,.containerDark___2b_ca .content___JQx2D .priceLine___2m4VZ .operation___2d2Cz span:hover{cursor:pointer}.containerLight___2M65U .button___IA-tt,.containerDark___2b_ca .button___IA-tt{border:none;outline:none;width:84px;height:32px;line-height:32px;text-align:center;border-radius:2px;font-size:14px;margin-right:20px}.containerLight___2M65U .button___IA-tt:hover,.containerDark___2b_ca .button___IA-tt:hover{cursor:pointer}.containerLight___2M65U .buttonStepOne___2Q9Xj,.containerDark___2b_ca .buttonStepOne___2Q9Xj{background:#22a4f9;color:#fff}.containerLight___2M65U .buttonStepTwo___2NWYr,.containerDark___2b_ca .buttonStepTwo___2NWYr{background:transparent;border:1px solid #22a4f9}.containerLight___2M65U .buttonStepNormal___iWsKT,.containerDark___2b_ca .buttonStepNormal___iWsKT{color:#fff;margin:10px 0px 0px 0px}.containerLight___2M65U .buttonStepNormal___iWsKT .connectUs___346Vi,.containerDark___2b_ca .buttonStepNormal___iWsKT .connectUs___346Vi{color:#22a4f9;margin-left:10px}.containerLight___2M65U .buttonStepNormal___iWsKT .connectUs___346Vi span:hover,.containerDark___2b_ca .buttonStepNormal___iWsKT .connectUs___346Vi span:hover{cursor:pointer}.containerLight___2M65U .buttonStepNormal___iWsKT span:not(.connectUs___346Vi),.containerDark___2b_ca .buttonStepNormal___iWsKT span:not(.connectUs___346Vi){text-decoration:underline}.containerDark___2b_ca .title___2lfau{color:#fff}.containerDark___2b_ca .desc___24ISf{color:#858ead}.containerLight___2M65U .buttonStepNormal___iWsKT{color:#333}.containerLight___2M65U .title___2lfau{color:#353f5f}.containerLight___2M65U .desc___24ISf{color:#858ead}.containerLight___2M65U .date___1szj8{color:#353f5f}.containerLight___2M65U .priceLine___2m4VZ{color:#353f5f}.tag___3fx4U{width:54px;height:20px;line-height:20px;background:rgba(245,154,35,.15);border-radius:10px 10px 10px 0px;text-align:center;font-size:12px;font-weight:400;color:#f59a23}.popover___KS31n{max-height:200px;overflow:auto;color:#353f5f;font-size:14px}.popover___KS31n p{height:24px;line-height:24px}.popover___KS31n p:last-of-type{margin-bottom:10px}.popover___KS31n>span{display:block;width:160px;line-height:20px}.unVisible___RszXL{visibility:hidden}
.modalWrap .ant-modal-content{border-radius:5px}.modalWrap .ant-modal-header{border:none}.modalWrap .ant-modal-footer{border:none}.container___5Fo4x{padding:0px 30px;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start}.container___5Fo4x .left___22N_x{font-size:14px;margin-right:60px;padding-top:30px;box-sizing:border-box}.container___5Fo4x .left___22N_x>p{margin-bottom:20px}.container___5Fo4x .left___22N_x .light___3QsWY{color:#22a4f9}.container___5Fo4x .right___7-N-s{width:120px}.container___5Fo4x .right___7-N-s .image___E6UFK{width:100%;height:120px;background:url("../../../static/images/apply_code.png") no-repeat center center;background-size:100% 100%}.container___5Fo4x .right___7-N-s .desc___1438s{width:100%;margin-top:6px;color:#858ead;font-size:12px;text-align:center}
