/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./src/components/SelectLang/style.css ***!
  \****************************************************************************************************************************************************************************************************************************************/
.menu {
  margin-right: 8px;
}

.menu .ant-dropdown-menu-item {
  min-width: 100px;
}

.dropDown {
  vertical-align: top;
  cursor: pointer;
}

.dropDown > span {
  color: #fff;
  font-size: 16px !important;
}

.dropDown svg {
  position: relative;
  top: 2px;
}

/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./src/components/GlobalHeader/index.css ***!
  \******************************************************************************************************************************************************************************************************************************************/
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-divider {
  margin-bottom: 8px !important;
}

.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:nth-child(1):hover {
  background-color: rgba(0, 0, 0, 0);
  cursor: default;
}

/*!**************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./src/layouts/style.css ***!
  \**************************************************************************************************************************************************************************************************************************/
.header {
  height: var(--header-height) !important;
  line-height: var(--header-height) !important;
  background: var(--primary-color) !important;
}

.header a {
  text-decoration: none;
}

.headerContain {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 30px;
}

.locale_icon {
  color: #fff;
  line-height: 20px;
}
.icon {
  max-height: 60px;
  padding-bottom: 0;
}

.title {
  display: inline-block;
  margin: 3px 0 0 12px;
  color: #fff;
  font-weight: 400;
  font-size: 28px;
}

.headerRight {
  float: right;
}

.ant-btn-link > a:only-child,
.ant-btn-link {
  color: #fff;
}

.ant-btn-link:hover {
  color: #a7d5ff;
}

.ant-btn-link > a:only-child:hover {
  color: #a7d5ff;
}

.lang_txt {
  display: inline-block;
  margin-left: 23px;
  color: #fff;
  cursor: pointer;
}

.spinContain {
  justify-content: center;
  height: 100vh;
  margin: 20px 0;
  margin-bottom: 20px;
  padding: 30px 50px;
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

#feedbackBtn {
  /* width: 50px; */
  /* min-width: 40px; */
  /* height: 50px; */
  /* padding-top: 10px; */
  background-color: var(--primary-color);
  border: none;
}

