#app {
  height: 100vh;
}
.ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td,
.ant-table-tbody .ant-table-row-hover,
.ant-table-tbody .ant-table-row-hover > td {
  background: #e8e8e8 !important;
}
.ant-table-fixed .ant-table-row-hover,
.ant-table-fixed .ant-table-row-hover > td {
  background: #e8e8e8 !important;
}
::-webkit-scrollbar {
  width: 0.333333rem;
  /* 垂直滚动条宽度 */
  height: 0.333333rem;
  /* 横向滚动条高度 */
}
::-webkit-scrollbar-track {
  background: #f6f6f6;
  /* 滚动条轨道颜色 */
}
::-webkit-scrollbar-thumb {
  border-radius: 0.444444rem;
  background: rgba(144, 147, 153, 0.5);
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* 滚动条手柄hover颜色 */
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table {
  padding-right: 0.333333rem !important;
  background: #f0f0f0;
}
.ant-table-small > .ant-table-content .ant-table-header {
  overflow: hidden !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.ant-modal-body {
  padding: 1rem 1.3rem !important;
}
.action-div {
  width: 100%;
  height: 2.222222rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.font-container[data-v-54f5c9a4] {
  font-size: 1rem;
  width: 13.055556rem;
  height: 13.055556rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
  justify-content: center;
}
.my-font[data-v-54f5c9a4] {
  cursor: pointer;
  margin: 0.277778rem 0.277778rem 0.277778rem 0.277778rem;
  padding-top: 0.277778rem;
  text-align: center;
  border-radius: 0.333333rem;
  width: 2.5rem;
  height: 2.222222rem;
  border: 0.055556rem solid #ccc;
}
.my-font[data-v-54f5c9a4]:hover {
  background-color: rgba(206, 206, 206, 0.5);
}
.ant-form-item-control {
  line-height: 1.333333rem;
}
.ant-form-item-label {
  line-height: 1.333333rem;
}
.ant-form-item-label label {
  color: #58595B;
}
.contain {
  display: flex;
  flex-direction: row;
}
.fixed-col {
  width: 12.222222rem;
}
.flex-col {
  flex: 1;
}
.s-form-item-min-height {
  min-height: 1.888889rem !important;
}
.search-form-item label:not(.ant-radio-wrapper) {
  font-weight: 700;
  font-size: 0.666667rem;
  line-height: 1.555556rem;
  position: relative;
  overflow: hidden;
  white-space: break-spaces;
  text-overflow: ellipsis;
}
.search-form-item .ant-form-item-label {
  max-width: 8.333333rem !important;
}
.search-form-item .ant-form-item-control {
  padding-left: 0.555556rem;
  line-height: 1.555556rem;
}
.gdLabel .ant-form-item-label-left {
  display: flex;
  width: 7.222222rem !important;
}
.gdLabel .ant-form-item-control-wrapper {
  width: calc(100% - 7.222222rem) !important;
}
@media (min-width: 576px) {
.full-line-item .ant-form-item-label {
    max-width: 7.222222rem !important;
}
}
@media (min-width: 768px) {
.full-line-item .ant-form-item-label {
    max-width: 7.222222rem !important;
}
}
@media (min-width: 1200px) {
.full-line-item .ant-form-item-label {
    max-width: 7.222222rem !important;
}
}
@media (min-width: 1600px) {
.full-line-item .ant-form-item-label {
    max-width: 7.222222rem !important;
}
}
.ant-form-explain {
  position: absolute;
  font-size: 0.444444rem;
}
.ant-form-item {
  margin-bottom: 0.555556rem;
}
.label-style .ant-form-item-label label {
  color: #f5222d;
}
.tags-view-wrapper[data-v-3168cb2f] {
  border-top: 0.055556rem solid #d8dce5;
  border-bottom: 0.055556rem solid #d8dce5;
  box-shadow: 0 0.055556rem 0.166667rem 0 rgba(0, 0, 0, 0.12), 0 0 0.166667rem 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 0.555556rem;
  padding: 0.555556rem;
  color: #58595b;
}
.tags-view-wrapper .tags-view-item[data-v-3168cb2f] {
  border-radius: 0.111111rem;
  font-size: 0.555556rem;
}
.tags-view-wrapper .tags-view-item.active[data-v-3168cb2f] {
  background-color: #C61408;
  opacity: 0.8;
  color: #fff;
  border-color: #C61408;
}
.tags-view-wrapper .tags-view-item.active[data-v-3168cb2f]::before {
  content: '';
  background: #fff;
  display: inline-block;
  width: 0.444444rem;
  height: 0.444444rem;
  border-radius: 50%;
  position: relative;
  margin-right: 0.111111rem;
}
.ant-drawer-wrapper-body {
  overflow-x: hidden;
  /*height: 100vh;*/
  /*height: calc(100vh - 88px);*/
  /*margin-top: 88px;*/
  /*background: url("../../assets/img/background.png") center no-repeat;*/
  background-size: auto 100%;
}
.ant-drawer-body {
  padding: 0.555556rem 2.222222rem;
}
.operationPanel {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 8.333333rem;
  padding: 0 1.111111rem 1.111111rem 0;
  display: flex;
  z-index: 100;
  justify-content: flex-end;
}
.map {
  width: 100%;
  height: 11.111111rem;
}
.map-modal .ant-modal-body {
  position: relative;
}
.map-modal .search-loading {
  align-items: center;
  position: absolute;
  width: 100%;
  height: 16.666667rem;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  z-index: 999;
  background: radial-gradient(white, transparent);
}
/* you can make up upload button and sample style by using stylesheets */
.ant-upload-select-picture-card i {
  font-size: 1.777778rem;
  color: #999;
}
.ant-upload-select-picture-card .ant-upload-text {
  margin-top: 0.444444rem;
  color: #666;
}
.ant-upload-list-text {
  display: flex;
  flex-wrap: wrap;
  writing-mode: vertical-lr;
}
.ant-upload-list-text .ant-upload-list-item-name {
  padding-right: 0.555556rem;
}
.ant-upload-list-item-info {
  height: 100%;
  padding: 0 0.666667rem 0 0.222222rem;
  writing-mode: horizontal-tb;
  transition: background-color 0.3s;
}
.table-result-info {
  background: rgba(97, 101, 116, 0.15);
  box-shadow: 0 0.111111rem 0.555556rem 0 rgba(0, 0, 0, 0.1);
  padding: 0.222222rem 1.111111rem!important;
  font-weight: 700;
  line-height: 1.333333rem;
  margin-bottom: 0.555556rem;
  display: flex;
  justify-content: space-between;
}
.s-card {
  width: 100%;
  margin-bottom: 0.555556rem;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0.222222rem 0.722222rem 0.055556rem rgba(0, 0, 0, 0.14);
}

.s-card .ant-card-head-title {
  padding: 0;
}
table[data-v-008b97e2] {
  width: 100%;
  border: 0.111111rem solid #e8e8e8;
  margin: 1.111111rem 0;
}
td[data-v-3134282f] {
  border: 0.055556rem solid #e8e8e8;
  width: 34%;
  line-height: 1.333333rem;
  padding-left: 0.555556rem;
}
td.title[data-v-3134282f] {
  width: 16%;
  font-weight: 600;
  text-decoration: none;
  background-color: #f0f0f0;
}
.search-panel {
  box-shadow: 0 0.222222rem 0.722222rem 0.055556rem rgba(0, 0, 0, 0.14);
  padding: 0.666667rem 1.111111rem !important;
}

.search-info-panel {
  margin-top: 1.111111rem;
}

.search-table-panel {
  margin-top: 1.111111rem;
}

.main-content-wrapper button {
  border-radius: 0.111111rem !important;
  margin-left: 0.444444rem;
  padding-left: 0.555556rem;
  padding-right: 0.555556rem;
}

.main-content-wrapper .ant-input-group {
  height: 1.111111rem;
}

.main-content-wrapper .ant-input-group .ant-input-sm {
  height: 1.277778rem;
}

.main-content-wrapper .ant-input-group .ant-input-group-addon button {
  border-radius: 0 0.111111rem 0.111111rem 0 !important;
  margin-left: 0;
  height: 1.277778rem;
}

.main-content-wrapper .ant-btn-link {
  padding-left: 0;
  padding-right: 0;
}

.ant-table {
  font-size: 0.666667rem;
}

.ant-table .ant-table-body {
  margin: 0 0 !important;
}

.ant-table .ant-table-thead th {
  text-align: center !important;
  background: #f0f0f0 !important;
}

.danger-button {
  color: red;
}

.danger-button:hover {
  color: #FFB6C1 !important;
}

.danger-button:focus {
  color: #FFB6C1 !important;
}

.table-add-operation {
  padding: 0.277778rem;
  display: flex;
  justify-content: flex-end;
}

.ant-table-title {
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 0.444444rem;
  font-weight: 500;
  font-size: 0.777778rem;
}

.assets-table-info {
  display: flex;
}

.assets-table-info .image-container {
  width: 60PX !important;
  position: relative;
}

.assets-table-info .image-container .image-tag {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0 4PX;
}

.assets-table-info .info-container {
  width: calc(100% - 4.444444rem) !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.assets-table-info .info-container .title {
  color: #004DA8;
  margin-left: 0.444444rem;
  font-weight: bold;
}

.assets-table-info .info-container .icon {
  margin-left: 0.444444rem;
}

.assets-table-info .info-container .icon i {
  font-size: 0.555556rem;
  margin-right: 0.222222rem;
}
/* Make clicks pass-through */

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #C61408;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.111111rem;
}

/* Fancy blur effect */

#nprogress .peg {
  display: block;
  position: absolute;
  right: 0;
  width: 5.555556rem;
  height: 100%;
  box-shadow: 0 0 0.555556rem #C61408, 0 0 0.277778rem #C61408;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0, -0.222222rem);
  -ms-transform: rotate(3deg) translate(0, -0.222222rem);
  transform: rotate(3deg) translate(0, -0.222222rem);
}

/* Remove these to get rid of the spinner */

#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 0.833333rem;
  right: 0.833333rem;
}

#nprogress .spinner-icon {
  width: 1rem;
  height: 1rem;
  box-sizing: border-box;
  border: solid 0.111111rem transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.editable-cell-input-wrapper .ant-form-item[data-v-c705bb2a] {
  margin-bottom: 0.222222rem;
  margin-top: 0.222222rem;
}
[data-v-c705bb2a] .ant-form-item-control {
  text-align: left;
}
[data-v-c705bb2a] .ant-input-number-handler-wrap {
  z-index: 1;
}
.page-wrapper[data-v-b6bb4a8a] {
  height: 100%;
}
.search-panel[data-v-b6bb4a8a] {
  box-shadow: 0 0.222222rem 0.722222rem 0.055556rem rgba(0, 0, 0, 0.14);
  padding: 0.555556rem 0.833333rem 0.277778rem 0.833333rem !important;
}
.search-info-panel[data-v-b6bb4a8a] {
  margin-top: 0.833333rem;
}
.search-table-panel[data-v-b6bb4a8a] {
  margin-top: 0.555556rem;
}
.main-content-wrapper[data-v-b6bb4a8a] {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* ie10+ */
}
.main-content-wrapper button[data-v-b6bb4a8a] {
  border-radius: 0.111111rem !important;
  margin-left: 0.444444rem;
  padding-left: 0.555556rem;
  padding-right: 0.555556rem;
}
.main-content-wrapper .ant-input-group[data-v-b6bb4a8a] {
  height: 1.111111rem;
}
.main-content-wrapper .ant-input-group .ant-input-sm[data-v-b6bb4a8a] {
  height: 1.277778rem;
}
.main-content-wrapper .ant-input-group .ant-input-group-addon button[data-v-b6bb4a8a] {
  border-radius: 0 0.111111rem 0.111111rem 0 !important;
  margin-left: 0;
  height: 1.277778rem;
}
.main-content-wrapper .ant-btn-link[data-v-b6bb4a8a] {
  padding-left: 0;
  padding-right: 0;
}
.main-content-wrapper[data-v-b6bb4a8a]::-webkit-scrollbar {
  display: none;
}
.ant-table-small.ant-table-bordered[data-v-b6bb4a8a] {
  border: 0;
}
.ant-table-content[data-v-b6bb4a8a] {
  border: 0.055556rem solid #e8e8e8;
}
.ant-card-body .ant-table-small.ant-table-bordered[data-v-b6bb4a8a],
.ant-row .ant-table-small.ant-table-bordered[data-v-b6bb4a8a],
.ant-drawer-body .ant-table-small.ant-table-bordered[data-v-b6bb4a8a],
.ant-modal-content .ant-table-small.ant-table-bordered[data-v-b6bb4a8a] {
  min-height: 0 !important;
  border: 0.055556rem solid #e8e8e8 !important;
}
.ant-card-body .ant-table-content[data-v-b6bb4a8a],
.ant-row .ant-table-content[data-v-b6bb4a8a],
.ant-drawer-body .ant-table-content[data-v-b6bb4a8a],
.ant-modal-content .ant-table-content[data-v-b6bb4a8a] {
  border-right: 0.055556rem solid #e8e8e8 !important;
}
.ant-table[data-v-b6bb4a8a] {
  font-size: 0.666667rem;
  word-break: break-all;
}
.ant-table .ant-table-body[data-v-b6bb4a8a] {
  margin: 0 0 !important;
}
.ant-table .ant-table-thead th[data-v-b6bb4a8a] {
  text-align: center !important;
  background: #f0f0f0 !important;
}
.ant-table-pagination.ant-pagination[data-v-b6bb4a8a] {
  margin: 0.5rem 0 !important;
}
.danger-button[data-v-b6bb4a8a] {
  color: red;
}
.danger-button[data-v-b6bb4a8a]:hover {
  color: #FFB6C1 !important;
}
.danger-button[data-v-b6bb4a8a]:focus {
  color: #FFB6C1 !important;
}
.table-add-operation[data-v-b6bb4a8a] {
  padding: 0.277778rem;
  display: flex;
  justify-content: flex-end;
}
.ant-table-title[data-v-b6bb4a8a] {
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 0.444444rem;
  font-weight: 500;
  font-size: 0.777778rem;
}
.assets-table-info[data-v-b6bb4a8a] {
  display: flex;
}
.assets-table-info .image-container[data-v-b6bb4a8a] {
  width: 25%;
  position: relative;
}
.assets-table-info .image-container .image-tag[data-v-b6bb4a8a] {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0 0.222222rem;
}
.assets-table-info .info-container[data-v-b6bb4a8a] {
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.assets-table-info .info-container .title[data-v-b6bb4a8a] {
  color: #004DA8;
  margin-left: 0.444444rem;
  font-weight: bold;
}
.assets-table-info .info-container .icon[data-v-b6bb4a8a] {
  margin-left: 0.444444rem;
}
.assets-table-info .info-container .icon i[data-v-b6bb4a8a] {
  font-size: 0.555556rem;
  margin-right: 0.222222rem;
}
.ant-tabs-tabpane[data-v-b6bb4a8a] {
  padding: 0 0.277778rem;
}
.sub-tr[data-v-b6bb4a8a] {
  padding-top: 0.444444rem;
  padding-bottom: 0.444444rem;
  position: relative;
  min-height: 1.444444rem;
}
.sub-tr[data-v-b6bb4a8a]::after {
  position: absolute;
  bottom: 0;
  left: -0.444444rem;
  height: 0.055556rem;
  content: '';
  width: calc(100% + 0.888889rem);
  border-bottom: 0.055556rem solid #e8e8e8;
}
.sub-tr[data-v-b6bb4a8a]:first-child {
  height: 1.444444rem;
  padding-top: 0;
}
.sub-tr[data-v-b6bb4a8a]:last-child::after {
  border-bottom: 0;
}
.sub-tr[data-v-b6bb4a8a]:last-child {
  height: 1.444444rem;
  padding-bottom: 0;
  border-bottom: 0;
}
.resize-table-th[data-v-b6bb4a8a] {
  position: relative;
}
.resize-table-th .table-draggable-handle[data-v-b6bb4a8a] {
  transform: none !important;
  position: absolute;
  height: 100% !important;
  bottom: 0;
  left: auto !important;
  right: -0.277778rem;
  cursor: col-resize;
  touch-action: none;
}
.table-draggable-handle.active[data-v-b6bb4a8a] {
  border: none !important;
  padding: 0 0.166667rem;
  color: #2BCCAE;
}
.ant-message[data-v-b6bb4a8a] {
  margin-top: 1.388889rem;
}
a[data-v-b6bb4a8a] {
  text-decoration: underline;
}
.ant-menu-item a[data-v-b6bb4a8a],
.ant-breadcrumb a[data-v-b6bb4a8a],
.userbar-wrapper a[data-v-b6bb4a8a],
.ant-calendar-picker-container a[data-v-b6bb4a8a],
.ant-pagination a[data-v-b6bb4a8a],
.header-wrapper a[data-v-b6bb4a8a],
.tags-view-wrapper a[data-v-b6bb4a8a],
.logo-title a[data-v-b6bb4a8a] {
  text-decoration: none;
}
.assets-style[data-v-b6bb4a8a] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ant-select-tree li span.ant-select-tree-title[data-v-b6bb4a8a] {
  white-space: normal;
  /* 允许换行 */
}
.table-head[data-v-b6bb4a8a] {
  display: flex;
  justify-content: space-between;
  height: 2.777778rem;
  align-items: center;
  font-weight: bold;
}
.table-head span[data-v-b6bb4a8a] {
  margin-left: 0.555556rem;
}
.redCol[data-v-b6bb4a8a] {
  color: #f5222d;
}
.cursor-link .ant-input-disabled[data-v-20735f30] {
  cursor: inherit;
}
.input-link-div[data-v-20735f30] {
  border: 0.055556rem solid #CFD0CF;
  background-color: #f5f5f5;
  height: 1.333333rem;
  padding: 0.055556rem 0.388889rem;
  border-radius: 0.222222rem;
  display: flex;
  align-items: center;
  color: #1E88E5;
  cursor: pointer;
  text-decoration: underline;
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
}
.input-link-div[data-v-20735f30]::-webkit-scrollbar {
  display: none;
}
.cursor-link .ant-input-disabled[data-v-20023263] {
  cursor: inherit;
}
.input-link-div[data-v-20023263] {
  border: 0.055556rem solid #CFD0CF;
  background-color: #f5f5f5;
  height: 1.333333rem;
  padding: 0.055556rem 0.388889rem;
  border-radius: 0.222222rem;
  display: flex;
  align-items: center;
  color: #1E88E5;
  cursor: pointer;
  text-decoration: underline;
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
}
.input-link-div[data-v-20023263]::-webkit-scrollbar {
  display: none;
}
.redIcon[data-v-49fe3f9d] {
  display: inline-block;
  margin-right: 0.222222rem;
  color: #f5222d !important;
  font-size: 0.666667rem;
  font-family: SimSun, sans-serif;
  line-height: 1;
}
.complain-bottom[data-v-5998afab] {
  color: #797979;
  margin: 0.555556rem 1.111111rem;
}
.complain-bottom span[data-v-5998afab] {
  margin-right: 2.222222rem;
}
[data-v-5998afab] .ant-card-extra {
  float: none;
  margin-left: 2.222222rem;
}
[data-v-5998afab] .ant-card-head-title {
  flex: none;
}



.brand-edit .add-contact-sty {
  margin-right: 1.666667rem;
  float: right;
}
.slick-slider[data-v-629470cf] {
  height: 100%;
}
.slick-slider div[data-v-629470cf] {
  height: 100%;
}
.ant-carousel .slick-slide[data-v-629470cf] {
  text-align: center;
  background: #364d79;
  overflow: hidden;
}
.ant-carousel .slick-slide h3[data-v-629470cf] {
  color: #fff;
}
.ant-carousel .custom-slick-arrow[data-v-629470cf] {
  width: 1.388889rem;
  height: 1.388889rem;
  font-size: 1.388889rem;
  color: #fff;
  background-color: rgba(31, 45, 61, 0.11);
  opacity: 0.3;
}
.ant-carousel .custom-slick-arrow[data-v-629470cf]:before {
  display: none;
}
.ant-carousel .custom-slick-arrow[data-v-629470cf]:hover {
  opacity: 0.5;
}
.info[data-v-629470cf] {
  position: relative;
  top: 0.333333rem;
  width: 100%;
  padding: 0.333333rem 0.555556rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin-bottom: 0.333333rem;
}
.total-card[data-v-629470cf] {
  box-shadow: 0 0.333333rem 0.888889rem 0.055556rem rgba(0, 0, 0, 0.08);
  border-radius: 0.055556rem;
  padding: 0.555556rem 1.111111rem;
  margin-bottom: 0.833333rem;
  text-align: center;
}
.total-card .value[data-v-629470cf] {
  color: #000;
  font-weight: 500;
  font-size: 0.777778rem;
}
[data-v-629470cf] .ant-form-item-label {
  width: 4.444444rem;
}


.tenant-edit .add-contact-sty {
  margin-right: 1.666667rem;
  float: right;
}
[data-v-9a36b95e] .ant-select-dropdown-menu-item {
  overflow: hidden;
  white-space: pre-wrap;
}
[data-v-0f399e72] .search-form-item .ant-form-item-label {
  max-width: 11.111111rem !important;
}
.example[data-v-2e7c640b]::-webkit-scrollbar {
  display: none;
}
.ww-scrollbar[data-v-2e7c640b]::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: transparent;
}
.contract-view[data-v-2e7c640b] {
  height: 72vh;
  font-size: 11pt;
  font-family: "SimSun", "STSong";
  color: #000;
}
.contract-view .placeholder[data-v-2e7c640b] {
  display: none;
}
.contract-view h1[data-v-2e7c640b] {
  font-size: 1em;
}
.contract-title[data-v-2e7c640b] {
  font-size: 26pt;
  margin: calc(25vh) 0;
  text-align: center;
}
table[data-v-2e7c640b] {
  border-collapse: collapse;
  border: 0.055556rem solid #000;
}
th[data-v-2e7c640b] {
  border: 0.055556rem solid #000;
}
td[data-v-2e7c640b] {
  border: 0.055556rem solid #666;
  min-height: 1.833333rem;
  text-align: center;
}
td p[data-v-2e7c640b] {
  margin: 1em;
}
ol[data-v-2e7c640b] {
  list-style-type: none;
  counter-reset: sectioncounter;
}
ol li[data-v-2e7c640b]:before {
  content: "（" counter(sectioncounter) "） ";
  counter-increment: sectioncounter;
}
.indent p[data-v-2e7c640b] {
  text-indent: 21pt;
}
[data-v-9cfe01d2] span.ant-radio + * {
  flex: 1;
}
[data-v-9cfe01d2] .ant-radio {
  padding-top: 0.277778rem;
}
.mainColor[data-v-1eac2c20] {
  color: #f5222d;
}
[data-v-11c5ce4e] .search-form-item .ant-form-item-label {
  max-width: 11.111111rem !important;
}
[data-v-11c5ce4e] .ant-card {
  line-height: 1.666667rem;
}
.row-between[data-v-11c5ce4e] {
  display: flex;
  justify-content: space-between;
}
.width100[data-v-11c5ce4e] {
  width: 100%;
  padding-right: 1.666667rem;
}
.column[data-v-11c5ce4e] {
  display: flex;
  flex-direction: column;
}
.red-color[data-v-11c5ce4e] {
  color: #C61408;
}
