.table-single {
  background: #eef7ff;
}
.table-single .ant-table-cell-fix-left {
  background: #eef7ff !important;
}
.table-single .ant-table-cell-fix-right {
  background: #eef7ff !important;
}
.react-resizable {
  position: relative;
  background-clip: padding-box;
}
.react-resizable-handle {
  position: absolute;
  right: -5px;
  bottom: 0;
  z-index: 1;
  width: 10px;
  height: 100%;
  cursor: col-resize;
}
.dict-list-item {
  cursor: pointer;
}
.dict-list-item:hover {
  background-color: #eeeeee;
}
.current-item {
  background-color: rgba(22,119,255,0.14902);
}

.header {
  z-index: 2;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  background-color: #fff;
  box-sizing: border-box;
}
.header-shadow {
  box-shadow: 5px 0 5px 1px #ddd;
}
.log-out {
  color: #333;
  cursor: pointer;
}
.log-out:hover {
  color: #1890ff;
}
.person {
  margin-right: 30px;
  color: #333;
  cursor: pointer;
}
.person-avatar {
  margin-right: 10px;
  background-color: #1890ff;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
  transition: color 99999s ease-out, background-color 99999s ease-out;
  transition-delay: 99999s;
}

.icon-font {
  margin: 10px;
  font-size: 25px;
  color: #333;
  cursor: pointer;
}
.icon-font:hover {
  color: #1890ff;
}

.my-upload-select-picture-card {
  width: 100px;
  height: 100px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  background-color: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 2px;
  transition: border-color 0.3s;
}
.my-upload-select-picture-card:hover {
  border-color: #1890ff;
}
.my-upload-select-picture-card > .my-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.my-upload-list-item {
  display: flex !important;
}
.my-upload-list-item {
  height: 100%;
  padding: 0 4px;
  transition: background-color 0.3s;
  align-items: center;
}
.my-upload-list-item:hover {
  background-color: #eee;
}
.my-upload-item-btn {
  opacity: 0;
}
.my-upload-list-item:hover .my-upload-item-btn {
  opacity: 1;
}
.my-upload-item-span {
  display: inline-block;
  width: 100%;
  padding-left: 22px;
  margin: 0;
  overflow: hidden;
  line-height: 1.5715;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: auto;
}
.my-upload-picture-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.my-upload-item-picture-div {
  width: 100px;
  height: 100px;
  margin: 0 8px 8px 0;
  vertical-align: top;
}
.my-upload-item-picture-div:hover {
  background: 0 0;
}
.my-upload-item-picture-div:hover .my-upload-item-picture {
  background: 0 0;
}
.my-upload-item-pic-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  white-space: nowrap;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.my-upload-item-picture-div:hover .my-upload-item-pic-btn {
  opacity: 1;
}
.my-upload-item-picture {
  position: relative;
  display: flex;
  height: 100%;
  overflow: hidden;
  transition: background-color 0.3s;
  align-items: center;
}
.my-upload-list-picture {
  position: relative;
  height: 100%;
  padding: 8px;
  margin-top: 0;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.my-upload-item-picture::before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.50196);
  content: ' ';
  opacity: 0;
  transition: all 0.3s;
}
.my-upload-item-picture-div:hover .my-upload-item-picture::before {
  opacity: 1;
}
.my-upload-item-span.my-upload-item-done::before {
  position: absolute;
  left: 2px;
  width: 20px;
  height: 20px;
  padding-left: 5px;
  font-weight: 600;
  color: #fff;
  background-color: #52c41a;
  border-radius: 50%;
  content: '√';
}
.my-upload-list-picture.my-upload-item-done::after {
  position: absolute;
  top: 0;
  left: 2px;
  width: 20px;
  height: 20px;
  padding-left: 5px;
  font-weight: 600;
  color: #fff;
  background-color: #52c41a;
  border-radius: 50%;
  content: '√';
}
.my-upload-item-span.my-upload-item-error::before {
  position: absolute;
  left: 2px;
  width: 20px;
  height: 20px;
  padding-left: 5px;
  font-weight: 600;
  color: #fff;
  background-color: #f11c49;
  border-radius: 50%;
  content: '×';
}
.my-upload-list-picture.my-upload-item-error::after {
  position: absolute;
  top: 0;
  left: 2px;
  width: 20px;
  height: 20px;
  padding-left: 5px;
  font-weight: 600;
  color: #fff;
  background-color: #f11c49;
  border-radius: 50%;
  content: '×';
}