#goTop {
  width: 50px;
  min-width: 40px;
  height: 50px;
  border-color: var(--primary-color);
  bottom: 110px;
  color: var(--primary-color);
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/common.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************/
html,
body {
  height: auto;
  min-height: 100%;
  -o-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: var(--text-color);
  font-family: 'Segoe UI', SegoeUI, Helvetica, 'Helvetica Neue', Arial, sans-serif, -apple-system, BlinkMacSystemFont, 'Noto Sans', 'Apple Color Emoji', 'Segoe UI Emoji', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
  line-height: 1.67em;
  text-rendering: optimizeLegibility;
}
a {
  color: var(--link-color);
}
a:hover {
  color: var(--btn-primary-color-hover);
}
a:active {
  color: var(--btn-primary-color-hover);
}
a:disabled {
  color: #00000040;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-color);
}
h1 {
  margin: 0 0 25px 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  line-height: 1em;
}
h1:empty {
  display: none;
}
h1.p {
  margin: 0 0 10px;
}
b,
strong {
  font-weight: 500;
}
h2 {
  margin: 0;
}
h3 {
  margin: 0 0 16px 0;
  line-height: 1.15em;
}
h4 {
  margin: 0 0 15px 0;
}
h5 {
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
h6 {
  font-weight: 400;
  font-size: 12px;
  font-family: 'Roboto Condensed', Arial, sans-serif;
}
hr {
  margin-bottom: 10px;
  border-color: #c9d2dc;
}
p {
  margin: 0 0 10px 0;
}
label {
  font-weight: 400;
}
ol,
ul {
  margin: 0;
  list-style: none;
}
mark {
  padding: 0;
}
.colorWeak {
  filter: invert(80%);
}
canvas {
  display: block;
}
body {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
ul,
ol {
  list-style: none;
}
html {
  height: 100%;
  overflow: -moz-hidden-unscrollable;
}
input:focus,
textarea:focus,
button:focus,
input:focus-visible,
textarea:focus-visible,
button:focus-visible,
label:focus,
label:focus-visible,
span:focus,
span:focus-visible {
  outline: 0 none !important;
  outline-offset: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  transition: none !important;
}
#root {
  width: 100vw;
  height: 100%;
  background: #f4f7f8;
  -ms-overflow-style: none;
}
.ant-tag {
  font-size: 12px;
}
* {
  scrollbar-width: auto;
  scrollbar-color: auto;
}
*::-webkit-scrollbar {
  width: 4px !important;
  height: 8px !important;
}
*:hover::-webkit-scrollbar {
  width: 4px !important;
  height: 8px !important;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
}
*::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0) !important;
  border-radius: 4px !important;
}
*::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0) !important;
  border-radius: 4px !important;
}
*:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-radius: 4px !important;
}
*:hover::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0) !important;
  border-radius: 4px !important;
}
.ant-table-content::-webkit-scrollbar {
  width: 4px !important;
  height: 6px !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
.ant-table-content:hover::-webkit-scrollbar {
  width: 4px !important;
  height: 6px !important;
  border-radius: 4px;
}
.clearfix {
  zoom: 1;
}
.clearfix::before,
.clearfix::after {
  display: table;
  content: ' ';
}
.clearfix::after {
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
[class^='ant-layout'] {
  font-size: var(--font-size);
}
/* 移除 fcus-visible 的样式 */
.ant-wave {
  display: none !important;
}
.ant-menu {
  font-family: 'Segoe UI', SegoeUI, Helvetica, 'Helvetica Neue', Arial, sans-serif, -apple-system, BlinkMacSystemFont, 'Noto Sans', 'Apple Color Emoji', 'Segoe UI Emoji', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei' !important;
}
.ant-layout {
  min-height: 100vh;
  background-color: var(--layout-background-color);
}
#root .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not(
    [colspan]
  )::before {
  display: none;
}
.ant-pro-table td.ant-table-cell > a {
  font-weight: 400;
  font-size: var(--font-size);
}
.ant-tooltip-inner .ant-typography {
  color: #fff;
}
.ant-pro-layout .ant-layout {
  height: 100%;
  min-height: 100vh !important;
}
.ant-pro-layout .ant-pro-layout-content {
  height: 100%;
  min-height: 100vh;
  background-color: var(--layout-background-color);
}
.ant-menu-light.ant-menu-root.ant-menu-inline::-webkit-scrollbar,
.ant-menu-light > .ant-menu.ant-menu-root.ant-menu-inline::-webkit-scrollbar,
.ant-menu-light.ant-menu-root.ant-menu-vertical::-webkit-scrollbar,
.ant-menu-light > .ant-menu.ant-menu-root.ant-menu-vertical::-webkit-scrollbar {
  display: none;
}
.ant-drawer-body .ant-layout-sider {
  font-size: var(--font-size);
  background: var(--sider-bg);
}
.ant-drawer-body .ant-layout-sider .ant-pro-sider-logo {
  display: none;
}
.ant-pro-base-menu-inline {
  color: #fff !important;
  font-weight: var(--font-weight);
  font-size: var(--font-size);
}
.ant-form-vertical .ant-form-item .ant-form-item-control {
  position: relative;
}
#root .ant-menu-light .ant-menu-item:not(.ant-menu-item-selected):not(.ant-menu-submenu-selected):hover,
#root .ant-menu-light > .ant-menu .ant-menu-item:not(.ant-menu-item-selected):not(.ant-menu-submenu-selected):hover,
#root .ant-menu-light .ant-menu-item:not(.ant-menu-item-selected):not(.ant-menu-submenu-selected) > .ant-menu-submenu-title:hover,
#root .ant-menu-light > .ant-menu .ant-menu-item:not(.ant-menu-item-selected):not(.ant-menu-submenu-selected) > .ant-menu-submenu-title:hover {
  color: #ffffffcc !important;
}
.ant-pro-base-menu-inline .ant-pro-base-menu-inline-submenu-has-icon > .ant-menu-sub {
  padding-inline-start: 0;
}
.ant-menu-light.ant-menu-inline .ant-menu-sub.ant-menu-inline {
  background: var(--menu-submenu-bg);
}
.ant-menu-light.ant-menu-inline .ant-menu-sub.ant-menu-inline .ant-menu-item {
  width: 100%;
  margin: 0;
  padding-left: 48px !important;
  font-size: 12px !important;
}
.ant-menu-light.ant-menu-inline .ant-menu-sub.ant-menu-inline .ant-menu-item-selected {
  position: relative;
}
.ant-menu-light.ant-menu-inline .ant-menu-sub.ant-menu-inline .ant-menu-item-selected::after {
  position: absolute;
  top: 4px;
  left: 30px;
  width: 3px;
  height: 28px;
  background: var(--primary-color);
  content: '';
}
.ant-menu-light .ant-menu-item,
.ant-menu-light .ant-menu-submenu-title,
.ant-menu-light .ant-menu-submenu-selected > .ant-menu-submenu-title,
.ant-menu-light > .ant-menu .ant-menu-submenu-selected > .ant-menu-submenu-title,
.ant-menu-light .ant-menu-item-selected,
.ant-menu-light > .ant-menu .ant-menu-item-selected {
  color: #fff !important;
}
.ant-menu-light.ant-menu-submenu > .ant-menu {
  color: #fff !important;
  background: var(--menu-submenu-bg) !important;
}
.ant-menu-submenu-popup .ant-menu-vertical > .ant-menu-item {
  height: 30px;
  font-size: var(--font-size);
  line-height: 30px;
}
.ant-pro-base-menu-inline-item-title-collapsed {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
}
.ant-menu-submenu-popup .ant-pro-base-menu-inline-item-title-collapsed {
  flex-direction: row-reverse !important;
  justify-content: flex-end !important;
  min-width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
}
.ant-tooltip .ant-tooltip-inner {
  background-color: var(--primary-color);
  opacity: 0.85;
}
.ant-tooltip .ant-tooltip-arrow:before {
  background-color: var(--primary-color);
  opacity: 0.85;
}
input[type='text'],
input[type='password'],
input[type='number'],
.ant-select-multiple .ant-select-selector,
.ant-input-affix-wrapper,
textarea {
  font-weight: 300;
  background-color: #fff;
  box-shadow: 0 0 0 0 #fff inset !important;
}
.ant-select .ant-select-selection-item {
  font-weight: 200;
  line-height: 24px;
}
input:-internal-autofill-selected,
.ant-input:-webkit-autofill {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #333 !important;
}
.ant-pro-page-container .ant-pro-page-container-warp-page-header {
  padding: 0 0 0 24px;
  background-color: #fff;
}
.ant-page-header .ant-page-header-heading-title {
  padding: 25px 0;
  color: var(--text-color);
  font-weight: 500;
  font-size: 26px;
  /* line-height: 1em; */
  cursor: default;
}
.ant-page-header .ant-page-header-heading-left {
  margin: 0 !important;
}
.ant-pro-layout .ant-pro-sider .ant-layout-sider-children {
  padding: 0 !important;
}
.ant-page-header-no-children {
  height: 0 !important;
}
.ant-pro-layout .ant-layout-sider.ant-pro-sider {
  height: 100%;
  background: var(--sider-bg) !important;
}
.ant-pro-layout .ant-pro-sider-logo {
  height: var(--header-height);
  padding: 0 0 0 15px;
  text-align: center;
  background: var(--primary-color);
}
.ant-pro-layout .ant-pro-sider-logo > a > img {
  display: inline-block;
  height: 55px;
}
.ant-pro-layout .ant-pro-sider-logo > a > h1 {
  display: none;
}
@media screen and (max-width: 992px) {
  .ant-pro-layout .ant-pro-sider-logo {
    padding: 0 0 0 0;
  }
  .ant-pro-layout .ant-pro-sider-logo > a > img {
    display: inline-block;
    height: 34px;
    margin-bottom: 10px;
  }
}
.ant-drawer-body::-webkit-scrollbar {
  display: none !important;
}
.ant-pro-global-header-collapsed-button {
  position: fixed;
  top: 0;
  left: 90px;
  color: #fff !important;
  font-size: 22px;
  cursor: pointer;
}
.ant-pro-sider-collapsed-button {
  display: none;
}
.ant-pro-global-header-logo-mobile img {
  height: 56px !important;
}
@media screen and (max-width: 992px) {
  .ant-pro-global-header-logo-mobile img {
    height: 34px !important;
  }
}
.ant-pro-page-container-children-container {
  padding: 0;
}
.ant-form-vertical .ant-form-item-label {
  padding: 0 0 4px !important;
}
.ant-form-vertical .ant-form-item .ant-form-item-label > label,
.ant-form-horizontal .ant-form-item .ant-form-item-label > label {
  color: #333;
}
.ant-form-item .ant-form-item-label > label .des {
  color: #848484;
}
.ant-btn {
  min-width: 78px;
  padding: 0 15px;
  font-weight: var(--font-weight);
  border-radius: var(--border-radius);
  box-shadow: none !important;
}
.ant-btn.ant-btn-link {
  min-width: 30px;
  color: var(--primary-color);
  text-align: center;
}
.ant-btn.ant-btn-link:disabled {
  color: #00000040;
}
.ant-select-dropdown .ant-select-item-option-content {
  font-weight: var(--font-weight);
  font-size: var(--font-size);
}
.formFooterButtonGroup {
  margin-bottom: 0;
  text-align: right;
}
.ant-pro-card .ant-pro-card-body {
  padding: 0 !important;
}
.ant-popover {
  font-size: var(--font-size);
}
.ant-popover .ant-popover-inner-content {
  min-width: 210px;
  padding: 6px 10px;
  color: var(--text-color);
}
.ant-table-tbody .ant-space-item .ant-btn {
  padding: 0 !important;
}
.ant-steps-item-finish .ant-steps-item-icon {
  background-color: #000;
  border-color: var(--primary-color);
}
.ant-steps-item-wait .ant-steps-item-icon {
  background-color: #fff;
  border-color: #00000040;
}
.ant-alert-info {
  background-color: #dae8e5;
  border: 1px solid #99cfc5;
}
.ant-alert-warning {
  background-color: #fffbe6;
  border: 1px solid #ffe58f;
}
#root .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not(
    [colspan]
  )::before {
  background-color: #000 !important;
}
.ant-card {
  overflow: hidden;
  border-radius: 4px;
}
/* .ant-table-wrapper table tr th.ant-table-selection-column,
.ant-table-wrapper table tr td.ant-table-selection-column {
    padding-left: 20px !important;
    min-width: 100px !important;
} */
.ant-result-subtitle {
  font-size: 16px;
}
.ant-radio-wrapper {
  line-height: 32px !important;
}
tr.ant-table-measure-row {
  visibility: collapse;
}
.ant-dropdown .ant-dropdown-menu {
  border-radius: 2px;
}
.ant-dropdown-menu-item-divider {
  margin: 0 !important;
  padding: 0 !important;
}
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
  color: var(--text-color);
  font-size: var(--font-size);
}
.ant-dropdown-menu-title-content .anticon {
  margin-right: 10px;
}
.ant-upload-list-item-name {
  color: #4d5c63 !important;
}
.ant-input-affix-wrapper > input.ant-input {
  font-weight: 300;
  box-shadow: none;
}
.ant-modal .ant-modal-header {
  margin-bottom: 0;
  padding: 13px 30px 10px 30px !important;
  background: #e9eef1 !important;
  border: none;
  border-radius: 6px 6px 0 0;
}
.ant-modal .ant-modal-header .ant-modal-title {
  color: var(--text-color);
  font-weight: normal;
  font-size: 28px;
  line-height: 1.5;
}
.ant-modal .ant-modal-content {
  padding: 0;
  overflow: hidden;
  background: var(--layout-background-color) !important;
  border-radius: 6px !important;
}
.ant-modal .ant-modal-body {
  padding: 30px 30px 30px 30px;
}
.ant-modal .ant-modal-footer {
  margin-top: 0 !important;
}
.ant-modal.ant-modal-confirm .ant-modal-body {
  padding: 20px;
}
.ant-modal-confirm .ant-modal-confirm-body .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-block-end: 8px !important;
}
.ant-select-dropdown {
  border: 1px solid #c9d2dc !important;
}
.statusSelect.ant-select-dropdown {
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.ant-form {
  max-width: 990px;
}
.ant-select-item {
  margin: 0;
  font-weight: 200;
  word-wrap: break-word;
  list-style: none;
}
.ant-select-item.ant-select-item-group {
  color: #454545;
  font-weight: bold;
  background: #dae9ea;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  width: 100%;
  color: #4c5b63;
  background: linear-gradient(to bottom, #fff, #e9eef1);
  border: 1px solid #c9d2dc;
  border-radius: 3px;
}
.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  font-weight: var(--font-weight);
}
.ant-select-multiple .ant-select-selection-placeholder {
  top: 14px;
}
.ant-pagination-options .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector,
.ant-pagination-options .ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-pagination-options .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  height: 28px !important;
  line-height: 28px !important;
}
.ant-pagination .ant-pagination-prev,
.ant-pagination .ant-pagination-next,
.ant-pagination .ant-pagination-jump-prev,
.ant-pagination .ant-pagination-jump-next {
  min-width: 26px;
  height: 28px !important;
  line-height: 28px !important;
}
.ant-pagination.ant-pagination-mini .ant-pagination-item,
.ant-pagination .ant-pagination-item {
  min-width: 26px;
  height: 28px !important;
  line-height: 28px !important;
  margin-inline-end: 4px !important;
}
.ant-pagination .ant-pagination-item a {
  padding: 0;
}
.ant-upload-list {
  margin-bottom: 4px;
}
.ant-select-item-option.ant-select-item-option-disabled:hover,
.ant-select-item-option.ant-select-item-option-active:hover {
  background: #f0f0f0;
}
.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background: #fff;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: #fff;
  font-weight: 200;
}
.ant-form-item .ant-form-item-extra small {
  color: #4f5b63;
  font-weight: normal !important;
  font-size: 12px;
}
.ant-tabs-tab-btn {
  min-width: 60px;
}
.ant-pro-layout .ant-layout-header.ant-pro-layout-header {
  height: var(--header-height);
  margin: 0;
  padding: 0;
  background-color: var(--primary-color);
}
.ant-pro-sider-menu-logo {
  padding: 0 12px;
  background: var(--primary-color);
}
.ant-pro-sider-menu-logo h1 {
  display: none;
  margin: 3px 0 0 12px;
  font-weight: 400;
  font-size: 28px;
}
.ant-pro-sider-menu-logo img {
  height: auto;
  max-height: 56px;
}
.ant-pro-sider-menu-logo a {
  height: var(--header-height);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .ant-pro-sider-menu-logo img {
    max-height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .ant-pro-sider-menu-logo {
    display: none;
  }
}
.ant-pro-sider-menu {
  height: 100%;
}
.ant-btn.ant-btn-circle {
  min-width: 32px;
  border-radius: 50%;
}
.ant-btn > .anticon + span {
  margin-left: 4px;
}
.ant-table {
  color: #63768a;
}
.ant-table .ant-table-cell:first-of-type {
  padding-left: 26px !important;
}
.ant-table .ant-table-cell:last-child {
  padding-right: 26px !important;
}
.ant-table-wrapper .ant-table-tbody > tr.ant-table-row:hover > td,
.ant-table-wrapper .ant-table-tbody > tr > th.ant-table-cell-row-hover,
.ant-table-wrapper .ant-table-tbody > tr > td.ant-table-cell-row-hover,
.ant-table-wrapper td.ant-table-column-sort {
  background-color: #f7fbfd !important;
}
.ant-table-wrapper .ant-table-tbody > tr.ant-table-row-selected > th,
.ant-table-wrapper .ant-table-tbody > tr.ant-table-row-selected > td {
  background-color: #f7fbfd;
}
.ant-divider-vertical {
  margin: 0 2px;
}
.ant-table-thead > tr > th,
.ant-table tfoot > tr > th {
  padding: 11px 8px !important;
  color: #4c5b63 !important;
  background: #e3e8ec !important;
}
.ant-table-tbody > tr > td,
.ant-table tfoot > tr > td {
  padding: 10px 8px !important;
}
.ant-table-tbody > tr > td.tableNoPadding,
.ant-table tfoot > tr > td.tableNoPadding {
  padding: 0 !important;
}
.ant-table-tbody > tr > td {
  vertical-align: middle !important;
  word-break: break-all !important;
  border-bottom: none !important;
}
.ant-table-pagination.ant-pagination {
  margin: 16px 30px 16px !important;
}
.ant-tabs-bar {
  margin: 0 0 24px 0;
  border-bottom: 1px solid #ddd;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
  border-color: #ddd;
  border-bottom: 1px solid #ddd;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
  border-color: #ddd;
  border-bottom: 1px solid #fff;
}
.ant-dropdown-menu-item-group-title {
  background: #f4f5f7;
}
.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  padding: 5px;
}
.ant-dropdown-menu-item > a,
.ant-dropdown-menu-submenu-title > a {
  margin: -5px 0;
}
.ant-form-item-label > label {
  color: #555555;
}
.ant-upload.ant-upload-drag {
  background: #fff;
}
.ant-upload.ant-upload-drag .ant-upload {
  padding: 14px 0;
}
.ant-form-item .ant-upload.ant-upload-drag {
  background: #fff;
}
.ant-upload.ant-upload-drag p.ant-upload-text {
  margin-bottom: 0;
  font-size: 15px;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
  margin-bottom: 13px;
}
#VsignCloudLog .ant-drawer {
  top: 0;
}
.ant-drawer {
  top: 60px;
  z-index: 99999;
  height: 100vh;
  transition: all 1s;
}
.ant-drawer-header {
  padding: 20px 24px 20px 24px;
  background: #dde2e6;
}
.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: -4px 1px 15px #8997a6;
}
.ant-drawer-body {
  padding: 0 !important;
  background: #f6f7f8 !important;
}
.ant-drawer-body h3 {
  margin-bottom: 15px;
  padding: 16px 30px;
  color: #4f5b63 !important;
  font-size: 18px;
  background: #e9eef1;
}
.ant-table-wrapper .ant-table-tbody .ant-table-row.ant-table-row-selected > .ant-table-cell {
  background-color: rgba(0, 0, 0, 0) !important;
}
.red_tip {
  margin-right: 4px;
  color: #ff4d4f;
  font-size: 13px;
  font-family: SimSun, sans-serif;
  line-height: 1;
}
.opration {
  width: 100%;
  padding: 0 24px 26px;
  background-color: #fff;
}
.opration .ant-space-item .ant-btn {
  padding: 0 15px !important;
}
.opration h3 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
}
.sidermeanTag {
  margin-left: 6px;
  color: #ff4d4f;
  border-radius: 2px;
}
.sendEmail {
  width: 50px;
  height: 50px;
}
.connectManager {
  position: fixed;
  right: 30px;
  bottom: 80px;
  width: 50px;
  height: 50px;
}
.copyStuff {
  margin-right: -4px;
  color: var(--link-color);
  font-size: 14px;
}
.primarytext {
  color: var(--primary-color);
}
.opration {
  width: 100%;
  padding: 0 24px 26px;
  background-color: #fff;
}
.opration h3 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
}
.opration ol {
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 26px;
}
.opration ol li {
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 16px;
}
.oprationHasBg {
  width: 100%;
  padding: 24px 24px 0;
}
.oprationHasBg h3 {
  margin-bottom: 0;
  color: #4d5c63;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}
.oprationHasBg p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
}
.oprationHasBg ol {
  margin-bottom: 20px;
  padding-left: 16px;
  line-height: 26px;
  list-style: disc;
}
.oprationHasBg ol li {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
}
.resultContain {
  display: flex;
  align-items: center;
  justify-content: center;
  /* 水平居中 */
  height: calc(100vh - 60px);
}
.resultContain img {
  display: inline-block;
}
.monospacedFont {
  font-weight: 300 !important;
  font-family: Courier New, sans-serif !important;
}
.sameWidthFont {
  font-weight: 400;
  font-size: 13px;
  font-family: Consolas, Monaco;
}
.sansFont {
  font-weight: 300 !important;
  font-family: sans-serif !important;
}
.container {
  display: flex;
  flex-direction: column;
  padding: 30px;
  overflow: auto;
  background: var(--layout-background-color);
}
.lang {
  width: 100%;
  height: 40px;
  margin-right: 24px;
  line-height: 44px;
  text-align: right;
}
.content {
  flex: 1 1;
}
.top {
  text-align: center;
}
.logo {
  height: 44px;
  margin-right: 16px;
  vertical-align: top;
}
.headertTtle {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 33px;
}
.desc {
  margin-top: 12px;
  margin-bottom: 40px;
  color: var(--text-color-secondary);
  font-size: var(--font-size);
  text-align: center;
}
.footer {
  width: 100%;
  margin-bottom: 30px;
  color: #00000073;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
}
.detailDrawerContent {
  padding: 0 30px;
}
.decoration {
  text-decoration: underline;
}
.ant-btn-link:not(:disabled) .decoration {
  color: var(--link-color);
}
.decoration:hover {
  color: var(--link-color);
}
.orderProgressTit {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: normal;
}
.orderOpration {
  padding: 15px 30px 15px;
}
.orderDetailPartInfo {
  margin: 0 15px;
  padding: 20px 0;
}
.orderDetailPartInfo h3 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 32px;
}
.orderDetailPartInfo .orderDetailsRow {
  border-left: 5px solid #e9eef1;
}
.orderDetailPartInfo .ant-collapse-expand-icon {
  line-height: 32px !important;
  cursor: pointer;
}
.modalDetailsRow {
  width: 100%;
  margin: 0;
  padding-bottom: 10px;
  overflow: hidden;
  line-height: inherit;
}
.modalDetailsRow .lable {
  float: left;
  width: 26%;
  max-width: 100px;
  color: #09203a;
  font-weight: 400;
  text-align: right;
}
.modalDetailsRow .content {
  float: left;
  width: 74%;
  padding-left: 14px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.informationLabel {
  margin-bottom: 4px;
  line-height: 1.6;
}
.Tit {
  margin: 0;
  padding: 6px 0;
  color: #9ca4ad;
}
.Cel {
  display: table-cell;
  padding: 6px 0;
  overflow: hidden;
  color: #285060;
  font-size: 14px;
  text-overflow: ellipsis;
  vertical-align: top;
  word-break: break-all;
}
.basicTitle {
  padding: 25px 24px 20px;
  background: #fff;
}
.basicTitle .right_operate_area {
  margin-left: 12px;
}
.basicTitle a,
.basicTitle .ant-btn.ant-btn-link {
  display: inline-block;
  padding: 0;
}
.basicTitle a {
  margin-bottom: 16px;
}
.basicTitle h1 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 26px;
  line-height: 1em;
}
.basicTitle .productInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  color: #afb8c2;
  font-size: 20px;
}
.productTitle {
  margin-bottom: 0;
  color: #afb8c2;
  font-size: 18px;
}
.dropdownItem {
  padding: 4px 10px;
}
.disabledDropdownItem {
  color: #afb8c2;
}
.formWrap {
  margin: 24px 24px 0;
}
@media screen and (max-width: 480px) {
  .basicTitle {
    padding: 22px 24px 20px;
    background: #fff;
  }
  .basicTitle h1 {
    margin-top: 20px;
    margin-bottom: 6px;
    padding: 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 1em;
  }
  .basicTitle .productInfo {
    height: 20px;
    margin-bottom: 0;
    color: #afb8c2;
    font-size: 16px;
  }
}
.basicInfo {
  padding: 24px 24px 12px;
}
.basicInfo .ant-row > div {
  margin-bottom: 10px;
}
.basicInfo h3 {
  margin-bottom: 12px;
  color: #909ca5;
  font-weight: normal;
  font-size: 13px;
}
.basicInfo p {
  padding-right: 30px;
  overflow: hidden;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.drawerTitle {
  margin: 0 0 12px 0;
  padding: 0;
  font-size: 22px;
  line-height: 1.3em;
}
.drawerDes {
  margin-bottom: 0;
  color: #8997a6;
  font-size: 17px;
}
.buttonInline {
  height: 20px;
  padding: 0;
  line-height: 20px;
}
.copyright {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 24px 0 24px;
  text-align: center;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.formBtnRight {
  margin-bottom: 0;
  text-align: right;
}
.dcvAlertMessage {
  font-size: 13px;
}
.dcvAlertMessage p {
  margin-top: 3px;
  margin-bottom: 0;
}
.dcvAlertMessage ul {
  padding-left: 20px;
  line-height: 24px;
  list-style-type: none;
}
.dcvAlertMessage ul.disStyle {
  margin: 5px 0;
  list-style: disc;
}
.recentDomainList {
  padding-left: 34px;
  list-style: disc;
}
.hlayoutForm .ant-btn > .anticon + span {
  margin-left: 3px;
}
.ant-btn.ant-btn-sm {
  font-size: 13px;
}
.lableDescription {
  width: 100%;
  min-height: 30px;
  margin-bottom: 8px;
  overflow: hidden;
}
.settingInfo .lableDescription .lable {
  color: #4d5c63;
  font-weight: 400;
}
.lableDescription .descriptionTit {
  float: left;
  width: 20%;
  min-width: 75px;
  max-width: 132px;
  min-height: 1px;
  font-weight: 400;
  text-align: right;
}
.lableDescription .descriptionCel {
  float: left;
  width: 80%;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.lableDescription .shortDescriptionTit {
  float: left;
  width: 30%;
  min-width: 75px;
  max-width: 110px;
  min-height: 1px;
  font-weight: 400;
  text-align: right;
}
.lableDescription .shortDescriptionCel {
  float: left;
  width: 70%;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.ipt_box {
  position: relative;
  margin-bottom: 25px;
}
.ipt_box .btn_box {
  position: absolute;
  top: 0;
  right: -72px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 30px;
  border-left: 0;
}
.ipt_box .ipt_btn {
  width: 24px;
  min-width: 24px !important;
  padding: 0;
}
.mb15 {
  margin-bottom: 15px;
}
.org_name_box {
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.settingPart {
  margin-bottom: 25px;
}
.settingPart .closeIcon {
  color: #bdc2c5 !important;
  font-size: 10px;
  cursor: pointer;
}
.settingPart .closeIcon:hover {
  color: rgba(0, 0, 0, 0.45) !important;
}
.settingInfo {
  width: 100%;
  max-width: 990px;
}
.settingInfo h2 {
  margin: 0 0 16px 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.15em;
}
.settingInfo h3 {
  margin: 0 0 16px 0;
  color: #4f5b63;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.15em;
}
.settingInfo h4 {
  margin-bottom: 4px;
}
.settingInfo .lableDescription {
  width: 100%;
  margin-bottom: 12px;
  overflow: hidden;
}
.settingInfo .lableTitle {
  margin-bottom: 6px;
  color: #333;
  font-weight: 400;
  text-align: inherit;
}
.settingInfo .lableTitle + div {
  margin-bottom: 10px;
}
.settingInfo .lableSmallTitle {
  margin-top: 6px;
  margin-bottom: 4px;
  color: #555555;
  font-size: 14px;
}
.settingInfo .radioStyle {
  display: block;
  line-height: 30px;
}
@keyframes myfirst {
  0% {
    left: -20px;
  }
  50% {
    left: -30px;
  }
  100% {
    left: -20px;
  }
}
.animationIconWrap {
  position: relative;
}
.animationIcon {
  position: absolute;
  top: -5px;
  left: -30px;
  width: 28px;
  color: orange;
  font-size: 16px;
  animation: myfirst 1s linear infinite;
}
.SortableHelper {
  position: relative;
  padding: 0 10px;
  background: #d4dcde;
  border-radius: 2px;
}
.SortableHelper .close {
  position: absolute;
  right: 10px;
  z-index: 9;
  padding: 0 4px;
}
.expectImg {
  width: 90%;
  margin: 0 auto;
  padding-top: 20%;
  text-align: center;
}
.expectImg p {
  color: #b5b5b5;
  font-size: 24px;
  text-shadow: -1px -1px 0 #353535b3 b3;
}
.expectImg img {
  width: 100%;
  max-width: 400px;
}
.noticeDropdown {
  min-width: 320px !important;
  max-width: 500px !important;
}
.noticeDropdown.ant-dropdown .ant-dropdown-menu {
  padding: 0;
}
.noticeDropdown.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
  padding: 0;
  border-radius: 0;
}
.noticeDropdown.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-title-content {
  width: 100% !important;
  font-size: var(--font-size);
}
.noticeDropdown .ant-dropdown-menu-item-group-list {
  margin: 0;
}
.noticeDropdown .ant-dropdown-menu-item-group-title {
  height: 52px;
  padding: 0 12px;
  color: #797979;
  font-weight: 400;
  font-size: 15px;
  line-height: 52px;
  background: #dfe7f1;
}
.noticeDropdown .ant-dropdown-menu-item,
.noticeDropdown .ant-dropdown-menu-submenu-title {
  padding: 0;
  border-bottom: 1px solid #e2e2e2;
}
.noticeDropdown .ant-dropdown-menu-item > div,
.noticeDropdown .ant-dropdown-menu-submenu-title > div {
  height: 56px;
  min-height: 56px;
  padding: 5px 14px;
  font-size: 12px;
}
.noticeDropdown .ant-dropdown-menu-item:hover,
.noticeDropdown .ant-dropdown-menu-submenu-title:hover {
  background: #e9e9e9;
}
.noticeDropdown .noticeDropdownTitle {
  height: 52px;
  padding: 0 12px;
  color: #797979;
  font-weight: 400;
  font-size: 15px;
  line-height: 52px;
  background: #dfe7f1;
}
.noticeDropdown .noticeDropdownAll {
  padding: 12px 12px;
  background: #f4f5f7;
}
.noticeDropdown .noticeDropdownAll:hover {
  background: #f4f5f7;
}
.noticeDropdown .noticeDropdownAll > div {
  height: 34px;
  min-height: 34px;
  padding: 5px 15px;
  font-size: 14px;
  border-bottom: none;
}
.noNotice {
  padding: 50px 0;
  color: #979797;
  text-align: center;
  background: #fff;
}
.noNotice:hover {
  background: #fff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ant-input {
    height: 32px;
  }
  .ant-pro-basicLayout .ant-input {
    height: 32px;
  }
  .ant-pro-basicLayout .ant-input-affix-wrapper {
    height: 30px !important;
  }
  .ant-pro-basicLayout .ant-input-affix-wrapper input.ant-input {
    height: 100%;
  }
}
.connectUs {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
.connectUs img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .connectUs {
    display: none;
  }
}
.userDisabledSelect {
  /* Firefox私有属性 */
  /* WebKit内核私有属性 */
  /* IE私有属性(IE10及以后) */
  /* KHTML内核私有属性 */
  -o-user-select: none;
  /* Opera私有属性 */
  user-select: none;
  /* CSS3属性 */
}
.noticeContent {
  display: table-cell;
}
.noticeContent h1 {
  margin: 0;
  color: #4d5c63;
  font-weight: 500;
  font-size: 16px;
}
.noticeContent h2 {
  margin: 20px 0;
  color: #4d5c63;
  font-size: 18px;
}
.noticeContent h3 {
  color: #4d5c63;
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
}
.noticeContent h4 {
  margin: 10px 0;
  color: #4d5c63;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}
.noticeContent h5 {
  margin: 10px 0;
  color: #4d5c63;
  font-weight: 600;
  font-size: 14px;
}
.noticeContent ul,
.noticeContent ol,
.noticeContent p {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 24px;
}
.noticeContent ol {
  list-style-type: decimal;
}
.noticeContent ul {
  padding-left: 20px;
  list-style-type: disc;
}
.noticeContent img {
  width: 100%;
  max-width: 500px;
}
.csrOnlineForm .onlineFormItem {
  padding-right: 10px;
}
@media screen and (max-width: 576px) {
  .csrOnlineForm .onlineFormItem {
    padding-right: 0;
  }
}
.formWarp {
  display: block;
}
.formRow p {
  height: 22px;
  font-weight: 300;
}
.formRow .ant-form-item {
  margin-right: 0 !important;
}
.headings {
  margin-bottom: 20px;
}
.radioGroup {
  width: 100%;
}
.radioGroup .radioStyle {
  line-height: 30px;
}
.radioGroup .formItem {
  padding-left: 20px;
}
.searchButton {
  height: 30px;
  margin-top: 26px;
}
@media screen and (max-width: 576px) {
  .searchButton {
    margin-top: 0;
  }
}
.CardInfo {
  position: relative;
}
.CardInfo h5 {
  margin: 0 0 15px 0;
  font-size: 14px;
}
.CardInfo .address {
  margin-top: 15px;
}
.CardInfo .telephone {
  margin-top: 10px;
}
.CardInfo .delete {
  position: absolute;
  top: -4px;
  right: -12px;
}
.CardInfo .delete .ant-btn {
  font-size: 17px;
}
.uploadContain {
  position: relative;
}
.ReTable {
  width: 100%;
}
.ReTable th,
.ReTable td {
  padding: 8px 12px;
  background: #fff;
}
.ReTable td:nth-of-type(1) {
  width: 20%;
  min-width: 100px;
}
.ReTable td:nth-of-type(n + 2) {
  width: 40%;
  font-weight: 400;
}
.ReTable td:nth-of-type(n + 2) ul {
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ReTable td:nth-of-type(n + 2) ul li {
  width: 100%;
  overflow: hidden;
  line-height: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ReTable td {
  vertical-align: top;
}
.ReTable .tit {
  min-width: 100px;
  font-weight: 500;
  text-align: left;
  background: #e3e8ec;
}
.ReTable .cel {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}
.shiledImg {
  display: block;
  float: left;
  width: 70px;
  padding: 15px 20px 0 0;
}
@media screen and (max-width: 480px) {
  .shiledImg {
    display: block;
    float: left;
    width: 50px;
    padding: 30px 10px 0 0;
  }
}
.orderSearchform {
  max-width: 100% !important;
  margin-bottom: 0;
  padding: 0;
}
.orderSearchform .ant-form-item {
  float: left;
  width: 210px;
  min-height: 64px;
  margin-right: 15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 576px) {
  .orderSearchform .ant-form-item {
    width: 100% !important;
  }
}
.searchform {
  max-width: 100% !important;
  margin-bottom: 0 !important;
  padding: 20px 24px 15px !important;
  overflow: hidden !important;
}
.searchform .ant-form-item .ant-form-item-label {
  padding: 0 0 4px 0;
}
.searchform .ant-form-item {
  float: left;
  width: 200px;
  min-height: 70px;
  margin-right: 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 576px) {
  .searchform .ant-form-item {
    width: 100% !important;
  }
}
.footer {
  text-align: center;
}
.uploadContain {
  position: relative;
}
.uploadCsr {
  /* position: absolute !important; */
  /* top: 0 !important; */
  /* right: 50% !important; */
  /* width: 200px !important; */
  /* height: 70px; */
  /* margin-right: -100px; */
  border: none !important;
}
.formBtnRightFixed {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  padding-right: 36px;
  padding-bottom: 30px;
  background: #f4f7f8;
}
.detecDomainTable th {
  vertical-align: top;
}
.detecDomainTable th,
.detecDomainTable td {
  padding: 5px;
  line-height: 24px;
}
.domainOpration {
  margin-bottom: 32px;
}
.domainOpration p {
  margin-bottom: 0;
}
.domainOpration .section {
  margin-bottom: 30px;
}
.dcvTypeName {
  color: #8997a6;
  font-size: 17px;
  font-family: 'Segoe UI', SegoeUI, Helvetica, 'Helvetica Neue', Arial, sans-serif, -apple-system, BlinkMacSystemFont, 'Noto Sans', 'Apple Color Emoji', 'Segoe UI Emoji', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
  font-style: italic;
}
.verifyState {
  margin-bottom: 32px;
}
.verifyState p {
  margin-bottom: 0;
}
.name {
  display: block;
  float: left;
  max-width: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  text-overflow: ellipsis;
}
.dropDown {
  vertical-align: top;
  cursor: pointer;
}
.dropDown > span {
  font-size: 16px !important;
  transform: none !important;
}
.dropDown > span svg {
  position: relative;
  top: -1px;
}
.stepsContain .ant-steps-item-container {
  min-height: 64px;
}
.stepsContain .ant-segmented-item-selected {
  color: #000000a6;
  background-color: var(--primary-color);
}
.segmentedContain .ant-segmented-item-label {
  color: var(--primary-color);
}
.segmentedContain .ant-segmented-item {
  font-weight: 200;
}
.segmentedContain .ant-segmented-thumb {
  color: #fff;
  background-color: #eaedee;
}
.segmentedContain .ant-segmented-item-selected {
  background-color: var(--primary-color);
}
.segmentedContain .ant-segmented-item-selected .ant-segmented-item-label {
  color: #fff;
}
.segmentedContain .ant-segmented-item-selected:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.iconStatus {
  margin-right: 10px;
  font-size: 14px;
}
.iconStatus.iconSuccess {
  color: green;
}
.iconStatus.iconWarning {
  color: orange;
}
.iconStatus.iconLoading {
  color: var(--primary-color);
}
.iconStatus.iconError {
  color: red;
}
.dropDownList {
  height: auto;
  max-height: 300px;
  overflow-y: scroll;
}
.dropDownList::-webkit-scrollbar {
  display: none;
}
.close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 9999;
}
.fido_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  width: 100%;
  height: 32px;
  margin-top: 25px;
  background-color: var(--btn-primary-color);
  border-radius: 4px;
  cursor: pointer;
}
.fido_box.not_allowed {
  background-color: #aaa;
  cursor: not-allowed;
}
.fido_box.not_allowed:hover {
  background-color: #bbb;
}
.fido_box:hover {
  background-color: var(--btn-primary-color-hover);
  transition: all 0.3s;
}
.fido_box img {
  height: 100%;
}
.fido_box .icon_box {
  position: absolute;
  top: -24px;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
}
.fido_box .icon_box .icon {
  color: #aaa;
  font-size: 16px;
}
.fido_box .icon_box .name {
  margin-right: 5px;
  color: #555;
  font-size: 13px;
}
.fido_img_tip {
  height: 120px;
  margin-bottom: 30px;
  margin-left: 200px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  opacity: 0;
}
.fido_img_tip.show {
  margin-left: 0;
  opacity: 1;
  transition: all 0.3s;
}
.fido_img_tip.hide {
  display: none;
}
.fido_img_tip p {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.fido_img_tip .icon {
  margin-left: 5px;
  color: #aaa;
  font-size: 18px;
}
.fido_img_tip .img_box {
  margin: 0 0 15px;
  background-color: #fff;
}
.fido_img_tip img {
  display: block;
  width: auto;
  height: 60px;
  margin: 0 auto;
}
.fido_img_tip div {
  display: block;
  margin-top: 5px;
  color: var(--primary-color);
  font-style: normal;
  cursor: pointer;
}
.pwd_row {
  margin-right: 200px;
  opacity: 0;
}
.pwd_row.show {
  margin-right: 0;
  opacity: 1;
  transition: all 0.3s;
}
.pwd_row.hide {
  display: none;
}
.hidePwd .pwd_row {
  position: absolute;
  left: -100%;
}
.hideWebAuthn .fido_img_tip {
  position: absolute;
  right: -100%;
}
.forget_pwd {
  height: 20px;
  margin-bottom: 49px;
  text-align: right;
}
.agreementLinkBox {
  margin: 24px 0;
  text-align: center;
}
.userNoLogoMain {
  width: 100%;
  max-width: 1170px;
  min-height: calc(-120vh);
  margin: 0 auto;
  padding: 30px 40px;
}
.userNoLogoMain .alert {
  margin-bottom: 32px;
}
.userNoLogoMain .operationForm,
.userNoLogoMain .alert {
  width: 96%;
  max-width: 450px;
}
.userNoLogoMain .operationForm label {
  margin-bottom: 4px;
}
.userNoLogoMain h3 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 100%;
}
.userNoLogoMain .qrCode {
  margin-top: 20px;
  margin-bottom: 30px;
}
.userNoLogoMain .qrCode p {
  margin: 12px 0;
  font-weight: bold;
}
.userNoLogoTitleSection {
  padding: 30px 0;
  background: white;
}
.userNoLogoTitleSection h2 {
  color: var(--text-color);
  font-size: 32px;
  line-height: 100%;
}
.userNoLogoTitleSection div {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 30px;
}
.userNoLogoTitleSection .back {
  margin-top: 32px;
}
.domainInfo {
  margin-bottom: 0;
  padding-left: 52px;
  line-height: 24px;
  list-style-type: disc;
}
.subDomainInfo {
  max-height: 300px;
  padding-left: 8px;
  overflow: auto;
}
.verifyFormInfo {
  height: 32px !important;
  font-weight: 300 !important;
  font-family: sans-serif !important;
}
.verifyFormInfoTextArea {
  height: 70px !important;
}
.domainOpration {
  margin-bottom: 32px;
}
.domainOpration p {
  margin-bottom: 0;
}
.domainOpration .section {
  margin-bottom: 30px;
}
.addRecordBg {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.productInfoWrap {
  margin-top: 12px;
}
.caa_detectionInfo_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feedBackPop {
  position: fixed;
  right: -10px;
  bottom: 80px;
  z-index: 11;
  width: 200px;
  height: 50px;
}
.feedback {
  position: fixed;
  right: 45px;
  bottom: 20px;
  z-index: 11;
  width: 50px;
  height: 50px;
}
.deploy-shell-contain {
  max-height: 400px;
  padding-right: 10px;
  overflow-y: scroll;
}
.shell-extra-contain {
  position: relative;
  width: 100%;
  font-weight: 400;
}
/* .shell-extra-contain p {
  margin-bottom: 20px;
} */
/* .shell-extra-contain .btn-group {
  position: absolute;
  z-index: 9999999;
  right: 0;
  top: 0;
} */
/* 微信绑定/解绑弹窗样式 begin */
.wxBindModal {
  text-align: center;
}
.wxBindModal .ewm-box {
  margin: 12px auto 16px;
}
.wxBindModal .ewm-tip {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 14px;
}
.wxBindModal :where(.ant-modal-confirm .ant-modal-confirm-body) {
  justify-content: center;
}
.wxBindModal :where(.ant-modal-confirm-info .ant-modal-confirm-body) {
  padding: 40px;
}
.wxBindModal :where(.ant-modal-confirm-info .ant-modal-confirm-body > .anticon) {
  display: none;
}
/* 微信绑定/解绑弹窗样式 end */
.flexCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flexStart {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mr12 {
  margin-right: 12px;
}
.mt4 {
  margin-top: 4px;
}
.mb12 {
  margin-bottom: 12px;
}
.table-link-btn {
  margin: 0 5px;
  padding: 0;
}
.mb8 {
  margin-bottom: 8px;
}
.ant-select-selection-item .org_select_option p {
  display: none;
}
.ant-select-selection-item .org_select_option p.org_name_box {
  display: block;
}
.orgAndContactComponentCls #CascaderBox :where(.ant-select-selection-item) .org_select_option p.org_name_box {
  display: block;
}
.update-pin-modal :where(.ant-modal-footer) {
  padding: 0 24px 16px;
}
.quota-tabbar .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab-active,
.quota-tabbar .ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-bottom-color: #f0f0f0 !important;
}
.areaPhoneNumSelect.ant-select-single .ant-select-selector .ant-select-selection-item,
.areaPhoneNumSelect.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  line-height: 30px !important;
}
.flexCenterSB {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mr5 {
  margin-right: 5px;
}
.ml5 {
  margin-left: 5px;
}
.phoneFormItem .ant-input {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.phoneFormItem .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-form-item .ant-form-item-label {
  height: 25px;
}
.ant-input,
.ant-picker,
.ant-input-affix-wrapper,
.ant-input-compact-item,
.ant-input-password {
  height: 32px;
}
.ant-input-password .ant-input,
.ant-input-affix-wrapper .ant-input,
.ant-input-compact-item .ant-input,
.ant-input-prefix + .ant-input {
  height: auto;
}

/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd/dist/reset.css ***!
  \*************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}

