div#roots {
  width: 100%;
  height: 100%;
}
div#roots .main {
  width: 100%;
  height: 100%;
}
body {
  font-family: sans-serif;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.container_Home {
  width: 1200px;
  height: 98%;
  margin: auto;
  background-color: transparent;
  display: flex;
  flex-direction: column;
}
.container_Home .contentHeader {
  height: 72px;
  background-color: #3DCD58;
  border-radius: 18px 18px 0 0;
  display: flex;
  justify-content: start;
  align-items: center;
  color: white;
  font-size: 24px;
  padding-left: 33px;
}
.container_Home .contentHeader .ant-spin-nested-loading {
  display: inline-block;
}
.container_Home .contentHeader .ant-spin-nested-loading .ant-spin-dot {
  height: 0;
}
.container_Home .contentHeader .ant-spin-nested-loading .ant-spin-blur {
  overflow: visible;
  line-height: normal;
}
.container_Home .contentHeader .ant-spin-dot i {
  background-color: white;
}
.container_Home .subContent {
  display: flex;
  background-color: rgba(255, 205, 255, 0);
}
.container_Home .subContent .contentSider {
  background-color: #ffffff;
  border-bottom-left-radius: 18px;
}
.container_Home .subContent .contentSider .ant-menu-item {
  background-color: #ffffff;
  font-size: 21px;
  color: #000000;
  font-weight: 700;
  line-height: 82px;
  height: 82px;
  text-align: center;
  margin: 0;
  padding: 2px 4px 2px 0;
  padding-left: 0 !important;
}
.container_Home .subContent .contentSider .ant-menu-item a {
  opacity: 1;
  background-color: #ffffff;
}
.container_Home .subContent .contentSider .ant-menu-item a::before {
  border-bottom: 2px solid #EAEAEA;
  border-right: 4px solid #EAEAEA;
}
.container_Home .subContent .contentSider .ant-menu-item-selected {
  padding-top: 0;
}
.container_Home .subContent .contentSider .ant-menu-item-selected a {
  color: #3DCD58;
  background-color: rgba(61, 205, 88, 0.1);
}
.container_Home .subContent .contentSider .ant-menu-item-selected::after {
  border-right: 4px solid #3DCD58 !important;
}
.container_Home .subContent .formContent {
  background-color: #F9F9F9;
  border-bottom-right-radius: 18px;
  position: relative;
}
.spinContainer {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999 !important;
}
.spinContainer .spinBg {
  width: 300px;
  height: 180px;
  border-radius: 10px;
  background-color: #ffffff;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}
.spinContainer .spinBg .spinContent {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.spinContainer .spinBg .spinContent .loadingImg {
  width: 50px;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
}
.spinContainer .spinBg .spinContent .loadingText {
  font-weight: 800;
  font-size: 18px;
  color: #000000;
}

.container_home_menu_MenuSider {
  height: 100%;
}


.container_index_header_menu_menuUser_FormPassword {
  width: 100%;
}
.container_index_header_menu_menuUser_FormPassword .ant-form-item-label {
  display: block;
  width: 40%;
  float: left;
  font-size: 16px;
}
.container_index_header_menu_menuUser_FormPassword .ant-form-item-control-wrapper {
  display: block;
  width: 55%;
  float: left;
  font-size: 16px;
}
.container_index_header_menu_menuUser_FormPassword label,
.container_index_header_menu_menuUser_FormPassword input {
  font-size: 16px;
}
.container_index_header_menu_menuUser_FormPassword .ant-form-item {
  margin-top: 24px;
}
.container_index_header_menu_menuUser_FormPassword .btn-area {
  margin-bottom: 0;
  padding: 16px;
  border-top: 1px solid #e9e9e9;
}
.container_index_header_menu_menuUser_FormPassword .btn-area .ant-form-item-control-wrapper {
  float: right;
}
.container_index_header_menu_menuUser_FormPassword .btn-area .ant-form-item-control-wrapper .form-bt {
  margin-right: 20px;
  float: right;
  width: 80px;
}

body {
  font-family: sans-serif;
}
.ant-layout-header {
  padding: 0 0;
}
.ant-layout-footer {
  padding: 0 0;
}
.ant-menu {
  border-bottom: none;
  background-color: transparent;
}
.ant-menu .ant-menu-submenu-title {
  padding: 0 10px;
}
.ant-message {
  font-size: 14px;
}
.ant-input-disabled {
  color: rgba(0, 0, 0, 0.65) !important;
}
.iconfont {
  margin-right: 3px;
}
.ant-confirm-btns .ant-btn {
  width: 75px;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.page_index {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 1200px;
  min-height: 800px;
}
.page_index .header {
  height: 126px;
  width: 100%;
  background-color: #3DCD58;
  display: flex;
  justify-content: center;
}
.page_index .header .lang {
  float: right;
  display: inline-block;
  font-size: 14px;
  margin-right: 20px;
}
.page_index .header .lang .ant-menu-submenu {
  font-size: 14px;
}
.page_index .header .lang .ant-menu-submenu .ant-menu-item {
  font-size: 14px;
}
.page_index .content {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  height: 650px;
  min-height: 650px;
  margin-top: 10px;
}
.page_index .content .mainContent {
  width: 1000px;
  height: 750px;
  flex: none;
  background-color: transparent;
}
.page_index .content .mainContent .contentHeader {
  background-color: #32ad3c;
  border-radius: 10px 10px 0 0;
}
.page_index .content .mainContent .subContent {
  display: flex;
}
.page_index .content .mainContent .subContent .contentSider {
  background-color: rgba(225, 235, 239, 0.85);
  border-bottom-left-radius: 10px;
}
.page_index .content .mainContent .subContent .contentSider .ant-menu-item {
  font-size: 16px;
  padding-left: 40px !important;
  line-height: 52px;
  height: 52px;
}
.page_index .content .mainContent .subContent .contentSider .ant-menu-item-selected {
  background-color: #e1ebef;
}
.page_index .content .mainContent .subContent .formContent {
  background-color: #e1ebef;
}
.page_index .footer {
  text-align: center;
}
.page_index .acceptBarCon {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 12px 0;
  margin-bottom: 0;
}
.page_index .acceptBarCon .acceptBar {
  display: flex;
  background-color: white;
  width: 1200px;
  text-align: center;
  border-radius: 16px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  align-items: center;
  justify-content: center;
}
.page_index .acceptBarCon .acceptBar span {
  padding: 10px 0;
  display: block;
  padding-left: 12px;
  font-size: 14px;
  width: 1050px;
}
.page_index .acceptBarCon .acceptBar .btn {
  padding: 0 10px;
  margin-left: 10px;
}
.page_index .acceptBarCon .acceptBar .close {
  border: none;
  font-size: 14px;
  color: #3DCD58;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0);
}
.page_index .acceptBarCon .acceptBar .close span {
  line-height: 7px !important;
  height: 30px;
  width: 50px;
}

.page_index_Header {
  width: 1200px;
  font-size: 16px;
  height: 126px;
  background-color: #3DCD58;
}
.page_index_Header .brand {
  margin-top: 26px;
  float: left;
}
.page_index_Header .block {
  display: inline-block;
  margin-top: 29.5px;
  float: right;
}
.page_index_Header .block .menuLang,
.page_index_Header .block .menuUser,
.page_index_Header .block .menuNotice {
  float: left;
  display: inline-block;
  padding: 10px 10px;
  background: transparent;
  color: #ffffff;
}
.page_index_Header .block .menuLang .ant-menu-submenu-active,
.page_index_Header .block .menuUser .ant-menu-submenu-active,
.page_index_Header .block .menuNotice .ant-menu-submenu-active,
.page_index_Header .block .menuLang .ant-menu-submenu-title:hover,
.page_index_Header .block .menuUser .ant-menu-submenu-title:hover,
.page_index_Header .block .menuNotice .ant-menu-submenu-title:hover {
  color: white;
  border-bottom-color: transparent;
}
.page_index_Header .block .menuLang .ant-menu-submenu-selected,
.page_index_Header .block .menuUser .ant-menu-submenu-selected,
.page_index_Header .block .menuNotice .ant-menu-submenu-selected {
  color: #CFFFD3;
  border-bottom-color: transparent;
}
.page_index_Header .block .menuLang .ant-menu-item,
.page_index_Header .block .menuUser .ant-menu-item,
.page_index_Header .block .menuNotice .ant-menu-item {
  font-size: 14px;
}
.page_index_Header .block .menuLang .ant-spin-nested-loading,
.page_index_Header .block .menuUser .ant-spin-nested-loading,
.page_index_Header .block .menuNotice .ant-spin-nested-loading {
  display: inline-block;
}

.component_menuLang {
  border-bottom: none;
  font-size: 18px;
  color: #ffffff;
}
.menu-lang-submenu {
  border-radius: 18px;
  background-color: rgba(255, 255, 255, 0);
}
.menu-lang-submenu .ant-menu {
  border-radius: 18px;
  margin-top: 5px;
  padding-top: 10px;
}
.menu-lang-submenu .ant-menu::before {
  position: absolute;
  z-index: 999;
  top: -30px;
  left: 62px !important;
  content: '';
  width: 0;
  height: 0;
  border-width: 20px;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.menu-lang-submenu .ant-menu .item-lag-us,
.menu-lang-submenu .ant-menu .item-lag-de {
  display: flex;
  align-items: center;
  border-bottom: 0.01px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
  background-color: rgba(255, 255, 255, 0) !important;
}
.menu-lang-submenu .ant-menu .item-lag-us {
  padding-bottom: 10px !important;
}
.menu-lang-submenu .ant-menu .item-lag-de {
  border: none;
  margin-top: 5px;
  padding-bottom: 5px;
}
.menu-lang-submenu .ant-menu:hover {
  cursor: pointer;
}

.container_index_header_menu_MenuUser {
  font-size: 18px;
  color: #ffffff;
}
.container_index_header_menu_MenuUser .ant--nested-loading {
  display: inline-block;
}
.container_index_header_menu_MenuUser .ant--nested-loading .ant-spin-dot {
  height: 0;
}
.container_index_header_menu_MenuUser .ant--nested-loading .ant-spin-blur {
  overflow: visible;
  line-height: normal;
}
.container_index_header_menu_MenuUser .ant-spin-dot i {
  background-color: white;
}
.container_index_header_menu_MenuUser_dialog .ant-modal-title {
  font-size: 16px;
}
.container_index_header_menu_MenuUser_dialog .ant-modal-content {
  width: 620px;
}
.container_index_header_menu_MenuUser_dialog .ant-modal-content .ant-modal-body {
  padding: 0;
}
.container_index_header_menu_MenuUser_dialog .ant-modal-content .ant-modal-body .ant-row {
  padding-left: 60px;
  padding-right: 60px;
}
.ant-menu-item-active {
  color: #3DCD58 !important;
}
.menu-user-submenu {
  border-radius: 18px;
  background-color: rgba(255, 255, 255, 0);
}
.menu-user-submenu .ant-menu {
  border-radius: 18px;
  margin-top: 5px;
  padding-top: 10px;
}
.menu-user-submenu .ant-menu::before {
  position: absolute;
  z-index: 999;
  top: -30px;
  left: 82px;
  content: '';
  width: 0;
  height: 0;
  border-width: 20px;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.menu-user-submenu .ant-menu .item-setting,
.menu-user-submenu .ant-menu .item-password,
.menu-user-submenu .ant-menu .item-logout {
  display: flex;
  align-items: center;
  border-bottom: 0.01px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
}
.menu-user-submenu .ant-menu .item-setting img,
.menu-user-submenu .ant-menu .item-password img,
.menu-user-submenu .ant-menu .item-logout img {
  margin-right: 10px;
}
.menu-user-submenu .ant-menu .item-setting {
  padding-bottom: 10px !important;
}
.menu-user-submenu .ant-menu .item-logout {
  border: none;
  margin-top: 5px;
  padding-bottom: 5px;
}
.menu-user-submenu .ant-menu .item-password {
  margin-top: 10px;
  padding-bottom: 10px;
}
.menu-user-submenu .ant-menu:hover {
  cursor: pointer;
}

.container_index_header_menu_menuUser_FormSetting {
  width: 100%;
}
.container_index_header_menu_menuUser_FormSetting .ant-form-item-label {
  display: block;
  width: 40%;
  float: left;
  font-size: 16px;
}
.container_index_header_menu_menuUser_FormSetting .ant-form-item-control-wrapper {
  display: block;
  width: 55%;
  float: left;
  font-size: 16px;
}
.container_index_header_menu_menuUser_FormSetting label,
.container_index_header_menu_menuUser_FormSetting input {
  font-size: 16px;
}
.container_index_header_menu_menuUser_FormSetting .ant-form-item {
  margin-top: 24px;
}
.container_index_header_menu_menuUser_FormSetting .btn-area {
  margin-bottom: 0;
  padding: 16px;
  border-top: 1px solid #e9e9e9;
}
.container_index_header_menu_menuUser_FormSetting .btn-area .ant-form-item-control-wrapper {
  float: right;
}
.container_index_header_menu_menuUser_FormSetting .btn-area .ant-form-item-control-wrapper .form-bt {
  margin-right: 20px;
  float: right;
  width: 80px;
}

.container_index_header_menu_menuUser_FormPassword {
  width: 100%;
}
.container_index_header_menu_menuUser_FormPassword .ant-form-item-label {
  display: block;
  width: 40%;
  float: left;
  font-size: 16px;
}
.container_index_header_menu_menuUser_FormPassword .ant-form-item-control-wrapper {
  display: block;
  width: 55%;
  float: left;
  font-size: 16px;
}
.container_index_header_menu_menuUser_FormPassword label,
.container_index_header_menu_menuUser_FormPassword input {
  font-size: 16px;
}
.container_index_header_menu_menuUser_FormPassword .ant-form-item {
  margin-top: 24px;
}
.container_index_header_menu_menuUser_FormPassword .btn-area {
  margin-bottom: 0;
  padding: 16px;
  border-top: 1px solid #e9e9e9;
}
.container_index_header_menu_menuUser_FormPassword .btn-area .ant-form-item-control-wrapper {
  float: right;
}
.container_index_header_menu_menuUser_FormPassword .btn-area .ant-form-item-control-wrapper .form-bt {
  margin-right: 20px;
  float: right;
  width: 80px;
}

.component_menuNotice {
  border-bottom: none;
  font-size: 18px;
  color: #ffffff;
}
.notice-dialog {
  width: 600px !important;
  border-radius: 18px;
  background-color: #ffffff;
}
.notice-dialog .select_icon {
  margin-right: 35px;
  cursor: pointer;
}
.notice-dialog .ac {
  color: #fafafa;
  font-size: 12px;
  text-decoration: none;
  background: #5656ec;
  padding: 4px 8px;
}
.notice-dialog .ant-modal-content {
  width: 600px !important;
  border-radius: none !important;
  box-shadow: none !important;
}
.notice-dialog .ant-modal-content .ant-modal-header {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  text-align: center;
  border: none;
}
.notice-dialog .ant-modal-content .ant-modal-header .ant-modal-title {
  font-size: 24px !important;
  color: #000000 !important;
  font-weight: 500 !important;
}
.notice-dialog .ant-modal-content .ant-modal-body {
  height: 500px;
  overflow-y: auto;
  padding: 0 45px !important;
  font-size: 21px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}
.notice-dialog .ant-modal-content .ant-modal-body .select_icon {
  margin-right: 35px;
}
.notice-dialog .ant-modal-content .ant-modal-footer {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #3ECD59;
  box-sizing: border-box;
}
.notice-dialog .ant-modal-content .ant-modal-footer div {
  display: flex;
  justify-content: space-around;
}
.notice-dialog .ant-modal-content .ant-modal-footer div .ant-btn {
  border: none;
  background-color: #ffffff;
  box-shadow: none;
  font-size: 24px;
  color: #000000;
  font-weight: 500;
}
.notice-dialog .ant-modal-content .ant-modal-footer div .ant-btn:last-child {
  color: #3DCD58;
}
.MsoNormal a:visited {
  color: gray !important;
}

.page_index_footer {
  width: 100%;
  height: 90px;
  font-size: 14px;
  padding: 0 0;
  background-color: #3DCD58;
  display: flex;
  justify-content: center;
}
.page_index_footer .footCon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 90px;
}
.page_index_footer .footCon .msgCon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  width: 990px;
}
.page_index_footer .footCon .msgCon span {
  display: block;
  width: 990px;
}
.page_index_footer .footCon .msgCon span:first-child {
  width: 990px;
}
.page_index_footer .footCon .msgCon span:last-child {
  display: inline;
  width: 990px;
}
.page_index_footer .footCon .logoIcon:hover {
  cursor: pointer;
}
.page_index_footer a {
  color: white;
  text-decoration: underline;
  margin-left: 20px;
}

.page_Account {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.page_Account .addBar {
  margin: 12px 40px 10px 40px;
  align-self: stretch;
}
.page_Account .addBar .addBtn {
  height: 42px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #3DCD58 !important;
  background-color: #ffffff !important;
  box-sizing: border-box;
  border-radius: 21px;
  margin-right: 5px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #3DCD58;
  font-size: 18px;
  font-weight: 700;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.page_Account .addBar .addBtn .iconfont {
  margin-right: 0;
}
.page_Account .table {
  margin: 10px 40px 10px 40px;
  align-self: stretch;
}
.page_Account .table .ant-table-thead {
  border-radius: 18px 18px 0 0;
}
.page_Account .table .ant-table-thead tr th {
  background-color: #EBEBEB !important;
  height: 56px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  padding: 0 !important;
}
.page_Account .table .ant-table-thead tr th:first-child {
  border-top-left-radius: 18px;
  padding-left: 10px !important;
}
.page_Account .table .ant-table-thead tr th:last-child {
  border-top-right-radius: 18px;
}
.page_Account .table .ant-table {
  font-size: 14px;
}
.page_Account .table .ant-table-tbody {
  margin: 0 !important;
  padding: 0 !important;
}
.page_Account .table .ant-table-tbody .a-click {
  padding: 0 !important;
  padding-left: 10px !important;
}
.page_Account .table .ant-table-tbody tr {
  margin: 0 !important;
  padding: 0 !important;
}
.page_Account .table .ant-table-tbody tr td {
  border-bottom-color: #d9dcda;
  text-align: left !important;
  padding: 10px 0px !important;
  margin: 0 !important;
}
.container_account_Main_dialog {
  width: 680px !important;
}
.container_account_Main_dialog .ant-modal-content {
  width: 680px;
  border-radius: 18px;
  height: auto;
}
.container_account_Main_dialog .ant-modal-content .ant-modal-header {
  border-top-right-radius: 18px;
  border-top-left-radius: 18px;
  text-align: center;
  background-color: #ffffff;
  border: none;
}
.container_account_Main_dialog .ant-modal-content .ant-modal-header .ant-modal-title {
  font-weight: 500 !important;
  color: #000000;
  font-size: 24px !important;
  margin-top: 30px;
}
.container_account_Main_dialog .ant-modal-content .ant-modal-body {
  padding: 0;
}
.container_account_Main_dialog .ant-modal-content .ant-modal-body .ant-row {
  padding-left: 60px;
  padding-right: 60px;
}

.container_account_Table {
  min-width: 450px;
  background-color: #F9F9F9;
}
.container_account_Table .ant-table-selection-column {
  width: 40px !important;
  min-width: 40px !important;
}
.container_account_Table .action-button {
  padding: 0 !important;
  margin-right: 8px;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none !important;
  height: 32px;
}
.container_account_Table .action-button .iconfont {
  margin-right: 0;
}
.container_account_Table .ant-table-content {
  font-size: 13px;
}
.container_account_Table .a-click {
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-size: 16px;
  color: #3DCD58;
}
.container_account_Table .ant-table-pagination {
  display: flex;
  align-items: center;
}
.container_account_Table .ant-table-pagination .ant-pagination-prev,
.container_account_Table .ant-table-pagination .ant-pagination-next {
  height: 40px;
}
.container_account_Table .ant-table-pagination .ant-pagination-prev .ant-pagination-item-link,
.container_account_Table .ant-table-pagination .ant-pagination-next .ant-pagination-item-link {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #D0D0D0;
  text-align: center;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
}
.container_account_Table .ant-table-pagination .ant-pagination-item {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  line-height: 40px;
  font-size: 24px;
  font-weight: 400;
  border: none;
}
.container_account_Table .ant-table-pagination .ant-pagination-item a {
  color: #000000 !important;
}
.container_account_Table .ant-table-pagination .ant-pagination-item-active {
  border: 1px solid #46CF60;
  box-sizing: border-box;
}
.container_account_Table .ant-table-pagination .ant-pagination-item-active a {
  color: #3DCD58 !important;
}
.container_account_Table .ant-table-tbody tr {
  background-color: #ffffff;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}
.container_account_Table .ant-table-tbody tr:last-child td {
  border: none;
}
.container_account_Table .ant-table-tbody tr:last-child td:first-child {
  border-bottom-left-radius: 18px;
}
.container_account_Table .ant-table-tbody tr:last-child td:last-child {
  border-bottom-right-radius: 18px;
}
.ant-modal-content {
  width: 663px;
  border-radius: 18px !important;
}
.ant-modal-content .ant-modal-body {
  padding: 0 !important;
}
.ant-modal-content .ant-modal-body .ant-modal-confirm-body {
  padding: 0 !important;
  margin: 0 !important;
  border-top-left-radius: 18px !important;
  border-top-right-radius: 18px !important;
  padding-top: 55px !important;
  padding-bottom: 55px !important;
  border-bottom: 1px solid #3DCD58;
}
.ant-modal-content .ant-modal-body .ant-modal-confirm-body img {
  margin-left: 40px !important;
}
.ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-title {
  font-size: 21px;
  color: #000000;
  font-weight: 500;
  margin-left: 30px;
  display: inline-block;
  margin-right: 40px !important;
}
.ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-content {
  font-size: 21px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  margin-left: 143px;
  margin-top: -20px !important;
  margin-right: 40px !important;
}
.ant-modal-content .ant-modal-body .ant-modal-confirm-btns {
  width: 100%;
  padding: 24px 40px;
  margin-top: 0 !important;
  display: flex;
  justify-content: space-around;
}
.ant-modal-content .ant-modal-body .ant-modal-confirm-btns .ant-btn {
  border: none;
  background-color: #ffffff;
  font-size: 24px;
  color: #000000;
  box-shadow: none;
}
.ant-modal-content .ant-modal-body .ant-modal-confirm-btns .ant-btn:last-child {
  color: #3DCD58;
}

.container_account_AddForm {
  width: 100%;
}
.container_account_AddForm .ant-form-item-label {
  display: block;
  float: left;
  font-size: 16px;
  width: 30%;
  text-align: right;
  margin-right: 20px;
}
.container_account_AddForm .ant-form-item-control-wrapper {
  display: block;
  width: 65%;
  float: left;
  font-size: 16px;
}
.container_account_AddForm .ant-select {
  font-size: 16px;
}
.container_account_AddForm label,
.container_account_AddForm input {
  font-size: 16px;
}
.container_account_AddForm input {
  width: 387px;
  height: 60px;
  border-radius: 6px;
  background-color: #F5F5F5 !important;
  border: none;
  box-sizing: border-box;
}
.container_account_AddForm input:focus {
  box-shadow: none;
  border: 2px solid #3DCD58;
  border-right-width: 2px !important;
}
.container_account_AddForm input:hover {
  background-color: #F5F5F5 !important;
}
.container_account_AddForm .select-name {
  width: 387px;
  height: 60px;
  border-radius: 6px;
  background-color: #F5F5F5 !important;
}
.container_account_AddForm .select-name .ant-select-selection {
  width: 387px;
  height: 60px;
  border-radius: 6px;
  background-color: #F5F5F5 !important;
  border: none;
  display: flex;
  align-items: center;
}
.container_account_AddForm .select-name .ant-select-selection .ant-select-arrow .ant-select-arrow-icon {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-weight: 800;
}
.container_account_AddForm .select-name .ant-select-selection:focus {
  box-shadow: none;
  border: 2px solid #3DCD58;
  border-right-width: 2px !important;
}
.container_account_AddForm .select-name .ant-select-selection:hover {
  background-color: #F5F5F5 !important;
}
.container_account_AddForm .ant-form-item {
  margin-top: 24px;
}
.container_account_AddForm .btn-area {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
}
.container_account_AddForm .btn-area .ant-form-item-control-wrapper {
  width: 100%;
}
.container_account_AddForm .btn-area .ant-form-item-control-wrapper .ant-form-item-children {
  display: block;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.container_account_AddForm .btn-area .ant-form-item-control-wrapper .ant-form-item-children .form-bt {
  background-color: #ffffff;
  color: #000000;
  width: 211px;
  text-align: center;
  border: none;
  font-size: 24px;
  font-weight: 500;
  height: 28px;
  line-height: 28px;
  box-shadow: none;
}
.container_account_AddForm .btn-area .ant-form-item-control-wrapper .ant-form-item-children .form-bt:last-child {
  color: #3DCD58;
}
.container_account_AddForm .btn-area .ant-form-item-control-wrapper .ant-form-item-children .form-bt:focus {
  outline: none;
  border: none;
}
.container_account_AddForm .btn-area::before {
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #3DCD58;
}
.container_account_AddForm_select {
  font-size: 16px;
}

.container_account_EditForm {
  width: 100%;
}
.container_account_EditForm .ant-form-item-label {
  display: block;
  width: 40%;
  float: left;
  font-size: 16px;
  padding-right: 30px;
}
.container_account_EditForm .ant-form-item-control-wrapper {
  display: block;
  width: 55%;
  float: left;
  font-size: 16px;
}
.container_account_EditForm label,
.container_account_EditForm input {
  font-size: 16px;
}
.container_account_EditForm .qrcode-con {
  display: flex;
  justify-content: center;
}
.container_account_EditForm .qrcode-con .form-qr-item {
  margin-top: 12px;
  border: 1px solid #D8D8D8;
  width: 146px;
  height: 146px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 14px;
}
.container_account_EditForm .qrcode-con .form-qr-item .ant-form-item-control-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container_account_EditForm .btn-area {
  margin-bottom: 0;
  padding: 16px;
  border-top: 1px solid #3ECD59;
}
.container_account_EditForm .btn-area .ant-form-item-control-wrapper {
  width: 100%;
}
.container_account_EditForm .btn-area .ant-form-item-control-wrapper .ant-form-item-children {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.container_account_EditForm .btn-area .ant-form-item-control-wrapper .ant-form-item-children .form-bt {
  color: #000000;
  margin-right: 20px;
  border: none;
  background-color: #ffffff;
  box-shadow: none;
  font-size: 24px;
  text-align: center;
  font-weight: 500;
}
.container_account_EditForm .btn-area .ant-form-item-control-wrapper .ant-form-item-children .form-bt:last-child {
  color: #3DCD58;
}
#accountPassword {
  font-weight: bolder;
}

.container_Device {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.container_Device .addBar {
  margin: 12px 40px 10px 40px;
  align-self: stretch;
}
.container_Device .addBar .addBtn {
  height: 42px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #3DCD58 !important;
  background-color: #ffffff !important;
  box-sizing: border-box;
  border-radius: 21px;
  margin-right: 5px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #3DCD58;
  font-size: 18px;
  font-weight: 700;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.container_Device .addBar .addBtn .iconfont {
  margin-right: 0;
}
.container_Device .table {
  margin: 10px 40px 10px 40px;
  align-self: stretch;
}
.container_Device .table .ant-table-thead {
  border-radius: 18px 18px 0 0;
}
.container_Device .table .ant-table-thead tr th {
  background-color: #EBEBEB !important;
  height: 56px;
  text-align: left !important;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  padding: 0 !important;
}
.container_Device .table .ant-table-thead tr th:first-child {
  border-top-left-radius: 18px;
  padding-left: 10px !important;
}
.container_Device .table .ant-table-thead tr th:last-child {
  border-top-right-radius: 18px;
}
.container_Device .table .ant-table {
  font-size: 14px;
}
.container_Device .table .ant-table-tbody {
  margin: 0 !important;
  padding: 0 !important;
}
.container_Device .table .ant-table-tbody .a-click {
  padding: 0 !important;
  padding-left: 10px !important;
}
.container_Device .table .ant-table-tbody tr {
  margin: 0 !important;
  padding: 0 !important;
}
.container_Device .table .ant-table-tbody tr td {
  border-bottom-color: #d9dcda;
  text-align: left !important;
  padding: 10px 0px !important;
  margin: 0 !important;
}
.container_device_Main_dialog {
  width: 680px !important;
}
.container_device_Main_dialog .ant-modal-title {
  font-size: 16px;
}
.container_device_Main_dialog .ant-modal-content {
  width: 680px;
  border-radius: 18px;
  height: auto;
}
.container_device_Main_dialog .ant-modal-content .ant-modal-header {
  border-top-right-radius: 18px;
  border-top-left-radius: 18px;
  text-align: center;
  background-color: #ffffff;
  border: none;
}
.container_device_Main_dialog .ant-modal-content .ant-modal-header .ant-modal-title {
  font-weight: 500 !important;
  color: #000000;
  font-size: 24px !important;
  margin-top: 30px;
}
.container_device_Main_dialog .ant-modal-content .ant-modal-body {
  padding: 0;
}
.container_device_Main_dialog .ant-modal-content .ant-modal-body .ant-row {
  padding-left: 60px;
  padding-right: 60px;
}

.container_device_Table {
  min-width: 450px;
  background-color: #F9F9F9;
}
.container_device_Table .ant-table-selection-column {
  width: 40px !important;
  min-width: 40px !important;
}
.container_device_Table .action-button {
  padding: 0 !important;
  margin-right: 8px;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none !important;
  margin-left: -10px;
  margin-right: 20px;
  height: 32px;
}
.container_device_Table .action-button .iconfont {
  margin-right: 0;
}
.container_device_Table .a-click {
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-size: 16px;
  color: #3DCD58;
}
.container_device_Table .ant-table-pagination {
  display: flex;
  align-items: center;
}
.container_device_Table .ant-table-pagination .ant-pagination-prev,
.container_device_Table .ant-table-pagination .ant-pagination-next {
  height: 40px;
}
.container_device_Table .ant-table-pagination .ant-pagination-prev .ant-pagination-item-link,
.container_device_Table .ant-table-pagination .ant-pagination-next .ant-pagination-item-link {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #D0D0D0;
  text-align: center;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
}
.container_device_Table .ant-table-pagination .ant-pagination-item {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  line-height: 40px;
  font-size: 24px;
  font-weight: 400;
  border: none;
}
.container_device_Table .ant-table-pagination .ant-pagination-item a {
  color: #000000 !important;
}
.container_device_Table .ant-table-pagination .ant-pagination-item-active {
  border: 1px solid #46CF60;
  box-sizing: border-box;
}
.container_device_Table .ant-table-pagination .ant-pagination-item-active a {
  color: #3DCD58 !important;
}
.container_device_Table .ant-table-tbody tr {
  background-color: #ffffff;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}
.container_device_Table .ant-table-tbody tr:last-child td {
  border: none;
}
.container_device_Table .ant-table-tbody tr:last-child td:first-child {
  border-bottom-left-radius: 18px;
}
.container_device_Table .ant-table-tbody tr:last-child td:last-child {
  border-bottom-right-radius: 18px;
}

.container_device_Form {
  width: 100%;
}
.container_device_Form .ant-form-item-label {
  display: block;
  float: left;
  font-size: 16px;
  padding-right: 30px;
  width: 30%;
}
.container_device_Form .ant-form-item-control-wrapper {
  display: block;
  width: 65%;
  float: left;
  font-size: 16px;
}
.container_device_Form .ant-select {
  font-size: 16px;
}
.container_device_Form label,
.container_device_Form input {
  font-size: 16px;
}
.container_device_Form input {
  width: 387px;
  height: 60px;
  border-radius: 6px;
  background-color: #F5F5F5 !important;
  border: none;
  box-sizing: border-box;
}
.container_device_Form input:focus {
  box-shadow: none;
  border: 2px solid #3DCD58;
  border-right-width: 2px !important;
}
.container_device_Form input:hover {
  background-color: #F5F5F5 !important;
}
.container_device_Form .ant-form-item {
  margin-top: 24px;
}
.container_device_Form .btn-area {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
}
.container_device_Form .btn-area .ant-form-item-control-wrapper {
  width: 100%;
}
.container_device_Form .btn-area .ant-form-item-control-wrapper .ant-form-item-children {
  display: block;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.container_device_Form .btn-area .ant-form-item-control-wrapper .ant-form-item-children .form-bt {
  background-color: #ffffff;
  color: #000000;
  width: 211px;
  text-align: center;
  border: none;
  font-size: 24px;
  font-weight: 500;
  height: 28px;
  line-height: 28px;
  box-shadow: none;
}
.container_device_Form .btn-area .ant-form-item-control-wrapper .ant-form-item-children .form-bt:last-child {
  color: #3DCD58;
}
.container_device_Form .btn-area .ant-form-item-control-wrapper .ant-form-item-children .form-bt:focus {
  outline: none;
  border: none;
}
.container_device_Form .btn-area::before {
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #3DCD58;
}
.container_device_Form_select {
  font-size: 16px;
}

body {
  font-family: sans-serif;
}
.ant-layout-header {
  padding: 0 0;
}
.ant-layout-footer {
  padding: 0 0;
}
.ant-menu {
  border-bottom: none;
  background-color: transparent;
}
.ant-menu .ant-menu-submenu-title {
  padding: 0 10px;
}
.ant-message {
  font-size: 14px;
}
.ant-input-disabled {
  color: rgba(0, 0, 0, 0.65) !important;
}
.iconfont {
  margin-right: 3px;
}
.ant-confirm-btns .ant-btn {
  width: 75px;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.page_404 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00a854;
  font-family: sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  line-height: 120px;
}
.page_404 .e404,
.page_404 .error {
  font-size: 112px;
}
.page_404 .notFound {
  font-size: 27px;
  text-shadow: 2px 0;
  color: #217b28;
}

body {
  font-family: sans-serif;
}
.ant-layout-header {
  padding: 0 0;
}
.ant-layout-footer {
  padding: 0 0;
}
.ant-menu {
  border-bottom: none;
  background-color: transparent;
}
.ant-menu .ant-menu-submenu-title {
  padding: 0 10px;
}
.ant-message {
  font-size: 14px;
}
.ant-input-disabled {
  color: rgba(0, 0, 0, 0.65) !important;
}
.iconfont {
  margin-right: 3px;
}
.ant-confirm-btns .ant-btn {
  width: 75px;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.useContainer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #ffffff;
}

body {
  font-family: sans-serif;
}
.ant-layout-header {
  padding: 0 0;
}
.ant-layout-footer {
  padding: 0 0;
}
.ant-menu {
  border-bottom: none;
  background-color: transparent;
}
.ant-menu .ant-menu-submenu-title {
  padding: 0 10px;
}
.ant-message {
  font-size: 14px;
}
.ant-input-disabled {
  color: rgba(0, 0, 0, 0.65) !important;
}
.iconfont {
  margin-right: 3px;
}
.ant-confirm-btns .ant-btn {
  width: 75px;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.useContainer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #ffffff;
  min-height: 300px;
}
.useContainer p {
  margin: 5px;
}
.page_index {
  min-height: 300px !important;
  top: 15px !important;
  left: 15px !important;
  min-width: 97%  !important;
  position: inherit  !important;
}
.ac {
  color: #fafafa;
  font-size: 15px;
  text-decoration: none;
  background: #5656ec;
  padding: 4px 8px;
}
.ant-layout {
  background-color: #ffffff !important;
}
.countryMenu a {
  font-size: 25px;
}
.countryMenu a:visited {
  color: gray !important;
}
.MsoNormal a:visited {
  color: gray !important;
}

body {
  font-family: sans-serif;
}
.ant-layout-header {
  padding: 0 0;
}
.ant-layout-footer {
  padding: 0 0;
}
.ant-menu {
  border-bottom: none;
  background-color: transparent;
}
.ant-menu .ant-menu-submenu-title {
  padding: 0 10px;
}
.ant-message {
  font-size: 14px;
}
.ant-input-disabled {
  color: rgba(0, 0, 0, 0.65) !important;
}
.iconfont {
  margin-right: 3px;
}
.ant-confirm-btns .ant-btn {
  width: 75px;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.useContainer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #ffffff;
  min-height: 300px;
}
.useContainer p {
  margin: 5px;
}
.page_index {
  min-height: 300px !important;
  top: 15px !important;
  left: 15px !important;
  min-width: 97%  !important;
  position: inherit  !important;
}
.ac {
  color: #fafafa;
  font-size: 15px;
  text-decoration: none;
  background: #5656ec;
  padding: 4px 8px;
}
.ant-layout {
  background-color: #ffffff !important;
}
.countryMenu a {
  font-size: 25px;
}
.countryMenu a:visited {
  color: gray !important;
}
.MsoNormal a:visited {
  color: gray !important;
}

body {
  font-family: sans-serif;
}
.ant-layout-header {
  padding: 0 0;
}
.ant-layout-footer {
  padding: 0 0;
}
.ant-menu {
  border-bottom: none;
  background-color: transparent;
}
.ant-menu .ant-menu-submenu-title {
  padding: 0 10px;
}
.ant-message {
  font-size: 14px;
}
.ant-input-disabled {
  color: rgba(0, 0, 0, 0.65) !important;
}
.iconfont {
  margin-right: 3px;
}
.ant-confirm-btns .ant-btn {
  width: 75px;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.useContainer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #ffffff;
}


/*# sourceMappingURL=main.4177a4e6.chunk.css.map*/