.fileBlock {
  width: 122px;
  height: 129px;
  display: flex;
  flex-direction: row;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fileBlock:hover {
  background: #f1f5fa;
  border-radius: 5px;
  cursor: pointer;
}
.pictureLogo {
  width: 84px;
  height: 84px;
  margin: 9px 18px 0;
}
.musicLogo {
  width: 84px;
  height: 84px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAMAAACfWMssAAAAaVBMVEUAAACvsP+Bg/GBg/GBg/GBg/GBg/GBg/GBg/H///+vsP+IivL7+//b3Pvx8f68vfjm5vyYmvT4+P709P6srf7r7P3g4fzV1vqbnfmqq/agofWQkvOEhvHP0PrHyPnExfivsfakpfWLjfIbDaMpAAAACHRSTlMAe/QJmZiQ7DEujCEAAADESURBVEjH7dXJDoJQDIVhZLLlTgwCAs7v/5BKE9QEEm+7I/Lvv5ykmwavojiEn+2CeQl4lC3I0AsuSPCCJCWQpASSFEGSIkhSBEly4eEtmfCYzSX4yfkmcNsgnExuRFAhYquEEOv7uM2FlDW540NLtuDD2+gM8CF0prkoCaQ2uE6oXGOtcWzYV0hxYaFRBlsUwq9BLYWWBc0HnoXHKQcWhK5EquqBB2G41lrn7rGaF7DBf4Eh0+0nmDJhOsEo5myGSTSiJ33OVtGT05YBAAAAAElFTkSuQmCC) no-repeat center center;
}
.videoLogo {
  width: 84px;
  height: 84px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAMAAACfWMssAAAAYFBMVEUAAACvsP+Bg/GBg/GvsP+Bg/GBg/GBg/GBg/GBg/GBg/GBg/H///+vsP+mp/Xz8/7y8v6srf7u7v3g4fzDxPm9vvivsfaFh/L19f7m5vzZ2vvU1PrMzPmbnfmbnPmJi/LlA2l4AAAAC3RSTlMAe5n2fPEK7JGPCdqKSR0AAACtSURBVEjH7dfJDsIwDEXR0lImu6F0oMz8/19SI7IgqZT4rRDN3R95Y1lyNrbKCwq2yPxyiqiakGUUnJAUBUVCUCQGRWJQJAZFYlCkFh6sXCrho/IlRXX3Z5K2BBN0oWn4q8ZEwj071fTu2AUge5HUMSNwuDIEny1j8Mwg5BnAFoXDBYNjNxRSz6xd8tNnyfsANI6szc9egAQT/E9YKt3awq0SbgTZ9yG+It8JegEPtHUuL30FxgAAAABJRU5ErkJggg==) no-repeat center center;
}
.zipLogo {
  width: 84px;
  height: 84px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEcAAABACAYAAABItWqnAAAAAXNSR0IArs4c6QAAAwNJREFUeF7tnM1rE0EYxp+JUqV6sR+Ct4KQSHoQKyLSgtVrMa2HSshJ1IrYkFP1qOm1eFCsiFjxpBR7avAPqIc9aOLHIa2NICLoRS1aUMQGOzKxBXeTGWaWCZtd34USunlndueXZ95n5s0HA4DxIk8zIAfgiPjf1nFguYTTj+9odxe7cglIxl3x6+kxafv7qQt4FT+o3b9moMOB6VuH2CzLPuV5xHBVs6FRmIBzpnBbv03+MpBMuONPnZW2vzdysRlw/l5vHZNsvMTfMY4e/RHoR4YaDscHli1yrj9cs0glnN5EvUrA6i8wNx+McgAEB2d0GBhNuQc+OQUsVrRfgaZOK4Kjfh1IOQo+wcFpdFOt5FaBTiuCE+J1TqDK6e4Cujvd+jk2UH8uP0VWXiNAVr4hBFrnKHIOwVHAETlntyfnDA4AXZ5zYqpJjuiukMnKycqlslfuysnKKSH7Uw65VciVs7o04WhXlwwD256vdW4vfPcUhTc6sWDlP4d3Vqp9bSuGt6Udzvjr81UAW7VbmASWOfDot34Lw5IF0luAZIPSqv4VVZFrBEeOJ0A4Fqw8usqx4FYER5UVIptzSDkKt6q9qbevgS487zHOFeTaiaxyLOzKo5tzCA4tAuU5QbVCpoSsUA7BITj+phVZOSVkf8ohKyfl+FMOuRW5VXSVUy5PFO2UXOt76Xj5a9eewo+9Dfu3YOUfR3a8/bZ/29fN/hkD5xxs81E1LhEjnhfxsjiWKd1t2ueQDy+vIDf/Rp+9YYH9xskEnsU79Ps3jCQ4CmAEpyXhDPYDR/vdt/bEAT5/cZ9TfKI9utPKwjqH4ChkH104YlqJv3+PBQf45JlWS/IvikQXjoWNJ8FRfFOP4PyXcMjKFdsHsnKCI12JKDeeZOW0K/enHFrnkHL8KSckVl4G0GtYJNMKVybk1rfyRZYpzmTB+E2t0RoGhRkOBxurFZczL2bS4MiBc6s/ESPgZBbeN0TanhpC+4kh13Or166jWtGvOT843tOMGrKDGJt+2Hdu9g8sOBo54MDthgAAAABJRU5ErkJggg==) no-repeat center center;
}
.pdfLogo {
  width: 84px;
  height: 84px;
  margin: 9px 18px 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAMAAACfWMssAAAA6lBMVEUAAAD/l5f/Wlr/Wlr/Wlr/Wlr/Wlr/Wlr/Wlr/Wlr/////l5f8WVn5WFj//f39WVnxVVX0VlbwVFT3V1f94eH93Nz2Vlf/8fH+6Oj+5OT7tbXydHT+9vb92Nj70tL7z8/6yMj+x8f3q6v5p6f3oKDyhIT+fX39c3PyZWX8Xl7+9/f+9PT97u783d39ysr+wcH5u7v4ubn+uLj+oqL9nJz1mpr3lZX/k5P0jIz9goLwamr6aWn5ZGTzYmL/YWH1Xl7vWlr/y8v3r6/9ra3+qqr0p6f2nJz9kJD7ioryeHj/bGzybGz/ZWX4W1sG1BsjAAAACXRSTlMAe5kJ9vGQ9ewby6MkAAABeUlEQVRIx+3Xx25CMRRF0YRUH1xep3dIIIUOoUN6///fCU8CJiDh61mi7LGXriVLtnyw7ChyzPZ2eLBdhGkU3SFPtOAOybTgUprBUJrCUNLhRtLhRtJhKKnwbiOJ8CK6LZme3J7JqP0RWKvH7mcGUJQg8USHPPAxQMYAWglU0gk6FFYOPXgmE4vIom4A7XcAj3TIXOcGeDWAwikClwaQ2ykzqIIeUDCamAXk0ABWJfKIz8hQvCC98NGgn+Mt8tboGh0iFCngzXUqUrYbhUI7+qUL3Rbi427uCqtiH3qQz68RkwDieYnktFpCRw9+P2CZX/60nEoafvEWXR2ohh5w1UrZrhCBM8pJyKTSgLWkBG6mruDhpoXlVFNzzvbDSQZL2F8tDakQnO2FapKA9wyfU69H0URz4ckLRoTcjmftMpKKCoWVSZSkV2PkiVYfiF0yMlSBMyiPFR0y7gZCGT06Sv269/EfrjohuvM1PCXC0xCtvw/6nUWOQvQDBfZxSalxTmgAAAAASUVORK5CYII=) no-repeat center center;
}
.wordLogo {
  width: 84px;
  height: 84px;
  margin: 9px 18px 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAMAAACfWMssAAAAkFBMVEUAAACl0v9Nl/9Nl/9Nl/9Nl/9Nl/9Nl/9Nl/9Nl/////+l0v9PmP/v9v9mpv/z+P+kyv+Yw//9/v/L4f9yrf9Tm//Y6f/D3P+92f+TwP97sv9sqv/6/P/3+//o8v+31f93r//r9P/i7//S5f/F3f+u0P+ozP+dxv+Ku/9fov9an//b6v+gz/+Nvf9/uf9/tP8a2Z5DAAAACXRSTlMAe/bwCZmYkY+7ZwBgAAABYklEQVRIx+3XW2+CQBAFYKvWdo5cRBC5KF5aFLHa///vys4gaaLJ7vrUNMzTedgPcnaBhEEz49chaedlcD8TMpjpAzkygg8kmUGR9pDlk1CkPRRpD0U+A0Xawq9OWsLrtJN20Lne35Nsp4f/FnpxEbSx3BVpGze7cKGBM2AlazwAa4djDiDTwAuALacUXQwAeBpYA5hxWuJ3dLWbcwZCDq6CH7eYaOGBm3Gvs899uW2lhVsAkfQqP4FM2s5rLXR84EhEDfoOpGQCxKSBIkL280UuJQv2WpgCvkM538VtNJ0ARHrI63I6Agc+h4wqPgw9pD0QUKgIBYpvgMQIlsDSkZPwgFhdqDKCGeBGvC1cssGojaCzBjbtRiYcYzKCqt+8fb5TjjNDGKB7ozyoicygrA4l78DHagZpD3nspCSWZAovKxQniZELP/qbX7ke9tACjizd6AbfLeGbMPl9MJ/hZKzQDxC3aJDQNLHxAAAAAElFTkSuQmCC) no-repeat center center;
}
.pptLogo {
  width: 84px;
  height: 84px;
  margin: 9px 18px 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAMAAACfWMssAAAAaVBMVEUAAAD/v4v/l0P/v4v/l0P/l0P/l0P/l0P/l0P/l0P/l0P/////v4v/8+r/uX//nk//+vb/4sr/sXL/9/H/7+H/vIb/rm3/1bP/oVX/9e3/3cH/p1///Pr/0Kn/zaX/yJv/tXr/qWP/m0sBPkJzAAAACnRSTlMAe/R8CZmY7JGPZ/c0QwAAANJJREFUSMft1NsKwjAMgGGd29Rk61bbnT2//0PalhWUDWyCCOL+u158DZSSlSlOInjbejUthYCyGRkFwRkJQdBIHrSSBZ1kQSdZ0Ek69JIKKy83RFhnUwlhcjoTqC3wi1AoHCtzeWnDocbnjudgmONrDQEq4apO7pI6HOYwdpd2JAPCYKDmQFCIJQt2TNiiOXFgY2BPgIVrEBJNgvkBJPCgLDhQ9VcAAuwOtvrWgovxqgv8FNSImgWrshQ/spAX+G8wIrqth3si3HkYJ5SZURpb9ADZqWvsfegSOQAAAABJRU5ErkJggg==) no-repeat center center;
}
.excelLogo {
  width: 84px;
  height: 84px;
  margin: 9px 18px 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAMAAACfWMssAAAAk1BMVEUAAACg3HhjxCJjxCJjxCJjxCJjxCJjxCJjxCJjxCL///+g3Hj9/vyG0lR1yztoxiiR1mRwyTRsyC9lxSX5/fb0+/Di9NbR7r3G6q+045SD0E/7/vr3/PPy+u3t+OW55Zux4Y+o34Sc2nOY2G2Az0t7zkVyyjbl9trX8MfM7Lak3X3o9t7B6KfA56ac23OL01qK01miw52xAAAACXRSTlMAe/YJ8ZmYkOw8HlKOAAABPklEQVRIx+3X23KCMBAGYKtWuxHCSUAooKDiocf3f7pubJM6ozPd/64X7EXyM5NvAsthhhHX5HFMf9bD6LZmJKjFHTkVwTuSRNBKGFoJQydx6CQOWeLQShR2ToLQXziJwcR/v5GE1gBxmPhh5A6i0E+ksFCqjqyrldpI4UopdfrJJ86vUrh/5tXbS9xyWu6lkFpenvYc+pTTGejqkdfnPOeXGYDa7NRRx2PdS6G7tqqseAxJDF1nTY/eCIRxo0y9BCikT+O8kmColwzTCIbJUZnKYdiq7zqDcMcd9VrPPG8QDDLebE1rHrMEgUYcAgoOPBcA/LB3ovQ4+GIYN26jglMTIy9yFvxe7EoItTnRnW2vx0daBuPl9Wdmo1QVyyDp8Loffqj/7wd5gAMUwinoniycg3BuIf8+AGw8mxj0Be44ZjtqkA59AAAAAElFTkSuQmCC) no-repeat center center;
}
.fileName {
  display: block;
  width: 110px;
  height: 18px;
  margin: 6px 5px 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
  color: #424e67;
}

.view-image-container {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.68);
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 9999;
}
.hideFlow::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.hideFlow {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  overflow: hidden;
}
.top-icon-container {
  position: fixed;
  right: 10px;
  top: 10px;
  display: flex;
  font-size: 24px;
  z-index: 3;
}
.center-icon {
  color: #eee !important;
}
.center-icon {
  cursor: pointer;
  transition: all 0.3s;
}
.center-icon:hover {
  color: red !important;
}
.center-icon:hover {
  cursor: pointer;
  transition: all 0.3s;
}
.close-icon {
  color: #888 !important;
}
.close-icon {
  cursor: pointer;
  font-size: 36px;
  transition: all 0.3s;
}
.view-icon:hover {
  color: white !important;
}
.view-icon:hover {
  font-size: 45px;
  transition: all 0.3s;
}
.arrow-icon:hover {
  color: white !important;
}
.arrow-icon:hover {
  transition: all 0.3s;
}
.arrow-disabled {
  cursor: not-allowed !important;
  color: #eeeeee !important;
}
.left-arrow {
  color: #888 !important;
}
.left-arrow {
  position: fixed;
  left: 10px;
  font-size: 36px;
  cursor: pointer;
  z-index: 3;
  transition: all 0.3s;
}
.right-arrow {
  color: #888 !important;
}
.right-arrow {
  position: fixed;
  right: 10px;
  font-size: 36px;
  cursor: pointer;
  z-index: 3;
  transition: all 0.3s;
}
.file-footer {
  position: fixed;
  bottom: 30px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 3px;
}
.footer-opt {
  display: flex;
  align-items: center;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 100px;
}
[dir="ltr"] .opt-item {
          margin-left: 5px;
}
[dir="rtl"] .opt-item {
          margin-right: 5px;
}
.opt-item {
  -webkit-margin-start: 5px;
  padding: 10px;
  cursor: pointer;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.71);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.opt-item:hover {
  color: #ffffff;
  transition: all 0.3s;
}
.img-content {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
  display: flex;
  justify-content: center;
  align-items: center;
}
[dir="ltr"] .img-content::before {
          margin-right: -1px;
}
[dir="rtl"] .img-content::before {
          margin-left: -1px;
}
.img-content::before {
  display: inline-block;
  width: 1px;
  height: 50%;
  -webkit-margin-end: -1px;
  content: "";
}
.file-content {
  width: 80vw;
  height: 95vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-item {
  max-width: 80%;
  max-height: 70%;
  height: auto;
  vertical-align: middle;
  cursor: grab;
  /* transition: transform var(--ant-motion-duration-slow) var(--ant-motion-ease-out) 0s; */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.view-video-container {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.92);
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 100;
}
.view-video-container video:focus {
  outline: none;
}
.top-icon-container {
  position: fixed;
  right: 10px;
  top: 10px;
  display: flex;
  font-size: 24px;
  z-index: 3;
}
.play-screen-container {
  position: relative;
  background-color: rgba(0, 0, 0, 0.98);
}
.icon-style {
  cursor: pointer;
  color: #eee;
  transition: all 0.3s;
  font-size: 24px;
  z-index: 5;
}
.icon-style :hover {
  color: #1890ff;
}
.play-screen {
  width: 100%;
  height: 100%;
  display: block;
}
.play-controls {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.play-controls-progress .ant-slider-handle {
  opacity: 0;
}
.play-controls-progress .ant-slider-track {
  background-color: #1890ff;
}
.play-controls-progress :hover .ant-slider-handle {
  opacity: 1;
}
.play-controls-progress :hover .ant-slider-track {
  background-color: #1890ff;
}
.play-controls-bottom {
  padding: 8px 12px;
}
.time-container {
  font-size: 14px;
  z-index: 5;
  color: #fff;
}
.volume-container {
  position: absolute;
  right: 54px;
  bottom: 62px;
  width: 40px;
  height: 110px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.volume-controls {
  margin: 10px 13px !important;
}
.volume-controls {
  height: 90px;
}
.volume-content {
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  left: 8px;
  bottom: 62px;
  padding: 2px 8px;
}

.placeholder-style .ant-input::-moz-placeholder {
  color: #fff;
}
.placeholder-style .ant-input::placeholder {
  color: #fff;
}
.login {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(../.././images/background.jpg);
  background-size: cover;
  padding: 50px;
}
.project-name {
  width: calc(100vw - 750px);
  font-size: 60px;
  letter-spacing: 15px;
  color: #fff;
  cursor: pointer;
}
.login-container {
  display: flex;
  width: 500px;
  height: 85vh;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
}
.login-title {
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  font-size: 32px;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.login-title::before,
.login-title::after {
  display: inline-block;
  width: 20%;
  margin: 5px 5%;
  content: '';
  border-bottom: 2px solid #fff;
}
.login-input {
  margin-bottom: 0 !important;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
.login-input {
  font-size: 20px;
}
.login-input .ant-input {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
/* 找回密码样式 */
.forget-password {
  display: block;
  margin-top: 10px;
  text-align: right;
}
.reset-title {
  width: 100%;
  margin: 40px 0;
  font-size: 20px;
  letter-spacing: 5px;
}

.margin-lr {
  margin: 0 24px 0 0;
}
.margin-lg {
  margin: 24px;
}
.margin-lg-tb {
  margin: 24px 0;
}
.margin-lg-lr {
  margin: 0 24px;
}
.margin-md {
  margin: 16px;
}
.margin-md-tb {
  margin: 16px 0;
}
.margin-md-lr {
  margin: 0 16px;
}
.margin-sm {
  margin: 10px;
}
.margin-sm-tb {
  margin: 10px 0;
}
.margin-sm-lr {
  margin: 0 10px;
}
.margin-xs {
  margin: 5px;
}
.margin-xs-tb {
  margin: 5px 0;
}
.margin-xs-lr {
  margin: 0 5px;
}
.padding-lg {
  padding: 24px;
}
.padding-lg-tb {
  padding: 24px 0;
}
.padding-lg-lr {
  padding: 0 24px;
}
.padding-md {
  padding: 16px;
}
.padding-md-tb {
  padding: 16px 0;
}
.padding-md-lr {
  padding: 0 16px;
}
.padding-sm {
  padding: 10px;
}
.padding-sm-tb {
  padding: 10px 0;
}
.padding-sm-lr {
  padding: 0 10px;
}
.padding-xs {
  padding: 5px;
}
.padding-xs-tb {
  padding: 5px 0;
}
.padding-xs-lr {
  padding: 0 10px;
}
.read-row {
  font-weight: 500;
}
.unread-row {
  font-weight: 800;
  background: rgba(229,229,229,0.57647);
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 创建两列，每列宽度相等 */
  grid-template-rows: repeat(2, 1fr);
  /* 创建两行，每行高度相等 */
  grid-gap: 10px;
  gap: 10px;
  /* 设置网格项之间的间隙 */
}
.grid-item {
  padding: 20px;
  /* 网格项内部的填充 */
  padding-top: 5px;
  text-align: center;
  /* 文本居中 */
}
.common-form .ant-col-24 {
  flex: 0 0 50%;
  max-width: 100%;
}
.site-layout {
  background-color: #fff;
}
.content {
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  padding: 10px;
  overflow: auto;
  background-color: #f0f2f5;
}
.menu {
  height: calc(100vh - 104px);
  overflow-y: hidden;
}
.menu:hover {
  overflow-y: auto;
}
.menu::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(255, 255, 255, 0.2);
}
.menu::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(24, 144, 255, 0.4);
}
.back-top {
  display: flex;
  width: 40px;
  height: 40px;
  background-color: #1890ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}
.back-top-icon {
  font-size: 20px;
  color: #fff;
}
.header-title-icon {
  height: 56px;
  color: #333;
  cursor: pointer;
}
.header-title-icon:hover {
  color: #1890ff;
}
.header-title {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
}
/* 覆盖谷歌浏览器默认输入框样式 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
  transition: color 99999s ease-out, background-color 99999s ease-out;
  transition-delay: 99999s;
}
.circle-bg {
  display: flex;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}
.content-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.content-wrapper .content-overview {
  flex-shrink: 1;
  min-width: 500px;
}
.content-wrapper .content-situation {
  flex-shrink: 0;
}
.content-todoview {
  margin-top: 10px;
}
.marquee-footer {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  margin-top: 10px;
}
.marquee-footer .marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 38s linear infinite;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* Alert.css */
.alert {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 300px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.alert .alert-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-weight: bold;
}

.alert .alert-content {
  flex: 1;
}

.alert .alert-close {
  border: none;
  background: transparent;
  margin-left: 12px;
  cursor: pointer;
  font-size: 16px;
  padding: 0;
  color: inherit;
}

.alert.alert-success {
  background: #f6ffed;
  border: 1px solid #b7eb8f;
  color: #52c41a;
}
.alert.alert-success .alert-icon {
  background: #b7eb8f;
}

.alert.alert-info {
  background: #e6f7ff;
  border: 1px solid #91d5ff;
  color: #1890ff;
}
.alert.alert-info .alert-icon {
  background: #91d5ff;
}

.alert.alert-warning {
  background: #fffbe6;
  border: 1px solid #ffe58f;
  color: #faad14;
}
.alert.alert-warning .alert-icon {
  background: #ffe58f;
}

.alert.alert-error {
  background: #fff2f0;
  border: 1px solid #ffccc7;
  color: #ff4d4f;
}
.alert.alert-error .alert-icon {
  background: #ffccc7;
}

.editable-cell {
  position: relative;
}
.editable-cell-value-wrap {
  padding: 5px 12px;
  cursor: pointer;
}
.editable-row:hover .editable-cell-value-wrap {
  padding: 4px 11px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  color: #4b4b4b !important;
}
em {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  vertical-align: middle;
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  word-wrap: break-word;
}
.okS\+bp6N1b7oaoZjvXPRkA\=\= {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.XTRTxZ\+Cce6XDc28v8r9qQ\=\= {
  border-bottom: 1px solid #d9d9d9;
  padding: 7px 0;
  position: relative;
}
.XTRTxZ\+Cce6XDc28v8r9qQ\=\= h2 {
  font-family: 'Source Han Sans CN';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #171717;
  text-align: center;
}
.XTRTxZ\+Cce6XDc28v8r9qQ\=\= button {
  position: absolute;
  right: 0;
  top: 0;
}
._93NuA08ZYBczhVaqTcsCkA\=\= {
  border-bottom: 2px solid transparent;
  padding: 1px 0;
}
._93NuA08ZYBczhVaqTcsCkA\=\= h2 {
  text-align: left;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #171717;
}
._93NuA08ZYBczhVaqTcsCkA\=\= h2:before {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  left: 10px;
  background: #00A3FF;
}
._05Dmihj\+NgROVx8qFkvxnw\=\= {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
._05Dmihj\+NgROVx8qFkvxnw\=\=:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  transition-duration: 0.3s;
  transition-property: transform, opacity;
}
._05Dmihj\+NgROVx8qFkvxnw\=\=:hover,
._05Dmihj\+NgROVx8qFkvxnw\=\=:focus,
._05Dmihj\+NgROVx8qFkvxnw\=\=:active {
  transform: translateY(-5px);
}
._05Dmihj\+NgROVx8qFkvxnw\=\=:hover:before,
._05Dmihj\+NgROVx8qFkvxnw\=\=:focus:before,
._05Dmihj\+NgROVx8qFkvxnw\=\=:active:before {
  opacity: 1;
  transform: translateY(5px);
}
._7mByvjnNgOOrQEZUgiFGpw\=\= {
  width: 69%;
  height: auto;
  background: white;
  padding-bottom: 18px;
  border-radius: 5px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= {
  padding: 10px 0 0 20px;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul li {
  position: relative;
  min-width: 170px;
  height: auto;
  padding: 8px;
  border: 1px solid transparent;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul li .fhMQLnfmARKIQHJ4zuUMQQ\=\= h3 {
  font-family: 'Source Han Sans CN';
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul li .fhMQLnfmARKIQHJ4zuUMQQ\=\= p {
  font-family: 'Source Han Sans CN';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #4b4b4b;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul li::before {
  position: absolute;
  top: 0;
  left: -7px;
  display: block;
  width: 8px;
  height: 100%;
  background: transparent;
  content: '';
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul .P7yMcrX2hEBZh8RIFy2dog\=\= {
  border: 1px solid #00A3FF;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul .P7yMcrX2hEBZh8RIFy2dog\=\= .fhMQLnfmARKIQHJ4zuUMQQ\=\= h3 {
  color: #00A3FF;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul .P7yMcrX2hEBZh8RIFy2dog\=\=::before {
  background: #00A3FF;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul .MZdUETRedOsGpZJpc3Z5Hg\=\= {
  border: 1px solid #43CE51;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul .MZdUETRedOsGpZJpc3Z5Hg\=\= .fhMQLnfmARKIQHJ4zuUMQQ\=\= h3 {
  color: #43CE51;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul .MZdUETRedOsGpZJpc3Z5Hg\=\=::before {
  background: #43CE51;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul .DxcUEt\+-363js5MkPmkxSQ\=\= {
  border: 1px solid #FF8D29;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul .DxcUEt\+-363js5MkPmkxSQ\=\= .fhMQLnfmARKIQHJ4zuUMQQ\=\= h3 {
  color: #FF8D29;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul .DxcUEt\+-363js5MkPmkxSQ\=\=::before {
  background: #FF8D29;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul .x5PaJpi-MhNIMncsdZnhDQ\=\= {
  border: 1px solid #8F73D9;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul .x5PaJpi-MhNIMncsdZnhDQ\=\= .fhMQLnfmARKIQHJ4zuUMQQ\=\= h3 {
  color: #8F73D9;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul .x5PaJpi-MhNIMncsdZnhDQ\=\=::before {
  background: #8F73D9;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul .D04ZTvf\+64d\+063EjhGUmA\=\= {
  border: 1px solid #FF5454;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul .D04ZTvf\+64d\+063EjhGUmA\=\= .fhMQLnfmARKIQHJ4zuUMQQ\=\= h3 {
  color: #FF5454;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul .D04ZTvf\+64d\+063EjhGUmA\=\=::before {
  background: #FF5454;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul ._1pvxv3eqhiEmMTsvMo2-cw\=\= {
  border: 1px solid #FFB800;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul ._1pvxv3eqhiEmMTsvMo2-cw\=\= .fhMQLnfmARKIQHJ4zuUMQQ\=\= h3 {
  color: #FFB800;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul ._1pvxv3eqhiEmMTsvMo2-cw\=\=::before {
  background: #FFB800;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul .exzxDjVDw3mL-cMp4D9\+MQ\=\= {
  border: 1px solid #BE5A96;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul .exzxDjVDw3mL-cMp4D9\+MQ\=\= .fhMQLnfmARKIQHJ4zuUMQQ\=\= h3 {
  color: #BE5A96;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul .exzxDjVDw3mL-cMp4D9\+MQ\=\=::before {
  background: #BE5A96;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul .W\+JpmhmC9FjYgfglL0xN6A\=\= {
  border: 1px solid #C1DC00;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul .W\+JpmhmC9FjYgfglL0xN6A\=\= .fhMQLnfmARKIQHJ4zuUMQQ\=\= h3 {
  color: #C1DC00;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul .W\+JpmhmC9FjYgfglL0xN6A\=\=::before {
  background: #C1DC00;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul .ambn41F7LR0TA-WuXOxdMw\=\= {
  border: 1px solid #03B285;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul .ambn41F7LR0TA-WuXOxdMw\=\= .fhMQLnfmARKIQHJ4zuUMQQ\=\= h3 {
  color: #03B285;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul .ambn41F7LR0TA-WuXOxdMw\=\=::before {
  background: #03B285;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul ._6GX6OZmZXJMzi9wPr1evqw\=\= {
  border: 1px solid #1F71D1;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul ._6GX6OZmZXJMzi9wPr1evqw\=\= .fhMQLnfmARKIQHJ4zuUMQQ\=\= h3 {
  color: #1F71D1;
}
.WOY\+DwbtqhPD7DthSmzttQ\=\= ul ._6GX6OZmZXJMzi9wPr1evqw\=\=::before {
  background: #1F71D1;
}

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  color: #4b4b4b !important;
}
em {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  vertical-align: middle;
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  word-wrap: break-word;
}
._5TnObFBS8-67tR5oH0liqg\=\= {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.x2JIuYcG7QPN93qgxT7c2w\=\= {
  border-bottom: 1px solid #d9d9d9;
  padding: 7px 0;
  position: relative;
}
.x2JIuYcG7QPN93qgxT7c2w\=\= h2 {
  font-family: 'Source Han Sans CN';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #171717;
  text-align: center;
}
.x2JIuYcG7QPN93qgxT7c2w\=\= button {
  position: absolute;
  right: 0;
  top: 0;
}
.R-aMyBiL23pxw8ZeO\+KoXw\=\= {
  border-bottom: 2px solid transparent;
  padding: 1px 0;
}
.R-aMyBiL23pxw8ZeO\+KoXw\=\= h2 {
  text-align: left;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #171717;
}
.R-aMyBiL23pxw8ZeO\+KoXw\=\= h2:before {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  left: 10px;
  background: #00A3FF;
}
.Lo-PHWRCK9\+oacxFkPIpfw\=\= {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
.Lo-PHWRCK9\+oacxFkPIpfw\=\=:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  transition-duration: 0.3s;
  transition-property: transform, opacity;
}
.Lo-PHWRCK9\+oacxFkPIpfw\=\=:hover,
.Lo-PHWRCK9\+oacxFkPIpfw\=\=:focus,
.Lo-PHWRCK9\+oacxFkPIpfw\=\=:active {
  transform: translateY(-5px);
}
.Lo-PHWRCK9\+oacxFkPIpfw\=\=:hover:before,
.Lo-PHWRCK9\+oacxFkPIpfw\=\=:focus:before,
.Lo-PHWRCK9\+oacxFkPIpfw\=\=:active:before {
  opacity: 1;
  transform: translateY(5px);
}
.lqiJY2SwyHuecjfICRVLrA\=\= {
  width: 528px;
  height: auto;
  background: white;
  border-radius: 5px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
.pxkRhJ\+oYU45nn7fWgtrrQ\=\= ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  padding: 10px;
}
.pxkRhJ\+oYU45nn7fWgtrrQ\=\= ul li {
  width: 49.5%;
  padding: 20px;
  background: #00a3ff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  justify-content: left;
  gap: 20px;
  border-radius: 5px;
}
.pxkRhJ\+oYU45nn7fWgtrrQ\=\= ul li ._0Emcc2Tu-oHdeKOsAvpARQ\=\= {
  font-family: 'PingFang SC';
  font-style: normal;
  line-height: normal;
  color: #fff;
}
.pxkRhJ\+oYU45nn7fWgtrrQ\=\= ul li ._0Emcc2Tu-oHdeKOsAvpARQ\=\= p {
  font-size: 14px;
  font-weight: 400;
}
.pxkRhJ\+oYU45nn7fWgtrrQ\=\= ul li ._0Emcc2Tu-oHdeKOsAvpARQ\=\= h3 {
  font-size: 24px;
  font-weight: 600;
}
.pxkRhJ\+oYU45nn7fWgtrrQ\=\= ul li:last-child {
  border-bottom-right-radius: 5px;
}
.pxkRhJ\+oYU45nn7fWgtrrQ\=\= ul li:nth-last-child(2) {
  border-bottom-left-radius: 5px;
}
.pxkRhJ\+oYU45nn7fWgtrrQ\=\= ul .dbtiQ5wWr56WHWkbIah3KQ\=\= {
  background: #00A3FF;
}
.pxkRhJ\+oYU45nn7fWgtrrQ\=\= ul .khf0fsb908zupwhpSgDrdw\=\= {
  background: #FE509B;
}
.pxkRhJ\+oYU45nn7fWgtrrQ\=\= ul .rXtZ6QJb6ke4UO4XLCqDkw\=\= {
  background: #FFB800;
}
.pxkRhJ\+oYU45nn7fWgtrrQ\=\= ul .tjtbaEhEt-2VFxcWvoISBQ\=\= {
  background: #2CD166;
}

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  color: #4b4b4b !important;
}
em {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  vertical-align: middle;
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  word-wrap: break-word;
}
.EUQfmJUG5jHXqXot57L\+jg\=\= {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sHm2Lc6Z17y51vFFrLIBNw\=\= {
  border-bottom: 1px solid #d9d9d9;
  padding: 7px 0;
  position: relative;
}
.sHm2Lc6Z17y51vFFrLIBNw\=\= h2 {
  font-family: 'Source Han Sans CN';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #171717;
  text-align: center;
}
.sHm2Lc6Z17y51vFFrLIBNw\=\= button {
  position: absolute;
  right: 0;
  top: 0;
}
.wW3MPST5uy8PTgkcABPR8g\=\= {
  border-bottom: 2px solid transparent;
  padding: 1px 0;
}
.wW3MPST5uy8PTgkcABPR8g\=\= h2 {
  text-align: left;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #171717;
}
.wW3MPST5uy8PTgkcABPR8g\=\= h2:before {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  left: 10px;
  background: #00A3FF;
}
._8H6vDPZ0kejynEsxWdWc0w\=\= {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
._8H6vDPZ0kejynEsxWdWc0w\=\=:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  transition-duration: 0.3s;
  transition-property: transform, opacity;
}
._8H6vDPZ0kejynEsxWdWc0w\=\=:hover,
._8H6vDPZ0kejynEsxWdWc0w\=\=:focus,
._8H6vDPZ0kejynEsxWdWc0w\=\=:active {
  transform: translateY(-5px);
}
._8H6vDPZ0kejynEsxWdWc0w\=\=:hover:before,
._8H6vDPZ0kejynEsxWdWc0w\=\=:focus:before,
._8H6vDPZ0kejynEsxWdWc0w\=\=:active:before {
  opacity: 1;
  transform: translateY(5px);
}
._0rn7R6XaihLUrZY07H\+PXg\=\= {
  width: 100%;
  height: auto;
  background: white;
  border-radius: 5px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
._7TcIw4Sr9pfDAw6UGMSzHg\=\= {
  padding: 24px 28px 25px 30px;
}
._7TcIw4Sr9pfDAw6UGMSzHg\=\=::-webkit-scrollbar {
  width: 0;
  height: 0;
}
._7TcIw4Sr9pfDAw6UGMSzHg\=\= ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: left;
  flex-wrap: wrap;
  gap: 9px;
}
._7TcIw4Sr9pfDAw6UGMSzHg\=\= ul li {
  min-width: 152px;
  padding: 5px;
  text-align: center;
  border: 1px solid #00a3ff;
  border-radius: 8px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  justify-content: left;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._7TcIw4Sr9pfDAw6UGMSzHg\=\= ul li ._4BqUOZONPT0sQKcrVQJ4cA\=\= {
  margin: 0 auto;
  font-family: 'Source Han Sans CN';
  font-style: normal;
  line-height: normal;
  color: #4b4b4b;
  text-align: center;
}
._7TcIw4Sr9pfDAw6UGMSzHg\=\= ul li ._4BqUOZONPT0sQKcrVQJ4cA\=\= p.C3z50q\+BgP9LsG1Dzn8Zsg\=\= {
  font-size: 14px;
  font-weight: 500;
}
._7TcIw4Sr9pfDAw6UGMSzHg\=\= ul li ._4BqUOZONPT0sQKcrVQJ4cA\=\= h3 {
  margin-top: 2px;
  font-size: 26px;
  font-weight: 700;
  color: #00a3ff;
}
._7TcIw4Sr9pfDAw6UGMSzHg\=\= ul li ._4BqUOZONPT0sQKcrVQJ4cA\=\= p.jB5n0Ho2Ra4Cuaeo-zdsgw\=\= {
  font-size: 14px;
  font-weight: 400;
}

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  color: #4b4b4b !important;
}
em {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  vertical-align: middle;
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  word-wrap: break-word;
}
.KsBB3T-kpfHgVe2ETJSGGg\=\= {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.B4mVejyHXIubf0zCIgTrZQ\=\= {
  border-bottom: 1px solid #d9d9d9;
  padding: 7px 0;
  position: relative;
}
.B4mVejyHXIubf0zCIgTrZQ\=\= h2 {
  font-family: 'Source Han Sans CN';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #171717;
  text-align: center;
}
.B4mVejyHXIubf0zCIgTrZQ\=\= button {
  position: absolute;
  right: 0;
  top: 0;
}
.EkOOJVN\+lKlTr0ZzB5vkmQ\=\= {
  border-bottom: 2px solid transparent;
  padding: 1px 0;
}
.EkOOJVN\+lKlTr0ZzB5vkmQ\=\= h2 {
  text-align: left;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #171717;
}
.EkOOJVN\+lKlTr0ZzB5vkmQ\=\= h2:before {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  left: 10px;
  background: #00A3FF;
}
.N5ZXCW6HNDanhtwc5DZ6Qg\=\= {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
.N5ZXCW6HNDanhtwc5DZ6Qg\=\=:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  transition-duration: 0.3s;
  transition-property: transform, opacity;
}
.N5ZXCW6HNDanhtwc5DZ6Qg\=\=:hover,
.N5ZXCW6HNDanhtwc5DZ6Qg\=\=:focus,
.N5ZXCW6HNDanhtwc5DZ6Qg\=\=:active {
  transform: translateY(-5px);
}
.N5ZXCW6HNDanhtwc5DZ6Qg\=\=:hover:before,
.N5ZXCW6HNDanhtwc5DZ6Qg\=\=:focus:before,
.N5ZXCW6HNDanhtwc5DZ6Qg\=\=:active:before {
  opacity: 1;
  transform: translateY(5px);
}
.BAhL9KCRGohgAsC7\+qaQlg\=\= {
  width: 69%;
  height: auto;
}
.yVCw68RCmbzH7p0UATjiEA\=\= {
  padding: 15px 17px 15px 20px;
  background: white;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.yVCw68RCmbzH7p0UATjiEA\=\= ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 13px;
}
.yVCw68RCmbzH7p0UATjiEA\=\= ul li {
  position: relative;
  min-width: 182px;
  height: auto;
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 5px;
  gap: 10px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
}
.yVCw68RCmbzH7p0UATjiEA\=\= ul li ._5iyD\+Tnx51YulAK381AZGQ\=\= h3 {
  font-family: 'Source Han Sans CN';
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.yVCw68RCmbzH7p0UATjiEA\=\= ul li ._5iyD\+Tnx51YulAK381AZGQ\=\= p {
  font-family: 'Source Han Sans CN';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.yVCw68RCmbzH7p0UATjiEA\=\= ul .z\+LsP4yGsBC6dKZqrXGC7w\=\= {
  background: #00A3FF;
}
.yVCw68RCmbzH7p0UATjiEA\=\= ul .z\+LsP4yGsBC6dKZqrXGC7w\=\= ._5iyD\+Tnx51YulAK381AZGQ\=\= h3 {
  color: white;
}
.yVCw68RCmbzH7p0UATjiEA\=\= ul .MX09gttxtNxzSkQyEcR9yg\=\= {
  background: #43CE51;
}
.yVCw68RCmbzH7p0UATjiEA\=\= ul .MX09gttxtNxzSkQyEcR9yg\=\= ._5iyD\+Tnx51YulAK381AZGQ\=\= h3 {
  color: white;
}
.yVCw68RCmbzH7p0UATjiEA\=\= ul .CkjIu5usgHhOozFQmIhBCA\=\= {
  background: #FF8D29;
}
.yVCw68RCmbzH7p0UATjiEA\=\= ul .CkjIu5usgHhOozFQmIhBCA\=\= ._5iyD\+Tnx51YulAK381AZGQ\=\= h3 {
  color: white;
}
.yVCw68RCmbzH7p0UATjiEA\=\= ul .JkWvY67YS6YqF0zFOlFYUQ\=\= {
  background: #8F73D9;
}
.yVCw68RCmbzH7p0UATjiEA\=\= ul .JkWvY67YS6YqF0zFOlFYUQ\=\= ._5iyD\+Tnx51YulAK381AZGQ\=\= h3 {
  color: white;
}
.yVCw68RCmbzH7p0UATjiEA\=\= ul .TCkHfUHlmvCR9P8wVpYYxA\=\= {
  background: #FF5454;
}
.yVCw68RCmbzH7p0UATjiEA\=\= ul .TCkHfUHlmvCR9P8wVpYYxA\=\= ._5iyD\+Tnx51YulAK381AZGQ\=\= h3 {
  color: white;
}
.yVCw68RCmbzH7p0UATjiEA\=\= ul ._1G1JT9xqmqyIQdRRpoIPXA\=\= {
  background: #FFB800;
}
.yVCw68RCmbzH7p0UATjiEA\=\= ul ._1G1JT9xqmqyIQdRRpoIPXA\=\= ._5iyD\+Tnx51YulAK381AZGQ\=\= h3 {
  color: white;
}
.yVCw68RCmbzH7p0UATjiEA\=\= ul ._7rPBdZKeqXZCopzv-\+L7mA\=\= {
  background: #BE5A96;
}
.yVCw68RCmbzH7p0UATjiEA\=\= ul ._7rPBdZKeqXZCopzv-\+L7mA\=\= ._5iyD\+Tnx51YulAK381AZGQ\=\= h3 {
  color: white;
}
.yVCw68RCmbzH7p0UATjiEA\=\= ul .tTVOTkdNYxzhxVQ4gYD29w\=\= {
  background: #C1DC00;
}
.yVCw68RCmbzH7p0UATjiEA\=\= ul .tTVOTkdNYxzhxVQ4gYD29w\=\= ._5iyD\+Tnx51YulAK381AZGQ\=\= h3 {
  color: white;
}
.yVCw68RCmbzH7p0UATjiEA\=\= ul ._6miWE1\+nkGFopa6jzUe8og\=\= {
  background: #03B285;
}
.yVCw68RCmbzH7p0UATjiEA\=\= ul ._6miWE1\+nkGFopa6jzUe8og\=\= ._5iyD\+Tnx51YulAK381AZGQ\=\= h3 {
  color: white;
}
.yVCw68RCmbzH7p0UATjiEA\=\= ul .EavcvmjhcaB8gSKswi0Hwg\=\= {
  background: #1F71D1;
}
.yVCw68RCmbzH7p0UATjiEA\=\= ul .EavcvmjhcaB8gSKswi0Hwg\=\= ._5iyD\+Tnx51YulAK381AZGQ\=\= h3 {
  color: white;
}

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  color: #4b4b4b !important;
}
em {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  vertical-align: middle;
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  word-wrap: break-word;
}
.p81DR27wKQfxYekc9ulFpw\=\= {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.o9th8I3lcjWhvPQLeE7t-w\=\= {
  border-bottom: 1px solid #d9d9d9;
  padding: 7px 0;
  position: relative;
}
.o9th8I3lcjWhvPQLeE7t-w\=\= h2 {
  font-family: 'Source Han Sans CN';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #171717;
  text-align: center;
}
.o9th8I3lcjWhvPQLeE7t-w\=\= button {
  position: absolute;
  right: 0;
  top: 0;
}
.KGoSqf8aFO9iZiTT5JkUhw\=\= {
  border-bottom: 2px solid transparent;
  padding: 1px 0;
}
.KGoSqf8aFO9iZiTT5JkUhw\=\= h2 {
  text-align: left;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #171717;
}
.KGoSqf8aFO9iZiTT5JkUhw\=\= h2:before {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  left: 10px;
  background: #00A3FF;
}
.AM2DO51VpFbY3WfV5caO2Q\=\= {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
.AM2DO51VpFbY3WfV5caO2Q\=\=:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  transition-duration: 0.3s;
  transition-property: transform, opacity;
}
.AM2DO51VpFbY3WfV5caO2Q\=\=:hover,
.AM2DO51VpFbY3WfV5caO2Q\=\=:focus,
.AM2DO51VpFbY3WfV5caO2Q\=\=:active {
  transform: translateY(-5px);
}
.AM2DO51VpFbY3WfV5caO2Q\=\=:hover:before,
.AM2DO51VpFbY3WfV5caO2Q\=\=:focus:before,
.AM2DO51VpFbY3WfV5caO2Q\=\=:active:before {
  opacity: 1;
  transform: translateY(5px);
}
._5p938RX2HUPsk6FAqVsReA\=\= {
  width: 497px;
  height: auto;
}
.OrqmA\+XRWNC0lK1gYZsErQ\=\= {
  background: white;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  position: relative;
}
.OrqmA\+XRWNC0lK1gYZsErQ\=\=::before {
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 100%;
  height: 1px;
  background: #D7D7D7;
  content: '';
}
.OrqmA\+XRWNC0lK1gYZsErQ\=\=::after {
  position: absolute;
  left: calc(50% - 1px);
  top: 0 ;
  width: 1px;
  height: 100%;
  background: #D7D7D7;
  content: '';
}
.OrqmA\+XRWNC0lK1gYZsErQ\=\= ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}
.OrqmA\+XRWNC0lK1gYZsErQ\=\= ul li {
  width: 49.5%;
  padding: 6px 0;
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  justify-content: left;
  gap: 5px;
}
.OrqmA\+XRWNC0lK1gYZsErQ\=\= ul li .mOefQaT--9eVVWK4F\+VKbA\=\= {
  border-radius: 50%;
  padding: 3px;
}
.OrqmA\+XRWNC0lK1gYZsErQ\=\= ul li .kaYR9qQBt-qM5ZrSU1Pbpg\=\= {
  font-family: 'PingFang SC';
  font-style: normal;
  line-height: normal;
  color: #7f7f7f;
  text-align: center;
}
.OrqmA\+XRWNC0lK1gYZsErQ\=\= ul li .kaYR9qQBt-qM5ZrSU1Pbpg\=\= p {
  font-size: 16px;
  font-weight: 400;
}
.OrqmA\+XRWNC0lK1gYZsErQ\=\= ul li .kaYR9qQBt-qM5ZrSU1Pbpg\=\= h3 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #000;
  background: #f2f2f2;
  margin-top: 3px;
  border-radius: 5px;
  min-width: 88px;
}
.OrqmA\+XRWNC0lK1gYZsErQ\=\= ul li:last-child {
  border-bottom-right-radius: 5px;
}
.OrqmA\+XRWNC0lK1gYZsErQ\=\= ul li:nth-last-child(2) {
  border-bottom-left-radius: 5px;
}

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  color: #4b4b4b !important;
}
em {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  vertical-align: middle;
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  word-wrap: break-word;
}
.EjdRRw2yxb6fUz3kW4yLEg\=\= {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rsVOfmjWwKT3hx1C5Hv3MA\=\= {
  border-bottom: 1px solid #d9d9d9;
  padding: 7px 0;
  position: relative;
}
.rsVOfmjWwKT3hx1C5Hv3MA\=\= h2 {
  font-family: 'Source Han Sans CN';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #171717;
  text-align: center;
}
.rsVOfmjWwKT3hx1C5Hv3MA\=\= button {
  position: absolute;
  right: 0;
  top: 0;
}
.Dz0fiV8Q6cNca3mv28pyHg\=\= {
  border-bottom: 2px solid transparent;
  padding: 1px 0;
}
.Dz0fiV8Q6cNca3mv28pyHg\=\= h2 {
  text-align: left;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #171717;
}
.Dz0fiV8Q6cNca3mv28pyHg\=\= h2:before {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  left: 10px;
  background: #00A3FF;
}
.MlBODg9WHP-Um7vmA9tOvw\=\= {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
.MlBODg9WHP-Um7vmA9tOvw\=\=:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  transition-duration: 0.3s;
  transition-property: transform, opacity;
}
.MlBODg9WHP-Um7vmA9tOvw\=\=:hover,
.MlBODg9WHP-Um7vmA9tOvw\=\=:focus,
.MlBODg9WHP-Um7vmA9tOvw\=\=:active {
  transform: translateY(-5px);
}
.MlBODg9WHP-Um7vmA9tOvw\=\=:hover:before,
.MlBODg9WHP-Um7vmA9tOvw\=\=:focus:before,
.MlBODg9WHP-Um7vmA9tOvw\=\=:active:before {
  opacity: 1;
  transform: translateY(5px);
}
.MQ8zG7ORO1ysaPqRHi3o0A\=\= {
  width: 100%;
  height: auto;
}
.tYiqnwZiOcrPQ93imiA6NQ\=\= {
  padding: 14px 18px 15px 10px;
  background: white;
  border-radius: 5px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
.tYiqnwZiOcrPQ93imiA6NQ\=\= ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: left;
  flex-wrap: wrap;
}
.tYiqnwZiOcrPQ93imiA6NQ\=\= ul li {
  width: 160px;
  padding: 5px 5px 15px 5px;
  text-align: center;
  border-radius: 8px;
  justify-content: left;
  position: relative;
  gap: 20px;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tYiqnwZiOcrPQ93imiA6NQ\=\= ul li::after {
  position: absolute;
  width: 1px;
  height: 60%;
  right: 0;
  top: 30%;
  background: #AAAAAA;
  content: '';
}
.tYiqnwZiOcrPQ93imiA6NQ\=\= ul li .iCI6iP2bETd3XTzFpjdamQ\=\= {
  margin: 0 auto;
  font-family: 'Source Han Sans CN';
  font-style: normal;
  line-height: normal;
  text-align: center;
  width: 100%;
}
.tYiqnwZiOcrPQ93imiA6NQ\=\= ul li .iCI6iP2bETd3XTzFpjdamQ\=\= p.Q0EHoov\+6iQPAFgfzc56YQ\=\= {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #000;
}
.tYiqnwZiOcrPQ93imiA6NQ\=\= ul li .iCI6iP2bETd3XTzFpjdamQ\=\= h3 {
  margin-top: 11px;
  font-size: 26px;
  font-weight: 700;
  color: #00a3ff;
}
.tYiqnwZiOcrPQ93imiA6NQ\=\= ul li .iCI6iP2bETd3XTzFpjdamQ\=\= p._2w73GABR1MG3g07\+RfxFvQ\=\= {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  color: #4b4b4b;
}

.margin-lr {
  margin: 0 24px 0 0;
}
.margin-lg {
  margin: 24px;
}
.margin-lg-tb {
  margin: 24px 0;
}
.margin-lg-lr {
  margin: 0 24px;
}
.margin-md {
  margin: 16px;
}
.margin-md-tb {
  margin: 16px 0;
}
.margin-md-lr {
  margin: 0 16px;
}
.margin-sm {
  margin: 10px;
}
.margin-sm-tb {
  margin: 10px 0;
}
.margin-sm-lr {
  margin: 0 10px;
}
.margin-xs {
  margin: 5px;
}
.margin-xs-tb {
  margin: 5px 0;
}
.margin-xs-lr {
  margin: 0 5px;
}
.padding-lg {
  padding: 24px;
}
.padding-lg-tb {
  padding: 24px 0;
}
.padding-lg-lr {
  padding: 0 24px;
}
.padding-md {
  padding: 16px;
}
.padding-md-tb {
  padding: 16px 0;
}
.padding-md-lr {
  padding: 0 16px;
}
.padding-sm {
  padding: 10px;
}
.padding-sm-tb {
  padding: 10px 0;
}
.padding-sm-lr {
  padding: 0 10px;
}
.padding-xs {
  padding: 5px;
}
.padding-xs-tb {
  padding: 5px 0;
}
.padding-xs-lr {
  padding: 0 10px;
}
.read-row {
  font-weight: 500;
}
.unread-row {
  font-weight: 800;
  background: rgba(229,229,229,0.57647);
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 创建两列，每列宽度相等 */
  grid-template-rows: repeat(2, 1fr);
  /* 创建两行，每行高度相等 */
  grid-gap: 10px;
  gap: 10px;
  /* 设置网格项之间的间隙 */
}
.grid-item {
  padding: 20px;
  /* 网格项内部的填充 */
  padding-top: 5px;
  text-align: center;
  /* 文本居中 */
}
.common-form .ant-col-24 {
  flex: 0 0 50%;
  max-width: 100%;
}

