body {
  overflow: hidden;
}

#sider-menu[data-v-078979ed] {
  width: 480px;
  background-color: #ffffff;
}
#sider-menu .firstRouterStyle[data-v-078979ed] {
  padding: 20px 30px 0 20px;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  max-height: calc(100vh - 60px);
}
#sider-menu .firstRouterStyle .itemStyle[data-v-078979ed] {
  margin: 0 0 20px 10px;
  width: 200px;
  border-radius: 6px;
  display: flex;
  align-items: center;
}
#sider-menu .firstRouterStyle .itemStyle[data-v-078979ed]:hover {
  cursor: pointer;
  background-color: #f6f7f8;
}
#sider-menu .firstRouterStyle .itemStyle.activeMenu[data-v-078979ed] {
  background-color: #f6f7f8;
}
#sider-menu .firstRouterStyle .itemStyle .menu-icon[data-v-078979ed] {
  width: 66px;
  height: 66px;
  line-height: 66px;
}
#sider-menu .firstRouterStyle .itemStyle .menu-icon img[data-v-078979ed] {
  width: 100%;
  height: 100%;
}
#sider-menu .firstRouterStyle .itemStyle .menu-title[data-v-078979ed] {
  width: 124px;
  color: #333333;
  font-weight: 500;
  height: 66px;
}
#sider-menu .firstRouterStyle .itemStyle .menu-title p[data-v-078979ed] {
  height: 24px;
}
#sider-menu .firstRouterStyle .itemStyle .menu-title .info[data-v-078979ed] {
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #777777;
}
#sider-menu .firstRouterStyle .fiexHeightCenter[data-v-078979ed] {
  display: flex;
  align-items: center;
  justify-content: left;
}
#sider-menu .footer[data-v-078979ed] {
  padding-left: 30px;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  border-top: 1px solid #dddddd;
  cursor: pointer;
}
#sider-menu .footer .rightStyle[data-v-078979ed] {
  background: linear-gradient(90deg, #ffffff 0%, rgba(22, 93, 255, 0.1) 100%);
  width: 50%;
  padding-right: 20px;
  color: #165Dff;
  font-size: 14px;
  height: 59px;
}
#sider-menu .footer .icon[data-v-078979ed] {
  margin-right: 14px;
  vertical-align: -0.25em;
  font-size: 24px;
}
#sider-menu .flex-container[data-v-078979ed] {
  display: flex;
  flex-wrap: wrap;
}
#sider-menu .move-icon[data-v-078979ed] {
  color: #165Dff;
}


/** @format */

.select-filter[data-v-2f55f116] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: 1px solid #dcdfe5;
  padding-left: 7px;
}
.select-filter[data-v-2f55f116]:hover {
  border: 1px solid #b3d0ff;
}
.select-filter .filter-name[data-v-2f55f116] {
  display: flex;
  align-items: center;
  min-width: 60px;
  height: 100%;
  font-size: 12px;
  color: #111111;
  text-align: left;
  cursor: move;
  margin-right: 4px;
}
.select-filter .filter-value[data-v-2f55f116] {
  flex: 1;
}
.select-filter .filter-value .ant-input-affix-wrapper.search-input[data-v-2f55f116] {
  width: 100%;
  font-size: 12px;
  background: none;
  border: none;
  padding-right: 11px;
}
.select-filter .filter-value .ant-input-affix-wrapper.search-input[data-v-2f55f116] .ant-input {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  background: none;
  border: none;
}
.select-filter .filter-value .icon-style[data-v-2f55f116] {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}
.select-filter .filter-value .icon-close[data-v-2f55f116] {
  display: none;
  font-size: 14px;
}
.select-filter .filter-value:hover .icon-style.icon-pull[data-v-2f55f116] {
  display: none;
}
.select-filter .filter-value:hover .icon-close[data-v-2f55f116] {
  display: inline-block;
  cursor: pointer;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
}
.select-filter.haveValueStyle[data-v-2f55f116] {
  border: 1px solid rgba(22, 93, 255, 0.7);
}
.pull-card[data-v-2f55f116] {
  position: fixed;
  width: 410px;
  max-height: 300px;
  background: #fff;
  border: 1px solid #DDDDDD;
  z-index: 200;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
}
.pull-card .select-content[data-v-2f55f116] {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #DDDDDD;
}
.pull-card .select-content .dept-list[data-v-2f55f116] {
  flex: 1;
  height: 246px;
  box-sizing: border-box;
  overflow-y: scroll;
}
.pull-card .select-content .person-list[data-v-2f55f116] {
  width: 150px;
  height: 246px;
  overflow-y: scroll;
  box-sizing: border-box;
  border-left: 1px solid #DDDDDD;
  padding: 3px 0;
}
.pull-card .select-content .person-list .person-item[data-v-2f55f116] {
  width: 100%;
  height: 24px;
  line-height: 24px;
  color: #555;
  text-wrap: nowrap;
  padding: 0 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pull-card .select-content .person-list .person-item[data-v-2f55f116]:hover {
  background-color: #F6F7F8;
}
.pull-card .select-content .person-list .person-item.active[data-v-2f55f116] {
  color: #165Dff;
  background-color: rgba(22, 93, 255, 0.1) !important;
}
.pull-card .footer-btns[data-v-2f55f116] {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
}
.animation-enter-active[data-v-2f55f116],
.animation-leave-active[data-v-2f55f116] {
  transition: all 0.3s ease;
  overflow: hidden;
}
.animation-enter-from[data-v-2f55f116],
.animation-leave-to[data-v-2f55f116] {
  max-height: 0;
  opacity: 0;
}
[data-v-2f55f116] .ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before,[data-v-2f55f116] .ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before {
  background: rgba(22, 93, 255, 0.1);
}
[data-v-2f55f116] .ant-tree li.ant-tree-treenode-switcher-close.ant-tree-treenode-selected {
  background: none !important;
}
[data-v-2f55f116] .ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper.ant-tree-node-selected,[data-v-2f55f116] .ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper.ant-tree-node-selected {
  color: #165Dff;
}
[data-v-2f55f116] .ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-switcher,[data-v-2f55f116] .ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-switcher {
  color: #165Dff;
}

.opes[data-v-4e492a69] {
  padding: 8px 0;
  min-width: 140px;
  background: #fff;
  border-radius: 4px;
}
.opes .ope[data-v-4e492a69] {
  display: flex;
  align-items: center;
  padding: 12px 10px;
  height: 34px;
  color: #111;
  cursor: pointer;
  font-size: 14px;
}
.opes .ope[data-v-4e492a69]:hover {
  color: #165dff;
  background: rgba(22, 93, 255, 0.1);
}
.opes .ope span[data-v-4e492a69] {
  margin-left: 10px;
}

.viewWrap[data-v-99e373e6] {
  position: relative;
  height: 32px;
  width: 200px;
}
.viewWrap .view-checked[data-v-99e373e6] {
  width: 100%;
  height: 32px;
  border-radius: 2px;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  border: 1px solid #dcdfe5;
}
.viewWrap .view-checked .view-checked-name[data-v-99e373e6] {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 7px 0 12px;
}
.viewWrap .view-checked .view-checked-name .anticon[data-v-99e373e6] {
  font-size: 15px;
}
.viewWrap .view-checked .view-checked-name .currentView[data-v-99e373e6] {
  flex: 1;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.viewWrap .card-list[data-v-99e373e6] {
  position: absolute;
  top: 36px;
  left: 0;
  width: 200px;
  background: #ffffff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 0;
}
.viewWrap .card-list .view-type[data-v-99e373e6] {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  color: #111111;
  text-align: left;
  padding: 6px 14px;
  line-height: 14px;
  margin-bottom: 4px;
}
.viewWrap .card-list .add-view[data-v-99e373e6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
  color: #165dff;
  padding: 0 14px;
  margin-top: 14px;
}
.viewWrap .card-list .add-view > div[data-v-99e373e6] {
  cursor: pointer;
  line-height: 1;
}
.viewWrap .card-list .add-view .free-pic[data-v-99e373e6] {
  width: 36px;
  height: 16px;
  margin-left: 12px;
}
.viewWrap .card-list .scroll-list[data-v-99e373e6] {
  width: 100%;
  max-height: 180px;
  box-sizing: border-box;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
}
.viewWrap .card-list .scroll-list .view-row[data-v-99e373e6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 36px;
  font-weight: 400;
  font-size: 14px;
  color: #777;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 10px;
}
.viewWrap .card-list .scroll-list .view-row .view-name[data-v-99e373e6] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  display: flex;
  align-items: center;
}
.viewWrap .card-list .scroll-list .view-row:hover .view-name[data-v-99e373e6] {
  max-width: 125px;
}
.viewWrap .card-list .scroll-list .view-row .view-icons[data-v-99e373e6] {
  display: none;
}
.viewWrap .card-list .scroll-list .view-row[data-v-99e373e6]:hover {
  color: #165dff;
  background: rgba(22, 93, 255, 0.1);
}
.viewWrap .card-list .scroll-list .view-row:hover > .view-icons[data-v-99e373e6] {
  padding-left: 20px;
  color: #165dff;
  font-size: 16px;
  display: block;
}
.viewWrap .card-list .scroll-list .view-row.active[data-v-99e373e6] {
  color: #165dff;
}

.multiple-tab .tabs-wrap[data-v-11a7bef6] {
  z-index: 9999;
}
.tabs-wrap[data-v-11a7bef6] {
  position: fixed;
  display: flex;
  width: calc(100% - 60px);
  padding-left: 18px;
  background: #f3f3f3;
  z-index: 9999;
}
.tabs-wrap[data-v-11a7bef6] .ant-popover-inner-content {
  padding: 0;
}
.tabs-wrap .tabs[data-v-11a7bef6] {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-wrap: nowrap;
  position: relative;
  padding-top: 8px;
  height: 40px;
}
.tabs-wrap .tabs .tab-work[data-v-11a7bef6],
.tabs-wrap .tabs .tab[data-v-11a7bef6] {
  position: relative;
  flex-shrink: 0;
  padding: 0 20px 0 10px;
  height: 32px;
  line-height: 32px;
  background: #f4f4f4;
  font-size: 14px;
  color: #333;
  text-align: left;
  cursor: pointer;
  border-radius: 12px;
  width: 144px;
}
.tabs-wrap .tabs .tab-work.active[data-v-11a7bef6],
.tabs-wrap .tabs .tab.active[data-v-11a7bef6] {
  color: #111;
  background: #fff;
  font-weight: 500;
  border-radius: 12px 12px 0 0;
}
.tabs-wrap .tabs .tab-work.active .clear[data-v-11a7bef6],
.tabs-wrap .tabs .tab.active .clear[data-v-11a7bef6] {
  color: #111;
}
.tabs-wrap .tabs .tab-work.active[data-v-11a7bef6]::after,
.tabs-wrap .tabs .tab.active[data-v-11a7bef6]::after {
  height: 0;
}
.tabs-wrap .tabs .tab-work.active .img[data-v-11a7bef6],
.tabs-wrap .tabs .tab.active .img[data-v-11a7bef6] {
  display: block;
}
.tabs-wrap .tabs .tab-work.active .refresh[data-v-11a7bef6],
.tabs-wrap .tabs .tab.active .refresh[data-v-11a7bef6] {
  display: block;
}
.tabs-wrap .tabs .tab-work.hidden[data-v-11a7bef6],
.tabs-wrap .tabs .tab.hidden[data-v-11a7bef6] {
  display: none;
}
.tabs-wrap .tabs .tab-work + .tab[data-v-11a7bef6],
.tabs-wrap .tabs .tab + .tab[data-v-11a7bef6] {
  margin-left: 12px;
}
.tabs-wrap .tabs .tab-work[data-v-11a7bef6]::after,
.tabs-wrap .tabs .tab[data-v-11a7bef6]::after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 50%;
  width: 1px;
  background: #999;
}
.tabs-wrap .tabs .tab-work .title[data-v-11a7bef6],
.tabs-wrap .tabs .tab .title[data-v-11a7bef6] {
  margin-left: 5px;
}
.tabs-wrap .tabs .tab-work .clear[data-v-11a7bef6],
.tabs-wrap .tabs .tab .clear[data-v-11a7bef6] {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  cursor: pointer;
  color: #333;
}
.tabs-wrap .tabs .tab-work .clear[data-v-11a7bef6]:hover,
.tabs-wrap .tabs .tab .clear[data-v-11a7bef6]:hover {
  color: #165dff !important;
}
.tabs-wrap .tabs .tab-work .cancel[data-v-11a7bef6],
.tabs-wrap .tabs .tab .cancel[data-v-11a7bef6] {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #777;
}
.tabs-wrap .tabs .tab-work .cancel[data-v-11a7bef6]:hover,
.tabs-wrap .tabs .tab .cancel[data-v-11a7bef6]:hover {
  color: #165dff !important;
}
.tabs-wrap .tabs .tab-work[data-v-11a7bef6]:hover,
.tabs-wrap .tabs .tab[data-v-11a7bef6]:hover {
  color: #111;
  font-weight: 500;
  background: #fff;
  border-radius: 12px 12px 0 0;
}
.tabs-wrap .tabs .tab-work:hover .fix[data-v-11a7bef6],
.tabs-wrap .tabs .tab:hover .fix[data-v-11a7bef6] {
  display: block;
}
.tabs-wrap .tabs .tab-work:hover .clear[data-v-11a7bef6],
.tabs-wrap .tabs .tab:hover .clear[data-v-11a7bef6] {
  color: #111;
}
.tabs-wrap .tabs .tab-work:hover .cancel[data-v-11a7bef6],
.tabs-wrap .tabs .tab:hover .cancel[data-v-11a7bef6] {
  color: #111;
}
.tabs-wrap .tabs .tab-work[data-v-11a7bef6]:hover::after,
.tabs-wrap .tabs .tab[data-v-11a7bef6]:hover::after {
  height: 0;
}
.tabs-wrap .tabs .tab-work:hover .img[data-v-11a7bef6],
.tabs-wrap .tabs .tab:hover .img[data-v-11a7bef6] {
  display: block;
}
.tabs-wrap .tabs .tab-work .fix[data-v-11a7bef6],
.tabs-wrap .tabs .tab .fix[data-v-11a7bef6] {
  display: none;
  font-size: 16px;
  position: absolute;
  color: #165dff;
  top: -6px;
  right: -6px;
  cursor: pointer;
}
.tabs-wrap .tabs .tab-work .img[data-v-11a7bef6],
.tabs-wrap .tabs .tab .img[data-v-11a7bef6] {
  display: none;
  position: absolute;
  bottom: 0;
  width: 12px;
  height: 12px;
}
.tabs-wrap .tabs .tab-work .img.left[data-v-11a7bef6],
.tabs-wrap .tabs .tab .img.left[data-v-11a7bef6] {
  left: -12px;
}
.tabs-wrap .tabs .tab-work .img.right[data-v-11a7bef6],
.tabs-wrap .tabs .tab .img.right[data-v-11a7bef6] {
  right: -12px;
}
.tabs-wrap .more[data-v-11a7bef6] {
  margin: 8px 10px 0 12px;
  height: 32px;
  line-height: 32px;
  background: #f3f3f3;
  width: 50px;
  flex-shrink: 0;
}
.tabs-wrap .more .ant-dropdown-link[data-v-11a7bef6] {
  font-size: 14px;
}
.tabs-wrap .more .more-wrap[data-v-11a7bef6] {
  padding: 8px 0;
  min-width: 160px;
  background: #fff;
  border-radius: 4px;
}
.tabs-wrap .more .more-item[data-v-11a7bef6] {
  display: flex;
  align-items: center;
  padding: 12px 10px;
  height: 34px;
  color: #111;
  cursor: pointer;
  font-size: 14px;
}
.tabs-wrap .more .more-item[data-v-11a7bef6]:hover {
  color: #165dff;
}
.tabs-wrap .more .more-item:hover .ope[data-v-11a7bef6] {
  color: #165dff !important;
}
.tabs-wrap .more .more-item:hover .del[data-v-11a7bef6] {
  color: #fb4246 !important;
}
.tabs-wrap .more .more-item .opes[data-v-11a7bef6] {
  margin-left: auto;
}
.tabs-wrap .more .more-item .opes .ope[data-v-11a7bef6] {
  position: relative;
  margin-left: 8px;
  font-size: 16px;
  color: #111;
  cursor: pointer;
}
.tabs-wrap .more .more-item .opes .ope.fixed[data-v-11a7bef6]:first-child {
  margin-right: 8px;
}
.tabs-wrap .more .more-item .opes .ope.fixed[data-v-11a7bef6]:first-child::after {
  content: ' ';
  position: absolute;
  top: 0;
  right: -8px;
  width: 1px;
  height: 100%;
  background: #e8e8e8;
}
.tabs-wrap .refresh[data-v-11a7bef6] {
  display: none;
  position: absolute;
  right: 26px;
  top: 50%;
  font-size: 16px;
  transform: translateY(-50%);
}
.tabs-wrap .refresh[data-v-11a7bef6]:hover {
  color: #165dff;
}
.tab-animate-enter-active[data-v-11a7bef6] {
  animation: tabIn-11a7bef6 1s;
}
.tab-animate-leave-active[data-v-11a7bef6] {
  animation: tabOut-11a7bef6 1s;
}
@keyframes tabIn-11a7bef6 {
0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
}
70% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
}
100% {
    transform: scale(1);
    opacity: 1;
}
}
@keyframes tabOut-11a7bef6 {
0% {
    transform: scale(1);
    opacity: 1;
}
30% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
}
100% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
}
}

.headerRouter[data-v-5c89dd26] {
  position: relative;
  display: flex;
  padding-left: 18px;
  font-size: 16px;
  z-index: 1;
}
.headerRouter .workbench[data-v-5c89dd26] {
  position: relative;
  padding-right: 12px;
  display: flex;
  align-items: center;
}
.headerRouter .workbench img[data-v-5c89dd26] {
  width: 28px;
  height: 28px;
}
.headerRouter .workbench .anticon[data-v-5c89dd26] {
  font-size: 22px;
  color: #ff8c13;
}
.headerRouter .workbench .menuTitle[data-v-5c89dd26] {
  margin-left: 5px;
  font-size: 14px;
  color: #333333;
  font-weight: 600;
}
.headerRouter .workbench .rightLine[data-v-5c89dd26] {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 24px;
  background-color: #e5e6eb;
}
.headerRouter .workbench .workbenchWrap[data-v-5c89dd26] {
  display: flex;
  align-items: center;
  min-width: 800px;
}
.headerRouter .workbench .workbenchWrap .userName[data-v-5c89dd26] {
  margin-right: 10px;
  font-weight: 600;
}
.headerRouter .workbench .workbenchWrap .deptFramework[data-v-5c89dd26] {
  margin-left: 10px;
}
.headerRouter .workbench .workbenchWrap .deptFramework[data-v-5c89dd26] .pull-card {
  width: 224px;
}
.headerRouter .workbench .workbenchWrap .deptFramework[data-v-5c89dd26] .ant-input {
  font-size: 14px;
}
.headerRouter .workbench .workbenchWrap .deptFramework[data-v-5c89dd26] .select-filter .filter-value .icon-style {
  font-size: 14px;
  transform: translateY(0);
  color: #333;
}
.headerRouter .workbench .workbenchWrap .firstTips[data-v-5c89dd26] {
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  height: 30px;
  display: flex;
  align-items: center;
  padding: 16px;
  border-radius: 4px;
  margin-left: 10px;
  position: relative;
  font-size: 14px;
  position: absolute;
  top: 52px;
  left: 100px;
  z-index: 999;
  background-color: #fff;
}
.headerRouter .workbench .workbenchWrap .firstTips .popover-arrow[data-v-5c89dd26] {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
  top: -4px;
  left: 50px;
}
.headerRouter .workbench .workbenchWrap .firstTips .popover-arrow .popover-arrow-content[data-v-5c89dd26] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -8px;
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  background-color: #fff;
  content: '';
  pointer-events: auto;
  box-shadow: -3px 3px 7px #00000012;
  transform: translate(4.24264069px) rotate(45deg);
}
.headerRouter .workbench .workbenchWrap .firstTips .closeTips[data-v-5c89dd26] {
  margin-left: 8px;
  color: #165Dff;
  cursor: pointer;
}
.headerRouter .menu-select[data-v-5c89dd26] {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.headerRouter .menu-select .select-wrap[data-v-5c89dd26] {
  padding: 0 12px;
}
.headerRouter .menu-select .rightLine[data-v-5c89dd26] {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 24px;
  background-color: #e5e6eb;
}
.headerRouter .menu-warp[data-v-5c89dd26] {
  height: 60px;
  position: relative;
}
.headerRouter .menu-warp .menu-list[data-v-5c89dd26] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.headerRouter .menu-warp .menu-item[data-v-5c89dd26] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 14px;
  color: #111111;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  line-height: 21px;
  z-index: 1;
}
.headerRouter .menu-warp .menu-item .menu-item-icon[data-v-5c89dd26] {
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: move;
  color: #165Dff;
  z-index: 1;
}
.headerRouter .menu-warp .menu-item .menu-item-text[data-v-5c89dd26] {
  z-index: 1;
}
.headerRouter .menu-warp .menu-item .menu-item-text.itemHigh[data-v-5c89dd26] {
  color: #165Dff;
}
.headerRouter .menu-warp .menu-item-active[data-v-5c89dd26] {
  font-weight: 500;
  position: relative;
}
.headerRouter .menu-warp .menu-item-active[data-v-5c89dd26]::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: -4px;
  background: #f6f6f6;
  z-index: 0;
  top: 2px;
}
.headerRouter .menu-warp .tabs-ink-bar-animated[data-v-5c89dd26] {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #165Dff;
  height: 3px;
  width: 10px;
  transition: width 0.3s, left 0.3s, right 0.3s;
}

.AddModule[data-v-6e4aedb4] {
  padding: 8px 0;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background: #fff;
}
.AddModule .permissionModules .moduleItem[data-v-6e4aedb4] {
  display: flex;
  align-items: center;
  height: 36px;
  line-height: 36px;
  width: 140px;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  padding-left: 20px;
}
.AddModule .permissionModules .moduleItem[data-v-6e4aedb4]:hover {
  background-color: #f6f7f8;
}
.AddModule .permissionModules .moduleItem img[data-v-6e4aedb4] {
  height: 16px;
  width: 16px;
  margin-right: 10px;
}
.AddModule .noPermissions[data-v-6e4aedb4] {
  width: 300px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 500;
  font-size: 12px;
  color: #bfbfbf;
  margin-bottom: 12px;
}

.multiple-tab .second-card[data-v-b1c80a8c] {
  max-height: calc(100vh - 100px);
  overflow: auto;
}
.guide-page[data-v-b1c80a8c] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.guide-page .main-wrap[data-v-b1c80a8c] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.first-card[data-v-b1c80a8c] {
  display: flex;
  width: 960px;
  height: 580px;
  background: url('https://oss.byteox.com/byteox/88888888/2/2zdCXbrq0ZH2kvv0J6xb.png?wh=1') no-repeat 0 0;
  background-size: 100% 100%;
}
.first-card .left-content[data-v-b1c80a8c] {
  width: 528px;
  padding: 128px 0 0 67px;
}
.first-card .left-content .pic-title[data-v-b1c80a8c] {
  width: 356px;
  height: 47px;
  margin-bottom: 35px;
}
.first-card .left-content > p[data-v-b1c80a8c] {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 28px;
  text-align: left;
}
.first-card .left-content .pic-btn[data-v-b1c80a8c] {
  width: 200px;
  height: 46px;
  cursor: pointer;
  margin-top: 56px;
}
.first-card .right-content[data-v-b1c80a8c] {
  position: relative;
  flex: 1;
}
.first-card .right-content .close[data-v-b1c80a8c] {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 24px;
  cursor: pointer;
}
.first-card .right-content > img[data-v-b1c80a8c] {
  width: 432px;
  height: 580px;
}
.second-card[data-v-b1c80a8c] {
  position: relative;
  width: 1000px;
  height: 750px;
  max-height: calc(100vh - 20px);
  background: linear-gradient(154deg, #c9c5ff 0%, #44b1ff 100%);
  border-radius: 16px;
  padding: 30px;
  box-sizing: border-box;
}
.second-card .card-content[data-v-b1c80a8c] {
  position: relative;
  width: 100%;
  height: 558px;
  max-height: calc(100vh - 224px);
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
  border-radius: 8px 8px 0 0;
}
.second-card .card-content .video-style[data-v-b1c80a8c] {
  width: 100%;
  height: 100%;
}
.second-card .card-content .mark-pic[data-v-b1c80a8c] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.second-card .video-mark[data-v-b1c80a8c] {
  position: absolute;
  left: 0;
  width: 1000px;
  height: 2px;
  background: #fff;
  z-index: 300;
  bottom: 174px;
}
.step-content[data-v-b1c80a8c] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000px;
  height: 174px;
  background: #fff;
  border-radius: 0 0 16px 16px;
  padding: 16px 30px;
  z-index: 10;
}
.step-content .step-title[data-v-b1c80a8c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  font-style: normal;
  box-sizing: border-box;
}
.step-content .step-title .step-num[data-v-b1c80a8c] {
  font-weight: 500;
}
.step-content > ul[data-v-b1c80a8c] {
  margin-top: 8px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.step-content .btn-list[data-v-b1c80a8c] {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
}
.animation-enter-active[data-v-b1c80a8c],
.animation-leave-active[data-v-b1c80a8c] {
  transition: all 0.3s ease;
  overflow: hidden;
}
.animation-enter-from[data-v-b1c80a8c],
.animation-leave-to[data-v-b1c80a8c] {
  max-height: 0;
  opacity: 0;
}

/** @format */
.disabledWarning-box .line1Style[data-v-d80e309a] {
  text-align: center;
}
.disabledWarning-box .line2Style[data-v-d80e309a] {
  text-align: center;
}
.disabledWarning-box .line2Style .color1Style[data-v-d80e309a] {
  color: #111111;
  font-size: 16px;
}
.disabledWarning-box .line3Style[data-v-d80e309a] {
  text-align: center;
  padding: 16px 0 20px 0;
  border-top: 1px solid #EEEEEE;
}
.disabledWarning-box .line3Style .color4Style[data-v-d80e309a] {
  font-size: 16px;
  color: #165Dff;
  font-weight: 500;
}

/** @format */
.disabledWarning-box .line1Style[data-v-3967e470] {
  text-align: center;
}
.disabledWarning-box .line2Style[data-v-3967e470] {
  text-align: center;
}
.disabledWarning-box .line2Style .color1Style[data-v-3967e470] {
  font-weight: 600;
  color: #111111;
  font-size: 20px;
}
.disabledWarning-box .line2Style .color2Style[data-v-3967e470] {
  font-weight: 600;
  color: #FB4246;
  font-size: 20px;
}
.disabledWarning-box .line2Style .color3Style[data-v-3967e470] {
  font-size: 16px;
  color: #777777;
}
.disabledWarning-box .line3Style[data-v-3967e470] {
  text-align: center;
  padding: 16px 0 20px 0;
  border-top: 1px solid #EEEEEE;
}
.disabledWarning-box .line3Style .color4Style[data-v-3967e470] {
  font-size: 16px;
  color: #165Dff;
  font-weight: 500;
}

.PersonalCenter[data-v-0224c55a] {
  width: 340px;
  padding: 20px;
  background: #f6f6f6;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.PersonalCenter .enterprisesInfoStyle[data-v-0224c55a] {
  display: flex;
  justify-content: space-between;
}
.PersonalCenter .enterprisesInfoStyle .versionTypeStyle[data-v-0224c55a] {
  border: 1px solid #165Dff;
  color: #165Dff;
  padding: 2px 10px;
  font-size: 13px;
  border-radius: 4px;
}
.PersonalCenter .personalInfo[data-v-0224c55a] {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.PersonalCenter .personalInfo .personalName[data-v-0224c55a] {
  font-weight: 600;
  font-size: 18px;
  color: #111111;
  line-height: 25px;
  margin-right: 4px;
}
.PersonalCenter .enterprisesName[data-v-0224c55a] {
  margin-top: 8px;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  line-height: 17px;
}
.PersonalCenter .managementWarp[data-v-0224c55a] {
  width: 300px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  color: #111111;
  margin-top: 12px;
  padding: 14px 12px;
}
.PersonalCenter .managementWarp.setting-favo[data-v-0224c55a] {
  height: auto;
  min-height: 40px;
}
.PersonalCenter .managementWarp.setting-favo .setting[data-v-0224c55a] {
  width: 100%;
}
.PersonalCenter .managementWarp.setting-favo .setting .setting-desc[data-v-0224c55a] {
  display: flex;
}
.PersonalCenter .managementWarp.setting-favo .setting .setting-tab[data-v-0224c55a] {
  display: flex;
  align-items: center;
  margin-top: 20px;
  height: 40px;
  background: #f6f6f6;
  padding: 0 12px;
  border-radius: 8px;
}
.PersonalCenter .managementWarp.setting-favo .setting .setting-tab div[data-v-0224c55a] {
  margin-left: auto;
}
.PersonalCenter .managementWarp.setting-favo .setting .setting-tab div span[data-v-0224c55a] {
  display: inline-block;
  border: 1px solid #999;
  width: 44px;
  text-align: center;
  font-size: 12px;
  background: #ffffff;
  color: #777;
  border-radius: 4px 0px 0px 4px;
}
.PersonalCenter .managementWarp.setting-favo .setting .setting-tab div span.active[data-v-0224c55a] {
  color: #0a87f8;
  background: #e6f3fe;
  border-color: #0a87f8;
}
.PersonalCenter .managementWarp.setting-favo .setting .setting-tab div span + span[data-v-0224c55a] {
  border-radius: 0px 4px 4px 0px;
  border-left: none;
}
.PersonalCenter .managementWarp.setting-favo .icon[data-v-0224c55a] {
  margin-left: auto;
}
.PersonalCenter .logOut[data-v-0224c55a] {
  font-weight: 500;
  font-size: 14px;
  color: #FB4246;
  cursor: pointer;
}
.PersonalCenter .logOut .anticon[data-v-0224c55a] {
  margin-right: 4px;
}
.PersonalCenter .enterprisesList[data-v-0224c55a] {
  width: 300px;
  background: #ffffff;
  border-radius: 8px;
  flex: 1;
  padding: 12px;
  margin-top: 12px;
}
.PersonalCenter .enterprisesList .enterprisesTop[data-v-0224c55a] {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
  color: #111111;
  line-height: 12px;
}
.PersonalCenter .enterprisesList .enterprisesTop .logOut[data-v-0224c55a] {
  font-weight: 500;
  font-size: 12px;
  color: #FB4246;
  line-height: 12px;
  cursor: pointer;
}
.PersonalCenter .enterprisesList .enterprisesTop .logOut .anticon[data-v-0224c55a] {
  margin-right: 4px;
}
.PersonalCenter .enterprisesList .enterprisesWarpList[data-v-0224c55a] {
  margin-top: 8px;
  height: 210px;
  overflow-y: auto;
  overflow-x: hidden;
}
.PersonalCenter .enterprisesList .enterprisesWarpList .enterprisesItem[data-v-0224c55a] {
  width: 276px;
  height: 40px;
  background: #f6f6f6;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
  margin-top: 12px;
  cursor: pointer;
}
.PersonalCenter .enterprisesList .enterprisesWarpList .enterprisesItem .enterprisesName[data-v-0224c55a] {
  font-weight: 500;
  font-size: 14px;
  color: #111111;
  width: 220px;
  display: flex;
  align-items: center;
  margin: 0;
}
.PersonalCenter .enterprisesList .enterprisesWarpList .enterprisesItem .enterprisesName .unauthenticated[data-v-0224c55a] {
  margin-left: 8px;
  height: 18px;
  padding: 0 5px;
  border-radius: 4px;
  border: 1px solid #FB4246;
  font-weight: 400;
  font-size: 12px;
  color: #fb4246;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
}
.PersonalCenter .enterprisesList .enterprisesWarpList .enterprisesItem .enterprisesName .auditStatus1[data-v-0224c55a] {
  color: #165Dff;
  border-color: #165Dff;
}
.PersonalCenter .enterprisesList .enterprisesWarpList .enterprisesItem .enterprisesName .disable[data-v-0224c55a] {
  color: #777777;
  border-color: #777777;
}
.PersonalCenter .enterprisesList .enterprisesWarpList .enterprisesItem .selectedIcon[data-v-0224c55a] {
  font-size: 20px;
  color: #165Dff;
}
.PersonalCenter .enterprisesList .enterprisesWarpList .enterprisesItem.actived[data-v-0224c55a] {
  background-color: rgba(10, 135, 248, 0.1);
}
.PersonalCenter .enterprisesList .enterprisesWarpList .enterprisesItem.actived .enterprisesName[data-v-0224c55a] {
  color: #0A87F8;
}

.dic-contianer[data-v-39e50c02] {
  width: 100%;
  position: relative;
}
.dic-contianer[data-v-39e50c02] .ant-select-multiple .ant-select-selection-placeholder {
  left: 0;
}
.dic-contianer .dict-footer[data-v-39e50c02] {
  min-height: 32px;
  padding: 5px 12px;
}

.nation-container[data-v-2302e195] {
  width: 100%;
  display: flex;
}
.nation-container .item[data-v-2302e195] {
  flex: 1;
  margin-left: 10px;
}
.nation-container .item[data-v-2302e195]:first-child {
  margin-left: 0;
}

.auto-complete-container[data-v-e1e0c574] {
  width: 100%;
  margin: 30px auto;
  border: 1px solid #dddddd;
  position: relative;
}
.auto-complete-container .down[data-v-e1e0c574] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 10;
  color: #0a87f8;
}
.auto-complete-container.disabled .down[data-v-e1e0c574] {
  opacity: 0.6;
}
.auto-complete-container.disabled:hover .down[data-v-e1e0c574] {
  display: block;
}
.auto-complete-container[data-v-e1e0c574] .ant-select {
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 4px;
}
.auto-complete-container[data-v-e1e0c574] .ant-select .ant-select-selection-placeholder {
  line-height: 32px;
}
.auto-complete-container[data-v-e1e0c574] .ant-select .ant-select-selector {
  padding: 0 10px;
}
.auto-complete-container[data-v-e1e0c574] .ant-select .ant-select-selector input {
  padding: 0 10px;
}
.auto-complete-container[data-v-e1e0c574] .ant-select .ant-select-clear {
  right: 0;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-top: 0;
  background: #fff;
  z-index: 100;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auto-complete-container[data-v-e1e0c574] .ant-select .empty-box {
  text-align: center;
  width: 100%;
  color: #ffa036;
  font-size: 14px;
  margin: 65px 0;
}

.CollectionCode[data-v-39994a70] {
  padding: 20px;
}
.CollectionCode .formItem[data-v-39994a70] {
  margin-bottom: 20px;
  display: flex;
}
.CollectionCode .formItem .label[data-v-39994a70] {
  width: 80px;
  line-height: 28px;
}
.CollectionCode .formItem .contentWarp[data-v-39994a70] {
  display: flex;
  flex-direction: column;
}
.CollectionCode .formItem .contentWarp .typeWarp[data-v-39994a70] {
  height: 28px;
  line-height: 28px;
}
.CollectionCode .collectionWallet[data-v-39994a70] .aliasStyle .ant-select-selector {
  border: 1px solid #DDDDDD;
  padding-left: 10px;
  width: 340px;
}
.CollectionCode .collectionWallet[data-v-39994a70] .aliasStyle .aliasImgStyle {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  margin-top: -3px;
}
.CollectionCode .collectionWallet[data-v-39994a70] .aliasStyle :deep(.ant-select-selection__placeholder) {
  color: #111111;
}
.CollectionCode .collectionWallet .examineBackStyle[data-v-39994a70] {
  background: rgba(251, 66, 70, 0.1);
  color: #FB4246;
  padding: 2px 10px;
  font-size: 12px;
  margin-left: 5px;
}
.CollectionCode .collectionWallet .examineingStyle[data-v-39994a70] {
  background: rgba(255, 160, 54, 0.1);
  color: #FFA036;
  padding: 2px 10px;
  font-size: 12px;
  margin-left: 5px;
}
.CollectionCode .collectionWallet .agreementUnsignedStyle[data-v-39994a70] {
  background: rgba(10, 135, 248, 0.1);
  color: #0A87F8;
  padding: 2px 10px;
  font-size: 12px;
  margin-left: 5px;
}
.CollectionCode .contentInfoWarp .generalWarp[data-v-39994a70] {
  height: 320px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.CollectionCode .contentInfoWarp .generalWarp img[data-v-39994a70] {
  width: 260px;
  height: 290px;
  border-radius: 8px;
}
.CollectionCode .contentInfoWarp[data-v-39994a70] .customWarp {
  height: 320px;
  background: #f7f8fb;
  display: flex;
  flex-direction: column;
  width: 480px;
  border-radius: 4px;
  padding: 20px 10px;
}
.CollectionCode .contentInfoWarp[data-v-39994a70] .customWarp .customItem {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.CollectionCode .contentInfoWarp[data-v-39994a70] .customWarp .customItem:last-child {
  margin-bottom: 0;
}
.CollectionCode .contentInfoWarp[data-v-39994a70] .customWarp .customItem .itemLabel {
  position: relative;
  width: 80px;
  font-size: 14px;
  color: #111;
  padding-left: 10px;
}
.CollectionCode .contentInfoWarp[data-v-39994a70] .customWarp .customItem .itemLabel .required {
  color: #fb4246;
  position: absolute;
  left: 0;
  top: 56%;
  transform: translate(0, -50%);
}
.CollectionCode .contentInfoWarp[data-v-39994a70] .customWarp .customItem .itemContent {
  flex: 1;
}
.CollectionCode .contentInfoWarp[data-v-39994a70] .customWarp .customItem .itemContent .costSubject-container {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding-left: 12px;
  background-color: #fff;
}
.CollectionCode .contentInfoWarp[data-v-39994a70] .customWarp .customItem .itemContent .costSubject-container .ant-select {
  width: 100%;
  border: none;
  padding-left: 0;
}
.CollectionCode .contentInfoWarp[data-v-39994a70] .customWarp .customItem .itemContent .ant-select {
  width: 100%;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding-left: 12px;
}
.CollectionCode .contentInfoWarp[data-v-39994a70] .customWarp .customItem .itemContent .amountWarp {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding-right: 12px;
}
.CollectionCode .contentInfoWarp[data-v-39994a70] .customWarp .customItem .itemContent .renterName {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.CollectionCode .contentInfoWarp[data-v-39994a70] .customWarp .customItem .fullAddressWarp .ant-select {
  width: 380px;
}
.CollectionCode .contentInfoWarp[data-v-39994a70] .customWarp .customItem .fullAddressWarp .ant-select .ant-select-dropdown {
  left: 0 !important;
  top: 34px !important;
}
.CollectionCode .contentInfoWarp[data-v-39994a70] .customWarp .commentItem {
  align-items: flex-start;
}
.CollectionCode .contentInfoWarp[data-v-39994a70] .customWarp .commentItem .itemContent {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding-right: 10px;
}
.CollectionCode .contentInfoWarp[data-v-39994a70] .customWarp .commentItem textarea {
  border: 0;
}
.CollectionCode .contentInfoWarp .tenantPaysRent[data-v-39994a70] {
  display: flex;
  justify-content: center;
  height: 320px;
}
.CollectionCode .contentInfoWarp .tenantPaysRent .qrCodeBg[data-v-39994a70] {
  width: 260px;
  height: 290px;
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  text-align: center;
  padding-top: 14px;
}
.CollectionCode .contentInfoWarp .tenantPaysRent .qrCodeBg .tit[data-v-39994a70] {
  font-size: 14px;
  color: #fff;
}
.CollectionCode .contentInfoWarp .tenantPaysRent .qrCodeBg img[data-v-39994a70] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
}
.CollectionCode .footerBtn[data-v-39994a70] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.CollectionCode .footerBtn .ant-btn[data-v-39994a70] {
  width: 182px;
  height: 40px;
  border-radius: 4px;
}
.customCollectionCode[data-v-39994a70] {
  height: 446px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.3);
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.customCollectionCode .tenantName[data-v-39994a70] {
  font-size: 16px;
  color: #111111;
  font-weight: 500;
}
.customCollectionCode .fullAddress[data-v-39994a70] {
  font-size: 14px;
  color: #777777;
  margin: 6px 0;
}
.customCollectionCode .payMoney[data-v-39994a70] {
  font-size: 14px;
  color: #111111;
  margin-bottom: 30px;
}
.customCollectionCode .payMoney span[data-v-39994a70] {
  font-size: 20px;
}
.customCollectionCode .customQrCode[data-v-39994a70] {
  width: 260px;
  height: 260px;
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.customCollectionCode .customQrCode img[data-v-39994a70] {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
}

.HeaderInfoModule[data-v-14cf51bd] {
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.HeaderInfoModule .guide-model[data-v-14cf51bd] {
  width: 135px;
  cursor: pointer;
}
.HeaderInfoModule .guide-model.active[data-v-14cf51bd] {
  position: relative;
  left: -300px;
}
.HeaderInfoModule .guide-model > img[data-v-14cf51bd] {
  width: 100%;
  height: 45px;
}
.HeaderInfoModule .addModule[data-v-14cf51bd] {
  padding-right: 16px;
  position: relative;
  cursor: pointer;
}
.HeaderInfoModule .addModule .itemStyle[data-v-14cf51bd] {
  display: flex;
  align-items: center;
}
.HeaderInfoModule .addModule .itemStyle .iconFont[data-v-14cf51bd] {
  font-size: 24px;
  color: #165Dff;
}
.HeaderInfoModule .addModule img[data-v-14cf51bd] {
  width: 20px;
  height: 20px;
}
.HeaderInfoModule .addModule .line[data-v-14cf51bd] {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #e8e8e8;
}
.HeaderInfoModule .headListWarp[data-v-14cf51bd] {
  display: flex;
  align-items: center;
}
.HeaderInfoModule .headListWarp .headItem[data-v-14cf51bd] {
  margin-left: 16px;
  display: flex;
  align-items: center;
}
.HeaderInfoModule .headListWarp .headItem .iconFont[data-v-14cf51bd] {
  font-size: 24px;
  color: #272e3b;
}
.HeaderInfoModule .headListWarp .headItem .headIcon[data-v-14cf51bd] {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.HeaderInfoModule .headListWarp .headItem:hover .iconFont[data-v-14cf51bd] {
  color: #165Dff;
}
.HeaderInfoModule .headListWarp .messageWarp[data-v-14cf51bd] {
  width: 24px;
  height: 24px;
  cursor: pointer;
  text-align: center;
}
.HeaderInfoModule .headListWarp .messageWarp .anticon[data-v-14cf51bd] {
  font-size: 24px;
}
.HeaderInfoModule .headListWarp .messageWarp[data-v-14cf51bd] .ant-badge {
  border: none;
  height: 0;
}
.HeaderInfoModule .Avatar[data-v-14cf51bd] {
  margin-left: 24px;
}
.HeaderInfoModule .Avatar .urseName[data-v-14cf51bd] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  color: #fff;
  background: #165dff;
  font-size: 12px;
  cursor: pointer;
}
.HeaderInfoModule .Avatar .urseName .name[data-v-14cf51bd] {
  transform: scale(0.8);
}
.HeaderInfoModule .Avatar .urseName img[data-v-14cf51bd] {
  width: 100%;
  height: 100%;
}

#layoutHeader[data-v-0847714c] {
  position: fixed;
  width: calc(100% - 60px);
  min-width: 1270px;
  top: 0px;
  height: 60px;
  padding: 0;
  background: #ffffff;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e6eb;
}
#layoutHeader > div[data-v-0847714c] {
  height: 60px;
  line-height: 60px;
}
#layoutHeader .headLeft[data-v-0847714c] {
  flex: 1;
  min-width: 0;
}
#layoutHeader .top[data-v-0847714c] {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  font-size: 16px;
  z-index: 1;
}
#layoutHeader .top .menu-icon[data-v-0847714c] {
  margin-right: 4px;
  width: 26px;
  height: 26px;
}
#layoutHeader .top[data-v-0847714c] .ant-tabs-bar {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: none;
}
#layoutHeader .top[data-v-0847714c] .ant-tabs-nav .ant-tabs-tab {
  padding: 14px 16px;
  margin-right: 20px;
}
#layoutHeader .top[data-v-0847714c] .ant-tabs-tab {
  margin: 0px;
}
#layoutHeader .top .unCertificationStyle[data-v-0847714c] {
  width: 300px;
  height: 30px;
  line-height: 30px;
  background: #ffb300;
  border-radius: 16px;
  font-size: 14px;
  color: #ffffff;
  top: 10px;
  text-align: center;
  position: absolute;
}
#layoutHeader .top .unCertificationStyle .svgStyle[data-v-0847714c] {
  padding: 4px 6px 4px 0px;
  text-align: center;
}
#layoutHeader[data-v-0847714c] .ant-popover-inner-content {
  padding: 0;
}
#layoutHeader .chromeStyle[data-v-0847714c] {
  z-index: 100;
  position: fixed;
  left: calc(50% - 307px);
}
#layoutHeader .chromeStyle .leftChromeStyle[data-v-0847714c] {
  height: 38px;
  width: 38px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABOAQMAAACwkWJjAAAABlBMVEX/7O3///+ILIcqAAAAb0lEQVQoz73NsQ2AMAxEUUbPaBnFI7hMYXwgJPgpLEVQ4OrJurO3fXtGBgOqQYMOAyZ8eic7NOhwwIBZUhNbyQ5tRS85VowXzNX2B+oj24q9pJX0kqNkwISa2EoadDhgwITXCXFC9ERYhG8GPB/CAy1BmNMO3vBOAAAAAElFTkSuQmCC) no-repeat;
  background-size: 38px 38px;
}
#layoutHeader .chromeStyle .chromeStyleDesc[data-v-0847714c] {
  width: 614px;
  height: 38px;
  line-height: 38px;
  background-color: #ffebec;
  text-align: center;
}
#layoutHeader .chromeStyle .chromeStyleDesc .color1[data-v-0847714c] {
  color: #111111;
  font-size: 15px;
}
#layoutHeader .chromeStyle .chromeStyleDesc .color2[data-v-0847714c] {
  color: #ff6b6c;
  font-size: 15px;
}
#layoutHeader .chromeStyle .chromeStyleDesc .closeStyle[data-v-0847714c] {
  background-color: #bbbbbb;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  margin-top: 10px;
  color: #ffffff;
  text-align: center;
}
#layoutHeader .chromeStyle .chromeStyleDesc .closeStyle[data-v-0847714c] svg {
  margin-bottom: 1.2px;
  width: 10px;
  height: 10px;
}
#layoutHeader .chromeStyle .rightChromeStyle[data-v-0847714c] {
  height: 38px;
  width: 38px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMAQMAAAD9WcNoAAAABlBMVEX/7O3///+ILIcqAAAAa0lEQVQoz8XIsQ3EQAgAwePRi5ASKIXSruXvACdvNkE6yYk3Gu1a/76/WyubWk2HCasp0KDDgAk3rKZAHWnQRwbMkfvEmijPqG/RTnemnxgn5sg9spoyUqFBhwETblhNgQYdJqymwmh+6uYFGCxxuDnWZbAAAAAASUVORK5CYII=) no-repeat;
  background-size: 38px 38px;
}
#layoutHeader .menu-warp[data-v-0847714c] {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  height: 50px;
}
#layoutHeader .menu-warp .menu-list[data-v-0847714c] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#layoutHeader .menu-warp .menu-item[data-v-0847714c] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 20px;
  margin: 0 10px;
  color: #111111;
  font-size: 14px;
  border-radius: 2px;
  cursor: pointer;
  white-space: nowrap;
}
#layoutHeader .menu-warp .menu-item .menu-item-icon[data-v-0847714c] {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: move;
}
#layoutHeader .menu-warp .menu-item-active[data-v-0847714c] {
  background: rgba(22, 93, 255, 0.1);
  color: #165Dff;
  font-weight: 500;
}
#layoutHeader .menu-warp .tabs-ink-bar-animated[data-v-0847714c] {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #165Dff;
  height: 2px;
  width: 10px;
  transition: width 0.3s, left 0.3s, right 0.3s;
}
#layoutHeader[data-v-0847714c] .ant-tabs-top {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
#layoutHeader[data-v-0847714c] .ant-tabs-top .ant-tabs-nav::before {
  border-bottom: 0;
}
#layoutHeader[data-v-0847714c] .citySelect .ant-select-arrow .ant-select-arrow-icon {
  font-size: 18px;
  color: #111111;
  position: absolute;
  left: -24px;
  top: -3px;
}
#layoutHeader .citySelect[data-v-0847714c] {
  width: 80px;
  font-size: 16px;
}
#layoutHeader .citySelect[data-v-0847714c] .ant-select-selection__rendered {
  margin-left: 0px;
}
#layoutHeader[data-v-0847714c] .ant-select-selection-selected-value {
  font-weight: 500;
}
#layoutHeader .ant-divider-vertical[data-v-0847714c] {
  border-left-color: #000;
}

.form-input-item[data-v-21fad98b] {
  min-height: 50px;
  padding: 0;
  position: relative;
  background-color: #fff;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 20px;
}
.form-input-item .input-item-box[data-v-21fad98b] {
  line-height: 1;
  position: relative;
  overflow: hidden;
}
.form-input-item .must-tips[data-v-21fad98b] {
  color: #FB4246;
  vertical-align: middle;
  font-size: 12px;
  padding-left: 5px;
}
.form-input-item .must-tips-text[data-v-21fad98b] {
  position: absolute;
  color: #FB4246;
  vertical-align: middle;
  font-size: 12px;
  bottom: -20px;
}
.form-input-item .input-item-label[data-v-21fad98b] {
  font-size: 12px;
  color: #777777;
}
.form-input-item .input-item-text[data-v-21fad98b] {
  color: #BBBBBB;
  font-size: 12px;
}
.form-input-item .slot-content[data-v-21fad98b] {
  font-size: 14px;
  color: #777777;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-input-item .slot-content[data-v-21fad98b] .ant-input {
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 14px;
  color: #111111;
  padding-left: 0;
}
.form-input-item .slot-content[data-v-21fad98b] .ant-input:focus {
  border-bottom: 1px solid #165Dff;
}
.form-input-item .slot-content[data-v-21fad98b] .ant-input-affix-wrapper {
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom: 1px solid #DDDDDD;
}
.form-input-item .slot-content[data-v-21fad98b] .ant-input-affix-wrapper .ant-input-prefix {
  left: 0;
}
.form-input-item .slot-content[data-v-21fad98b] .ant-input-affix-wrapper .ant-input-suffix {
  right: 0;
}
.form-input-item .slot-content[data-v-21fad98b] .ant-select {
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.form-input-item .slot-content[data-v-21fad98b] .ant-select .ant-select-selection {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #DDDDDD;
  border-radius: 0;
  font-size: 14px;
  color: #111111;
}
.form-input-item .slot-content[data-v-21fad98b] .ant-select .ant-select-selection .ant-select-selection__rendered {
  margin-left: 0;
}

.tree-wrap[data-v-21876876] {
  position: relative;
  margin-bottom: 10px;
}
.tree-wrap .borderTopNone[data-v-21876876] {
  border-top: none !important;
}
.tree-wrap .tree[data-v-21876876] {
  position: absolute;
  top: 32px;
  z-index: 6;
  width: 100%;
  height: 300px;
  background-color: #ffffff;
  border: 1px solid #DDDDDD;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tree-wrap .tree .content[data-v-21876876] {
  height: 246px;
  display: flex;
}
.tree-wrap .tree .content ul[data-v-21876876] {
  flex: 1;
  height: 100%;
  overflow: auto;
  border-right: 1px solid #DDDDDD;
}
.tree-wrap .tree .content ul[data-v-21876876]:last-child {
  border-right: none;
}
.tree-wrap .tree .content ul li[data-v-21876876] {
  margin: 4px 0;
  padding: 0px 10px;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
}
.tree-wrap .tree .content ul li[data-v-21876876]:hover {
  background-color: #F6F7F8;
}
.tree-wrap .tree .content ul li.active[data-v-21876876] {
  color: #165Dff;
  background-color: rgba(22, 93, 255, 0.1) !important;
}
.tree-wrap .tree .footer[data-v-21876876] {
  padding-top: 10px;
  border-top: 1px solid #DDDDDD;
  text-align: right;
}
.tree-wrap .tree .footer .ant-btn[data-v-21876876] {
  margin-right: 10px;
  height: 30px;
  line-height: 30px;
}
[data-v-21876876] .ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before,[data-v-21876876] .ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before {
  background: rgba(22, 93, 255, 0.1);
}
[data-v-21876876] .ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper.ant-tree-node-selected,[data-v-21876876] .ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper.ant-tree-node-selected {
  color: #165Dff;
}
[data-v-21876876] .ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-switcher,[data-v-21876876] .ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-switcher {
  color: #333333;
}
.u-no-border[data-v-21876876] .ant-input-affix-wrapper {
  border: none;
}

.addSourceBox[data-v-5482b496] {
  max-height: calc(100vh - 100px);
  overflow: auto;
}
.addSourceBox .clueType[data-v-5482b496] {
  width: 100%;
}
.addSourceBox .clueType > div[data-v-5482b496] {
  padding: 20px 20px 0 20px;
}
.addSourceBox .clueType .clueTypeLeft[data-v-5482b496] {
  width: 370px;
  height: 42px;
  line-height: 42px;
  position: relative;
}
.addSourceBox .clueType .clueTypeLeft .name1[data-v-5482b496] {
  color: #111111;
  font-size: 16px;
  margin-left: 10px;
}
.addSourceBox .clueType .clueTypeLeft .name2[data-v-5482b496] {
  color: #666666;
  font-size: 12px;
}
.addSourceBox .clueType .clueTypeLeft .choose-display-none[data-v-5482b496] {
  display: none;
}
.addSourceBox .clueType .clueTypeLeft .choose-display-block[data-v-5482b496] {
  display: block;
}
.addSourceBox .clueType .clueTypeLeft .triangle-top-right-choose[data-v-5482b496] {
  position: absolute;
  color: #ffffff;
  top: 5px;
  right: 5px;
}
.addSourceBox .clueType .clueTypeLeft .triangle-top-right[data-v-5482b496] {
  position: absolute;
  width: 0;
  height: 0;
  border: 20px solid #165Dff;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  top: 0px;
  right: 0px;
}
.addSourceBox .clueType .clueTypeRight[data-v-5482b496] {
  margin-left: 20px;
}
.addSourceBox .clueType .normalBorder[data-v-5482b496] {
  border: 1px solid #dddddd;
  border-radius: 8px;
}
.addSourceBox .clueType .normalBg[data-v-5482b496] {
  background-color: #ffffff;
}
.addSourceBox .clueType .clickBorder[data-v-5482b496] {
  border: 1px solid #165Dff;
  border-radius: 8px;
}
.addSourceBox .clueType .clickBg[data-v-5482b496] {
  background-color: rgba(22, 93, 255, 0.1);
}
.addSourceBox .title[data-v-5482b496] {
  width: 100%;
  color: #111111;
  font-size: 18px;
  font-weight: 500;
}
.addSourceBox .basicInfo[data-v-5482b496] {
  width: 100%;
  padding: 20px 20px 0 20px;
}
.addSourceBox .basicInfo .name[data-v-5482b496] {
  position: relative;
}
.addSourceBox .basicInfo .name .gender[data-v-5482b496] {
  position: absolute;
  right: 0px;
  bottom: 5px;
}
.addSourceBox .basicInfo .gender-box[data-v-5482b496] .ant-input {
  padding: 0 68px 0 0;
}
.addSourceBox[data-v-5482b496] .ant-select-selection__rendered {
  margin-left: 0px;
}
.addSourceBox[data-v-5482b496] .label-item .ant-select-selection__rendered {
  margin-left: 0px;
}
.addSourceBox[data-v-5482b496] .ant-select-selection--multiple .ant-select-selection__placeholder {
  margin-left: 0px;
}
.addSourceBox .demandInfo[data-v-5482b496] {
  width: 100%;
  padding: 20px 20px 0 20px;
}
.addSourceBox .demandInfo .demandLabel[data-v-5482b496] {
  width: 100%;
  min-height: 80px;
}
.addSourceBox .demandInfo .demandLabel[data-v-5482b496] .ant-input {
  box-shadow: none;
  width: 190px;
}
.addSourceBox .demandInfo .demandLabel .selectDemandLabelItem[data-v-5482b496] {
  min-width: 71px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  margin-top: 7px;
  margin-right: 5px;
  text-align: center;
  background: #f6f7f8;
}
.addSourceBox .demandInfo .demandLabel .demandLabelAll[data-v-5482b496] {
  width: 760px;
  background: #f7f8fb;
  padding-bottom: 10px;
  border-top: 1px solid #dddddd;
}
.addSourceBox .demandInfo .demandLabel .demandLabelAll .demandLabelItem[data-v-5482b496] {
  width: 63px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  margin-left: 5px;
  margin-top: 10px;
  text-align: center;
}
.addSourceBox .demandInfo .demandLabel .demandLabelAll .normalBg[data-v-5482b496] {
  background: #f6f7f8;
}
.addSourceBox .demandInfo .demandLabel .demandLabelAll .clickBg[data-v-5482b496] {
  background: #e2edf8;
}
.addSourceBox .demandInfo .locationInfoStyle[data-v-5482b496] .tree-wrap .tree {
  width: 360px;
  top: 32px !important;
}
.addSourceBox .normalWidth[data-v-5482b496] {
  width: 167px;
}
.addSourceBox .normalWidth[data-v-5482b496] .input-item-box {
  margin-top: 10px;
}
.addSourceBox .normalWidth[data-v-5482b496] .input_end_css2 .ant-input {
  padding-left: 6px;
}
.addSourceBox .buttonDiv[data-v-5482b496] {
  float: right;
  bottom: 0px;
  right: 20px;
  height: 75px;
}
.addSourceBox .buttonDiv .formItemMarginButton[data-v-5482b496] {
  width: 120px;
  height: 40px;
  margin-left: 18px;
  margin-top: 15px;
}
.addSourceBox .buttonDiv .cancelFont[data-v-5482b496] {
  color: #666666;
}
.addSourceBox .buttonDiv .saveFont[data-v-5482b496] {
  color: #ffffff;
  background-color: #165Dff;
}
.addSourceBox .arrea-box[data-v-5482b496] .tree-wrap .ant-input {
  height: 31px;
}
.addSourceBox .arrea-box[data-v-5482b496] .tree-wrap .ant-input:focus {
  border-bottom: none;
}

.addSourceBox[data-v-2a8530b6] {
  height: calc(100vh - 100px);
  overflow: auto;
}
.addSourceBox .clueType[data-v-2a8530b6] {
  width: 100%;
}
.addSourceBox .clueType > div[data-v-2a8530b6] {
  padding: 20px 20px 0 20px;
}
.addSourceBox .clueType .clueTypeLeft[data-v-2a8530b6] {
  width: 465px;
  height: 42px;
  line-height: 42px;
  position: relative;
}
.addSourceBox .clueType .clueTypeLeft .name1[data-v-2a8530b6] {
  color: #111111;
  font-size: 16px;
  margin-left: 10px;
}
.addSourceBox .clueType .clueTypeLeft .name2[data-v-2a8530b6] {
  color: #666666;
  font-size: 12px;
}
.addSourceBox .clueType .clueTypeLeft .choose-display-none[data-v-2a8530b6] {
  display: none;
}
.addSourceBox .clueType .clueTypeLeft .choose-display-block[data-v-2a8530b6] {
  display: block;
}
.addSourceBox .clueType .clueTypeLeft .triangle-top-right-choose[data-v-2a8530b6] {
  position: absolute;
  color: #ffffff;
  top: 5px;
  right: 5px;
}
.addSourceBox .clueType .clueTypeLeft .triangle-top-right[data-v-2a8530b6] {
  position: absolute;
  width: 0;
  height: 0;
  border: 20px solid #165Dff;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  top: 0px;
  right: 0px;
}
.addSourceBox .clueType .clueTypeRight[data-v-2a8530b6] {
  margin-left: 30px;
}
.addSourceBox .clueType .normalBorder[data-v-2a8530b6] {
  border: 1px solid #DDDDDD;
  border-radius: 8px;
}
.addSourceBox .clueType .normalBg[data-v-2a8530b6] {
  background-color: #ffffff;
}
.addSourceBox .clueType .clickBorder[data-v-2a8530b6] {
  border: 1px solid #165Dff;
  border-radius: 8px;
}
.addSourceBox .clueType .clickBg[data-v-2a8530b6] {
  background-color: rgba(22, 93, 255, 0.1);
}
.addSourceBox .title[data-v-2a8530b6] {
  color: #111111;
  font-size: 18px;
  font-weight: 500;
}
.addSourceBox .basicInfo[data-v-2a8530b6] {
  width: 100%;
  padding: 30px 20px 0 20px;
}
.addSourceBox .basicInfo .name[data-v-2a8530b6] {
  position: relative;
}
.addSourceBox .basicInfo .name .gender[data-v-2a8530b6] {
  position: absolute;
  right: 0px;
  bottom: 5px;
}
.addSourceBox .basicInfo .gender-box[data-v-2a8530b6] .ant-input {
  padding: 0 68px 0 0;
}
.addSourceBox .basicInfo[data-v-2a8530b6] .ant-input {
  color: #111111;
}
.addSourceBox .basicInfo[data-v-2a8530b6] .ant-select {
  color: #111111;
}
.addSourceBox[data-v-2a8530b6] .ant-select-selection__rendered {
  margin-left: 0px;
}
.addSourceBox[data-v-2a8530b6] .label-item .ant-select-selection__rendered {
  margin-left: 0px;
}
.addSourceBox[data-v-2a8530b6] .ant-select-selection--multiple .ant-select-selection__placeholder {
  margin-left: 0px;
}
.addSourceBox .demandInfo[data-v-2a8530b6] {
  width: 100%;
  padding: 28px 20px 0 20px;
}
.addSourceBox .demandInfo .house-list .locationInfoStyle[data-v-2a8530b6] .tree-wrap .tree {
  width: 360px;
  top: 32px !important;
}
.addSourceBox .demandInfo .house-list .locationInfoStyle .city-box[data-v-2a8530b6] .ant-input-affix-wrapper {
  vertical-align: middle;
}
.addSourceBox .demandInfo .house-list .locationInfoStyle .city-box[data-v-2a8530b6] .ant-input-affix-wrapper .ant-input {
  border-bottom: none;
}
.addSourceBox .demandInfo .house-list .house-item[data-v-2a8530b6] {
  margin-bottom: 20px;
}
.addSourceBox .demandInfo .house-list .house-item .delete-icon[data-v-2a8530b6] {
  color: #FB4246;
  font-size: 14px;
}
.addSourceBox .demandInfo .house-list .house-item .house-detail[data-v-2a8530b6] {
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  text-align: center;
  font-size: 12px;
}
.addSourceBox .demandInfo .house-list .house-item .house-detail .house-title[data-v-2a8530b6] {
  display: flex;
  background-color: rgba(10, 135, 248, 0.1);
}
.addSourceBox .demandInfo .house-list .house-item .house-detail .house-title > div[data-v-2a8530b6] {
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.addSourceBox .demandInfo .house-list .house-item .house-detail .house-title .must-fill[data-v-2a8530b6] {
  color: #FB4246;
}
.addSourceBox .demandInfo .house-list .house-item .house-detail .house-data[data-v-2a8530b6] {
  position: relative;
  display: flex;
}
.addSourceBox .demandInfo .house-list .house-item .house-detail .house-data[data-v-2a8530b6] .ant-select {
  font-size: 12px;
  color: #111111;
}
.addSourceBox .demandInfo .house-list .house-item .house-detail .house-data[data-v-2a8530b6] .ant-input {
  font-size: 12px;
  color: #111111;
}
.addSourceBox .demandInfo .house-list .house-item .house-detail .house-data[data-v-2a8530b6] .ant-select-selection-selected-value {
  padding-right: 0px;
}
.addSourceBox .demandInfo .house-list .house-item .house-detail .house-data[data-v-2a8530b6] .ant-select-dropdown-menu-item {
  padding: 5px 10px;
}
.addSourceBox .demandInfo .house-list .house-item .house-detail .house-data > div[data-v-2a8530b6] {
  flex: 1;
  height: 40px;
  line-height: 40px;
  text-align: left;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.addSourceBox .demandInfo .house-list .house-item .house-detail .house-data > div .popover[data-v-2a8530b6]:hover {
  height: 39px;
  line-height: 38px;
  border: 1px solid #165Dff;
  cursor: pointer;
}
.addSourceBox .demandInfo .house-list .house-item .house-detail .house-data .pic-list[data-v-2a8530b6] {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-around;*/
  max-width: 315px;
  margin-right: -5px;
  margin-bottom: 5px;
}
.addSourceBox .demandInfo .house-list .house-item .house-detail .house-data .pic-list li[data-v-2a8530b6] {
  position: relative;
}
.addSourceBox .demandInfo .house-list .house-item .house-detail .house-data .pic-list li div[data-v-2a8530b6] {
  width: 100px;
  height: 68px;
  line-height: 68px;
  border: 1px solid #eeeeee;
  background-color: #f6f7f8;
  margin: 5px 5px 0 0;
  border-radius: 6px;
  text-align: center;
  overflow: hidden;
}
.addSourceBox .demandInfo .house-list .house-item .house-detail .house-data .pic-list li div img[data-v-2a8530b6] {
  width: auto;
  max-width: 100px;
  height: auto;
  max-height: 68px;
  overflow: hidden;
}
.addSourceBox .demandInfo .house-list .house-item .house-detail .house-data .pic-list li span[data-v-2a8530b6] {
  position: absolute;
  left: -10px;
  top: 3px;
  font-size: 12px;
  transform: scale(0.8);
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px 0px 5px 0px;
  color: #fff;
  max-width: 100px;
}
.addSourceBox .demandInfo .house-list .house-item .house-detail .house-data input[data-v-2a8530b6]:focus {
  border: 1px solid #165Dff !important;
}
.addSourceBox .demandInfo .house-list .house-item .house-detail .house-data .select-border[data-v-2a8530b6] {
  border: 1px solid #165Dff;
}
.addSourceBox .demandInfo .house-list .house-item .house-detail .house-data .options i[data-v-2a8530b6],
.addSourceBox .demandInfo .house-list .house-item .house-detail .house-data .options span[data-v-2a8530b6] {
  display: inline-block;
  width: 50%;
  height: 39px;
  cursor: pointer;
}
.addSourceBox .demandInfo .house-list .house-item .house-detail .house-data .options i[data-v-2a8530b6] {
  line-height: 39px;
  font-size: 14px;
}
.addSourceBox .demandInfo .house-list .house-item .house-detail .house-data .options span[data-v-2a8530b6] {
  padding: 3px 4px;
  line-height: 18px;
}
.addSourceBox .demandInfo .house-list .house-item .house-detail .house-data .poperLabelStyle1[data-v-2a8530b6] {
  position: absolute;
  padding: 6px 0px 14px 10px;
  width: 240px;
  min-height: 45px;
  top: 40px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid #eeeeee;
  z-index: 99;
}
.addSourceBox .demandInfo .house-list .house-item .house-detail .house-data .poperLabelStyle2[data-v-2a8530b6] {
  position: absolute;
  padding: 0px 10px 10px 10px;
  width: 240px;
  min-height: 80px;
  top: 40px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid #eeeeee;
  z-index: 99;
}
.addSourceBox .demandInfo .house-list .house-item .house-child[data-v-2a8530b6] {
  border: 1px solid #DDDDDD;
  border-top: none;
  padding: 0 15px 15px 15px;
  background-color: #F6F7F8;
}
.addSourceBox .demandInfo .house-list .house-item .house-child h3[data-v-2a8530b6] {
  font-size: 12px;
}
.addSourceBox .demandInfo .house-list .house-item .house-child h3 p[data-v-2a8530b6] {
  color: #165Dff;
}
.addSourceBox .demandInfo .house-list .house-item .house-child .house-title[data-v-2a8530b6] {
  background-color: #F6F7F8;
}
.addSourceBox .demandInfo .house-list .house-item .house-child .add-child[data-v-2a8530b6] {
  font-size: 12px;
  cursor: pointer;
}
.addSourceBox .demandInfo .house-list .house-item .house-child .add-child span[data-v-2a8530b6] {
  margin-right: 6px;
}
.addSourceBox .demandInfo .house-list .house-item .house-child .add-child i[data-v-2a8530b6] {
  font-size: 14px;
}
.addSourceBox .demandInfo .font16Style i[data-v-2a8530b6] {
  vertical-align: -0.2em;
}
.addSourceBox .demandInfo .font16Style[data-v-2a8530b6] svg {
  width: 16px;
  height: 16px;
}
.addSourceBox .normalWidth[data-v-2a8530b6] {
  width: 168px;
}
.addSourceBox .normalWidth[data-v-2a8530b6] .input-item-box {
  margin-top: 10px;
}
.addSourceBox .normalWidth[data-v-2a8530b6] .input_end_css2 .ant-input {
  padding-left: 6px;
  padding-right: 31px;
}
.addSourceBox .buttonDiv[data-v-2a8530b6] {
  float: right;
  height: 75px;
}
.addSourceBox .buttonDiv .formItemMarginButton[data-v-2a8530b6] {
  width: 120px;
  height: 40px;
  margin: 76px 0 20px 18px;
}
.addSourceBox .buttonDiv .cancelFont[data-v-2a8530b6] {
  color: #666666;
}
.addSourceBox .buttonDiv .saveFont[data-v-2a8530b6] {
  color: #ffffff;
  background-color: #165Dff;
}
.addSourceBox .mustFillStyle[data-v-2a8530b6] {
  color: #FB4246;
  font-size: 14px;
}
.selectDemandLabelItem[data-v-2a8530b6] {
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  font-size: 12px;
  color: #111111;
  border-radius: 4px;
  margin-top: 8px;
  margin-right: 5px;
  text-align: center;
  background: #f0f8ff;
}
.selectDemandLabelItem .overHideStyle[data-v-2a8530b6] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tree-wrap[data-v-e3b398a4] {
  position: relative;
}
.tree-wrap .overHiddeSpan[data-v-e3b398a4] .ant-input {
  width: calc(100% - 24px);
  float: left;
  padding: 0;
  white-space: normal;
  text-overflow: ellipsis;
}
.tree-wrap .tree[data-v-e3b398a4] {
  position: absolute;
  top: 31px;
  z-index: 6;
  width: 100%;
  height: 300px;
  background-color: #ffffff;
  border: 1px solid #DDDDDD;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tree-wrap .tree .tree-content[data-v-e3b398a4] {
  height: 246px;
}
.tree-wrap .tree .tree-content .department[data-v-e3b398a4] {
  width: calc(100% - 200px);
  height: 100%;
  overflow: auto;
  border-right: 1px solid #DDDDDD;
}
.tree-wrap .tree .tree-content .no-show-employee[data-v-e3b398a4] {
  width: 100%;
  border-right: none;
}
.tree-wrap .tree .tree-content .person[data-v-e3b398a4] {
  padding: 3px 0;
  width: 200px;
  height: 100%;
  overflow: auto;
}
.tree-wrap .tree .tree-content .person li[data-v-e3b398a4] {
  margin: 4px 0;
  padding: 0px 10px;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
}
.tree-wrap .tree .tree-content .person li[data-v-e3b398a4]:hover {
  background-color: #F6F7F8;
}
.tree-wrap .tree .tree-content .person li.active[data-v-e3b398a4] {
  color: #165Dff;
  background-color: rgba(22, 93, 255, 0.1) !important;
}
.tree-wrap .tree .footer[data-v-e3b398a4] {
  padding-top: 10px;
  border-top: 1px solid #DDDDDD;
  text-align: right;
}
.tree-wrap .tree .footer .ant-btn[data-v-e3b398a4] {
  margin-right: 10px;
}
[data-v-e3b398a4] .ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before,[data-v-e3b398a4] .ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before {
  background: rgba(22, 93, 255, 0.1);
}
[data-v-e3b398a4] .ant-tree li.ant-tree-treenode-switcher-close.ant-tree-treenode-selected {
  background: none !important;
}
[data-v-e3b398a4] .ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper.ant-tree-node-selected,[data-v-e3b398a4] .ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper.ant-tree-node-selected {
  color: #165Dff;
}
[data-v-e3b398a4] .ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-switcher,[data-v-e3b398a4] .ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-switcher {
  color: #333333;
}
[data-v-e3b398a4] .ant-input-disabled {
  color: #333333;
  background: none;
  cursor: pointer;
}
[data-v-e3b398a4] .ant-select-selector {
  padding: 1px 0;
}
.u-no-border[data-v-e3b398a4] .ant-input-affix-wrapper {
  border: none;
}

.tree-wrap[data-v-2ab28ff9] {
  position: relative;
}
.tree-wrap .overHiddeSpan[data-v-2ab28ff9] .ant-input {
  width: calc(100% - 24px);
  float: left;
  padding: 0;
  white-space: normal;
  text-overflow: ellipsis;
}
.tree-wrap .tree[data-v-2ab28ff9] {
  position: absolute;
  top: 31px;
  z-index: 6;
  width: 100%;
  height: 300px;
  background-color: #ffffff;
  border: 1px solid #DDDDDD;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tree-wrap .tree .content[data-v-2ab28ff9] {
  height: 246px;
}
.tree-wrap .tree .content .department[data-v-2ab28ff9] {
  width: calc(100% - 200px);
  height: 100%;
  overflow: auto;
  border-right: 1px solid #DDDDDD;
}
.tree-wrap .tree .content .no-show-employee[data-v-2ab28ff9] {
  width: 100%;
  border-right: none;
}
.tree-wrap .tree .content .person[data-v-2ab28ff9] {
  padding: 3px 0;
  width: 200px;
  height: 100%;
  overflow: auto;
}
.tree-wrap .tree .content .person li[data-v-2ab28ff9] {
  margin: 4px 0;
  padding: 0px 10px;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
}
.tree-wrap .tree .content .person li[data-v-2ab28ff9]:hover {
  background-color: #F6F7F8;
}
.tree-wrap .tree .content .person li.active[data-v-2ab28ff9] {
  color: #165Dff;
  background-color: rgba(22, 93, 255, 0.1) !important;
}
.tree-wrap .tree .footer[data-v-2ab28ff9] {
  padding-top: 10px;
  border-top: 1px solid #DDDDDD;
  text-align: right;
}
.tree-wrap .tree .footer .ant-btn[data-v-2ab28ff9] {
  margin-right: 10px;
  height: 30px;
}
[data-v-2ab28ff9] .ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before,[data-v-2ab28ff9] .ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before {
  background: rgba(22, 93, 255, 0.1);
}
[data-v-2ab28ff9] .ant-tree li.ant-tree-treenode-switcher-close.ant-tree-treenode-selected {
  background: none !important;
}
[data-v-2ab28ff9] .ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper.ant-tree-node-selected,[data-v-2ab28ff9] .ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper.ant-tree-node-selected {
  color: #165Dff;
}
[data-v-2ab28ff9] .ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-switcher,[data-v-2ab28ff9] .ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-switcher {
  color: #333333;
}
[data-v-2ab28ff9] .ant-input-disabled {
  color: #333333;
  background: none;
  cursor: pointer;
}

.addPicGroup-box[data-v-53035bd1] {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
.addPicGroup-box .line1Style[data-v-53035bd1] {
  padding: 20px;
  display: flex;
  justify-content: flex-start;
}
.addPicGroup-box .line1Style .itemLableStyle[data-v-53035bd1] {
  color: #111111;
  font-size: 12px;
  background: #f0f8ff;
  border-radius: 4px;
  height: 22px;
  line-height: 23px;
  padding: 0 5px;
  margin-right: 5px;
}
.addPicGroup-box .line1Style[data-v-53035bd1] span.ant-radio + * {
  padding-left: 3px;
}
.addPicGroup-box .labelStyle[data-v-53035bd1] .ant-input {
  height: 24px;
  margin-bottom: 3px;
}
.addPicGroup-box .line2Style[data-v-53035bd1] {
  padding: 4px 20px 20px 20px;
  position: relative;
}
.addPicGroup-box .line2Style[data-v-53035bd1] .label-item .title {
  margin-bottom: 7px;
}
.addPicGroup-box .line2Style .poperLabelStyle2[data-v-53035bd1] {
  position: absolute;
  padding: 10px 10px 10px 10px;
  width: calc(100% - 40px);
  min-height: 60px;
  top: -15px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid #eeeeee;
  z-index: 99;
}
.addPicGroup-box .line2Style .selectDemandLabelItem[data-v-53035bd1] {
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  font-size: 12px;
  color: #111111;
  border-radius: 4px;
  margin-top: 8px;
  margin-right: 5px;
  text-align: center;
  background: #f0f8ff;
}
.addPicGroup-box .buttonDiv[data-v-53035bd1] {
  float: right;
  bottom: 0px;
  right: 20px;
}
.addPicGroup-box .buttonDiv .formItemMarginButton[data-v-53035bd1] {
  width: 120px;
  height: 40px;
  margin-left: 18px;
  margin-top: 30px;
}
.addPicGroup-box .buttonDiv .cancelFont[data-v-53035bd1] {
  color: #666666;
}
.addPicGroup-box .buttonDiv .saveFont[data-v-53035bd1] {
  color: #ffffff;
  background-color: #165Dff;
}

[data-v-0115f469] .ant-carousel {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}


/* For demo */
.ant-carousel[data-v-0115f469] .slick-dots {
  height: auto;
}
.ant-carousel[data-v-0115f469] .slick-slide img {
  border: 5px solid #fff;
  display: block;
  margin: auto;
  max-width: 80%;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.ant-carousel[data-v-0115f469] .slick-slide video {
  border: 5px solid #fff;
  display: block;
  margin: auto;
  max-width: 80%;
  max-height: calc(100vh - 200px);
}
.ant-carousel[data-v-0115f469] .slick-thumb {
  bottom: -45px;
}
.ant-carousel[data-v-0115f469] .slick-thumb li {
  width: 60px;
  max-height: 45px;
}
.ant-carousel[data-v-0115f469] .slick-thumb li img {
  width: 100%;
  height: auto;
  max-height: 45px;
  filter: grayscale(100%);
}
.ant-carousel[data-v-0115f469] .slick-thumb li video {
  width: 100%;
  height: auto;
  max-height: 45px;
  filter: grayscale(100%);
}
.ant-carousel[data-v-0115f469] .slick-thumb li.slick-active img {
  filter: grayscale(0%);
}

.picInfo-box[data-v-288b3594] {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
.picInfo-box .line1Style[data-v-288b3594] {
  padding: 15px 20px 20px 20px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.picInfo-box .line1Style .infoStyle[data-v-288b3594] {
  width: 616px;
  height: 34px;
  line-height: 34px;
  background: #f6f7f8;
  border-radius: 4px;
  padding: 0 10px;
}
.picInfo-box .line1Style .infoStyle .spanStyle[data-v-288b3594] {
  display: inline-block;
  overflow: hidden;
  textoverflow: ellipsis;
  whitespace: nowrap;
}
.picInfo-box .line1Style .infoStyle .span1Style[data-v-288b3594] {
  color: #777777;
}
.picInfo-box .line1Style .infoStyle .span2Style[data-v-288b3594] {
  color: #111111;
}
.picInfo-box .line1Style .editStyle[data-v-288b3594] {
  background-color: rgba(10, 135, 248, 0.1);
  color: #0a87f8;
}
.picInfo-box .line1Style .deleteStyle[data-v-288b3594] {
  background-color: rgba(251, 66, 70, 0.1);
  color: #fb4246;
}
.picInfo-box .line1Style .itemStyle[data-v-288b3594] {
  width: 62px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  border-radius: 4px;
}
.picInfo-box .lableStyle[data-v-288b3594] {
  padding: 0 20px 0px 20px;
}
.picInfo-box .lableStyle .itemLableStyle[data-v-288b3594] {
  color: #111111;
  font-size: 12px;
  background: #f0f8ff;
  border-radius: 4px;
  height: 22px;
  line-height: 23px;
  padding: 0 5px;
  margin-right: 5px;
}
.picInfo-box .line2Style[data-v-288b3594] {
  margin: 0 20px 30px 20px;
  height: 236px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.picInfo-box .line2Style .imgStyle[data-v-288b3594] {
  width: 350px;
  height: 236px;
  border-radius: 9px;
  line-height: 236px;
  border: 1px solid #eeeeee;
  background-color: #f6f7f8;
  text-align: center;
  overflow: hidden;
}
.picInfo-box .line2Style .imgStyle img[data-v-288b3594] {
  width: auto;
  max-width: 350px;
  height: auto;
  max-height: 236px;
  overflow: hidden;
}
.picInfo-box .line2Style .imgStyle .pic-name-head[data-v-288b3594] {
  width: 350px;
  height: 100px;
  line-height: 40px;
  text-align: left;
  padding: 55px 0 0 20px;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  border-radius: 0px 0px 5px 5px;
}
.picInfo-box .line2Style .operatorStyle[data-v-288b3594] {
  margin-right: 110px;
  font-size: 14px;
  font-weight: 500;
  color: #0a87f8;
}
.picInfo-box .line2Style .operatorStyle .operatorStyle1[data-v-288b3594] {
  margin-top: 67px;
  width: 242px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  background: #ffffff;
  border-radius: 17px;
  border: 1px solid rgba(10, 135, 248, 0.5);
}
.picInfo-box .line2Style .operatorStyle .operatorStyle2[data-v-288b3594] {
  margin-top: 34px;
  width: 242px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  background-color: rgba(10, 135, 248, 0.1);
  border-radius: 17px;
}
.picInfo-box .line2Style .operatorStyle .operatorStyle3[data-v-288b3594] {
  margin-top: 34px;
  width: 242px;
  text-align: center;
  height: 34px;
  line-height: 34px;
}
.picInfo-box .line2Style .operatorStyle .operatorStyle3-1[data-v-288b3594] {
  width: 126px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  background-color: rgba(119, 119, 119, 0.1);
  border-radius: 17px;
  margin-right: 10px;
  color: #777777;
  font-size: 14px;
}
.picInfo-box .line2Style .operatorStyle .operatorStyle3-2[data-v-288b3594] {
  width: 106px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  background: #0787f8;
  border-radius: 20px;
  color: #ffffff;
  font-size: 14px;
}
.picInfo-box .line3Style .titleStyle[data-v-288b3594] {
  padding: 0 20px 10px 20px;
  font-weight: 500;
  color: #111111;
  font-size: 14px;
}
.picInfo-box .line3Style .imgListStyle[data-v-288b3594] {
  padding: 0 20px 20px 20px;
  max-height: calc(100vh - 490px);
  overflow-y: auto;
}
.picInfo-box .line3Style .imgListStyle > div[data-v-288b3594] {
  height: 120px;
  width: 178px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.picInfo-box .line3Style .imgListStyle > div .picItemStyle[data-v-288b3594] {
  width: 100%;
  height: 100%;
  line-height: 116px;
  border: 1px solid #eeeeee;
  background-color: #f6f7f8;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
}
.picInfo-box .line3Style .imgListStyle > div .picItemStyle img[data-v-288b3594] {
  width: auto;
  max-width: 178px;
  height: auto;
  max-height: 120px;
  overflow: hidden;
}
.picInfo-box .line3Style .imgListStyle > div[data-v-288b3594]:last-child {
  margin-right: 0px;
}
.picInfo-box .line3Style .imgListStyle .pic-name[data-v-288b3594] {
  width: 178px;
  height: 69px;
  padding: 36px 0 0 11px;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  border-radius: 0px 0px 5px 5px;
}
.picInfo-box .waiStyle1[data-v-288b3594] {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #0a87f8;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  border-radius: 50%;
}
.picInfo-box .waiStyle1 svg[data-v-288b3594] {
  width: 22px;
  height: 22px;
}
.picInfo-box .waiStyle1 i[data-v-288b3594] {
  margin-top: 3px;
}
.picInfo-box .waiStyle2[data-v-288b3594] {
  position: absolute;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.picInfo-box .positionStyle1[data-v-288b3594] {
  top: 18px;
  right: 18px;
}
.picInfo-box .positionStyle2[data-v-288b3594] {
  top: 10px;
  right: 10px;
}
.picInfo-box .bgColorStyle[data-v-288b3594] {
  background: #f4f5f7;
}
.picInfo-box .animate-box[data-v-288b3594] {
  flex-wrap: wrap;
  animation: skeleton-blink-288b3594 1.2s ease infinite;
  -webkit-animation: skeleton-blink-288b3594 1.2s ease infinite;
  background-image: linear-gradient(90deg, #f0f0f0 25%, #e3e3e3 37%, #f0f0f0 63%);
  background-size: 400% 100%;
}
@keyframes skeleton-blink-288b3594 {
0% {
    background-position: 100% 50%;
}
to {
    background-position: 0 50%;
}
}

.picMaterial-box .bindWater-type[data-v-f06ba3c8] {
  position: absolute;
  height: 50px;
  line-height: 50px;
  top: 0px;
  left: 500px;
}
.picMaterial-box .bindWater-type .normal[data-v-f06ba3c8] {
  width: 70px;
  color: #777777;
  font-size: 16px;
  text-align: center;
  margin: 0 22px;
}
.picMaterial-box .bindWater-type .click[data-v-f06ba3c8] {
  color: #165Dff;
  font-weight: 500;
  border-bottom: 2px solid #165Dff;
}
.picMaterial-box .searchStyle[data-v-f06ba3c8] {
  margin: 15px 20px;
  padding-bottom: 15px;
  border-bottom: 8px solid #f6f7f8;
}
.picMaterial-box .searchStyle .selectItem[data-v-f06ba3c8] {
  height: 34px;
  line-height: 34px;
}
.picMaterial-box .searchStyle .selectItem .spanItem[data-v-f06ba3c8] {
  margin-left: 5px;
  width: 62px;
  border-radius: 3px;
  font-size: 12px;
  padding: 7px 14px;
}
.picMaterial-box .searchStyle .selectItem .spanItem2[data-v-f06ba3c8] {
  margin-left: 5px;
  width: 62px;
  border-radius: 3px;
  font-size: 12px;
  padding: 7px 8px;
}
.picMaterial-box .searchStyle .selectItem .spanItem3[data-v-f06ba3c8] {
  margin-left: 5px;
  width: 62px;
  border-radius: 3px;
  font-size: 12px;
  padding: 7px 10px;
}
.picMaterial-box .searchStyle .selectItem .unClickStyle[data-v-f06ba3c8] {
  background: #f4f4f4;
  color: #333333;
}
.picMaterial-box .searchStyle .selectItem .clickStyle[data-v-f06ba3c8] {
  background: rgba(22, 93, 255, 0.1);
  color: #165Dff;
}
.picMaterial-box .searchStyle .selectItem .spiltStyle[data-v-f06ba3c8] {
  width: 15px;
  border-right: 1px dashed #dddddd;
  height: 20px;
  margin-top: 7px;
}
.picMaterial-box .searchStyle .selectItem .addStyle[data-v-f06ba3c8] {
  width: 110px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  background: #165Dff;
  color: #ffffff;
  font-size: 14px;
  border-radius: 4px;
}
.picMaterial-box .searchStyle .selectItem .addStyle[data-v-f06ba3c8] i {
  vertical-align: -0.2em;
}
.picMaterial-box .searchStyle .selectItem[data-v-f06ba3c8] .ant-input {
  border-radius: 14px;
}
.picMaterial-box .searchStyle .selectItem[data-v-f06ba3c8] .ant-input-search .ant-input-wrapper {
  border: 1px solid #d9d9d9;
  overflow: hidden;
  border-radius: 14px;
}
.picMaterial-box .searchStyle .selectItem[data-v-f06ba3c8] .ant-input-search .ant-input-wrapper .ant-input {
  border: none;
}
.picMaterial-box .searchStyle .selectItem[data-v-f06ba3c8] .ant-input-search .ant-input-wrapper .ant-input:focus {
  border-color: #ffffff;
  box-shadow: none;
}
.picMaterial-box .searchStyle .selectItem[data-v-f06ba3c8] .ant-input-search .ant-input-wrapper .ant-input-search-button {
  border: none;
}
.picMaterial-box .searchStyle .selectItem[data-v-f06ba3c8] .ant-input-search .ant-input-wrapper:hover {
  border: 1px solid #0A87F8;
}
.picMaterial-box .contentStyle[data-v-f06ba3c8] {
  padding: 20px;
  min-height: calc(100vh - 400px);
  max-height: calc(100vh - 100px);
  max-height: 630px;
  overflow-y: auto;
}
.picMaterial-box .contentStyle .addStyle[data-v-f06ba3c8] {
  margin: 0 auto;
  width: 230px;
  text-align: center;
  height: 46px;
  line-height: 46px;
  background: #ffffff;
  border-radius: 8px;
  color: #165Dff;
  font-size: 16px;
  border: 1px solid #165Dff;
  border-radius: 4px;
}
.picMaterial-box .contentStyle .itemStyle[data-v-f06ba3c8] {
  width: 235px;
  height: 158px;
  border-radius: 6px;
  line-height: 158px;
  border: 1px solid #eeeeee;
  background-color: #f6f7f8;
  text-align: center;
  overflow: hidden;
}
.picMaterial-box .contentStyle .itemStyle img[data-v-f06ba3c8] {
  width: auto;
  max-width: 235px;
  height: auto;
  max-height: 158px;
  overflow: hidden;
}
.picMaterial-box .contentStyle .noMoreStyle[data-v-f06ba3c8] {
  color: #777777;
  font-size: 13px;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
.picMaterial-box .contentStyle .imgListStyle > div[data-v-f06ba3c8] {
  height: 120px;
  width: 178px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.picMaterial-box .contentStyle .imgListStyle > div .picItemStyle[data-v-f06ba3c8] {
  width: 100%;
  height: 100%;
  line-height: 116px;
  border: 1px solid #eeeeee;
  background-color: #f6f7f8;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
}
.picMaterial-box .contentStyle .imgListStyle > div .picItemStyle img[data-v-f06ba3c8] {
  width: auto;
  max-width: 178px;
  height: auto;
  max-height: 120px;
  overflow: hidden;
}
.picMaterial-box .contentStyle .imgListStyle > div .maskStyle[data-v-f06ba3c8] {
  width: 178px;
  height: 52px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  border-radius: 0px 0px 4px 4px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.picMaterial-box .contentStyle .imgListStyle > div .aliasStyle[data-v-f06ba3c8] {
  width: 110px;
  position: absolute;
  left: 8px;
  bottom: 8px;
  font-size: 12px;
  height: 18px;
  color: #ffffff;
  z-index: 999;
}
.picMaterial-box .contentStyle .imgListStyle > div .totalQuantityStyle[data-v-f06ba3c8] {
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: 12px;
  height: 18px;
  color: #ffffff;
  z-index: 999;
}
.picMaterial-box .contentStyle .imgListStyle > div .sourceType[data-v-f06ba3c8] {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #ffffff;
  color: #111;
  border-radius: 5px;
  padding: 0 5px;
}
.picMaterial-box .contentStyle .imgListStyle > div[data-v-f06ba3c8]:last-child {
  margin-right: 0px;
}
.picMaterial-box .bgColorStyle[data-v-f06ba3c8] {
  background: #f4f5f7;
}
.picMaterial-box .animate-box[data-v-f06ba3c8] {
  flex-wrap: wrap;
  animation: skeleton-blink-f06ba3c8 1.2s ease infinite;
  -webkit-animation: skeleton-blink-f06ba3c8 1.2s ease infinite;
  background-image: linear-gradient(90deg, #f0f0f0 25%, #e3e3e3 37%, #f0f0f0 63%);
  background-size: 400% 100%;
}
@keyframes skeleton-blink-f06ba3c8 {
0% {
    background-position: 100% 50%;
}
to {
    background-position: 0 50%;
}
}

.pic[data-v-0c3e4932] {
  width: 174px;
  height: 116px;
}
.pic img[data-v-0c3e4932] {
  height: 116px;
}
.pic .check-pic[data-v-0c3e4932] {
  padding-top: 40px;
}
.pic .check-video[data-v-0c3e4932] {
  padding-top: 30px;
}
.file-list[data-v-0c3e4932] {
  position: relative;
  margin: 0 10px 10px 0;
  border-radius: 4px;
  cursor: pointer;
}
.file-list .top[data-v-0c3e4932] {
  position: absolute;
  top: 0;
  color: #ffffff;
  text-align: center;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
}
.file-list .top .pic-name[data-v-0c3e4932] {
  padding: 0 10px;
  max-width: 100px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px 0px 5px 0px;
}
.file-list .top .close[data-v-0c3e4932] {
  padding-top: 2px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0px 5px 0px 5px;
}
.file-list .top .coverStyle[data-v-0c3e4932] {
  margin-top: 40px;
}
.file-list .top .coverStyle .setCoverStyle[data-v-0c3e4932] {
  margin: 0 auto;
  width: 80px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  font-size: 12px;
  color: #ffffff;
}
.file-list .bottom[data-v-0c3e4932] {
  position: absolute;
  bottom: 0px;
  width: 172px;
  height: 24px;
  border-radius: 4px 4px 4px 4px;
}
.file-list .bottom[data-v-0c3e4932] .ant-select-selector {
  background: rgba(0, 0, 0, 0.45);
  border: none;
  color: #ffffff;
  border-radius: 0 0 6px 6px;
  height: 24px;
  line-height: 24px;
  border: none !important;
}
.file-list .bottom[data-v-0c3e4932] .ant-select-selection-item {
  padding-left: 10px;
  height: 24px;
  line-height: 24px;
}
.file-list .bottom[data-v-0c3e4932] svg {
  color: #ffffff;
}
.file-list .upload-content[data-v-0c3e4932] {
  position: absolute;
}
.file-list .upload-content .uploading[data-v-0c3e4932] {
  color: #777777;
}
.file-list .upload-content .percent-line[data-v-0c3e4932] {
  height: 2px;
  background-color: #165Dff;
}
.file-list img[data-v-0c3e4932] {
  background-color: #f6f7f8;
  border-radius: 4px;
}
.file-list .check-pic-type[data-v-0c3e4932] {
  padding: 15px 8px;
  font-size: 12px;
  border-radius: 4px;
  text-align: center;
  background-color: #F6F7F8;
  cursor: pointer;
  color: #777777;
}
.file-list .check-pic-type[data-v-0c3e4932] {
  background-color: #BBBBBB;
}
.file-list .check-pic-type li[data-v-0c3e4932] {
  float: left;
  margin: 0 0 10px 10px;
  width: 40px;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
}
.file-list .check-pic-type li[data-v-0c3e4932]:hover {
  border-color: #165Dff;
  color: #165Dff;
}
.file-list .pic-img-list[data-v-0c3e4932] {
  height: 116px;
  width: 174px;
  margin-right: 10px;
  border-radius: 6px;
}
.file-list .pic-img-list > div[data-v-0c3e4932] {
  width: 100%;
  height: 100%;
  line-height: 116px;
  border: 1px solid #eeeeee;
  background-color: #f6f7f8;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
}
.file-list .pic-img-list > div img[data-v-0c3e4932] {
  width: auto;
  max-width: 174px;
  height: auto;
  max-height: 116px;
  overflow: hidden;
}
.file-list .pic-img-list > div[data-v-0c3e4932] video {
  width: 172px;
  height: 96px;
  border-radius: 4px;
}
.picStyle[data-v-0c3e4932] .ant-upload.ant-upload-select-picture-card {
  width: 174px;
  height: 116px;
}
.picStyle[data-v-0c3e4932] .video {
  width: 154px;
  height: 96px;
  border-radius: 4px;
}
.upload[data-v-0c3e4932] .ant-upload.ant-upload-select-picture-card > .ant-upload {
  padding: 0;
}
.upload[data-v-0c3e4932] .ant-upload-list-picture-card .ant-upload-list-item {
  padding: 0;
  border: none;
}
.upload .check-pic-type[data-v-0c3e4932] {
  padding: 12px 8px;
  font-size: 12px;
  border-radius: 4px;
  text-align: center;
  background-color: #F6F7F8;
  cursor: pointer;
  color: #777777;
}
.upload .check-pic-type[data-v-0c3e4932] {
  background-color: #BBBBBB;
}
.upload .check-pic-type li[data-v-0c3e4932] {
  float: left;
  margin: 0 0 10px 10px;
  width: 40px;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
}
.upload .check-pic-type li[data-v-0c3e4932]:hover {
  border-color: #165Dff;
  color: #165Dff;
}
.upload .showUploadFlagStyle-all[data-v-0c3e4932] {
  z-index: 99;
  width: 172px;
  height: 116px;
  top: -30px;
  left: 0px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
}
.upload .showUploadFlagStyle[data-v-0c3e4932] {
  width: 172px;
  height: 116px;
  top: -30px;
  left: -42px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  position: absolute;
}
.upload .showUploadFlagStyle .itemStyle[data-v-0c3e4932] {
  margin: 0 auto;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  color: #111111;
  font-size: 12px;
}
.qrCodeStyle .qrImgStyle[data-v-0c3e4932] {
  width: 118px;
  height: 118px;
  background: #f6f7f8;
  border-radius: 4px 0 0 4px;
  border: 1px dashed #dddddd;
}
.qrCodeStyle .qrImgStyle .qrCodeUnValidStyle[data-v-0c3e4932] {
  width: 118px;
  height: 118px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}
.qrCodeStyle .qrTipStyle[data-v-0c3e4932] {
  width: 120px;
  height: 118px;
  padding: 17px 10px;
  border: 1px dashed #dddddd;
  border-left: none;
  font-size: 12px;
  border-radius: 0 4px 4px 0;
}
.tips[data-v-0c3e4932] {
  font-size: 12px;
  line-height: 24px;
  color: #777777;
}
.bgColorStyle[data-v-0c3e4932] {
  background: #f4f5f7;
}
.animate-box[data-v-0c3e4932] {
  flex-wrap: wrap;
  animation: skeleton-blink-0c3e4932 1.2s ease infinite;
  -webkit-animation: skeleton-blink-0c3e4932 1.2s ease infinite;
  background-image: linear-gradient(90deg, #f0f0f0 25%, #e3e3e3 37%, #f0f0f0 63%);
  background-size: 400% 100%;
}
@keyframes skeleton-blink-0c3e4932 {
0% {
    background-position: 100% 50%;
}
to {
    background-position: 0 50%;
}
}

.fast-set[data-v-fad320fc] {
  padding: 20px 20px 20px 20px;
  height: calc(100vh - 170px);
  overflow: auto;
}
.fast-set[data-v-fad320fc] .tips {
  line-height: 16px;
}
.fast-set .mg-top[data-v-fad320fc] {
  margin-top: 8px;
}
.fast-set .mg-top-2[data-v-fad320fc] {
  margin-top: 2px;
}
.fast-set .mg-bottom[data-v-fad320fc] {
  margin-bottom: 20px;
  position: relative;
}
.fast-set .mg-bottom .checkAllStyle[data-v-fad320fc] {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
}
.fast-set .unConfigRelationStyle[data-v-fad320fc] {
  margin-top: 8px;
}
.fast-set .unConfigRelationStyle .selectStyle .item[data-v-fad320fc] {
  width: 191px;
  margin-bottom: 5px;
}
.fast-set .unConfigRelationStyle .selectStyle .selectedStyle[data-v-fad320fc] {
  font-size: 14px;
  color: #111111;
}
.fast-set .unConfigRelationStyle .selectStyle .unSelectStyle[data-v-fad320fc] {
  font-size: 14px;
  color: #777777;
}
.fast-set .unConfigRelationStyle .selectStyle .quantityStyle[data-v-fad320fc] {
  height: 21px;
}
.fast-set .unConfigRelationStyle .selectStyle .quantityStyle .commonStyle[data-v-fad320fc] {
  width: 16px;
  height: 16px;
  line-height: 14px;
  background: #f6f7fb;
  border: 1px solid #EEEEEE;
  text-align: center;
  border-radius: 50%;
  margin-top: 3px;
}
.fast-set .unConfigRelationStyle .selectStyle .quantityStyle .unEditStyle[data-v-fad320fc] {
  color: #999999;
}
.fast-set .unConfigRelationStyle .selectStyle .quantityStyle .editStyle[data-v-fad320fc] {
  color: #165Dff;
}
.fast-set .unConfigRelationStyle .selectStyle .quantityStyle[data-v-fad320fc] .ant-input {
  padding: 0px 0 0 0;
  height: 21px;
}
.fast-set .tag .checkAllStyle[data-v-fad320fc] {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
}
.fast-set .checkbox-group[data-v-fad320fc] {
  width: 100%;
}
.fast-set .checkbox-group > label[data-v-fad320fc] {
  /*flex: 1;*/
  width: 20%;
  margin: 0 0 5px 0;
}
.fast-set .content-row .together-item[data-v-fad320fc] {
  margin-bottom: 20px;
}
.fast-set .content-row .together-item .delete-icon[data-v-fad320fc] {
  color: #FB4246;
  font-size: 14px;
}
.fast-set .content-row .together-item .together-detail[data-v-fad320fc] {
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  text-align: center;
  font-size: 12px;
  border-radius: 4px;
}
.fast-set .content-row .together-item .together-detail .together-title[data-v-fad320fc] {
  display: flex;
  background: #f7f8fb;
  text-align: left;
  border-radius: 4px 4px 0 0;
}
.fast-set .content-row .together-item .together-detail .together-title > div[data-v-fad320fc] {
  padding: 0px 9px;
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.fast-set .content-row .together-item .together-detail .together-title .must-fill[data-v-fad320fc] {
  color: #FB4246;
}
.fast-set .content-row .together-item .together-detail .together-data[data-v-fad320fc] {
  position: relative;
  display: flex;
  border-radius: 0 0 4px 4px;
}
.fast-set .content-row .together-item .together-detail .together-data > div[data-v-fad320fc] {
  flex: 1;
  height: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.fast-set .content-row .together-item .together-detail .together-data > div .popover[data-v-fad320fc]:hover {
  height: 39px;
  line-height: 38px;
  border: 1px solid #165Dff;
  cursor: pointer;
}
.fast-set .content-row .together-item .together-detail .together-data .payPattern[data-v-fad320fc] {
  padding: 0 9px;
}
.fast-set .content-row .together-item .together-detail .together-data input[data-v-fad320fc] {
  padding: 0 9px;
}
.fast-set .content-row .together-item .together-detail .together-data input[data-v-fad320fc]:focus {
  border: 1px solid #165Dff !important;
}
.fast-set .content-row .together-item .together-detail .together-data .select-border[data-v-fad320fc] {
  border: 1px solid #165Dff;
}
.fast-set .content-row .together-item .together-detail .together-data .options i[data-v-fad320fc],
.fast-set .content-row .together-item .together-detail .together-data .options span[data-v-fad320fc] {
  display: inline-block;
  width: 50%;
  height: 39px;
  cursor: pointer;
}
.fast-set .content-row .together-item .together-detail .together-data .options i[data-v-fad320fc] {
  line-height: 39px;
  font-size: 14px;
}
.fast-set .content-row .together-item .together-detail .together-data .options span[data-v-fad320fc] {
  padding: 3px 4px;
  line-height: 18px;
}
.fast-set .content-row .together-item .together-detail .together-data .togeAddress[data-v-fad320fc] {
  padding: 0 9px;
  display: flex;
  width: 100%;
  height: 100%;
}
.fast-set .content-row .together-item .together-detail .together-data .togeAddress[data-v-fad320fc] .ant-select-selection__rendered {
  margin-left: 1px;
  margin-top: 3px;
}
.fast-set .content-row .together-item .together-detail .together-data .togeAddress[data-v-fad320fc] .ant-select-dropdown-menu li {
  text-align: left;
}
.fast-set .content-row .together-item .together-detail .together-data .house-data-item-left[data-v-fad320fc] {
  margin-left: 20px;
  position: relative;
}
.fast-set .content-row .together-item .together-detail .together-data .house-data-item-left .addonBeforeStyle[data-v-fad320fc] {
  font-size: 14px;
  color: #111111;
  position: absolute;
  left: 0;
}
.fast-set .content-row .together-item .together-detail .together-foot[data-v-fad320fc] {
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  border-radius: 0 0 4px 4px;
  text-align: center;
}
.fast-set .content-row .together-item .together-detail .together-foot .togetherAdd[data-v-fad320fc] {
  width: 100px;
  margin: 0 auto;
  text-align: center;
}
.fast-set .content-row .together-item .together-detail .together-foot[data-v-fad320fc] .anticon {
  vertical-align: -0.2em;
}
.fast-set .content-row .contract-other[data-v-fad320fc] {
  width: 120px;
  height: 36px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #165Dff;
  font-size: 14px;
  font-weight: 400;
  color: #165Dff;
  line-height: 36px;
  text-align: center;
}
.fast-set .content-row[data-v-fad320fc] .ant-cascader-picker-label {
  padding: 0px;
}
.fast-set .bigTitleStyle[data-v-fad320fc] {
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  margin: 0px 0 8px 0;
}
.fast-set[data-v-fad320fc] .ant-select-selection__rendered {
  margin-left: 0px;
}
.fast-set[data-v-fad320fc] .checkAllSelectStyle .title span {
  margin-left: 22px;
}

.map-box[data-v-28f1094e] {
  padding: 14px 14px 0 14px;
  height: calc(100vh - 100px);
}
.map-box .amap-demo[data-v-28f1094e] {
  width: 100%;
  height: calc(100vh - 260px);
}
.map-box[data-v-28f1094e] .amap-toolbar {
  right: 25px !important;
}
.map-box .search-box[data-v-28f1094e] {
  position: absolute;
  top: 15px;
  left: 20px;
}
.map-box[data-v-28f1094e] .el-vue-search-box-container {
  width: 932px;
  border-radius: 30px;
}
.map-box[data-v-28f1094e] .search-btn {
  color: #165Dff;
  width: 70px !important;
}
.map-box .amap-page-container[data-v-28f1094e] {
  position: relative;
  width: 100%;
  height: calc(100vh - 260px);
}
.map-box .amap-page-container .searchInputStyle[data-v-28f1094e] {
  position: absolute;
  left: 64px;
  top: 34px;
  z-index: 99;
  width: calc(100% - 128px);
}
.map-box .amap-page-container .searchInputStyle .input-with-select[data-v-28f1094e] {
  width: calc(100%);
  height: 34px;
}
.map-box .amap-page-container .searchInputStyle .input-with-select[data-v-28f1094e] .ant-input {
  border-radius: 20px;
}
.map-box .amap-page-container .searchInputStyle .blocks[data-v-28f1094e] {
  width: calc(100% - 15px);
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  position: absolute;
  left: 10px;
  top: 40px;
  z-index: 100;
  background-color: #fff;
}
.map-box .amap-page-container .searchInputStyle .blocks ul[data-v-28f1094e] {
  max-height: 360px;
  overflow-y: auto;
}
.map-box .amap-page-container .searchInputStyle .blocks li[data-v-28f1094e] {
  height: 34px;
  line-height: 34px;
  padding-left: 30px;
  padding-right: 20px;
  overflow: hidden;
  position: relative;
}
.map-box .amap-page-container .searchInputStyle .blocks li[data-v-28f1094e]:hover {
  background-color: #fdf5e3;
}
.map-box .amap-page-container .searchInputStyle .blocks .el-icon-search[data-v-28f1094e] {
  position: absolute;
  left: 6px;
  top: 10px;
  font-size: 14px;
  font-weight: 900;
}
.map-box .amap-page-container .searchInputStyle[data-v-28f1094e] .ant-input-search .ant-input-wrapper {
  border: 1px solid #d9d9d9;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
.map-box .amap-page-container .searchInputStyle[data-v-28f1094e] .ant-input-search .ant-input-wrapper .ant-input {
  border: none;
}
.map-box .amap-page-container .searchInputStyle[data-v-28f1094e] .ant-input-search .ant-input-wrapper .ant-input:focus {
  box-shadow: none;
}
.map-box .amap-page-container .searchInputStyle[data-v-28f1094e] .ant-input-search .ant-input-wrapper:hover {
  border: 1px solid #0A87F8;
}
.map-box .amap-page-container .searchInputStyle[data-v-28f1094e] .ant-input-search .ant-input-group-addon {
  border-radius: 0 20px 20px 0;
}
.map-box .amap-page-container .searchInputStyle[data-v-28f1094e] .ant-input-search .ant-input-group-addon .ant-input-search-button {
  border: none;
}
.map-box .modifyStyle[data-v-28f1094e] {
  width: 100%;
  padding: 20px 0 30px 0;
}
.map-box .modifyStyle .modifyAreaStyle[data-v-28f1094e] {
  position: relative;
  margin-right: 20px;
  width: calc(50% - 20px);
}
.map-box .modifyStyle .modifyAreaStyle .select-prefix[data-v-28f1094e] {
  position: absolute;
  left: 10px;
  top: 8px;
  width: 50px;
  z-index: 99;
  color: #c0c4cc;
}
.map-box .modifyStyle .modifyAreaStyle .select-prefix .must-color[data-v-28f1094e] {
  color: #FB4246;
}
.map-box .modifyStyle[data-v-28f1094e] .ant-select .ant-select-selector {
  border: 1px solid #d9d9d9;
  height: 34px;
  line-height: 34px;
}
.map-box .modifyStyle .modifyTownStyle[data-v-28f1094e] {
  position: relative;
  margin-right: 20px;
  width: calc(50% - 20px);
}
.map-box .modifyStyle .modifyTownStyle .select-prefix[data-v-28f1094e] {
  position: absolute;
  left: 10px;
  top: 8px;
  width: 50px;
  z-index: 99;
  color: #c0c4cc;
}
.map-box .modifyStyle .modifyAddressStyle[data-v-28f1094e] {
  width: 100%;
  position: relative;
}
.map-box .modifyStyle .modifyAddressStyle .select-prefix[data-v-28f1094e] {
  position: absolute;
  left: 10px;
  top: 8px;
  width: 50px;
  z-index: 99;
  color: #c0c4cc;
}
.map-box .modifyStyle .modifyAddressStyle .select-prefix .must-color[data-v-28f1094e] {
  color: #FB4246;
}
.map-box .modifyStyle .modifyButtonStyle[data-v-28f1094e] {
  width: 66px;
  height: 34px;
  line-height: 34px;
  background-color: rgba(22, 93, 255, 0.1);
  text-align: center;
}
.map-box .modifyStyle .modifyButtonStyle .correct[data-v-28f1094e] {
  color: #165Dff;
}
.map-box .modifyStyle[data-v-28f1094e] .ant-select-selection--single {
  height: 34px;
  line-height: 34px;
}
.map-box .modifyStyle[data-v-28f1094e] .ant-input {
  height: 34px;
  line-height: 34px;
  padding-left: 60px;
  border: 1px solid #d9d9d9;
}
.map-box .modifyStyle[data-v-28f1094e] .ant-select-selection {
  border: 1px solid #d9d9d9;
}
.map-box .modifyStyle[data-v-28f1094e] .ant-select-selection__rendered {
  height: 34px;
  line-height: 34px;
  padding-left: 50px;
}
.map-box .modifyStyle .padding-left160[data-v-28f1094e] {
  width: 100%;
}
.map-box .modifyStyle[data-v-28f1094e] .ant-select-single .ant-select-selector .ant-select-selection-item {
  padding-left: 50px;
  line-height: 34px;
}
.map-box .save-contract[data-v-28f1094e] {
  width: 120px;
  height: 40px;
  background: #165Dff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 40px;
}
.map-box .quxiao[data-v-28f1094e] {
  width: 120px;
  height: 40px;
  border-radius: 5px;
}

.map-box[data-v-76643a5b] {
  padding: 14px 14px 0 14px;
  height: calc(100vh - 100px);
}
.map-box .amap-demo[data-v-76643a5b] {
  width: 100%;
  height: calc(100vh - 260px);
}
.map-box[data-v-76643a5b] .amap-toolbar {
  right: 25px !important;
}
.map-box .search-box[data-v-76643a5b] {
  position: absolute;
  top: 15px;
  left: 20px;
}
.map-box[data-v-76643a5b] .el-vue-search-box-container {
  width: 932px;
  border-radius: 30px;
}
.map-box[data-v-76643a5b] .search-btn {
  color: #165Dff;
  width: 70px !important;
}
.map-box .amap-page-container[data-v-76643a5b] {
  position: relative;
  width: 100%;
  height: calc(100vh - 260px);
}
.map-box .amap-page-container .searchInputStyle[data-v-76643a5b] {
  position: absolute;
  left: 64px;
  top: 34px;
  z-index: 99999;
  width: calc(100% - 128px);
}
.map-box .amap-page-container .searchInputStyle .input-with-select[data-v-76643a5b] {
  width: calc(100%);
  height: 34px;
}
.map-box .amap-page-container .searchInputStyle .input-with-select[data-v-76643a5b] .ant-input {
  border-radius: 20px;
}
.map-box .amap-page-container .searchInputStyle .blocks[data-v-76643a5b] {
  width: calc(100% - 15px);
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  position: absolute;
  left: 10px;
  top: 40px;
  z-index: 100;
  background-color: #fff;
}
.map-box .amap-page-container .searchInputStyle .blocks ul[data-v-76643a5b] {
  max-height: 360px;
  overflow-y: auto;
}
.map-box .amap-page-container .searchInputStyle .blocks li[data-v-76643a5b] {
  height: 34px;
  line-height: 34px;
  padding-left: 30px;
  padding-right: 20px;
  overflow: hidden;
  position: relative;
}
.map-box .amap-page-container .searchInputStyle .blocks li[data-v-76643a5b]:hover {
  background-color: #fdf5e3;
}
.map-box .amap-page-container .searchInputStyle .blocks .el-icon-search[data-v-76643a5b] {
  position: absolute;
  left: 6px;
  top: 10px;
  font-size: 14px;
  font-weight: 900;
}
.map-box .amap-page-container .searchInputStyle[data-v-76643a5b] .ant-input-search .ant-input-wrapper {
  border: 1px solid #d9d9d9;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
.map-box .amap-page-container .searchInputStyle[data-v-76643a5b] .ant-input-search .ant-input-wrapper .ant-input {
  border: none;
}
.map-box .amap-page-container .searchInputStyle[data-v-76643a5b] .ant-input-search .ant-input-wrapper .ant-input:focus {
  box-shadow: none;
}
.map-box .amap-page-container .searchInputStyle[data-v-76643a5b] .ant-input-search .ant-input-wrapper:hover {
  border: 1px solid #0A87F8;
}
.map-box .amap-page-container .searchInputStyle[data-v-76643a5b] .ant-input-search .ant-input-group-addon {
  border-radius: 0 20px 20px 0;
}
.map-box .amap-page-container .searchInputStyle[data-v-76643a5b] .ant-input-search .ant-input-group-addon .ant-input-search-button {
  border: none;
}
.map-box .modifyStyle[data-v-76643a5b] {
  width: 100%;
  padding: 20px 0 30px 0;
}
.map-box .modifyStyle .modifyAreaStyle[data-v-76643a5b] {
  position: relative;
  margin-right: 20px;
  width: calc(50% - 20px);
}
.map-box .modifyStyle .modifyAreaStyle .select-prefix[data-v-76643a5b] {
  position: absolute;
  left: 10px;
  top: 8px;
  width: 50px;
  z-index: 99;
  color: #c0c4cc;
}
.map-box .modifyStyle .modifyAreaStyle .select-prefix .must-color[data-v-76643a5b] {
  color: #FB4246;
}
.map-box .modifyStyle[data-v-76643a5b] .ant-select .ant-select-selector {
  border: 1px solid #d9d9d9;
  height: 34px;
  line-height: 34px;
}
.map-box .modifyStyle .modifyTownStyle[data-v-76643a5b] {
  position: relative;
  margin-right: 20px;
  width: calc(50% - 20px);
}
.map-box .modifyStyle .modifyTownStyle .select-prefix[data-v-76643a5b] {
  position: absolute;
  left: 10px;
  top: 8px;
  width: 50px;
  z-index: 99;
  color: #c0c4cc;
}
.map-box .modifyStyle .modifyAddressStyle[data-v-76643a5b] {
  width: 100%;
  position: relative;
}
.map-box .modifyStyle .modifyAddressStyle .select-prefix[data-v-76643a5b] {
  position: absolute;
  left: 10px;
  top: 8px;
  width: 50px;
  z-index: 99;
  color: #c0c4cc;
}
.map-box .modifyStyle .modifyAddressStyle .select-prefix .must-color[data-v-76643a5b] {
  color: #FB4246;
}
.map-box .modifyStyle .modifyButtonStyle[data-v-76643a5b] {
  width: 66px;
  height: 34px;
  line-height: 34px;
  background-color: rgba(22, 93, 255, 0.1);
  text-align: center;
}
.map-box .modifyStyle .modifyButtonStyle .correct[data-v-76643a5b] {
  color: #165Dff;
}
.map-box .modifyStyle[data-v-76643a5b] .ant-select-selection--single {
  height: 34px;
  line-height: 34px;
}
.map-box .modifyStyle[data-v-76643a5b] .ant-input {
  height: 34px;
  line-height: 34px;
  padding-left: 60px;
  border: 1px solid #d9d9d9;
}
.map-box .modifyStyle[data-v-76643a5b] .ant-select-selection {
  border: 1px solid #d9d9d9;
}
.map-box .modifyStyle[data-v-76643a5b] .ant-select-selection__rendered {
  height: 34px;
  line-height: 34px;
  padding-left: 50px;
}
.map-box .modifyStyle .padding-left160[data-v-76643a5b] {
  width: 100%;
}
.map-box .modifyStyle[data-v-76643a5b] .ant-select-single .ant-select-selector .ant-select-selection-item {
  padding-left: 50px;
  line-height: 34px;
}
.map-box .save-contract[data-v-76643a5b] {
  width: 120px;
  height: 40px;
  background: #165Dff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 40px;
}
.map-box .quxiao[data-v-76643a5b] {
  width: 120px;
  height: 40px;
  border-radius: 5px;
}

.auditing[data-v-6cfaf2bf],
.reject[data-v-6cfaf2bf] {
  font-size: 12px;
  line-height: 17px;
}
.is-block[data-v-6cfaf2bf] {
  display: block;
}
.auditing-wrap[data-v-6cfaf2bf] {
  position: relative;
  text-align: center;
}
.auditing-wrap .font-icon-close[data-v-6cfaf2bf] {
  position: absolute;
  right: 20px;
  top: 17px;
  font-size: 16px;
}
.auditing-wrap .ewm[data-v-6cfaf2bf] {
  width: 230px;
  height: 229px;
}
.auditing-wrap .title[data-v-6cfaf2bf] {
  padding: 40px 0 24px;
  font-weight: 500;
  font-size: 20px;
  color: #191919;
  line-height: 25px;
}
.auditing-wrap .tel[data-v-6cfaf2bf] {
  padding: 11px 0 31px;
  font-size: 16px;
  color: #191919;
  line-height: 25px;
}
.reject-wrap[data-v-6cfaf2bf] {
  padding: 32px 32px 24px;
}
.reject-wrap .btns[data-v-6cfaf2bf] {
  margin-top: 42px;
  display: flex;
  justify-content: flex-end;
}
.reject-wrap .btns .btn[data-v-6cfaf2bf] {
  width: 65px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #0a87f8;
  color: #fff;
  border-radius: 4px;
}
.reject-wrap .btns .btn[data-v-6cfaf2bf]:nth-child(1) {
  margin-right: 8px;
  color: rgba(0, 0, 0, 0.65);
  background: #ffffff;
  border: 1px solid #d9d9d9;
}
.reject-wrap .content[data-v-6cfaf2bf] {
  display: flex;
  justify-content: space-between;
}
.reject-wrap .content .left[data-v-6cfaf2bf] {
  width: 22px;
  color: #faad14;
}
.reject-wrap .content .left .font-icon[data-v-6cfaf2bf] {
  font-size: 22px;
}
.reject-wrap .content .right[data-v-6cfaf2bf] {
  width: 331px;
}
.reject-wrap .content .right .title[data-v-6cfaf2bf] {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  color: #111111;
  line-height: 24px;
}
.reject-wrap .content .right .text[data-v-6cfaf2bf] {
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 22px;
}
.reject-wrap .content .right .text .red[data-v-6cfaf2bf] {
  color: #fb4246;
}

.configDefault-box[data-v-59641574] {
  padding: 20px;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}
.configDefault-box .titleStyle[data-v-59641574] {
  font-size: 16px;
  color: #111111;
  font-weight: 500;
}
.configDefault-box .selectStyle[data-v-59641574] {
  margin-top: 5px;
}
.configDefault-box .selectStyle .item[data-v-59641574] {
  width: 234px;
  height: 44px;
  line-height: 44px;
}
.configDefault-box .selectStyle .selectedStyle[data-v-59641574] {
  font-size: 14px;
  color: #111111;
}
.configDefault-box .selectStyle .unSelectStyle[data-v-59641574] {
  font-size: 14px;
  color: #777777;
}
.configDefault-box .selectStyle .quantityStyle[data-v-59641574] {
  height: 44px;
}
.configDefault-box .selectStyle .quantityStyle .commonStyle[data-v-59641574] {
  width: 16px;
  height: 16px;
  line-height: 14px;
  background: #f6f7fb;
  border: 1px solid #EEEEEE;
  text-align: center;
  border-radius: 50%;
  margin-top: 15px;
}
.configDefault-box .selectStyle .quantityStyle .unEditStyle[data-v-59641574] {
  color: #999999;
}
.configDefault-box .selectStyle .quantityStyle .editStyle[data-v-59641574] {
  color: #165Dff;
}
.configDefault-box .selectStyle .quantityStyle[data-v-59641574] .ant-input {
  padding: 10px 0 0 0;
}
.configDefault-box .buttonDiv .formItemMarginButton[data-v-59641574] {
  width: 120px;
  height: 40px;
  margin-left: 18px;
}
.configDefault-box .buttonDiv .cancelFont[data-v-59641574] {
  color: #666666;
}
.configDefault-box .buttonDiv .saveFont[data-v-59641574] {
  color: #ffffff;
  background-color: #165Dff;
}

.addHouseGood-box[data-v-032ad034] {
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}
.addHouseGood-box .headStyle[data-v-032ad034] {
  height: 40px;
  line-height: 40px;
  background: #e9f1ff;
  font-size: 14px;
  color: #777777;
  padding-left: 20px;
}
.addHouseGood-box .basicsInfo[data-v-032ad034] {
  padding: 20px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.addHouseGood-box .basicsInfo .table[data-v-032ad034] {
  border-left: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  font-size: 12px;
  border-radius: 4px;
}
.addHouseGood-box .basicsInfo .table .table-title[data-v-032ad034] {
  width: 1154px;
  display: flex;
  background: #f7f8fb;
  color: #777777;
  font-size: 13px;
  border-radius: 4px 4px 0px 0px;
}
.addHouseGood-box .basicsInfo .table .table-title > div[data-v-032ad034] {
  flex: 1;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  height: 36px;
  line-height: 36px;
  padding-left: 8px;
  background: #fafafa;
}
.addHouseGood-box .basicsInfo .table .table-title .borderBottomStyle[data-v-032ad034] {
  border-bottom: 1px solid #EEEEEE;
}
.addHouseGood-box .basicsInfo .table .table-title .borderRightStyle[data-v-032ad034] {
  border-right: 1px solid #EEEEEE;
}
.addHouseGood-box .basicsInfo .table .table-title .must-fill[data-v-032ad034] {
  color: #FB4246;
  font-size: 14px;
  margin-left: 2px;
}
.addHouseGood-box .basicsInfo .table .house-no-data[data-v-032ad034] {
  border-radius: 0px 0px 4px 4px;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  background-color: #ffffff;
}
.addHouseGood-box .basicsInfo .table .house-data[data-v-032ad034] {
  display: flex;
  color: #111111;
  font-size: 13px;
  border-radius: 0px 0px 4px 4px;
}
.addHouseGood-box .basicsInfo .table .house-data > div[data-v-032ad034] {
  flex: 1;
  height: 44px;
  line-height: 44px;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.addHouseGood-box .basicsInfo .table .house-data .addStyle[data-v-032ad034] {
  text-align: center;
  font-size: 14px;
  width: 100%;
  color: #165Dff;
  border-radius: 0px 0px 4px 4px;
}
.addHouseGood-box .basicsInfo .table .house-data .poperStyle[data-v-032ad034] {
  margin-right: 10px;
}
.addHouseGood-box .basicsInfo .table .house-data .poperStyle[data-v-032ad034] .label-item .title {
  color: #111111;
  font-size: 16px;
  font-weight: 500;
}
.addHouseGood-box .basicsInfo .table .house-data .overHiddePoperStyle[data-v-032ad034] .ant-popover-inner-content {
  max-height: 500px;
  overflow-y: auto;
  padding: 12px 0 12px 16px;
}
.addHouseGood-box .basicsInfo .table .house-data[data-v-032ad034] .ant-calendar-picker-icon {
  right: 4px;
}
.addHouseGood-box .basicsInfo .table .house-data[data-v-032ad034] .ant-cascader-picker-label {
  padding-left: 0px;
}
.addHouseGood-box .basicsInfo .table .house-data .quantityStyle[data-v-032ad034] {
  height: 44px;
}
.addHouseGood-box .basicsInfo .table .house-data .quantityStyle .commonStyle[data-v-032ad034] {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #f6f7fb;
  border: 1px solid #EEEEEE;
  text-align: center;
  border-radius: 50%;
  margin-top: 13px;
}
.addHouseGood-box .basicsInfo .table .house-data .quantityStyle .unEditStyle[data-v-032ad034] {
  color: #999999;
}
.addHouseGood-box .basicsInfo .table .house-data .quantityStyle .editStyle[data-v-032ad034] {
  color: #165Dff;
}
.addHouseGood-box .basicsInfo .table .house-data .quantityStyle[data-v-032ad034] .ant-input {
  padding: 10px 0 0 0;
}
.addHouseGood-box .basicsInfo .table .house-data .pic-list[data-v-032ad034] {
  display: flex;
  flex-wrap: wrap;
  max-width: 315px;
  margin-right: -5px;
  margin-bottom: 5px;
}
.addHouseGood-box .basicsInfo .table .house-data .pic-list li[data-v-032ad034] {
  position: relative;
}
.addHouseGood-box .basicsInfo .table .house-data .pic-list li div[data-v-032ad034] {
  width: 100px;
  height: 68px;
  line-height: 68px;
  border: 1px solid #EEEEEE;
  background-color: #f6f7f8;
  margin: 5px 5px 0 0;
  border-radius: 6px;
  text-align: center;
  overflow: hidden;
}
.addHouseGood-box .basicsInfo .table .house-data .pic-list li div img[data-v-032ad034] {
  width: auto;
  max-width: 100px;
  height: auto;
  max-height: 68px;
  overflow: hidden;
}
.addHouseGood-box .basicsInfo .table .house-data[data-v-032ad034] .ant-select .ant-select-selector {
  border: none;
}
.addHouseGood-box .buttonDiv .formItemMarginButton[data-v-032ad034] {
  width: 120px;
  height: 40px;
  margin-left: 18px;
}
.addHouseGood-box .buttonDiv .cancelFont[data-v-032ad034] {
  color: #666666;
}
.addHouseGood-box .buttonDiv .saveFont[data-v-032ad034] {
  color: #ffffff;
  background-color: #165Dff;
}

.tree-wrap[data-v-50ec7ac8] {
  position: relative;
  margin-bottom: 10px;
}
.tree-wrap .borderTopNone[data-v-50ec7ac8] {
  border-top: none !important;
}
.tree-wrap .tree[data-v-50ec7ac8] {
  position: absolute;
  top: 32px;
  z-index: 6;
  width: 100%;
  height: 300px;
  background-color: #ffffff;
  border: 1px solid #DDDDDD;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tree-wrap .tree .content[data-v-50ec7ac8] {
  height: 246px;
  display: flex;
}
.tree-wrap .tree .content ul[data-v-50ec7ac8] {
  flex: 1;
  height: 100%;
  overflow: auto;
  border-right: 1px solid #DDDDDD;
}
.tree-wrap .tree .content ul[data-v-50ec7ac8]:last-child {
  border-right: none;
}
.tree-wrap .tree .content ul li[data-v-50ec7ac8] {
  margin: 4px 0;
  padding: 0px 10px;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
}
.tree-wrap .tree .content ul li[data-v-50ec7ac8]:hover {
  background-color: #F6F7F8;
}
.tree-wrap .tree .content ul li.active[data-v-50ec7ac8] {
  color: #165Dff;
  background-color: rgba(22, 93, 255, 0.1) !important;
}
.tree-wrap .tree .footer[data-v-50ec7ac8] {
  padding-top: 10px;
  border-top: 1px solid #DDDDDD;
  text-align: right;
}
.tree-wrap .tree .footer .ant-btn[data-v-50ec7ac8] {
  margin-right: 10px;
  height: 30px;
  line-height: 30px;
}
[data-v-50ec7ac8] .ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before,[data-v-50ec7ac8] .ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before {
  background: rgba(22, 93, 255, 0.1);
}
[data-v-50ec7ac8] .ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper.ant-tree-node-selected,[data-v-50ec7ac8] .ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper.ant-tree-node-selected {
  color: #165Dff;
}
[data-v-50ec7ac8] .ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-switcher,[data-v-50ec7ac8] .ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-switcher {
  color: #333333;
}

.addWarehouse-box[data-v-7cb177ca] {
  margin: 20px 20px 0 20px;
}
.addWarehouse-box .addressStyle[data-v-7cb177ca] {
  padding-top: 19px;
}
.addWarehouse-box .addressStyle[data-v-7cb177ca] .tree {
  width: 300px;
  top: 33px !important;
}
.addWarehouse-box .addressStyle[data-v-7cb177ca] .tree-wrap {
  margin-bottom: 0px;
}
.addWarehouse-box .addressStyle[data-v-7cb177ca] .label-item .max-size {
  bottom: -24px !important;
}
.addWarehouse-box .addressStyle[data-v-7cb177ca] .selectCity-box .ant-input-affix-wrapper .ant-input {
  height: 31px;
}
.addWarehouse-box .buttonDiv .formItemMarginButton[data-v-7cb177ca] {
  width: 120px;
  height: 40px;
  margin-left: 18px;
}
.addWarehouse-box .buttonDiv .cancelFont[data-v-7cb177ca] {
  color: #666666;
}
.addWarehouse-box .buttonDiv .saveFont[data-v-7cb177ca] {
  color: #ffffff;
  background-color: #165Dff;
}

.addGood-box[data-v-747c2730] {
  padding: 20px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
.addGood-box .titleStyle[data-v-747c2730] {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
}
.addGood-box .itemStyle[data-v-747c2730] {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.addGood-box .itemStyle .item[data-v-747c2730] {
  width: 167px;
  margin-right: 20px;
}
.addGood-box .itemStyle .item[data-v-747c2730] .ant-select-selection__rendered {
  margin-left: 0px;
}
.addGood-box .itemStyle .item[data-v-747c2730] .ant-cascader-picker-label {
  padding: 0;
}
.addGood-box .itemStyle .item[data-v-747c2730] .ant-input {
  padding: 0;
}
.addGood-box .buttonDiv .formItemMarginButton[data-v-747c2730] {
  width: 120px;
  height: 40px;
  margin-left: 18px;
}
.addGood-box .buttonDiv .cancelFont[data-v-747c2730] {
  color: #666666;
}
.addGood-box .buttonDiv .saveFont[data-v-747c2730] {
  color: #ffffff;
  background-color: #165Dff;
}

.deploymentHouse-box[data-v-d6bfca8e] {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
.deploymentHouse-box .headStyle[data-v-d6bfca8e] {
  height: 40px;
  line-height: 40px;
  background: #e9f1ff;
  padding-left: 20px;
  font-size: 14px;
  color: #777777;
}
.deploymentHouse-box .detail_info[data-v-d6bfca8e] {
  padding: 20px;
}
.deploymentHouse-box .detail_info .set_info[data-v-d6bfca8e] {
  margin-bottom: 20px;
}
.deploymentHouse-box .detail_info .set_info .searchButtonStyle[data-v-d6bfca8e] {
  width: 34px;
  height: 34px;
  background: #165Dff;
  border-radius: 4px;
}
.deploymentHouse-box .detail_info .set_info .searchButtonStyle[data-v-d6bfca8e] svg {
  margin: 7px;
  width: 20px;
  height: 20px;
  color: #ffffff;
}
.deploymentHouse-box .detail_info .set_info .clearStyle[data-v-d6bfca8e] {
  width: 42px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #EEEEEE;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  color: #111111;
  font-size: 13px;
}
.deploymentHouse-box .detail_info .set_info .selectItem[data-v-d6bfca8e] {
  margin: 0px 10px 0 0px;
}
.deploymentHouse-box .detail_info .set_info .selectItem > .titleTip1[data-v-d6bfca8e] {
  border: 1px solid #DDDDDD;
  border-right: 0px;
  background: #F6F7F8;
  font-size: 13px;
  color: #777777;
  border-radius: 4px 0 0 4px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.deploymentHouse-box .detail_info .set_info .selectItem .titleTip1With1[data-v-d6bfca8e] {
  width: 40px;
}
.deploymentHouse-box .detail_info .set_info .selectItem .titleTip1With2[data-v-d6bfca8e] {
  width: 60px;
}
.deploymentHouse-box .detail_info .set_info .selectItem > .titleTip2[data-v-d6bfca8e] {
  border: 1px solid #DDDDDD;
  border-right: 0px;
  background: #F6F7F8;
  font-size: 14px;
  color: #111111;
  border-radius: 4px 0 0 4px;
  width: 50px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.deploymentHouse-box .detail_info .set_info .selectItem[data-v-d6bfca8e] .ant-calendar-picker {
  width: 210px;
}
.deploymentHouse-box .detail_info .set_info .selectItem[data-v-d6bfca8e] .ant-select-selection {
  border-radius: 0 4px 4px 0;
}
.deploymentHouse-box .detail_info .set_info .selectItem[data-v-d6bfca8e] .ant-select-selection__rendered {
  height: 34px;
  line-height: 34px;
}
.deploymentHouse-box .detail_info .set_info .selectItem[data-v-d6bfca8e] .ant-select-selection--single {
  height: 34px;
  line-height: 34px;
}
.deploymentHouse-box .detail_info .set_info .selectItem[data-v-d6bfca8e] .ant-select-selection-selected-value {
  padding-right: 10px;
}
.deploymentHouse-box .detail_info .set_info .selectItem[data-v-d6bfca8e] .ant-calendar-picker-clear {
  right: 6px;
}
.deploymentHouse-box .detail_info .set_info .selectItem[data-v-d6bfca8e] .ant-calendar-picker-icon {
  right: 6px;
}
.deploymentHouse-box .detail_info .set_info .selectItem[data-v-d6bfca8e] .ant-input {
  height: 32px;
}
.deploymentHouse-box .detail_info .set_info .selectItem[data-v-d6bfca8e] .tree-wrap .tree {
  width: 250px;
  top: 34px !important;
}
.deploymentHouse-box .detail_info .set_info .selectItem[data-v-d6bfca8e] .ant-picker {
  width: 210px;
}
.deploymentHouse-box .detail_info .set_info .selectItem[data-v-d6bfca8e] .ant-picker .ant-picker-input input {
  text-align: center;
}
.deploymentHouse-box .detail_info .set_info .selectItem[data-v-d6bfca8e] .ant-picker .ant-picker-active-bar {
  margin-left: 0;
}
.deploymentHouse-box .detail_info .set_info .cityTree[data-v-d6bfca8e] .tree-wrap .tree .content {
  border-top: 1px solid #DDDDDD;
}
.deploymentHouse-box .detail_info .lockList_info .basicsInfo[data-v-d6bfca8e] {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.deploymentHouse-box .detail_info .lockList_info .basicsInfo .table[data-v-d6bfca8e] {
  width: 1154px;
  border-left: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  font-size: 12px;
  border-radius: 4px;
}
.deploymentHouse-box .detail_info .lockList_info .basicsInfo .table .table-title[data-v-d6bfca8e] {
  width: 1154px;
  display: flex;
  background: #f7f8fb;
  color: #777777;
  font-size: 13px;
  border-radius: 4px 4px 0px 0px;
}
.deploymentHouse-box .detail_info .lockList_info .basicsInfo .table .table-title > div[data-v-d6bfca8e] {
  flex: 1;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
}
.deploymentHouse-box .detail_info .lockList_info .basicsInfo .table .table-title .borderBottomStyle[data-v-d6bfca8e] {
  border-bottom: 1px solid #EEEEEE;
}
.deploymentHouse-box .detail_info .lockList_info .basicsInfo .table .table-title .borderRightStyle[data-v-d6bfca8e] {
  border-right: 1px solid #EEEEEE;
}
.deploymentHouse-box .detail_info .lockList_info .basicsInfo .table .table-title .numTileStyle[data-v-d6bfca8e] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.deploymentHouse-box .detail_info .lockList_info .basicsInfo .table .table-title .itemStyle[data-v-d6bfca8e] {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.deploymentHouse-box .detail_info .lockList_info .basicsInfo .table .table-title .itemStyle .numStyle[data-v-d6bfca8e] {
  flex: 1;
}
.deploymentHouse-box .detail_info .lockList_info .basicsInfo .table .house-no-data[data-v-d6bfca8e] {
  width: 1154px;
  border-radius: 0px 0px 4px 4px;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  background-color: #ffffff;
}
.deploymentHouse-box .detail_info .lockList_info .basicsInfo .table .totalStyle[data-v-d6bfca8e] {
  background: #fff9f1;
  box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.06);
}
.deploymentHouse-box .detail_info .lockList_info .basicsInfo .table .house-data[data-v-d6bfca8e] {
  width: 1154px;
  display: flex;
  color: #111111;
  font-size: 13px;
  border-radius: 0px 0px 4px 4px;
}
.deploymentHouse-box .detail_info .lockList_info .basicsInfo .table .house-data[data-v-d6bfca8e] .ant-checkbox-wrapper {
  line-height: 42px;
}
.deploymentHouse-box .detail_info .lockList_info .basicsInfo .table .house-data > div[data-v-d6bfca8e] {
  flex: 1;
  height: 46px;
  line-height: 46px;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  padding-left: 10px;
}
.deploymentHouse-box .detail_info .lockList_info .basicsInfo .table .house-data .fontStyle1[data-v-d6bfca8e] {
  text-align: center;
}
.deploymentHouse-box .detail_info .lockList_info .basicsInfo .table .house-data .fontStyle2[data-v-d6bfca8e] {
  text-align: center;
  color: #0A87F8;
}
.deploymentHouse-box .detail_info .lockList_info .basicsInfo .table .house-data .fontStyleBig[data-v-d6bfca8e] {
  font-weight: 500;
}
.deploymentHouse-box .detail_info .lockList_info .basicsInfo .table .house-data[data-v-d6bfca8e] .ant-select-selection__rendered {
  height: 44px;
  line-height: 44px;
}
.deploymentHouse-box .detail_info .lockList_info .basicsInfo .table .house-data[data-v-d6bfca8e] .ant-select-selection--single {
  height: 45px;
  line-height: 46px;
}
.deploymentHouse-box .detail_info .lockList_info .basicsInfo .table .house-data .commonStyle[data-v-d6bfca8e] {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #f6f7fb;
  border: 1px solid #EEEEEE;
  text-align: center;
  border-radius: 50%;
  margin-top: 13px;
}
.deploymentHouse-box .detail_info .lockList_info .basicsInfo .table .house-data .splitStyle[data-v-d6bfca8e] {
  border-left: 1px dashed #EEEEEE;
  width: 1px;
  height: 20px;
  margin-top: 13px;
  padding-right: 0px;
}
.deploymentHouse-box .detail_info .lockList_info .basicsInfo .table .house-data .unEditStyle[data-v-d6bfca8e] {
  color: #999999;
}
.deploymentHouse-box .detail_info .lockList_info .basicsInfo .table .house-data .editStyle[data-v-d6bfca8e] {
  color: #165Dff;
}
.deploymentHouse-box .detail_info .lockList_info .contFoot[data-v-d6bfca8e] {
  margin-top: 15px;
  height: 56px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #fff;
}
.deploymentHouse-box .detail_info .lockList_info .contFoot[data-v-d6bfca8e] .ant-pagination {
  margin-right: 0px;
}
.deploymentHouse-box .detail_info .lockList_info .leftWarningStyle[data-v-d6bfca8e] {
  margin-top: 15px;
  height: 56px;
  line-height: 56px;
}
.deploymentHouse-box .detail_info .lockList_info .warningStyle[data-v-d6bfca8e] {
  color: #FFA036;
  font-size: 13px;
}
.deploymentHouse-box .detail_info .lockList_info .goAddStyle[data-v-d6bfca8e] {
  color: #165Dff;
  font-size: 13px;
  margin-left: 10px;
}
.deploymentHouse-box .detail_info .operateStyle[data-v-d6bfca8e] {
  width: 100%;
  line-height: 21px;
  padding: 9px 0 9px 10px;
  background: #f6f7f8;
  border-radius: 4px;
  color: #777777;
  font-size: 14px;
}
.deploymentHouse-box .detail_info .buttonDiv .formItemMarginButton[data-v-d6bfca8e] {
  width: 120px;
  height: 40px;
  margin-left: 18px;
}
.deploymentHouse-box .detail_info .buttonDiv .cancelFont[data-v-d6bfca8e] {
  color: #666666;
}
.deploymentHouse-box .detail_info .buttonDiv .saveFont[data-v-d6bfca8e] {
  color: #ffffff;
  background-color: #165Dff;
}

.configAsset-box-common[data-v-42f924c1] {
  padding: 20px;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}
.configAsset-box-roomType[data-v-42f924c1] {
  padding: 0 0 20px 0;
}
.configAsset-box .selectStyle[data-v-42f924c1] {
  margin-top: 10px;
}
.configAsset-box .selectStyle .item[data-v-42f924c1] {
  height: 21px;
  line-height: 21px;
  width: 20%;
  margin: 8px 0;
}
.configAsset-box .selectStyle .item .iconStyle i[data-v-42f924c1] {
  vertical-align: -0.22em;
  width: 16px;
  height: 16px;
}
.configAsset-box .selectStyle .item .iconStyle i[data-v-42f924c1] svg {
  width: 16px;
  height: 16px;
}
.configAsset-box .selectStyle .selectedStyle[data-v-42f924c1] {
  font-size: 14px;
  color: #111111;
}
.configAsset-box .selectStyle .unSelectStyle[data-v-42f924c1] {
  font-size: 14px;
  color: #777777;
}
.configAsset-box .selectStyle .editStyle[data-v-42f924c1] {
  width: 16px;
  height: 16px;
  background: #f6f7f8;
  border-radius: 2px;
  text-align: center;
}
.configAsset-box .selectStyle .selectedStyle1[data-v-42f924c1] {
  font-size: 12px;
  color: #165Dff;
}
.configAsset-box .selectStyle .selectedStyle2[data-v-42f924c1] {
  font-size: 12px;
  color: #777777;
}
.configAsset-box .selectStyle .selectItemStyle[data-v-42f924c1] {
  width: 960px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(187, 187, 187, 0.1);
  border: 1px solid #f4f4f4;
  margin-bottom: 15px;
  position: relative;
  border-radius: 4px;
}
.configAsset-box .selectStyle .selectItemStyle .basicsInfo[data-v-42f924c1] {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 10px;
}
.configAsset-box .selectStyle .selectItemStyle .basicsInfo .table[data-v-42f924c1] {
  width: 940px;
  border-left: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  font-size: 12px;
  border-radius: 4px;
}
.configAsset-box .selectStyle .selectItemStyle .basicsInfo .table .table-title[data-v-42f924c1] {
  width: 940px;
  display: flex;
  background: #f7f8fb;
  color: #777777;
  font-size: 13px;
  border-radius: 4px 4px 0px 0px;
}
.configAsset-box .selectStyle .selectItemStyle .basicsInfo .table .table-title > div[data-v-42f924c1] {
  flex: 1;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
}
.configAsset-box .selectStyle .selectItemStyle .basicsInfo .table .house-data[data-v-42f924c1] {
  width: 940px;
  display: flex;
  color: #111111;
  font-size: 13px;
  border-radius: 0px 0px 4px 4px;
  background: #ffffff;
}
.configAsset-box .selectStyle .selectItemStyle .basicsInfo .table .house-data > div[data-v-42f924c1] {
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  padding-left: 10px;
}
.configAsset-box .titleStyle[data-v-42f924c1] {
  font-size: 16px;
  color: #111111;
  font-weight: 500;
}
.configAsset-box .buttonDiv .formItemMarginButton[data-v-42f924c1] {
  width: 120px;
  height: 40px;
  margin-left: 18px;
}
.configAsset-box .buttonDiv .cancelFont[data-v-42f924c1] {
  color: #666666;
}
.configAsset-box .buttonDiv .saveFont[data-v-42f924c1] {
  color: #ffffff;
  background-color: #165Dff;
}

.communityChangeWarn-box[data-v-33e859f2] {
  padding: 35px;
}
.communityChangeWarn-box .line1Style[data-v-33e859f2] {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  text-align: center;
}
.communityChangeWarn-box .line2Style[data-v-33e859f2] {
  color: #333333;
  font-size: 14px;
  margin-top: 8px;
  text-align: center;
}
.communityChangeWarn-box .line3Style[data-v-33e859f2] {
  color: #777777;
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
  border-radius: 4px;
}
.communityChangeWarn-box .line4Style[data-v-33e859f2] {
  width: 120px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #165Dff;
  color: #ffffff;
  margin: 0 auto;
  border-radius: 4px;
  font-size: 14px;
}

.buyResult-box .color1[data-v-5342a53c] {
  color: #111111;
}
.buyResult-box .color2[data-v-5342a53c] {
  color: #666666;
}
.buyResult-box .color3[data-v-5342a53c] {
  color: #165Dff;
}
.buyResult-box .color4[data-v-5342a53c] {
  color: #FFA036;
}
.buyResult-box .firstStyle[data-v-5342a53c] {
  margin: 24px 20px 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #DDDDDD;
}
.buyResult-box .firstStyle .province-box[data-v-5342a53c] {
  margin-left: 5px;
  margin-right: 3px;
  color: #ffffff;
  width: 14px;
  height: 14px;
  background: #FFA036;
  border-radius: 2px;
}
.buyResult-box .secondStyle[data-v-5342a53c] {
  padding: 19px 0 32px 0;
  width: 100%;
  text-align: center;
}
.buyResult-box .secondStyle .imgStyle[data-v-5342a53c] {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border: 1px solid #999999;
  margin-bottom: 10px;
}
.buyResult-box .secondStyle .imgStyle img[data-v-5342a53c] {
  width: 198px;
  height: 198px;
}
.buyResult-box .secondStyle .iconStyle[data-v-5342a53c] svg {
  width: 25px;
  height: 25px;
}

.service-agreement-box[data-v-28b67f56] {
  width: 100%;
  height: calc(100vh - 100px);
}
.service-agreement-box .title[data-v-28b67f56] {
  margin-bottom: 24px;
  color: #111111;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.service-agreement-box .content[data-v-28b67f56] {
  height: calc(100vh - 210px);
  overflow: auto;
  padding: 0 20px 0 20px;
  color: #111111;
  font-size: 14px;
  line-height: 20px;
}
.service-agreement-box .content .cont-item[data-v-28b67f56] {
  font-size: 14px;
  margin-top: 8px;
}
.service-agreement-box .content .cont-tit[data-v-28b67f56] {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
}
.service-agreement-box .footer[data-v-28b67f56] {
  text-align: center;
  margin-top: 30px;
  color: #0A87F8;
  font-size: 18px;
}

.memberMudule-box .color1[data-v-3a02fe0b] {
  color: #111111;
}
.memberMudule-box .color2[data-v-3a02fe0b] {
  color: #666666;
}
.memberMudule-box .color3[data-v-3a02fe0b] {
  color: #FFA036;
}
.memberMudule-box .color4[data-v-3a02fe0b] {
  color: #165Dff;
}
.memberMudule-box .color5[data-v-3a02fe0b] {
  color: #777777;
}
.memberMudule-box .memberMudule-top[data-v-3a02fe0b] {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding-top: 20px;
  background: #f6f7f8;
  border-radius: 8px 8px 0px 0px;
}
.memberMudule-box .memberMudule-top .closableBtn[data-v-3a02fe0b] {
  position: absolute;
  top: 36px;
  right: 30px;
  width: 24px;
  height: 24px;
}
.memberMudule-box .memberMudule-top .urseImg[data-v-3a02fe0b] {
  margin: 0 20px 14px 30px;
  text-align: center;
  width: 62px;
  height: 62px;
  line-height: 62px;
  background: rgba(22, 93, 255, 0.1);
  border-radius: 50%;
  font-size: 32px;
  font-weight: 600;
  color: #165Dff;
}
.memberMudule-box .memberMudule-top .memberMudule-title[data-v-3a02fe0b] {
  padding: 5px 0;
}
.memberMudule-box .memberMudule-top .memberMudule-title .memberMudule-title1[data-v-3a02fe0b] {
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  line-height: 22px;
}
.memberMudule-box .memberMudule-top .memberMudule-title .memberMudule-title2[data-v-3a02fe0b] {
  margin-top: 8px;
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #FFA036;
}
.memberMudule-box .selectMember[data-v-3a02fe0b] {
  display: flex;
  justify-content: flex-start;
  height: 46px;
  line-height: 46px;
  position: relative;
  overflow: hidden;
}
.memberMudule-box .selectMember .selectMember-item[data-v-3a02fe0b] {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.memberMudule-box .selectMember .crownBox[data-v-3a02fe0b] {
  color: #ffce66;
}
.memberMudule-box .selectMember .unSelectedBrandStyle[data-v-3a02fe0b] {
  position: relative;
  background: #ffffff;
  color: #165Dff;
  font-size: 16px;
  text-align: center;
}
.memberMudule-box .selectMember .unSelectedBrandStyle .itemBox[data-v-3a02fe0b] {
  padding: 0 17px;
  background: #ebeced;
  opacity: 0.99;
}
.memberMudule-box .selectMember .selectedBrandStyle[data-v-3a02fe0b] {
  color: #165Dff;
  background: #ebeced;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.memberMudule-box .selectMember .selectedBrandStyle .itemBox[data-v-3a02fe0b] {
  background: #ffffff;
  opacity: 0.99;
}
.memberMudule-box .selectMember .leftGrade .itemBox[data-v-3a02fe0b] {
  border-bottom-right-radius: 16px;
}
.memberMudule-box .selectMember .rightGrade .itemBox[data-v-3a02fe0b] {
  border-bottom-left-radius: 16px;
}
.memberMudule-box .selectMember .LeftSelected .itemBox[data-v-3a02fe0b] {
  border-top-left-radius: 16px;
}
.memberMudule-box .selectMember .rightSelected .itemBox[data-v-3a02fe0b] {
  border-top-right-radius: 16px;
}
.memberMudule-box .selectMember .rightBox .itemBox[data-v-3a02fe0b]::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 1px;
  height: 28px;
  background-color: #bbbbbb;
  border-radius: 1px;
}
.memberMudule-box .selectMember .leftBox .itemBox[data-v-3a02fe0b]::before {
  content: '';
  position: absolute;
  top: 9px;
  right: 0;
  width: 1px;
  height: 28px;
  background-color: #bbbbbb;
  border-radius: 1px;
}
.memberMudule-box .selectMember .selectedSpan[data-v-3a02fe0b] {
  border-bottom: 2px solid #165Dff;
}
.memberMudule-box .selectMember .rightArrowMenber[data-v-3a02fe0b] {
  position: absolute;
  height: 26px;
  line-height: 26px;
  width: 26px;
  text-align: center;
  top: 10px;
  right: 15px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.06);
}
.memberMudule-box .selectMember .rightArrowMenber .btn-font[data-v-3a02fe0b] {
  font-size: 26px;
  color: #FFA036;
}
.memberMudule-box .selectMember .leftArrowMenber[data-v-3a02fe0b] {
  position: absolute;
  height: 26px;
  line-height: 26px;
  width: 26px;
  text-align: center;
  top: 10px;
  left: 15px;
  transform: rotate(180deg);
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.06);
}
.memberMudule-box .selectMember .leftArrowMenber .btn-font[data-v-3a02fe0b] {
  font-size: 26px;
  color: #FFA036;
}
.memberMudule-box .garyBg[data-v-3a02fe0b] {
  background: #ebeced;
}
.memberMudule-box .whiteBg[data-v-3a02fe0b] {
  background: #ffffff;
}
.memberMudule-box .effective-box[data-v-3a02fe0b] {
  width: 800px;
  height: 50px;
  background: #fff1e1;
  border-radius: 5px;
  line-height: 28px;
  padding: 11px 20px;
}
.memberMudule-box .effective-box .color4[data-v-3a02fe0b] {
  display: inline-block;
  text-align: center;
  width: 110px;
  height: 28px;
  color: #ffffff;
  background: #FFA036;
  border-radius: 14px;
}
.memberMudule-box .buy-time-box[data-v-3a02fe0b] {
  position: relative;
  overflow: hidden;
}
.memberMudule-box .buy-time-box .rightArrow[data-v-3a02fe0b] {
  position: absolute;
  height: 200px;
  line-height: 200px;
  width: 36px;
  text-align: center;
  top: 20px;
  right: 0;
  color: #165Dff;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.06);
}
.memberMudule-box .buy-time-box .leftArrow[data-v-3a02fe0b] {
  position: absolute;
  height: 200px;
  line-height: 200px;
  width: 36px;
  text-align: center;
  top: 20px;
  left: 0;
  color: #165Dff;
  transform: rotate(180deg);
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.06);
}
.memberMudule-box .buy-time[data-v-3a02fe0b] {
  position: relative;
  margin-left: 20px;
  padding: 20px 0 20px 0;
  height: 240px;
  overflow: hidden;
  white-space: nowrap;
  background-color: #ffffff;
}
.memberMudule-box .buy-time .buy-time-item[data-v-3a02fe0b] {
  position: absolute;
  top: 20px;
  left: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.memberMudule-box .buy-time .cardItem[data-v-3a02fe0b] {
  margin-right: 20px;
  position: relative;
  text-align: center;
  width: 166px;
  height: 200px;
  background: #ffffff;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  border: 2px solid #eeeeee;
}
.memberMudule-box .buy-time .cardItem .cardItem-tit[data-v-3a02fe0b] {
  width: 162px;
  height: 28px;
  font-size: 20px;
  font-weight: 600;
  color: #8b4900;
  line-height: 28px;
  margin: 38px 0 10px 0;
}
.memberMudule-box .buy-time .cardItem .afterDiscount[data-v-3a02fe0b] {
  height: 53px;
  font-size: 20px;
  font-weight: 300;
  color: #8b4900;
  line-height: 53px;
}
.memberMudule-box .buy-time .cardItem .afterDiscount .money[data-v-3a02fe0b] {
  font-size: 32px;
  font-weight: 500;
}
.memberMudule-box .buy-time .cardItem .beforeDiscount[data-v-3a02fe0b] {
  margin-top: 10px;
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  line-height: 22px;
}
.memberMudule-box .buy-time .cardItem .purchaseLimit[data-v-3a02fe0b] {
  position: absolute;
  top: -14px;
  left: -1px;
  width: 76px;
  height: 28px;
  background: linear-gradient(180deg, #ffce66 0%, #ffa036 100%);
  border-radius: 13px 18px 18px 0px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
}
.memberMudule-box .buy-time .act-item[data-v-3a02fe0b] {
  border: 1px solid #ffcb8c;
  background: #fff8eb;
}
.memberMudule-box .buy-time .act-font[data-v-3a02fe0b] {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 32px;
  background: linear-gradient(180deg, rgba(255, 206, 102, 0.2) 0%, rgba(255, 160, 54, 0.2) 100%);
  line-height: 32px;
  text-align: center;
  border-radius: 0 0 0 32px;
  font-size: 18px;
  color: #8b4900;
}
.memberMudule-box .contentStyle[data-v-3a02fe0b] {
  margin: 0 20px 10px 20px;
  border-radius: 8px;
  background: #f8f9fa;
}
.memberMudule-box .contentStyle .setMeal-cot[data-v-3a02fe0b] {
  padding: 1px 20px 20px 20px;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
}
.memberMudule-box .contentStyle .setMeal-title[data-v-3a02fe0b] {
  margin-top: 20px;
  margin-bottom: 5px;
  height: 22px;
  font-size: 16px;
  font-weight: 600;
  color: #111111;
  line-height: 22px;
}
.memberMudule-box .contentStyle .setMeal-list[data-v-3a02fe0b] {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.memberMudule-box .contentStyle .setMeal-list .setMeal-item[data-v-3a02fe0b] {
  min-width: 80px;
  padding: 0 10px;
  height: 54px;
  background: rgba(217, 226, 255, 0.1);
  border: 1px solid #d9e2ff;
  margin-right: 8px;
  margin-top: 10px;
  border-radius: 4px;
}
.memberMudule-box .contentStyle .setMeal-list .setMeal-item .setMeal-one[data-v-3a02fe0b] {
  margin-top: 9px;
  height: 17px;
  font-size: 14px;
  font-weight: 500;
  color: #0a4790;
  line-height: 17px;
  text-align: center;
}
.memberMudule-box .contentStyle .setMeal-list .setMeal-item .setMeal-two[data-v-3a02fe0b] {
  margin-top: 2px;
  text-align: center;
  height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #0a4790;
  line-height: 18px;
}
.memberMudule-box .contentStyle .setMeal-list .giveAway[data-v-3a02fe0b] {
  background-color: rgba(255, 237, 217, 0.1);
  border: 1px solid #ffedd9;
}
.memberMudule-box .contentStyle .setMeal-list .giveAway .setMeal-one[data-v-3a02fe0b],
.memberMudule-box .contentStyle .setMeal-list .giveAway .setMeal-two[data-v-3a02fe0b] {
  color: #8b4900;
}
.memberMudule-box .contentStyle .description-box[data-v-3a02fe0b] {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  line-height: 18px;
}
.memberMudule-box .btnStyle[data-v-3a02fe0b] {
  padding: 20px;
  height: 85px;
  line-height: 45px;
}
.memberMudule-box .btnStyle .buyStyle[data-v-3a02fe0b] {
  margin-top: 4px;
  width: 128px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  background: #FFA036;
  border-radius: 19px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}
.memberMudule-box .btnStyle .popover-box[data-v-3a02fe0b] {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
}
.memberMudule-box .btnStyle .popover-box .popover1[data-v-3a02fe0b] {
  width: 90px;
  margin-right: 4px;
  color: #333333;
}
.memberMudule-box .btnStyle .popover-box .popover2[data-v-3a02fe0b] {
  min-width: 80px;
  margin-right: 4px;
  color: #FFA036;
}
.memberMudule-box .btnStyle .popover-box .popover3[data-v-3a02fe0b] {
  margin-right: 2px;
  color: #777777;
}
.memberMudule-box .btnStyle .popover-box .popover4[data-v-3a02fe0b] {
  min-width: 80px;
  color: #165Dff;
}

.buySuccess-box .iconStyle[data-v-137a8bfc] {
  padding: 56px 0 19px;
}
.buySuccess-box .iconStyle[data-v-137a8bfc] svg {
  width: 48px;
  height: 48px;
}
.buySuccess-box .fontStyle1[data-v-137a8bfc] {
  color: #111111;
  font-size: 16px;
}
.buySuccess-box .fontStyle2[data-v-137a8bfc] {
  color: #111111;
  font-size: 14px;
}

.baseMudule-box[data-v-ab9e5274] {
  padding: 20px;
}
.baseMudule-box .color1[data-v-ab9e5274] {
  color: #111111;
}
.baseMudule-box .color2[data-v-ab9e5274] {
  color: #666666;
}
.baseMudule-box .color3[data-v-ab9e5274] {
  color: #FFA036;
}
.baseMudule-box .color4[data-v-ab9e5274] {
  color: #165Dff;
}
.baseMudule-box .contentStyle .itemStyle .itemLeftStyle[data-v-ab9e5274] {
  width: 70px;
}
.baseMudule-box .contentStyle .itemStyle .itemRightStyle[data-v-ab9e5274] {
  width: calc(100% - 70px);
}
.baseMudule-box .contentStyle .itemStyle .itemRightStyle .yearItemStyle[data-v-ab9e5274] {
  width: 92px;
  text-align: center;
  height: 28px;
  line-height: 28px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.baseMudule-box .contentStyle .itemStyle .itemRightStyle .yearItemStyle .triangle-bottom-right-click[data-v-ab9e5274] {
  position: absolute;
  width: 0;
  border: 10px solid #165Dff;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom-right-radius: 4px;
  bottom: 0px;
  right: 0px;
}
.baseMudule-box .contentStyle .itemStyle .itemRightStyle .yearItemStyle .triangle-bottom-right-choose[data-v-ab9e5274] {
  position: absolute;
  color: #ffffff;
  bottom: 0px;
  right: 0px;
}
.baseMudule-box .contentStyle .itemStyle .itemRightStyle .selectedItem[data-v-ab9e5274] {
  border: 1px solid #165Dff !important;
  color: #165Dff;
  font-weight: 500;
}
.baseMudule-box .contentStyle .itemStyle .itemRightStyle .tipStyle[data-v-ab9e5274] {
  width: 400px;
  height: 100px;
  background: #F6F7F8;
  border-radius: 4px;
}
.baseMudule-box .contentStyle .itemStyle .itemRightStyle .tipStyle .topStyle[data-v-ab9e5274] {
  width: 400px;
  height: 32px;
  line-height: 32px;
  background: #f0f1f2;
  border-radius: 4px;
  padding-left: 10px;
}
.baseMudule-box .contentStyle .itemStyle .itemRightStyle .original-price[data-v-ab9e5274] {
  margin-left: 2px;
  text-decoration: line-through;
  font-size: 12px;
  color: #777777;
}
.baseMudule-box .contentStyle .itemStyle .itemRightStyle[data-v-ab9e5274] .ant-input {
  font-weight: bold;
  color: #111111;
}
.baseMudule-box .btnStyle[data-v-ab9e5274] {
  margin-top: 57px;
  height: 45px;
  line-height: 45px;
}
.baseMudule-box .btnStyle .buyStyle[data-v-ab9e5274] {
  margin-top: 4px;
  width: 128px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  background: #FFA036;
  border-radius: 19px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}


.baseModuleBusiness-box[data-v-0c1c093a] {
}

.repeatHouse-box[data-v-7328fef4] {
  padding: 20px;
}
.repeatHouse-box .titleStyle .titleStyle1[data-v-7328fef4] {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
}
.repeatHouse-box .titleStyle .titleStyle2[data-v-7328fef4] {
  font-size: 16px;
  font-weight: 500;
  color: #fb4246;
}
.repeatHouse-box .titleStyle .titleStyle3[data-v-7328fef4] {
  font-size: 12px;
  font-weight: 500;
  color: #ffa036;
}
.repeatHouse-box .basicsInfo[data-v-7328fef4] {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.repeatHouse-box .basicsInfo .table[data-v-7328fef4] {
  width: 956px;
  border-left: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  font-size: 12px;
}
.repeatHouse-box .basicsInfo .table .table-title[data-v-7328fef4] {
  display: flex;
  background: #f6f7fb;
  color: #666666;
}
.repeatHouse-box .basicsInfo .table .table-title > div[data-v-7328fef4] {
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.repeatHouse-box .basicsInfo .table .table-title .mustFill[data-v-7328fef4] {
  margin-left: 2px;
  color: #FB4246;
}
.repeatHouse-box .basicsInfo .table .house-data[data-v-7328fef4] {
  display: flex;
}
.repeatHouse-box .basicsInfo .table .house-data > div[data-v-7328fef4] {
  flex: 1;
  height: 46px;
  line-height: 46px;
  text-align: left;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  background-color: #ffffff;
  color: #333333;
  font-size: 14px;
}
.repeatHouse-box .basicsInfo .table .house-data > div .delete-icon[data-v-7328fef4] {
  color: #FB4246;
  font-size: 14px;
}
.repeatHouse-box .basicsInfo .table .house-data .continueAddStyle[data-v-7328fef4] {
  font-size: 14px;
  color: #165Dff;
  text-align: center !important;
}
.repeatHouse-box .basicsInfo .table .house-data .continueAddStyle i[data-v-7328fef4] {
  vertical-align: 0em;
  margin-right: 8px;
}
.repeatHouse-box .basicsInfo .table .house-data .continueAddStyle[data-v-7328fef4] svg {
  width: 12px;
  height: 12px;
}
.repeatHouse-box .basicsInfo .table .house-data .operateStyle .width-59[data-v-7328fef4] {
  width: 59px;
}
.repeatHouse-box .basicsInfo .table .house-data .operateStyle .width-101[data-v-7328fef4] {
  width: 101px;
}
.repeatHouse-box .basicsInfo .table .house-data .operateStyle .width-87[data-v-7328fef4] {
  width: 87px;
}
.repeatHouse-box .basicsInfo .table .house-data .operateStyle .width-66[data-v-7328fef4] {
  width: 66px;
}
.repeatHouse-box .basicsInfo .table .house-data .operateStyle .width-52[data-v-7328fef4] {
  width: 52px;
}
.repeatHouse-box .basicsInfo .table .house-data .operateStyle .checkedStyle[data-v-7328fef4] {
  color: #165Dff;
  margin-left: 6px;
}
.repeatHouse-box .basicsInfo .table .house-data .operateStyle .itemStyle[data-v-7328fef4] {
  border-radius: 2px;
  height: 24px;
  line-height: 24px;
  margin: 11px 10px 11px 0;
  padding-left: 5px;
}
.repeatHouse-box .basicsInfo .table .house-data .operateStyle .selected[data-v-7328fef4] {
  background: #f5f7fe;
  color: #333333;
}
.repeatHouse-box .basicsInfo .table .house-data .operateStyle .unSelect[data-v-7328fef4] {
  background: #f4f4f4;
  color: #777777;
}
.repeatHouse-box .basicsInfo .table .mustFillStyle[data-v-7328fef4] svg {
  width: 12px;
  height: 12px;
}
.repeatHouse-box .basicsInfo .table .mustFillStyle .mustFillFont[data-v-7328fef4] {
  color: #777777;
  font-size: 13px;
}
.repeatHouse-box .basicsInfo .table .mustFillStyle .mustFillFont .editStyle[data-v-7328fef4] {
  margin-right: 2px;
  color: #777777;
}
.repeatHouse-box .operateStyle[data-v-7328fef4] {
  text-align: center;
  font-size: 16px;
  color: #165Dff;
}

.pic[data-v-5109e684] {
  width: 174px;
  height: 116px;
}
.pic img[data-v-5109e684] {
  height: 116px;
}
.pic .check-pic[data-v-5109e684] {
  padding-top: 40px;
}
.enclosure[data-v-5109e684] {
  width: 120px;
  height: 76px;
}
.enclosure img[data-v-5109e684] {
  height: 76px;
}
.enclosure .check-pic[data-v-5109e684] {
  padding-top: 18px;
}
.enclosure[data-v-5109e684] .ant-upload.ant-upload-select-picture-card > .ant-upload {
  padding: 0;
  width: 120px;
  height: 76px;
}
.rotation[data-v-5109e684] {
  width: 174px;
  height: 98px;
}
.rotation img[data-v-5109e684] {
  height: 98px;
}
.rotation .check-pic[data-v-5109e684] {
  padding-top: 18px;
}
.rotation[data-v-5109e684] .ant-upload.ant-upload-select-picture-card > .ant-upload {
  padding: 0;
  width: 174px;
  height: 98px;
}
.file-list[data-v-5109e684] {
  position: relative;
  margin: 0 10px 10px 0;
  border-radius: 4px;
  cursor: pointer;
}
.file-list .top[data-v-5109e684] {
  position: absolute;
  top: 0;
  color: #ffffff;
  text-align: center;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
}
.file-list .top .pic-name[data-v-5109e684] {
  padding: 0 10px;
  max-width: 100px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px 0px 5px 0px;
}
.file-list .top .close[data-v-5109e684] {
  padding-top: 2px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0px 5px 0px 5px;
}
.file-list .upload-content[data-v-5109e684] {
  position: absolute;
}
.file-list .upload-content .uploading[data-v-5109e684] {
  color: #777777;
}
.file-list .upload-content .percent-line[data-v-5109e684] {
  height: 2px;
  background-color: #165Dff;
}
.file-list img[data-v-5109e684] {
  background-color: #f6f7f8;
  border-radius: 4px;
}
.file-list .check-pic-type[data-v-5109e684] {
  padding: 15px 8px;
  font-size: 12px;
  border-radius: 4px;
  text-align: center;
  background-color: #F6F7F8;
  cursor: pointer;
  color: #777777;
}
.file-list .check-pic-type[data-v-5109e684] {
  background-color: #BBBBBB;
}
.file-list .check-pic-type li[data-v-5109e684] {
  float: left;
  margin: 0 0 10px 10px;
  width: 40px;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
}
.file-list .check-pic-type li[data-v-5109e684]:hover {
  border-color: #165Dff;
  color: #165Dff;
}
.file-list .pic-img-list[data-v-5109e684] {
  height: 116px;
  width: 174px;
  margin-right: 10px;
}
.file-list .pic-img-list > div[data-v-5109e684] {
  width: 100%;
  height: 100%;
  line-height: 116px;
  background-color: #f6f7f8;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
}
.file-list .pic-img-list > div img[data-v-5109e684] {
  width: auto;
  max-width: 174px;
  height: auto;
  max-height: 116px;
  overflow: hidden;
}
.file-list .enclosure-img-list[data-v-5109e684] {
  height: 76px;
  width: 120px;
  margin-right: 10px;
}
.file-list .enclosure-img-list > div[data-v-5109e684] {
  width: 100%;
  height: 100%;
  line-height: 76px;
  background-color: #f6f7f8;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
}
.file-list .enclosure-img-list > div img[data-v-5109e684] {
  width: auto;
  max-width: 120px;
  height: auto;
  max-height: 76px;
  overflow: hidden;
}
.file-list .rotation-img-list[data-v-5109e684] {
  height: 98px;
  width: 174px;
  margin-right: 10px;
}
.file-list .rotation-img-list > div[data-v-5109e684] {
  width: 100%;
  height: 100%;
  line-height: 98px;
  background-color: #f6f7f8;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
}
.file-list .rotation-img-list > div img[data-v-5109e684] {
  width: auto;
  max-width: 174px;
  height: auto;
  max-height: 98px;
  overflow: hidden;
}
.file-list .bottom-name-style[data-v-5109e684] {
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 22px;
  line-height: 22px;
  color: #777777;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 0 5px;
  border-radius: 0 0 4px 4px;
}
.picStyle[data-v-5109e684] .ant-upload.ant-upload-select-picture-card {
  width: 174px;
  height: 116px;
}
.enclosureStyle[data-v-5109e684] .ant-upload.ant-upload-select-picture-card {
  width: 120px;
  height: 76px;
}
.rotationStyle[data-v-5109e684] .ant-upload.ant-upload-select-picture-card {
  width: 174px;
  height: 98px;
}
.upload[data-v-5109e684] .ant-upload.ant-upload-select-picture-card > .ant-upload {
  padding: 0;
}
.upload[data-v-5109e684] .ant-upload-list-picture-card .ant-upload-list-item {
  padding: 0;
  border: none;
}
.upload .check-pic-type[data-v-5109e684] {
  padding: 12px 8px;
  font-size: 12px;
  border-radius: 4px;
  text-align: center;
  background-color: #F6F7F8;
  cursor: pointer;
  color: #777777;
}
.upload .check-pic-type[data-v-5109e684] {
  background-color: #BBBBBB;
}
.upload .check-pic-type li[data-v-5109e684] {
  float: left;
  margin: 0 0 10px 10px;
  width: 40px;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
}
.upload .check-pic-type li[data-v-5109e684]:hover {
  border-color: #165Dff;
  color: #165Dff;
}
.picQrCode[data-v-5109e684] {
  width: 118px;
  height: 118px;
}
.picQrTip[data-v-5109e684] {
  width: 120px;
  height: 118px;
}
.enclosureQrCode[data-v-5109e684] {
  width: 76px;
  height: 76px;
}
.enclosureQrTip[data-v-5109e684] {
  padding-top: 3px;
  width: 120px;
  height: 80px;
}
.rotationQrCode[data-v-5109e684] {
  width: 98px;
  height: 98px;
}
.rotationQrTip[data-v-5109e684] {
  width: 120px;
  height: 98px;
}
.qrCodeStyle .qrImgStyle[data-v-5109e684] {
  background: #f6f7f8;
  border-radius: 4px 0 0 4px;
  border: 1px dashed #dddddd;
}
.qrCodeStyle .qrImgStyle .qrCodeUnValidStyle[data-v-5109e684] {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}
.qrCodeStyle .qrTipStyle[data-v-5109e684] {
  padding-left: 10px;
  border: 1px dashed #dddddd;
  border-left: none;
  font-size: 12px;
  border-radius: 0 4px 4px 0;
}
.tips[data-v-5109e684] {
  font-size: 12px;
  line-height: 24px;
  color: #777777;
}
.bgColorStyle[data-v-5109e684] {
  background: #f4f5f7;
}
.animate-box[data-v-5109e684] {
  flex-wrap: wrap;
  animation: skeleton-blink-5109e684 1.2s ease infinite;
  -webkit-animation: skeleton-blink-5109e684 1.2s ease infinite;
  background-image: linear-gradient(90deg, #f0f0f0 25%, #e3e3e3 37%, #f0f0f0 63%);
  background-size: 400% 100%;
}
@keyframes skeleton-blink-5109e684 {
0% {
    background-position: 100% 50%;
}
to {
    background-position: 0 50%;
}
}

.timePeriodSetting[data-v-fd631f06] {
  border-bottom: 1px solid #dddddd;
  padding: 0 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 33px;
}
.timePeriodSetting.disabled[data-v-fd631f06] {
  background: #f5f5f5;
  cursor: not-allowed;
}
.timePeriodSetting.disabled span[data-v-fd631f06] {
  color: rgba(0, 0, 0, 0.25) !important;
}
.timePeriodSettingContentWrap .headerStyle[data-v-fd631f06] {
  height: 40px;
  line-height: 40px;
  background: #e9f1ff;
  padding-left: 20px;
}
.timePeriodSettingContentWrap .priceRuleListWrap[data-v-fd631f06] {
  padding: 20px;
  background-color: #fff;
}
.timePeriodSettingContentWrap .priceRuleListWrap .priceRuleItem[data-v-fd631f06] {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  height: 36px;
}
.timePeriodSettingContentWrap .priceRuleListWrap .priceRuleItem .timePeriodWrap[data-v-fd631f06] {
  display: flex;
  align-items: center;
}
.timePeriodSettingContentWrap .priceRuleListWrap .priceRuleItem .timePeriodWrap .beginTimeWrap[data-v-fd631f06] {
  width: 100px;
  height: 100%;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  background: #f6f7f8;
  display: flex;
  align-items: center;
  padding-left: 8px;
}
.timePeriodSettingContentWrap .priceRuleListWrap .priceRuleItem .timePeriodWrap span[data-v-fd631f06] {
  margin: 0 10px;
}
.timePeriodSettingContentWrap .priceRuleListWrap .priceRuleItem .timePeriodWrap .endTimeWrap[data-v-fd631f06],
.timePeriodSettingContentWrap .priceRuleListWrap .priceRuleItem .timePeriodWrap .firstBeginTime[data-v-fd631f06] {
  border: 1px solid #e8e8e8;
  width: 100px;
  padding-left: 2px;
}
.timePeriodSettingContentWrap .priceRuleListWrap .priceRuleItem .timePeriod[data-v-fd631f06],
.timePeriodSettingContentWrap .priceRuleListWrap .priceRuleItem .timePeriodWrap[data-v-fd631f06] {
  width: 234px;
  height: 36px;
  margin-right: 8px;
}
.timePeriodSettingContentWrap .priceRuleListWrap .priceRuleItem .basePrice[data-v-fd631f06] {
  display: flex;
  align-items: center;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  padding-right: 6px;
  width: 170px;
  flex: 0 0 auto;
}
.timePeriodSettingContentWrap .priceRuleListWrap .priceRuleItem .basePrice .txt[data-v-fd631f06] {
  width: 50px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-right: 1px solid #eeeeee;
  margin-right: 8px;
}
.timePeriodSettingContentWrap .priceRuleListWrap .priceRuleItem .basePrice .txt i[data-v-fd631f06] {
  color: #ff0000;
  margin-left: 2px;
  font-style: normal;
}
.timePeriodSettingContentWrap .priceRuleListWrap .priceRuleItem .basePrice .ant-input-affix-wrapper[data-v-fd631f06] {
  border: 0;
}
.timePeriodSettingContentWrap .priceRuleListWrap .priceRuleItem .operationWrap[data-v-fd631f06] {
  display: flex;
  align-items: center;
  margin-left: 16px;
  height: 100%;
  justify-content: space-between;
  flex: 1;
}
.timePeriodSettingContentWrap .priceRuleListWrap .priceRuleItem .operationWrap .btn[data-v-fd631f06] {
  color: #165Dff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}
.timePeriodSettingContentWrap .priceRuleListWrap .priceRuleItem .operationWrap .btn .anticon[data-v-fd631f06] {
  font-size: 22px;
  cursor: pointer;
}
.timePeriodSettingContentWrap .priceRuleListWrap .priceRuleItem .operationWrap .reductionBtn[data-v-fd631f06] {
  color: #ff0000;
}
.timePeriodSettingContentWrap .priceRuleListWrap .otherTime .timePeriod[data-v-fd631f06] {
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  background: #f6f7f8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.timePeriodSettingContentWrap .buttonDiv[data-v-fd631f06] {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}
.timePeriodSettingContentWrap .buttonDiv .formItemMarginButton[data-v-fd631f06] {
  width: 120px;
  height: 40px;
  margin-left: 18px;
}
.timePeriodSettingContentWrap .buttonDiv .cancelFont[data-v-fd631f06] {
  color: #666666;
}
.timePeriodSettingContentWrap .buttonDiv .saveFont[data-v-fd631f06] {
  color: #ffffff;
  background-color: #165Dff;
}
.listWrap[data-v-fd631f06] {
  min-width: 300px;
}
.listWrap .listItem[data-v-fd631f06] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #777;
  margin-bottom: 10px;
}
.listWrap .listItem[data-v-fd631f06]:last-child {
  margin-bottom: 0;
}
.listWrap .listItem .left[data-v-fd631f06] {
  width: 200px;
  flex: 0 0 auto;
}
.listWrap .listItem .right span[data-v-fd631f06] {
  color: #165Dff;
}

.ant-checkbox-wrapper[data-v-263196e0] span:nth-of-type(2) {
  padding: 0 5px !important;
}
.renterConfig-box[data-v-263196e0] {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.renterConfig-box .headerStyle[data-v-263196e0] {
  height: 40px;
  line-height: 40px;
  background: #e9f1ff;
  padding-left: 20px;
}
.renterConfig-box .contentStyle[data-v-263196e0] {
  padding: 12px 20px 20px 20px;
}
.renterConfig-box .contentStyle .priceStyle .itemStyle[data-v-263196e0] {
  width: 168px;
  margin-right: 30px;
}
.renterConfig-box .contentStyle .priceStyle .itemStyle[data-v-263196e0] .ant-select-selector {
  height: 33px;
  line-height: 33rpx;
}
.renterConfig-box .contentStyle .priceStyle .itemStyle .line[data-v-263196e0] {
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #ccc;
}
.renterConfig-box .contentStyle .priceStyle .itemStyle .slottitle[data-v-263196e0] {
  margin-top: 6px;
  font-size: 16px;
  color: #111111;
  font-weight: 500;
  height: 24px;
  line-height: 24px;
  margin-bottom: 4px;
}
.renterConfig-box .contentStyle .priceStyle .itemStyle .right-line2[data-v-263196e0] {
  position: relative;
}
.renterConfig-box .contentStyle .priceStyle .itemStyle .right-line2[data-v-263196e0] .ant-input-prefix {
  margin-left: 10px;
}
.renterConfig-box .contentStyle .priceStyle .itemStyle .right-line2[data-v-263196e0]::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 5px;
  width: 1px;
  height: 16px;
  background: #ccc;
}
.renterConfig-box .contentStyle .priceStyle .itemStyle .right-line[data-v-263196e0] {
  position: relative;
}
.renterConfig-box .contentStyle .priceStyle .itemStyle .right-line[data-v-263196e0]::after {
  content: '';
  position: absolute;
  top: 10px;
  left: -6px;
  width: 1px;
  height: 16px;
  background: #ccc;
}
.renterConfig-box .contentStyle .priceStyle .itemStyle .commissionStyle[data-v-263196e0] {
  width: 290px;
  height: 32px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #dddddd;
  padding: 0 0 0 6px;
}
.renterConfig-box .contentStyle .priceStyle .itemStyle .commissionStyle .line[data-v-263196e0] {
  display: inline-block;
  width: 1px;
  height: 5px;
  color: #ccc;
}
.renterConfig-box .contentStyle .priceStyle .itemStyle .commissionStyle[data-v-263196e0] .ant-select {
  font-size: 13px;
}
.renterConfig-box .contentStyle .priceStyle .itemStyle .commissionStyle[data-v-263196e0] .ant-select-selection--single {
  height: 30px;
}
.renterConfig-box .contentStyle .priceStyle .itemStyle .commissionStyle[data-v-263196e0] .ant-select-selection__rendered {
  height: 30px;
  line-height: 30px;
}
.renterConfig-box .contentStyle .priceStyle .itemStyle .commissionStyle[data-v-263196e0] .ant-input {
  height: 30px;
}
.renterConfig-box .contentStyle .priceStyle .itemStyle .commissionStyle[data-v-263196e0] .ant-input-affix-wrapper {
  border: none;
}
.renterConfig-box .contentStyle .priceStyle[data-v-263196e0] .label-item .title {
  font-size: 16px;
  color: #111111;
  font-weight: 500;
}
.renterConfig-box .contentStyle .otherExpensesStyle[data-v-263196e0] {
  margin-top: 27px;
}
.renterConfig-box .contentStyle .rentSchemeListStyle[data-v-263196e0] {
  margin-top: 27px;
}
.renterConfig-box .contentStyle .rentSchemeListStyle .periodMonthListStyle[data-v-263196e0] .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 27px;
}
.renterConfig-box .contentStyle .commentStyle[data-v-263196e0] {
  margin-top: 27px;
}
.renterConfig-box .contentStyle .content-row .together-item[data-v-263196e0] {
  margin-bottom: 20px;
}
.renterConfig-box .contentStyle .content-row .together-item .delete-icon[data-v-263196e0] {
  color: #FB4246;
  font-size: 14px;
}
.renterConfig-box .contentStyle .content-row .together-item .together-detail[data-v-263196e0] {
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  text-align: center;
  font-size: 12px;
  border-radius: 4px;
}
.renterConfig-box .contentStyle .content-row .together-item .together-detail .together-title[data-v-263196e0] {
  display: flex;
  background: #f5f7fe;
  text-align: left;
  border-radius: 4px 4px 0 0;
}
.renterConfig-box .contentStyle .content-row .together-item .together-detail .together-title i[data-v-263196e0] {
  vertical-align: -0.2em;
}
.renterConfig-box .contentStyle .content-row .together-item .together-detail .together-title > div[data-v-263196e0] {
  padding: 0px 9px;
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.renterConfig-box .contentStyle .content-row .together-item .together-detail .together-title .must-fill[data-v-263196e0] {
  color: #FB4246;
}
.renterConfig-box .contentStyle .content-row .together-item .together-detail .together-data[data-v-263196e0] {
  position: relative;
  border-radius: 0 0 4px 4px;
  background: #fcfcff;
}
.renterConfig-box .contentStyle .content-row .together-item .together-detail .together-data .together-data-item[data-v-263196e0] {
  flex: 1;
  height: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.renterConfig-box .contentStyle .content-row .together-item .together-detail .together-data .together-data-item .popover[data-v-263196e0]:hover {
  height: 39px;
  line-height: 38px;
  border: 1px solid #165Dff;
  cursor: pointer;
}
.renterConfig-box .contentStyle .content-row .together-item .together-detail .together-data .together-data-item .item-input[data-v-263196e0] {
  border: none;
  padding: 0 8px;
}
.renterConfig-box .contentStyle .content-row .together-item .together-detail .together-data .payPattern[data-v-263196e0] {
  padding: 0 9px;
}
.renterConfig-box .contentStyle .content-row .together-item .together-detail .together-data input[data-v-263196e0] {
  padding: 0 9px;
}
.renterConfig-box .contentStyle .content-row .together-item .together-detail .together-data input[data-v-263196e0]:focus {
  border: 1px solid #165Dff !important;
}
.renterConfig-box .contentStyle .content-row .together-item .together-detail .together-data .select-border[data-v-263196e0] {
  border: 1px solid #165Dff;
}
.renterConfig-box .contentStyle .content-row .together-item .together-detail .together-data .options i[data-v-263196e0],
.renterConfig-box .contentStyle .content-row .together-item .together-detail .together-data .options span[data-v-263196e0] {
  display: inline-block;
  width: 50%;
  height: 39px;
  cursor: pointer;
}
.renterConfig-box .contentStyle .content-row .together-item .together-detail .together-data .options i[data-v-263196e0] {
  line-height: 39px;
  font-size: 14px;
}
.renterConfig-box .contentStyle .content-row .together-item .together-detail .together-data .options span[data-v-263196e0] {
  padding: 3px 4px;
  line-height: 18px;
}
.renterConfig-box .contentStyle .content-row .together-item .together-detail .together-data .togeAddress[data-v-263196e0] {
  padding: 0 9px;
  display: flex;
  width: 100%;
  height: 100%;
}
.renterConfig-box .contentStyle .content-row .together-item .together-detail .together-data .togeAddress[data-v-263196e0] .ant-select-selection__rendered {
  margin-left: 1px;
  margin-top: 3px;
}
.renterConfig-box .contentStyle .content-row .together-item .together-detail .together-data .togeAddress[data-v-263196e0] .ant-select-dropdown-menu li {
  text-align: left;
}
.renterConfig-box .contentStyle .content-row .together-item .together-detail .together-data .house-data-item-left[data-v-263196e0] {
  margin-left: 20px;
  position: relative;
}
.renterConfig-box .contentStyle .content-row .together-item .together-detail .together-data .house-data-item-left .addonBeforeStyle[data-v-263196e0] {
  font-size: 14px;
  color: #111111;
  position: absolute;
  left: 0;
}
.renterConfig-box .contentStyle .content-row .together-item .together-detail .together-foot[data-v-263196e0] {
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  border-radius: 0 0 4px 4px;
  text-align: center;
}
.renterConfig-box .contentStyle .content-row .together-item .together-detail .together-foot .togetherAdd[data-v-263196e0] {
  width: 100px;
  margin: 0 auto;
  text-align: center;
}
.renterConfig-box .contentStyle .content-row .together-item .together-detail .together-foot[data-v-263196e0] .anticon {
  vertical-align: -0.2em;
}
.renterConfig-box .contentStyle .content-row .together-item .special-together-detail[data-v-263196e0] {
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  text-align: center;
  font-size: 12px;
  width: 100%;
  padding: 15px 20px 15px 77px;
}
.renterConfig-box .contentStyle .content-row .contract-other[data-v-263196e0] {
  width: 120px;
  height: 36px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #165Dff;
  font-size: 14px;
  font-weight: 400;
  color: #165Dff;
  line-height: 36px;
  text-align: center;
}
.renterConfig-box .contentStyle .content-row[data-v-263196e0] .ant-cascader-picker-label {
  padding: 0px;
}
.renterConfig-box .contentStyle .buttonDiv[data-v-263196e0] {
  margin: 30px 0px 0px 0;
}
.renterConfig-box .contentStyle .buttonDiv .formItemMarginButton[data-v-263196e0] {
  width: 120px;
  height: 40px;
  margin-left: 18px;
}
.renterConfig-box .contentStyle .buttonDiv .cancelFont[data-v-263196e0] {
  color: #666666;
}
.renterConfig-box .contentStyle .buttonDiv .saveFont[data-v-263196e0] {
  color: #ffffff;
  background-color: #165Dff;
}
.renterConfig-box .contentStyle[data-v-263196e0] .ant-select-selection__rendered {
  margin-left: 0px;
}
.renterConfig-box .contentStyle[data-v-263196e0] .ant-select-dropdown {
  min-width: 110px !important;
}

.multiple-tab .add-share-house[data-v-bff7271e] {
  height: calc(100vh - 190px);
}
.txtstyle[data-v-bff7271e] .title {
  margin-bottom: 5px !important;
}
.add-share-house[data-v-bff7271e] {
  padding: 0 0px 20px 0px;
  height: calc(100vh - 150px);
  overflow: auto;
  position: relative;
}
.add-share-house .draftsWarningStyle[data-v-bff7271e] {
  width: 410px;
  height: 164px;
  background: #ffffff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  padding: 32px 32px 24px 32px;
}
.add-share-house .draftsWarningStyle .line1Style .line1LeftStyle[data-v-bff7271e] {
  width: 22px;
  text-align: center;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  background: #ffbf00;
  color: #ffffff;
  font-size: 14px;
  margin-right: 10px;
}
.add-share-house .draftsWarningStyle .line1Style .line2LeftStyle[data-v-bff7271e] {
  font-size: 16px;
  color: #111111;
  font-weight: 500;
}
.add-share-house .draftsWarningStyle .line3Style[data-v-bff7271e] {
  display: flex;
  justify-content: flex-end;
  margin-top: 52px;
}
.add-share-house .draftsWarningStyle .line3Style .cancelStyle[data-v-bff7271e] {
  width: 90px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  background: #f6f7f8;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  color: #666666;
  font-size: 14px;
  margin-right: 8px;
}
.add-share-house .draftsWarningStyle .line3Style .noCheckOutStyle[data-v-bff7271e] {
  width: 130px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  background: #05bced;
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px;
  margin-right: 8px;
}
.add-share-house .draftsWarningStyle .line3Style .checkOutStyle[data-v-bff7271e] {
  width: 90px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  background: #165Dff;
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px;
}
.add-share-house .specialStyle[data-v-bff7271e] .ft-bolder {
  height: 42px !important;
}
.add-share-house .serviceOrderShowFlagStyle[data-v-bff7271e] {
  width: 100%;
  height: 42px;
  line-height: 42px;
  background: #fff1e1;
  padding-left: 19px;
  font-size: 14px;
}
.add-share-house .serviceOrderShowFlagStyle .fontStyle[data-v-bff7271e] {
  color: #333333;
  font-size: 16px;
  margin-left: 7px;
}
.add-share-house .serviceOrderShowFlagStyle .buyStyle[data-v-bff7271e] {
  width: 106px;
  text-align: center;
  height: 26px;
  line-height: 26px;
  background: #FFA036;
  border-radius: 14px;
  font-size: 14px;
  color: #ffffff;
  margin: 8px 0 8px 15px;
}
.add-share-house .title-opt[data-v-bff7271e] {
  margin-left: 20px;
  font-size: 16px;
  cursor: pointer;
}
.add-share-house h3[data-v-bff7271e] {
  font-weight: 500;
  height: 44px;
  line-height: 44px;
}
.add-share-house > div[data-v-bff7271e] {
  margin-bottom: 20px;
}
.add-share-house .house-model .itemStyle[data-v-bff7271e] {
  width: 275px;
  height: 70px;
  border-radius: 5px;
  margin: 0px 15px 0px 0;
  padding: 10px 0px 4px 10px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.add-share-house .house-model .itemStyle .triangle-top-right-choose[data-v-bff7271e] {
  position: absolute;
  color: #ffffff;
  top: 2px;
  right: 2px;
}
.add-share-house .house-model .itemStyle .triangle-top-right-click[data-v-bff7271e] {
  position: absolute;
  width: 0;
  border: 16px solid #165Dff;
  border-bottom: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top-right-radius: 4px;
  top: 0px;
  right: 0px;
}
.add-share-house .house-model .itemStyle[data-v-bff7271e] svg {
  width: 15px;
  height: 15px;
  color: #ffffff;
}
.add-share-house .house-model .unClickStyle[data-v-bff7271e] {
  background: #ffffff;
}
.add-share-house .house-model .clickStyle[data-v-bff7271e] {
  box-shadow: 0px 2px 8px 0px rgba(2, 19, 34, 0.1);
  border: 1px solid #165Dff;
  background: rgba(22, 93, 255, 0.1);
}
.add-share-house .house-model[data-v-bff7271e] .ant-select-selection__rendered {
  margin-left: 0px !important;
}
.add-share-house .address[data-v-bff7271e] {
  position: relative;
  display: flex;
  width: calc(50% - 15px);
}
.add-share-house .address[data-v-bff7271e] .ant-select-selection-selected-value span {
  color: rgba(0, 0, 0, 0.65) !important;
}
.add-share-house .address[data-v-bff7271e] .ant-select-selection-selected-value p {
  display: none;
}
.add-share-house .address .must-fill-border[data-v-bff7271e] .ant-select-selection {
  border-bottom: 1px solid #FB4246;
}
.add-share-house .address .tips-must-fill[data-v-bff7271e] {
  position: absolute;
  left: 100px;
  bottom: -20px;
  color: #FB4246;
}
.add-share-house .address[data-v-bff7271e] .ant-select-dropdown--empty {
  display: none;
}
.add-share-house .village-info[data-v-bff7271e] {
  display: flex;
}
.add-share-house .village-info .title[data-v-bff7271e] {
  color: #777777;
  font-size: 12px;
}
.add-share-house .village-info > div[data-v-bff7271e] {
  flex: 1;
  margin-right: 30px;
}
.add-share-house .village-info > div[data-v-bff7271e]:last-child {
  display: flex;
  align-items: center;
}
.add-share-house .house-list .house-item[data-v-bff7271e] {
  margin-bottom: 20px;
}
.add-share-house .house-list .house-item .delete-icon[data-v-bff7271e] {
  color: #FB4246;
  font-size: 14px;
}
.add-share-house .house-list .house-item .house-detail[data-v-bff7271e] {
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  text-align: center;
  font-size: 12px;
}
.add-share-house .house-list .house-item .house-detail .mustFillBorderStyle[data-v-bff7271e] .ant-input {
  border: 1px solid #FB4246;
}
.add-share-house .house-list .house-item .house-detail .mustFillBorderStyleFont .popover[data-v-bff7271e] {
  height: 39px;
  line-height: 38px;
  border: 1px solid #FB4246;
}
.add-share-house .house-list .house-item .house-detail .house-title[data-v-bff7271e] {
  display: flex;
  background-color: rgba(10, 135, 248, 0.1);
}
.add-share-house .house-list .house-item .house-detail .house-title > div[data-v-bff7271e] {
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.add-share-house .house-list .house-item .house-detail .house-title .must-fill[data-v-bff7271e] {
  color: #FB4246;
}
.add-share-house .house-list .house-item .house-detail .house-data[data-v-bff7271e] {
  position: relative;
  display: flex;
}
.add-share-house .house-list .house-item .house-detail .house-data[data-v-bff7271e] .ant-select-selection-selected-value {
  padding-right: 2px;
}
.add-share-house .house-list .house-item .house-detail .house-data > div[data-v-bff7271e] {
  flex: 1;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.add-share-house .house-list .house-item .house-detail .house-data > div .popover[data-v-bff7271e]:hover {
  height: 39px;
  line-height: 38px;
  border: 1px solid #165Dff;
  cursor: pointer;
}
.add-share-house .house-list .house-item .house-detail .house-data .pic-list[data-v-bff7271e] {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-around;*/
  max-width: 315px;
  margin-right: -5px;
  margin-bottom: 5px;
}
.add-share-house .house-list .house-item .house-detail .house-data .pic-list[data-v-bff7271e] video {
  width: 98px;
  height: 68px;
}
.add-share-house .house-list .house-item .house-detail .house-data .pic-list li[data-v-bff7271e] {
  position: relative;
}
.add-share-house .house-list .house-item .house-detail .house-data .pic-list li div[data-v-bff7271e] {
  width: 100px;
  height: 68px;
  line-height: 68px;
  border: 1px solid #eeeeee;
  background-color: #f6f7f8;
  margin: 5px 5px 0 0;
  border-radius: 6px;
  text-align: center;
  overflow: hidden;
}
.add-share-house .house-list .house-item .house-detail .house-data .pic-list li div img[data-v-bff7271e] {
  width: auto;
  max-width: 100px;
  height: auto;
  max-height: 68px;
  overflow: hidden;
}
.add-share-house .house-list .house-item .house-detail .house-data .pic-list li span[data-v-bff7271e] {
  position: absolute;
  left: -10px;
  top: 3px;
  font-size: 12px;
  transform: scale(0.8);
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px 0px 5px 0px;
  color: #fff;
  max-width: 100px;
}
.add-share-house .house-list .house-item .house-detail .house-data input[data-v-bff7271e] {
  text-align: center;
  height: 100%;
}
.add-share-house .house-list .house-item .house-detail .house-data input[data-v-bff7271e]:focus {
  border: 1px solid #165Dff !important;
}
.add-share-house .house-list .house-item .house-detail .house-data .select-border[data-v-bff7271e] {
  border: 1px solid #165Dff;
}
.add-share-house .house-list .house-item .house-detail .house-data .options i[data-v-bff7271e],
.add-share-house .house-list .house-item .house-detail .house-data .options span[data-v-bff7271e] {
  display: inline-block;
  width: 50%;
  height: 39px;
  cursor: pointer;
}
.add-share-house .house-list .house-item .house-detail .house-data .options i[data-v-bff7271e] {
  line-height: 39px;
  font-size: 14px;
}
.add-share-house .house-list .house-item .house-detail .house-data .options span[data-v-bff7271e] {
  padding: 3px 4px;
  line-height: 18px;
}
.add-share-house .house-list .house-item .house-detail .house-data .isShortRentStyle[data-v-bff7271e] .ant-checkbox + span {
  padding-left: 4px;
  padding-right: 4px;
}
.add-share-house .house-list .house-item .house-detail .house-data .popoverStyle[data-v-bff7271e] .label-item .title {
  color: #111111;
  font-size: 16px;
  font-weight: 500;
}
.add-share-house .house-list .house-item .house-detail .house-data .popoverStyle .featureBox[data-v-bff7271e] {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.add-share-house .house-list .house-item .house-detail .house-data .popoverStyle .featureBox .houseAlias[data-v-bff7271e] {
  margin-bottom: 8px;
}
.add-share-house .house-list .house-item .house-detail .house-data .specialPopoverStyle[data-v-bff7271e] .ant-popover-inner-content {
  padding: 12px 0px 12px 16px;
}
.add-share-house .house-list .house-item .house-detail .house-data .specialPopoverStyle[data-v-bff7271e] ::-webkit-scrollbar {
  width: 2px;
}
.add-share-house .house-list .house-item .house-detail .house-data .roomSelectStyle[data-v-bff7271e] {
  left: 0px;
  top: -174px;
  position: absolute;
  width: 180px;
  height: 173px;
  background: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  z-index: 5;
}
.add-share-house .house-list .house-item .house-detail .house-data .roomSelectStyle .roomSelectContentStyle[data-v-bff7271e] {
  height: 145px;
  border-bottom: 1px solid #eeeeee;
}
.add-share-house .house-list .house-item .house-detail .house-data .roomSelectStyle .roomSelectContentStyle[data-v-bff7271e] ::-webkit-scrollbar {
  width: 2px;
}
.add-share-house .house-list .house-item .house-detail .house-data .roomSelectStyle .roomSelectContentStyle .roomItemStyle[data-v-bff7271e] {
  border-right: 1px solid #f6f7f8;
  height: 100%;
  width: 45px;
  overflow-y: auto;
}
.add-share-house .house-list .house-item .house-detail .house-data .roomSelectStyle .roomSelectContentStyle .roomItemStyle > div[data-v-bff7271e] {
  height: 28px;
  line-height: 28px;
  text-align: center;
}
.add-share-house .house-list .house-item .house-detail .house-data .roomSelectStyle .roomSelectContentStyle .roomItemStyle .selectedDiv[data-v-bff7271e] {
  color: #165Dff;
  background: rgba(22, 93, 255, 0.1);
}
.add-share-house .house-list .house-item .house-detail .house-data .roomSelectStyle .roomSelectButtonStyle[data-v-bff7271e] {
  margin: 6px 6px 0 0;
  height: 30px;
}
.add-share-house .house-list .house-item .house-detail .house-data .roomSelectStyle .roomSelectButtonStyle .confirmedStyle[data-v-bff7271e] {
  width: 38px;
  text-align: center;
  height: 16px;
  line-height: 16px;
  background: #0a87f8;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
}
.add-share-house .house-list .house-item .house-detail .house-data .roomSelectStyle .roomSelectButtonStyle .resetStyle[data-v-bff7271e] {
  width: 38px;
  text-align: center;
  height: 16px;
  line-height: 16px;
  background: #f6f7f8;
  border-radius: 4px;
  border: 1px solid #dddddd;
  color: #666666;
  font-size: 12px;
  margin-right: 5px;
}
.add-share-house .house-list .house-item .house-child[data-v-bff7271e] {
  border: 1px solid #DDDDDD;
  border-top: none;
  padding: 0 15px 15px 15px;
  background-color: #F6F7F8;
}
.add-share-house .house-list .house-item .house-child h3[data-v-bff7271e] {
  font-size: 12px;
}
.add-share-house .house-list .house-item .house-child h3 p[data-v-bff7271e] {
  color: #165Dff;
}
.add-share-house .house-list .house-item .house-child .house-title[data-v-bff7271e] {
  background-color: #F6F7F8;
}
.add-share-house .house-list .house-item .house-child .add-child[data-v-bff7271e] {
  font-size: 12px;
  cursor: pointer;
}
.add-share-house .house-list .house-item .house-child .add-child span[data-v-bff7271e] {
  margin-right: 6px;
}
.add-share-house .house-list .house-item .house-child .add-child i[data-v-bff7271e] {
  font-size: 14px;
}
.add-share-house .house-list .showMoreModalStyle[data-v-bff7271e] {
  max-height: 400px;
  overflow-y: auto;
}
.add-share-house .house-list .showMoreModalStyle[data-v-bff7271e] .label-item .title {
  font-size: 14px;
  color: #111111;
}
.add-share-house .continue-add[data-v-bff7271e] {
  text-align: center;
}
.add-share-house .continue-add p[data-v-bff7271e] {
  display: inline-block;
  padding: 4px 100px;
  border: 1px dashed #DDDDDD;
  cursor: pointer;
}
.add-share-house .continue-add p span[data-v-bff7271e] {
  color: #165Dff;
}
.add-share-house .continue-add p .add[data-v-bff7271e] {
  padding-left: 10px;
}
.add-share-house .continue-add p[data-v-bff7271e]:hover {
  border-color: #165Dff;
}
.add-share-house[data-v-bff7271e] .label-item .ant-select-selection__rendered {
  margin-left: 0;
}
.add-share-house .splitStyle[data-v-bff7271e] {
  height: 18px;
  padding-left: 6px;
  border-right: 1px solid #eeeeee;
  margin-right: 6px;
}
.public-config label[data-v-bff7271e] {
  width: 96px;
  margin: 10px 0;
}
.smallIconStyle[data-v-bff7271e] svg {
  width: 10.5px;
  height: 10.5px;
}
.itemLableStyle[data-v-bff7271e] {
  color: #111111;
  font-size: 12px;
  background: #f0f8ff;
  border-radius: 4px;
  height: 22px;
  line-height: 23px;
  padding: 0 5px;
  margin-right: 5px;
}
.poperLabelStyle2[data-v-bff7271e] {
  position: absolute;
  padding: 10px 10px 10px 10px;
  width: 470px;
  min-height: 60px;
  top: -20px;
  left: 10px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid #eeeeee;
  z-index: 99;
}
.selectDemandLabelItem[data-v-bff7271e] {
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  font-size: 12px;
  color: #111111;
  border-radius: 4px;
  margin-top: 8px;
  margin-right: 5px;
  text-align: center;
  background: #f0f8ff;
}
.realStyle[data-v-bff7271e] {
  color: #0A87F8;
}
.realStyle[data-v-bff7271e] svg {
  width: 55px;
  height: 20px;
}
.moreStyle[data-v-bff7271e] {
  max-height: calc(100vh - 250px);
  overflow-y: auto;
}
.moreStyle.propertyInfo .flex-wrap[data-v-bff7271e] {
  display: flex;
  flex-wrap: wrap;
}
.moreStyle.propertyInfo .address[data-v-bff7271e] {
  display: flex;
  width: 100%;
  position: relative;
  align-items: flex-end;
}
.moreStyle.propertyInfo .address .must-fill-border[data-v-bff7271e] .ant-select-selection {
  border-bottom: 1px solid #FB4246;
}
.moreStyle.propertyInfo .address .dividerClass[data-v-bff7271e] {
  height: 20px;
  width: 1px;
  position: absolute;
  border: 0.5px solid #BBBBBB;
  right: 155px;
  bottom: 6px;
}
.moreStyle[data-v-bff7271e] .label-item .title .ft-bolder {
  height: 45px;
}
.moreStyle[data-v-bff7271e] .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 0px;
}
.moreStyle[data-v-bff7271e] .ant-checkbox-wrapper {
  max-width: 120px;
  width: 120px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.moreStyle[data-v-bff7271e] .ant-checkbox + span {
  padding-right: 8px;
  padding-left: 4px;
}
.moreStyle[data-v-bff7271e] .ant-select-selection__rendered {
  margin-left: 0px !important;
}
.moreStyle[data-v-bff7271e] .pic {
  width: 120px;
  height: 76px;
}
.moreStyle[data-v-bff7271e] .ant-upload.ant-upload-select-picture-card {
  width: 120px;
  height: 76px;
}
.moreStyle[data-v-bff7271e] .check-pic {
  padding-top: 18px;
}
.moreStyle[data-v-bff7271e] .file-list .pic-img-list {
  width: 120px;
  height: 76px;
}
.moreStyle[data-v-bff7271e] .file-list .pic-img-list > div img {
  max-width: 120px;
  max-height: 76px;
  vertical-align: top;
}
.moreStyle .bigTitleStyle[data-v-bff7271e] {
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
}
.moreStyle .user-many-number-des[data-v-bff7271e] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.moreStyle .user-many-number-des .user-many-number-item[data-v-bff7271e] {
  margin-top: 12px;
  padding: 0 3% 0 0;
}
.content-row .together-item[data-v-bff7271e] {
  margin-bottom: 20px;
}
.content-row .together-item .delete-icon[data-v-bff7271e] {
  color: #FB4246;
  font-size: 14px;
}
.content-row .together-item .together-detail[data-v-bff7271e] {
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  text-align: center;
  font-size: 12px;
  border-radius: 4px;
}
.content-row .together-item .together-detail .together-title[data-v-bff7271e] {
  display: flex;
  background: #f7f8fb;
  text-align: left;
  border-radius: 4px 4px 0 0;
}
.content-row .together-item .together-detail .together-title > div[data-v-bff7271e] {
  padding: 0px 9px;
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.content-row .together-item .together-detail .together-title .must-fill[data-v-bff7271e] {
  color: #FB4246;
}
.content-row .together-item .together-detail .together-data[data-v-bff7271e] {
  position: relative;
  display: flex;
  border-radius: 0 0 4px 4px;
}
.content-row .together-item .together-detail .together-data > div[data-v-bff7271e] {
  flex: 1;
  height: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.content-row .together-item .together-detail .together-data > div .popover[data-v-bff7271e]:hover {
  height: 39px;
  line-height: 38px;
  border: 1px solid #165Dff;
  cursor: pointer;
}
.content-row .together-item .together-detail .together-data .payPattern[data-v-bff7271e] {
  padding: 0 9px;
}
.content-row .together-item .together-detail .together-data input[data-v-bff7271e] {
  padding: 0 9px;
}
.content-row .together-item .together-detail .together-data input[data-v-bff7271e]:focus {
  border: 1px solid #165Dff !important;
}
.content-row .together-item .together-detail .together-data .select-border[data-v-bff7271e] {
  border: 1px solid #165Dff;
}
.content-row .together-item .together-detail .together-data .options i[data-v-bff7271e],
.content-row .together-item .together-detail .together-data .options span[data-v-bff7271e] {
  display: inline-block;
  width: 50%;
  height: 39px;
  cursor: pointer;
}
.content-row .together-item .together-detail .together-data .options i[data-v-bff7271e] {
  line-height: 39px;
  font-size: 14px;
}
.content-row .together-item .together-detail .together-data .options span[data-v-bff7271e] {
  padding: 3px 4px;
  line-height: 18px;
}
.content-row .together-item .together-detail .together-data .togeAddress[data-v-bff7271e] {
  padding: 0 9px;
  display: flex;
  width: 100%;
  height: 100%;
}
.content-row .together-item .together-detail .together-data .togeAddress[data-v-bff7271e] .ant-select-selection__rendered {
  margin-left: 1px;
  margin-top: 3px;
}
.content-row .together-item .together-detail .together-data .togeAddress[data-v-bff7271e] .ant-select-dropdown-menu li {
  text-align: left;
}
.content-row .together-item .together-detail .together-data .house-data-item-left[data-v-bff7271e] {
  margin-left: 20px;
  position: relative;
}
.content-row .together-item .together-detail .together-data .house-data-item-left .addonBeforeStyle[data-v-bff7271e] {
  font-size: 14px;
  color: #111111;
  position: absolute;
  left: 0;
}
.content-row .together-item .together-detail .together-foot[data-v-bff7271e] {
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  text-align: center;
  border-radius: 0 0 4px 4px;
}
.content-row .together-item .together-detail .together-foot .togetherAdd[data-v-bff7271e] {
  width: 100px;
  margin: 0 auto;
  text-align: center;
}
.content-row .together-item .together-detail .together-foot[data-v-bff7271e] .anticon {
  vertical-align: -0.2em;
}
.content-row .contract-other[data-v-bff7271e] {
  width: 120px;
  height: 36px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #165Dff;
  font-size: 14px;
  font-weight: 400;
  color: #165Dff;
  line-height: 36px;
  text-align: center;
}
.content-row[data-v-bff7271e] .ant-cascader-picker-label {
  padding: 0px;
}

.fast-set[data-v-5297c55c] {
  padding: 0 20px 20px 20px;
  height: calc(100vh - 170px);
  overflow: auto;
}
.fast-set[data-v-5297c55c] .tips {
  line-height: 16px;
}
.fast-set .bigTitleStyle[data-v-5297c55c] {
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  margin: 20px 0 8px 0;
}
.fast-set .mg-top[data-v-5297c55c] {
  margin-top: 8px;
}
.fast-set .mg-bottom[data-v-5297c55c] {
  margin-bottom: 20px;
  position: relative;
}
.fast-set .checkbox-group[data-v-5297c55c] {
  width: 100%;
}
.fast-set .checkbox-group > label[data-v-5297c55c] {
  /*flex: 1;*/
  width: 20%;
  margin: 0 0 5px 0;
}
.fast-set .own-upload[data-v-5297c55c] .tips {
  margin: 0;
}
.fast-set .item-label[data-v-5297c55c] .title {
  margin-top: 0;
}
.fast-set .item-label .checkAllStyle[data-v-5297c55c] {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
}
.fast-set .label-til[data-v-5297c55c] .title .ft-bolder {
  height: 43px;
}
.fast-set .label-til1[data-v-5297c55c] .title .ft-bolder {
  font-size: 14px;
  height: 36px;
  line-height: 36px;
}
.fast-set .unConfigRelationStyle .selectStyle .item[data-v-5297c55c] {
  width: 191px;
  margin-bottom: 5px;
}
.fast-set .unConfigRelationStyle .selectStyle .selectedStyle[data-v-5297c55c] {
  font-size: 14px;
  color: #111111;
}
.fast-set .unConfigRelationStyle .selectStyle .unSelectStyle[data-v-5297c55c] {
  font-size: 14px;
  color: #777777;
}
.fast-set .unConfigRelationStyle .selectStyle .quantityStyle[data-v-5297c55c] {
  height: 21px;
}
.fast-set .unConfigRelationStyle .selectStyle .quantityStyle .commonStyle[data-v-5297c55c] {
  width: 16px;
  height: 16px;
  line-height: 14px;
  background: #f6f7fb;
  border: 1px solid #EEEEEE;
  text-align: center;
  border-radius: 50%;
  margin-top: 3px;
}
.fast-set .unConfigRelationStyle .selectStyle .quantityStyle .unEditStyle[data-v-5297c55c] {
  color: #999999;
}
.fast-set .unConfigRelationStyle .selectStyle .quantityStyle .editStyle[data-v-5297c55c] {
  color: #165Dff;
}
.fast-set .unConfigRelationStyle .selectStyle .quantityStyle[data-v-5297c55c] .ant-input {
  padding: 0px 0 0 0;
  height: 21px;
}
.fast-set .content-row .together-item[data-v-5297c55c] {
  margin-bottom: 20px;
}
.fast-set .content-row .together-item .delete-icon[data-v-5297c55c] {
  color: #FB4246;
  font-size: 14px;
}
.fast-set .content-row .together-item .together-detail[data-v-5297c55c] {
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  text-align: center;
  font-size: 12px;
  border-radius: 4px;
}
.fast-set .content-row .together-item .together-detail .together-title[data-v-5297c55c] {
  display: flex;
  background: #f7f8fb;
  text-align: left;
  border-radius: 4px 4px 0 0;
}
.fast-set .content-row .together-item .together-detail .together-title > div[data-v-5297c55c] {
  padding: 0px 9px;
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.fast-set .content-row .together-item .together-detail .together-title .must-fill[data-v-5297c55c] {
  color: #FB4246;
}
.fast-set .content-row .together-item .together-detail .together-data[data-v-5297c55c] {
  position: relative;
  display: flex;
  border-radius: 0 0 4px 4px;
}
.fast-set .content-row .together-item .together-detail .together-data > div[data-v-5297c55c] {
  flex: 1;
  height: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.fast-set .content-row .together-item .together-detail .together-data > div .popover[data-v-5297c55c]:hover {
  height: 39px;
  line-height: 38px;
  border: 1px solid #165Dff;
  cursor: pointer;
}
.fast-set .content-row .together-item .together-detail .together-data .payPattern[data-v-5297c55c] {
  padding: 0 9px;
}
.fast-set .content-row .together-item .together-detail .together-data input[data-v-5297c55c] {
  padding: 0 9px;
}
.fast-set .content-row .together-item .together-detail .together-data input[data-v-5297c55c]:focus {
  border: 1px solid #165Dff !important;
}
.fast-set .content-row .together-item .together-detail .together-data .select-border[data-v-5297c55c] {
  border: 1px solid #165Dff;
}
.fast-set .content-row .together-item .together-detail .together-data .options i[data-v-5297c55c],
.fast-set .content-row .together-item .together-detail .together-data .options span[data-v-5297c55c] {
  display: inline-block;
  width: 50%;
  height: 39px;
  cursor: pointer;
}
.fast-set .content-row .together-item .together-detail .together-data .options i[data-v-5297c55c] {
  line-height: 39px;
  font-size: 14px;
}
.fast-set .content-row .together-item .together-detail .together-data .options span[data-v-5297c55c] {
  padding: 3px 4px;
  line-height: 18px;
}
.fast-set .content-row .together-item .together-detail .together-data .togeAddress[data-v-5297c55c] {
  padding: 0 9px;
  display: flex;
  width: 100%;
  height: 100%;
}
.fast-set .content-row .together-item .together-detail .together-data .togeAddress[data-v-5297c55c] .ant-select-selection__rendered {
  margin-left: 1px;
  margin-top: 3px;
}
.fast-set .content-row .together-item .together-detail .together-data .togeAddress[data-v-5297c55c] .ant-select-dropdown-menu li {
  text-align: left;
}
.fast-set .content-row .together-item .together-detail .together-data .house-data-item-left[data-v-5297c55c] {
  margin-left: 20px;
  position: relative;
}
.fast-set .content-row .together-item .together-detail .together-data .house-data-item-left .addonBeforeStyle[data-v-5297c55c] {
  font-size: 14px;
  color: #111111;
  position: absolute;
  left: 0;
}
.fast-set .content-row .together-item .together-detail .together-foot[data-v-5297c55c] {
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  border-radius: 0 0 4px 4px;
  text-align: center;
}
.fast-set .content-row .together-item .together-detail .together-foot .togetherAdd[data-v-5297c55c] {
  width: 100px;
  margin: 0 auto;
  text-align: center;
}
.fast-set .content-row .together-item .together-detail .together-foot[data-v-5297c55c] .anticon {
  vertical-align: -0.2em;
}
.fast-set .content-row .contract-other[data-v-5297c55c] {
  width: 120px;
  height: 36px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #165Dff;
  font-size: 14px;
  font-weight: 400;
  color: #165Dff;
  line-height: 36px;
  text-align: center;
}
.fast-set .content-row[data-v-5297c55c] .ant-cascader-picker-label {
  padding: 0px;
}
.fast-set[data-v-5297c55c] .label-item .title .left-line {
  height: 14px;
}
.fast-set[data-v-5297c55c] .ant-select-selection__rendered {
  margin-left: 0px;
}
.fast-set[data-v-5297c55c] .checkAllSelectStyle .title span {
  margin-left: 22px;
}

.multiple-tab .add-share-house[data-v-56f95092] {
  height: calc(100vh - 190px);
}
.txtstyle[data-v-56f95092] .title {
  margin-bottom: 5px !important;
}
.add-share-house[data-v-56f95092] {
  padding: 0 0px 20px 0px;
  height: calc(100vh - 150px);
  overflow: auto;
  position: relative;
}
.add-share-house .draftsWarningStyle[data-v-56f95092] {
  width: 410px;
  height: 164px;
  background: #ffffff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  padding: 32px 32px 24px 32px;
}
.add-share-house .draftsWarningStyle .line1Style .line1LeftStyle[data-v-56f95092] {
  width: 22px;
  text-align: center;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  background: #ffbf00;
  color: #ffffff;
  font-size: 14px;
  margin-right: 10px;
}
.add-share-house .draftsWarningStyle .line1Style .line2LeftStyle[data-v-56f95092] {
  font-size: 16px;
  color: #111111;
  font-weight: 500;
}
.add-share-house .draftsWarningStyle .line3Style[data-v-56f95092] {
  display: flex;
  justify-content: flex-end;
  margin-top: 52px;
}
.add-share-house .draftsWarningStyle .line3Style .cancelStyle[data-v-56f95092] {
  width: 90px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  background: #f6f7f8;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  color: #666666;
  font-size: 14px;
  margin-right: 8px;
}
.add-share-house .draftsWarningStyle .line3Style .noCheckOutStyle[data-v-56f95092] {
  width: 130px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  background: #05bced;
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px;
  margin-right: 8px;
}
.add-share-house .draftsWarningStyle .line3Style .checkOutStyle[data-v-56f95092] {
  width: 90px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  background: #165Dff;
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px;
}
.add-share-house .specialStyle[data-v-56f95092] .ft-bolder {
  height: 42px !important;
}
.add-share-house .serviceOrderShowFlagStyle[data-v-56f95092] {
  width: 100%;
  height: 42px;
  line-height: 42px;
  background: #fff1e1;
  padding-left: 19px;
  font-size: 14px;
}
.add-share-house .serviceOrderShowFlagStyle .fontStyle[data-v-56f95092] {
  color: #333333;
  font-size: 16px;
  margin-left: 7px;
}
.add-share-house .serviceOrderShowFlagStyle .buyStyle[data-v-56f95092] {
  width: 106px;
  text-align: center;
  height: 26px;
  line-height: 26px;
  background: #FFA036;
  border-radius: 14px;
  font-size: 14px;
  color: #ffffff;
  margin: 8px 0 8px 15px;
}
.add-share-house .title-opt[data-v-56f95092] {
  margin-left: 20px;
  font-size: 16px;
  cursor: pointer;
}
.add-share-house h3[data-v-56f95092] {
  font-weight: 500;
  height: 44px;
  line-height: 44px;
}
.add-share-house > div[data-v-56f95092] {
  margin-bottom: 20px;
}
.add-share-house .house-model .itemStyle[data-v-56f95092] {
  width: 275px;
  height: 70px;
  border-radius: 5px;
  margin: 0px 15px 0px 0;
  padding: 10px 0px 4px 10px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.add-share-house .house-model .itemStyle .triangle-top-right-choose[data-v-56f95092] {
  position: absolute;
  color: #ffffff;
  top: 2px;
  right: 2px;
}
.add-share-house .house-model .itemStyle .triangle-top-right-click[data-v-56f95092] {
  position: absolute;
  width: 0;
  border: 16px solid #165Dff;
  border-bottom: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top-right-radius: 4px;
  top: 0px;
  right: 0px;
}
.add-share-house .house-model .itemStyle svg[data-v-56f95092] {
  width: 15px;
  height: 15px;
  color: #ffffff;
}
.add-share-house .house-model .unClickStyle[data-v-56f95092] {
  background: #ffffff;
}
.add-share-house .house-model .clickStyle[data-v-56f95092] {
  box-shadow: 0px 2px 8px 0px rgba(2, 19, 34, 0.1);
  border: 1px solid #165Dff;
  background: rgba(22, 93, 255, 0.1);
}
.add-share-house .house-model[data-v-56f95092] .ant-select-selection__rendered {
  margin-left: 0px !important;
}
.add-share-house .address[data-v-56f95092] {
  position: relative;
  display: flex;
  width: calc(50% - 15px);
}
.add-share-house .address[data-v-56f95092] .ant-select-selection-selected-value span {
  color: rgba(0, 0, 0, 0.65) !important;
}
.add-share-house .address[data-v-56f95092] .ant-select-selection-selected-value p {
  display: none;
}
.add-share-house .address .must-fill-border[data-v-56f95092] .ant-select-selection {
  border-bottom: 1px solid #FB4246;
}
.add-share-house .address .tips-must-fill[data-v-56f95092] {
  position: absolute;
  left: 100px;
  bottom: -20px;
  color: #FB4246;
}
.add-share-house .address[data-v-56f95092] .ant-select-dropdown--empty {
  display: none;
}
.add-share-house .village-info[data-v-56f95092] {
  display: flex;
}
.add-share-house .village-info .title[data-v-56f95092] {
  color: #777777;
  font-size: 12px;
}
.add-share-house .village-info > div[data-v-56f95092] {
  flex: 1;
  margin-right: 30px;
}
.add-share-house .village-info > div[data-v-56f95092]:last-child {
  display: flex;
  align-items: center;
}
.add-share-house .house-list .house-item[data-v-56f95092] {
  margin-bottom: 20px;
}
.add-share-house .house-list .house-item .delete-icon[data-v-56f95092] {
  color: #FB4246;
  font-size: 14px;
}
.add-share-house .house-list .house-item .house-detail[data-v-56f95092] {
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  text-align: center;
  font-size: 12px;
}
.add-share-house .house-list .house-item .house-detail .mustFillBorderStyle[data-v-56f95092] .ant-input {
  border: 1px solid #FB4246;
}
.add-share-house .house-list .house-item .house-detail .mustFillBorderStyleFont .popover[data-v-56f95092] {
  height: 39px;
  line-height: 38px;
  border: 1px solid #FB4246;
}
.add-share-house .house-list .house-item .house-detail .house-title[data-v-56f95092] {
  display: flex;
  background-color: rgba(10, 135, 248, 0.1);
}
.add-share-house .house-list .house-item .house-detail .house-title > div[data-v-56f95092] {
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.add-share-house .house-list .house-item .house-detail .house-title .must-fill[data-v-56f95092] {
  color: #FB4246;
}
.add-share-house .house-list .house-item .house-detail .house-data[data-v-56f95092] {
  position: relative;
  display: flex;
}
.add-share-house .house-list .house-item .house-detail .house-data > div[data-v-56f95092] {
  flex: 1;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.add-share-house .house-list .house-item .house-detail .house-data > div .popover[data-v-56f95092]:hover {
  height: 39px;
  line-height: 38px;
  border: 1px solid #165Dff;
  cursor: pointer;
}
.add-share-house .house-list .house-item .house-detail .house-data input[data-v-56f95092] {
  text-align: center;
  height: 100%;
}
.add-share-house .house-list .house-item .house-detail .house-data input[data-v-56f95092]:focus {
  border: 1px solid #165Dff !important;
}
.add-share-house .house-list .house-item .house-detail .house-data .select-border[data-v-56f95092] {
  border: 1px solid #165Dff;
}
.add-share-house .house-list .house-item .house-detail .house-data .show-pic .pic-list[data-v-56f95092] {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  /*justify-content: space-around;*/
  max-width: 315px;
  margin-right: -5px;
}
.add-share-house .house-list .house-item .house-detail .house-data .show-pic .pic-list[data-v-56f95092] video {
  width: 98px;
  height: 68px;
}
.add-share-house .house-list .house-item .house-detail .house-data .show-pic .pic-list li[data-v-56f95092] {
  position: relative;
}
.add-share-house .house-list .house-item .house-detail .house-data .show-pic .pic-list li div[data-v-56f95092] {
  width: 100px;
  height: 68px;
  line-height: 68px;
  border: 1px solid #EEEEEE;
  background-color: #f6f7f8;
  margin: 5px 5px 0 0;
  border-radius: 6px;
  text-align: center;
  overflow: hidden;
}
.add-share-house .house-list .house-item .house-detail .house-data .show-pic .pic-list li div img[data-v-56f95092] {
  width: auto;
  max-width: 100px;
  height: auto;
  max-height: 68px;
  overflow: hidden;
}
.add-share-house .house-list .house-item .house-detail .house-data .show-pic .pic-list li span[data-v-56f95092] {
  position: absolute;
  left: -10px;
  top: 3px;
  font-size: 12px;
  transform: scale(0.8);
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px 0px 5px 0px;
  color: #fff;
  max-width: 100px;
}
.add-share-house .house-list .house-item .house-detail .house-data .options i[data-v-56f95092],
.add-share-house .house-list .house-item .house-detail .house-data .options span[data-v-56f95092] {
  display: inline-block;
  width: 50%;
  height: 39px;
  cursor: pointer;
}
.add-share-house .house-list .house-item .house-detail .house-data .options i[data-v-56f95092] {
  line-height: 39px;
  font-size: 14px;
}
.add-share-house .house-list .house-item .house-detail .house-data .options span[data-v-56f95092] {
  padding: 3px 4px;
  line-height: 18px;
}
.add-share-house .house-list .house-item .house-detail .house-data .popoverStyle[data-v-56f95092] .label-item .title {
  color: #111111;
  font-size: 16px;
  font-weight: 500;
}
.add-share-house .house-list .house-item .house-detail .house-data .specialPopoverStyle[data-v-56f95092] .ant-popover-inner-content {
  padding: 12px 0px 12px 16px;
}
.add-share-house .house-list .house-item .house-detail .house-data .specialPopoverStyle[data-v-56f95092] ::-webkit-scrollbar {
  width: 2px;
}
.add-share-house .house-list .house-item .house-detail .house-data .roomSelectStyle[data-v-56f95092] {
  left: 0px;
  top: -174px;
  position: absolute;
  width: 180px;
  height: 173px;
  background: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  z-index: 5;
}
.add-share-house .house-list .house-item .house-detail .house-data .roomSelectStyle .roomSelectContentStyle[data-v-56f95092] {
  height: 145px;
  border-bottom: 1px solid #eeeeee;
}
.add-share-house .house-list .house-item .house-detail .house-data .roomSelectStyle .roomSelectContentStyle[data-v-56f95092] ::-webkit-scrollbar {
  width: 2px;
}
.add-share-house .house-list .house-item .house-detail .house-data .roomSelectStyle .roomSelectContentStyle .roomItemStyle[data-v-56f95092] {
  border-right: 1px solid #f6f7f8;
  height: 100%;
  width: 45px;
  overflow-y: auto;
}
.add-share-house .house-list .house-item .house-detail .house-data .roomSelectStyle .roomSelectContentStyle .roomItemStyle > div[data-v-56f95092] {
  height: 28px;
  line-height: 28px;
  text-align: center;
}
.add-share-house .house-list .house-item .house-detail .house-data .roomSelectStyle .roomSelectContentStyle .roomItemStyle .selectedDiv[data-v-56f95092] {
  color: #165Dff;
  background: rgba(22, 93, 255, 0.1);
}
.add-share-house .house-list .house-item .house-detail .house-data .roomSelectStyle .roomSelectButtonStyle[data-v-56f95092] {
  padding: 6px 6px 0 0;
  height: 30px;
}
.add-share-house .house-list .house-item .house-detail .house-data .roomSelectStyle .roomSelectButtonStyle .confirmedStyle[data-v-56f95092] {
  width: 38px;
  text-align: center;
  height: 16px;
  line-height: 16px;
  background: #0a87f8;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
}
.add-share-house .house-list .house-item .house-detail .house-data .roomSelectStyle .roomSelectButtonStyle .resetStyle[data-v-56f95092] {
  width: 38px;
  text-align: center;
  height: 16px;
  line-height: 16px;
  background: #f6f7f8;
  border-radius: 4px;
  border: 1px solid #dddddd;
  color: #666666;
  font-size: 12px;
  margin-right: 5px;
}
.add-share-house .house-list .house-item .house-child[data-v-56f95092] {
  border: 1px solid #DDDDDD;
  border-top: none;
  padding: 0 15px 15px 15px;
  background-color: #F6F7F8;
}
.add-share-house .house-list .house-item .house-child h3[data-v-56f95092] {
  font-size: 12px;
}
.add-share-house .house-list .house-item .house-child h3 p[data-v-56f95092] {
  color: #165Dff;
}
.add-share-house .house-list .house-item .house-child .house-title[data-v-56f95092] {
  background-color: #F6F7F8;
}
.add-share-house .house-list .house-item .house-child .add-child[data-v-56f95092] {
  font-size: 12px;
  cursor: pointer;
}
.add-share-house .house-list .house-item .house-child .add-child span[data-v-56f95092] {
  margin-right: 6px;
}
.add-share-house .house-list .house-item .house-child .add-child i[data-v-56f95092] {
  font-size: 14px;
}
.add-share-house .house-list .showMoreModalStyle[data-v-56f95092] {
  max-height: 400px;
  overflow-y: auto;
}
.add-share-house .house-list .showMoreModalStyle[data-v-56f95092] .label-item .title {
  font-size: 14px;
  color: #111111;
}
.add-share-house .continue-add[data-v-56f95092] {
  text-align: center;
}
.add-share-house .continue-add p[data-v-56f95092] {
  display: inline-block;
  padding: 4px 100px;
  border: 1px dashed #DDDDDD;
  cursor: pointer;
}
.add-share-house .continue-add p span[data-v-56f95092] {
  color: #165Dff;
}
.add-share-house .continue-add p .add[data-v-56f95092] {
  padding-left: 10px;
}
.add-share-house .continue-add p[data-v-56f95092]:hover {
  border-color: #165Dff;
}
.add-share-house[data-v-56f95092] .label-item .ant-select-selection__rendered {
  margin-left: 0;
}
.add-share-house .splitStyle[data-v-56f95092] {
  height: 18px;
  padding-left: 6px;
  border-right: 1px solid #eeeeee;
  margin-right: 6px;
}
.public-config label[data-v-56f95092] {
  width: 96px;
  margin: 10px 0;
}
.houseAlias[data-v-56f95092] {
  display: inline-block;
  margin-bottom: 5px;
}
.smallIconStyle svg[data-v-56f95092] {
  width: 10.5px;
  height: 10.5px;
}
.itemLableStyle[data-v-56f95092] {
  color: #111111;
  font-size: 12px;
  background: #f0f8ff;
  border-radius: 4px;
  height: 22px;
  line-height: 23px;
  padding: 0 5px;
  margin-right: 5px;
}
.poperLabelStyle2[data-v-56f95092] {
  position: absolute;
  padding: 10px 10px 10px 10px;
  width: 470px;
  min-height: 60px;
  left: 10px;
  top: -20px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid #eeeeee;
  z-index: 99;
}
.selectDemandLabelItem[data-v-56f95092] {
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  font-size: 12px;
  color: #111111;
  border-radius: 4px;
  margin-top: 8px;
  margin-right: 5px;
  text-align: center;
  background: #f0f8ff;
}
.realStyle[data-v-56f95092] {
  color: #0A87F8;
}
.realStyle[data-v-56f95092] svg {
  width: 55px;
  height: 20px;
}
.moreStyle[data-v-56f95092] {
  max-height: calc(100vh - 250px);
  overflow-y: auto;
}
.moreStyle.propertyInfo .flex-wrap[data-v-56f95092] {
  display: flex;
  flex-wrap: wrap;
}
.moreStyle.propertyInfo .address[data-v-56f95092] {
  display: flex;
  width: 100%;
  position: relative;
  align-items: flex-end;
}
.moreStyle.propertyInfo .address .must-fill-border[data-v-56f95092] .ant-select-selection {
  border-bottom: 1px solid #FB4246;
}
.moreStyle.propertyInfo .address .dividerClass[data-v-56f95092] {
  height: 20px;
  width: 1px;
  position: absolute;
  border: 0.5px solid #BBBBBB;
  right: 155px;
  bottom: 6px;
}
.moreStyle[data-v-56f95092] .label-item .title .ft-bolder {
  height: 45px;
}
.moreStyle[data-v-56f95092] .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 0px;
}
.moreStyle[data-v-56f95092] .ant-checkbox-wrapper {
  max-width: 120px;
  width: 120px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.moreStyle[data-v-56f95092] .ant-checkbox + span {
  padding-right: 8px;
  padding-left: 4px;
}
.moreStyle[data-v-56f95092] .ant-select-selection__rendered {
  margin-left: 0px !important;
}
.moreStyle[data-v-56f95092] .pic {
  width: 120px;
  height: 76px;
}
.moreStyle[data-v-56f95092] .ant-upload.ant-upload-select-picture-card {
  width: 120px;
  height: 76px;
}
.moreStyle[data-v-56f95092] .check-pic {
  padding-top: 18px;
}
.moreStyle[data-v-56f95092] .file-list .pic-img-list {
  width: 120px;
  height: 76px;
}
.moreStyle[data-v-56f95092] .file-list .pic-img-list > div img {
  max-width: 120px;
  max-height: 76px;
  vertical-align: top;
}
.moreStyle .bigTitleStyle[data-v-56f95092] {
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
}
.content-row .together-item[data-v-56f95092] {
  margin-bottom: 20px;
}
.content-row .together-item .delete-icon[data-v-56f95092] {
  color: #FB4246;
  font-size: 14px;
}
.content-row .together-item .together-detail[data-v-56f95092] {
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  text-align: center;
  font-size: 12px;
  border-radius: 4px;
}
.content-row .together-item .together-detail .together-title[data-v-56f95092] {
  display: flex;
  background: #f7f8fb;
  text-align: left;
  border-radius: 4px 4px 0 0;
}
.content-row .together-item .together-detail .together-title > div[data-v-56f95092] {
  padding: 0px 9px;
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.content-row .together-item .together-detail .together-title .must-fill[data-v-56f95092] {
  color: #FB4246;
}
.content-row .together-item .together-detail .together-data[data-v-56f95092] {
  position: relative;
  display: flex;
  border-radius: 0 0 4px 4px;
}
.content-row .together-item .together-detail .together-data > div[data-v-56f95092] {
  flex: 1;
  height: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.content-row .together-item .together-detail .together-data > div .popover[data-v-56f95092]:hover {
  height: 39px;
  line-height: 38px;
  border: 1px solid #165Dff;
  cursor: pointer;
}
.content-row .together-item .together-detail .together-data .payPattern[data-v-56f95092] {
  padding: 0 9px;
}
.content-row .together-item .together-detail .together-data input[data-v-56f95092] {
  padding: 0 7px;
}
.content-row .together-item .together-detail .together-data input[data-v-56f95092]:focus {
  border: 1px solid #165Dff !important;
}
.content-row .together-item .together-detail .together-data .select-border[data-v-56f95092] {
  border: 1px solid #165Dff;
}
.content-row .together-item .together-detail .together-data .options i[data-v-56f95092],
.content-row .together-item .together-detail .together-data .options span[data-v-56f95092] {
  display: inline-block;
  width: 50%;
  height: 39px;
  cursor: pointer;
}
.content-row .together-item .together-detail .together-data .options i[data-v-56f95092] {
  line-height: 39px;
  font-size: 14px;
}
.content-row .together-item .together-detail .together-data .options span[data-v-56f95092] {
  padding: 3px 4px;
  line-height: 18px;
}
.content-row .together-item .together-detail .together-data .togeAddress[data-v-56f95092] {
  padding: 0 9px;
  display: flex;
  width: 100%;
  height: 100%;
}
.content-row .together-item .together-detail .together-data .togeAddress[data-v-56f95092] .ant-select-selection__rendered {
  margin-left: 1px;
  margin-top: 3px;
}
.content-row .together-item .together-detail .together-data .togeAddress[data-v-56f95092] .ant-select-dropdown-menu li {
  text-align: left;
}
.content-row .together-item .together-detail .together-data .house-data-item-left[data-v-56f95092] {
  margin-left: 20px;
  position: relative;
}
.content-row .together-item .together-detail .together-data .house-data-item-left .addonBeforeStyle[data-v-56f95092] {
  font-size: 14px;
  color: #111111;
  position: absolute;
  left: 0;
}
.content-row .together-item .together-detail .together-foot[data-v-56f95092] {
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  text-align: center;
  border-radius: 0 0 4px 4px;
}
.content-row .together-item .together-detail .together-foot .togetherAdd[data-v-56f95092] {
  width: 100px;
  margin: 0 auto;
  text-align: center;
}
.content-row .together-item .together-detail .together-foot[data-v-56f95092] .anticon {
  vertical-align: -0.2em;
}
.content-row .contract-other[data-v-56f95092] {
  width: 120px;
  height: 36px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #165Dff;
  font-size: 14px;
  font-weight: 400;
  color: #165Dff;
  line-height: 36px;
  text-align: center;
}
.content-row[data-v-56f95092] .ant-cascader-picker-label {
  padding: 0px;
}

.titleSteps-box[data-v-5fa04b5e] {
  width: 100%;
}
.titleSteps-box .serviceOrderShowFlagStyle[data-v-5fa04b5e] {
  width: 100%;
  height: 42px;
  line-height: 42px;
  background: #fff1e1;
  padding-left: 19px;
  font-size: 14px;
}
.titleSteps-box .serviceOrderShowFlagStyle .fontStyle[data-v-5fa04b5e] {
  color: #333333;
  font-size: 16px;
  margin-left: 7px;
}
.titleSteps-box .serviceOrderShowFlagStyle .buyStyle[data-v-5fa04b5e] {
  width: 106px;
  text-align: center;
  height: 26px;
  line-height: 26px;
  background: #FFA036;
  border-radius: 14px;
  font-size: 14px;
  color: #ffffff;
  margin: 8px 0 8px 15px;
}
.steps_title_css[data-v-5fa04b5e] {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 70%;
  padding: 15px 0 15px;
  height: 86px;
}
.steps_title_css .title_row[data-v-5fa04b5e] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 0 8px;
}
.steps_title_css .title_row > div[data-v-5fa04b5e] {
  width: calc(50% - 3em);
  display: flex;
  justify-content: center;
  align-items: center;
}
.steps_title_css .title_row .stepIcon[data-v-5fa04b5e] {
  border: 1px solid #BBBBBB;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.steps_title_css .title_row .stepIcon > label[data-v-5fa04b5e] {
  background: #BBBBBB;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 19px;
  font-size: 14px;
  cursor: pointer;
}
.steps_title_css .title_row .stepsNum[data-v-5fa04b5e] {
  color: #165Dff !important;
  border: 1px solid #165Dff !important;
}
.steps_title_css .title_row .stepsNum > label[data-v-5fa04b5e] {
  background: #165Dff !important;
}
.steps_title_css .step_mian_css[data-v-5fa04b5e] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.steps_title_css .step_mian_css > div[data-v-5fa04b5e] {
  position: relative;
  overflow: hidden;
  flex-grow: 1;
  text-align: center;
  font-size: 14px;
  color: #BBBBBB;
}
.steps_title_css .step_mian_css .step_item_1[data-v-5fa04b5e]::after {
  width: calc(50% - 3em);
  right: 0;
  height: 0;
  position: absolute;
  top: 50%;
  border-top: 1px solid #BBBBBB;
  content: '';
}
.steps_title_css .step_mian_css .step_item_2[data-v-5fa04b5e]::before {
  width: calc(50% - 3em);
  left: 0;
  height: 0;
  position: absolute;
  top: 50%;
  border-top: 1px solid #BBBBBB;
  content: '';
}
.steps_title_css .step_mian_css .step_item_2[data-v-5fa04b5e]::after {
  width: calc(50% - 3em);
  right: 0;
  height: 0;
  position: absolute;
  top: 50%;
  border-top: 1px solid #BBBBBB;
  content: '';
}
.steps_title_css .step_mian_css .step_item_3[data-v-5fa04b5e]::before {
  width: calc(50% - 3em);
  left: 0;
  height: 0;
  position: absolute;
  top: 50%;
  border-top: 1px solid #BBBBBB;
  content: '';
}
.steps_title_css .step_mian_css .stepsNum[data-v-5fa04b5e] {
  color: #165Dff !important;
}
.steps_title_css .step_mian_css .stepsNum[data-v-5fa04b5e]::before,
.steps_title_css .step_mian_css .stepsNum[data-v-5fa04b5e]::after {
  border-top: 1px solid #165Dff !important;
}

.head_title_css[data-v-0bce267d] {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0 0 12px;
}
.head_title_css > .title_info[data-v-0bce267d] {
  font-size: 16px;
  color: #111111;
  font-weight: 500;
}

.step_one_css[data-v-4be0d6d3] {
  position: relative;
  width: 100%;
  padding: 0 20px;
}
.step_one_css .specialStyle[data-v-4be0d6d3] .ft-bolder {
  height: 42px !important;
}
.step_one_css .house-model .itemStyle[data-v-4be0d6d3] {
  width: 275px;
  height: 70px;
  border-radius: 5px;
  margin: 0px 15px 0px 0;
  padding: 10px 0px 4px 10px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.step_one_css .house-model .itemStyle .triangle-top-right-choose[data-v-4be0d6d3] {
  position: absolute;
  color: #ffffff;
  top: 2px;
  right: 2px;
}
.step_one_css .house-model .itemStyle .triangle-top-right-click[data-v-4be0d6d3] {
  position: absolute;
  width: 0;
  border: 16px solid #165Dff;
  border-bottom: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top-right-radius: 4px;
  top: 0px;
  right: 0px;
}
.step_one_css .house-model .itemStyle[data-v-4be0d6d3] svg {
  width: 15px;
  height: 15px;
  color: #ffffff;
}
.step_one_css .house-model .unClickStyle[data-v-4be0d6d3] {
  background: #ffffff;
}
.step_one_css .house-model .clickStyle[data-v-4be0d6d3] {
  box-shadow: 0px 2px 8px 0px rgba(2, 19, 34, 0.1);
  border: 1px solid #165Dff;
  background: rgba(22, 93, 255, 0.1);
}
.step_one_css .house-model[data-v-4be0d6d3] .ant-select-selection__rendered {
  margin-left: 0px !important;
}
.step_one_css .house_info_css[data-v-4be0d6d3] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.step_one_css .house_info_css .buildingInfoStyle[data-v-4be0d6d3] {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(153, 153, 153, 0.1);
  border-radius: 4px;
  border: 1px solid #eeeeee;
  position: relative;
  margin-bottom: 15px;
}
.step_one_css .house_info_css .buildingInfoStyle .buildingInfoCloseStyle[data-v-4be0d6d3] {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0px 5px 0px 5px;
}
.step_one_css .house_info_css .addMoreStyle[data-v-4be0d6d3] {
  width: 288px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 1px dashed #dddddd;
  margin: 5px auto;
  border-radius: 2px;
}
.step_one_css .house_info_css .tips-must-fill[data-v-4be0d6d3] {
  position: absolute;
  left: 100px;
  bottom: -20px;
  color: #FB4246;
}
.step_one_css .house_info_css[data-v-4be0d6d3] .input_end_css2 .ant-input {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.step_one_css .house_info_css[data-v-4be0d6d3] .input_end_css3 .ant-input {
  padding-left: 18px;
  padding-right: 18px;
  text-align: center;
}
.step_one_css .house_info_css[data-v-4be0d6d3] .input_end_css4 .ant-input {
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}
.step_one_css .house_info_css .address[data-v-4be0d6d3] .ant-select-dropdown--empty {
  display: none;
}
.step_one_css .house_info_css .address[data-v-4be0d6d3] .ant-select-selection-selected-value span {
  color: #111111 !important;
}
.step_one_css .house_info_css .address[data-v-4be0d6d3] .ant-select-selection-selected-value p {
  display: none;
}
.step_one_css .house_info_css .u-bottom-input[data-v-4be0d6d3] .slot-content .ant-input {
  border-bottom: 1px solid #DDDDDD;
}
.step_one_css .house_info_css .u-bottom-input[data-v-4be0d6d3] .slot-content .ant-input:hover {
  border-bottom: 1px solid #165Dff;
}
.step_one_css .house_info_css .mustLbl[data-v-4be0d6d3] {
  color: #FB4246;
  vertical-align: middle;
  padding-left: 5px;
}
.step_one_css .house_info_css .room_num_set_css[data-v-4be0d6d3] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32px;
}
.step_one_css .house_info_css .room_num_set_css[data-v-4be0d6d3] .ant-checkbox-wrapper {
  flex-shrink: 0;
  color: #111111;
}
.step_one_css .house_info_css .room_num_set_css[data-v-4be0d6d3] .ant-input {
  width: 120px;
  margin-left: 20px;
  text-align: center;
}
.step_one_css .house_info_css .room_num_set_css .tip_num[data-v-4be0d6d3] {
  flex-shrink: 0;
}
.step_one_css .contract-more[data-v-4be0d6d3] {
  width: 1160px;
  height: 40px;
  background: #f6f7f8;
  border-radius: 4px;
  text-align: center;
}
.step_one_css .contract-more .more[data-v-4be0d6d3] {
  color: #165Dff;
  font-size: 14px;
  line-height: 40px;
}
.step_one_css .contract-more .more-font .anticon[data-v-4be0d6d3] {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.step_one_css .buildingInfoStyle[data-v-4be0d6d3] {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(153, 153, 153, 0.1);
  border-radius: 4px;
  border: 1px solid #eeeeee;
  position: relative;
  margin-bottom: 15px;
}
.step_one_css .buildingInfoStyle .buildingInfoCloseStyle[data-v-4be0d6d3] {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0px 5px 0px 5px;
}
.step_one_css .addMoreStyle[data-v-4be0d6d3] {
  width: 288px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 1px dashed #dddddd;
  margin: 5px auto;
  border-radius: 2px;
}
.step_one_css .tips-must-fill[data-v-4be0d6d3] {
  position: absolute;
  left: 100px;
  bottom: -20px;
  color: #FB4246;
}
.step_one_css[data-v-4be0d6d3] .input_end_css2 .ant-input {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.step_one_css[data-v-4be0d6d3] .input_end_css3 .ant-input {
  padding-left: 18px;
  padding-right: 18px;
  text-align: center;
}
.step_one_css[data-v-4be0d6d3] .input_end_css4 .ant-input {
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}
.step_one_css .address[data-v-4be0d6d3] .ant-select-dropdown--empty {
  display: none;
}
.step_one_css .address[data-v-4be0d6d3] .ant-select-selection-selected-value span {
  color: #111111 !important;
}
.step_one_css .address[data-v-4be0d6d3] .ant-select-selection-selected-value p {
  display: none;
}
.step_one_css .u-bottom-input[data-v-4be0d6d3] .slot-content .ant-input {
  border-bottom: 1px solid #DDDDDD;
}
.step_one_css .u-bottom-input[data-v-4be0d6d3] .slot-content .ant-input:hover {
  border-bottom: 1px solid #165Dff;
}
.step_one_css .mustLbl[data-v-4be0d6d3] {
  color: #FB4246;
  vertical-align: middle;
  padding-left: 5px;
}
.step_one_css .room_num_set_css[data-v-4be0d6d3] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32px;
}
.step_one_css .room_num_set_css[data-v-4be0d6d3] .ant-checkbox-wrapper {
  flex-shrink: 0;
  color: #111111;
}
.step_one_css .room_num_set_css[data-v-4be0d6d3] .ant-input {
  width: 120px;
  margin-left: 20px;
  text-align: center;
}
.step_one_css .room_num_set_css .tip_num[data-v-4be0d6d3] {
  flex-shrink: 0;
}
.step_one_css .room_item_info_set[data-v-4be0d6d3] {
  background: #fff;
  border-top: 1px solid #DDDDDD;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0;
  margin-bottom: 20px;
}
.step_one_css .room_item_info_set .head_tabs_css[data-v-4be0d6d3] {
  width: 100%;
  height: 36px;
  border-bottom: 1px solid #DDDDDD;
  display: -webkit-box;
  justify-content: flex-start;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  background: #f6f7f8;
}
.step_one_css .room_item_info_set .head_tabs_css .tab_card_num[data-v-4be0d6d3] {
  width: 36px;
  height: 36px;
  color: #111111;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #DDDDDD;
  font-weight: 500;
  cursor: pointer;
}
.step_one_css .room_item_info_set .head_tabs_css .choosedTab[data-v-4be0d6d3] {
  background: #ffffff;
  z-index: 3;
  height: 37px;
  border-bottom: none;
  color: #165Dff;
}
.step_one_css .room_item_info_set .floor_info_set[data-v-4be0d6d3] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 15px 10px 8px 10px;
}
.step_one_css .room_item_info_set .floor_info_set .floor_room_num[data-v-4be0d6d3] {
  color: #111111;
  font-size: 14px;
}
.step_one_css .room_item_info_set .floor_info_set .floor_room_num[data-v-4be0d6d3] .ant-input {
  width: 90px;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #DDDDDD;
  border-radius: 0;
  text-align: center;
  color: #165Dff;
}
.step_one_css .room_item_info_set .floor_info_set .set_btn_csss[data-v-4be0d6d3] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.step_one_css .room_item_info_set .floor_info_set .set_btn_csss > label[data-v-4be0d6d3] {
  color: #FFA036;
  font-size: 12px;
  margin-right: 20px;
}
.step_one_css .room_item_info_set .floor_info_set .set_btn_csss .close_floor_btn[data-v-4be0d6d3] {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
}
.step_one_css .room_item_info_set .room_num_css[data-v-4be0d6d3] {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 10px;
  color: #777777;
  font-size: 14px;
}
.step_one_css .room_item_info_set .room_num_item[data-v-4be0d6d3] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px 0 5px 10px;
}
.step_one_css .room_item_info_set .room_num_item .room_num_item_room[data-v-4be0d6d3] {
  min-width: 66px;
  width: auto;
  height: 40px;
  flex-shrink: 0;
  line-height: 40px;
  font-size: 14px;
  border-radius: 4px;
  margin: 0 10px 10px 0;
}
.step_one_css .room_item_info_set .room_num_item .room_num_item_room .roomNoStyle[data-v-4be0d6d3] {
  width: 66px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  position: relative;
}
.step_one_css .room_item_info_set .room_num_item .room_num_item_room .roomNoStyle[data-v-4be0d6d3] .ant-input {
  height: 39px;
  line-height: 39px;
  text-align: center;
}
.step_one_css .room_item_info_set .room_num_item .room_num_item_room .roomNoStyle .splitStyle[data-v-4be0d6d3] {
  height: 16px;
  border-right: 1px solid #e8e8e8;
  margin-right: 15px;
  padding-left: 15px;
}
.step_one_css .room_item_info_set .room_num_item .room_num_item_room .roomNoStyle .fontStyle[data-v-4be0d6d3] {
  font-size: 14px;
  color: #0A87F8;
}
.step_one_css .room_item_info_set .room_num_item .room_num_item_room .roomNoStyle[data-v-4be0d6d3] .ant-popover-inner-content {
  padding: 0px;
}
.step_one_css .room_item_info_set .room_num_item .room_num_item_room .blankStyle[data-v-4be0d6d3] {
  width: 1px;
  height: 24px;
  background: #ffffff;
  margin: 8px 9px 0 0;
}
.step_one_css .room_item_info_set .room_num_item .room_num_item_room .buildingSubRoomFormListStyle .subRoomStyle[data-v-4be0d6d3] {
  min-width: 41px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  margin: 8px 5px 8px 0;
  text-align: center;
  position: relative;
}
.step_one_css .room_item_info_set .room_num_item .room_num_item_room .buildingSubRoomFormListStyle .subRoomStyle .subRoomItemStyle[data-v-4be0d6d3] {
  width: 41px;
}
.step_one_css .room_item_info_set .room_num_item .room_num_item_room .buildingSubRoomFormListStyle .subRoomStyle .subRoomItemStyle[data-v-4be0d6d3] .ant-input {
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.step_one_css .room_item_info_set .room_num_item .room_num_item_room .buildingSubRoomFormListStyle .subRoomStyle .deleteStyle[data-v-4be0d6d3] {
  position: absolute;
  top: -12px;
  right: 2px;
  color: #FB4246;
  width: 12px;
  height: 12px;
}
.step_one_css .room_item_info_set .room_num_item .room_num_item_room .buildingSubRoomFormListStyle .subRoomStyle .editStyle[data-v-4be0d6d3] {
  position: absolute;
  top: -12px;
  right: 16px;
  width: 12px;
  height: 12px;
}
.step_one_css .room_item_info_set .room_num_item .room_num_item_room .buildingSubRoomFormListStyle .moreRoomStyle[data-v-4be0d6d3] {
  width: 370px;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  display: flex;
  justify-content: flex-start;
  margin-right: 5px;
}
.step_one_css .room_item_info_set .room_num_item .room_num_item_room .buildingSubRoomFormListStyle .addStyle[data-v-4be0d6d3] svg {
  width: 16px;
  height: 16px;
  color: #165Dff;
}
.step_one_css .room_item_info_set .room_num_item .room_num_item_room .buildingSubRoomFormListStyle .addStyle[data-v-4be0d6d3] i {
  vertical-align: -0.25em;
}
.step_one_css .room_item_info_set .room_num_item .room_num_item_room .buildingSubRoomFormListStyle .usedStyle[data-v-4be0d6d3] {
  background: #ffffff;
}
.step_one_css .room_item_info_set .room_num_item .room_num_item_room .buildingSubRoomFormListStyle .unUsedStyle[data-v-4be0d6d3] {
  background: #dddddd;
}
.step_one_css .room_item_info_set .room_num_item .normalColor[data-v-4be0d6d3] {
  color: #111111;
  background-color: #e6f3fe;
  border-radius: 4px;
}
.step_one_css .room_item_info_set .room_num_item .disabledColor[data-v-4be0d6d3] {
  color: #777777;
  background-color: #BBBBBB;
  border-radius: 4px;
}
.step_one_css .lastItem[data-v-4be0d6d3] {
  margin-bottom: 30px;
}
.step_one_css .fzr-box[data-v-4be0d6d3] {
  padding: 0;
}
.step_one_css[data-v-4be0d6d3] .ant-input {
  color: #111111;
}
.step_one_css[data-v-4be0d6d3] .ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selection {
  border-radius: 0;
}
.step_one_css[data-v-4be0d6d3] .ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selection {
  border-radius: 0;
}
.subRoomIconStyle[data-v-4be0d6d3] {
  position: absolute;
  right: -3px;
  top: -13px;
}
.roomIconStyle[data-v-4be0d6d3] {
  position: absolute;
  right: -8px;
  top: -18px;
}
.roomIconStyle[data-v-4be0d6d3] .ant-tooltip-inner {
  width: 60px;
  text-align: center;
  font-size: 14px;
}
.roomIconStyle[data-v-4be0d6d3] .ant-popover-inner-content {
  padding: 0 !important;
  width: 180px;
  height: 50px;
}
.roomIconStyle[data-v-4be0d6d3] .ant-popover-inner {
  border-radius: 8px !important;
}
.roomIconStyle .apopConter[data-v-4be0d6d3] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
}
.roomIconStyle .apopConter .allotType[data-v-4be0d6d3] {
  padding: 3px 8px;
  border-radius: 6px;
  background-color: #eeeeee;
  cursor: pointer;
}
.roomIconStyle .apopConter .active[data-v-4be0d6d3] {
  background-color: #e6eefd;
  color: #3c94f7;
}
.roomSpanStyle[data-v-4be0d6d3] {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  margin-right: 2px;
  display: inline-block;
}
.roomSpanStyle[data-v-4be0d6d3] svg {
  width: 11px;
  height: 11px;
}
.roomSpanStyle[data-v-4be0d6d3] .anticon {
  vertical-align: -0.05em;
}
.subRoomSpanStyle[data-v-4be0d6d3] {
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  border-radius: 50%;
  margin-right: 2px;
  display: inline-block;
}
.subRoomSpanStyle[data-v-4be0d6d3] svg {
  width: 11px;
  height: 11px;
}
.subRoomSpanStyle[data-v-4be0d6d3] .anticon {
  vertical-align: -0.05em;
}
.editSpanStyle[data-v-4be0d6d3] {
  background: #d8edfe;
  color: #165Dff;
}
.deleteSpanStyle[data-v-4be0d6d3] {
  background: #feecec;
  color: #FB4246;
}
.disableStyle[data-v-4be0d6d3] {
  background: #e8e8e8;
  color: #777777;
}
.editSpanStyle[data-v-4be0d6d3] {
  background: #d8edfe;
  color: #165Dff;
}

.checkCss[data-v-56b92bae] {
  border: 1px solid #165Dff !important;
}
.room_type_box_css[data-v-56b92bae] {
  border: 1px solid #DDDDDD;
  background: #fff;
  position: relative;
  padding: 16px 8px;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-top: 10px;
  height: 48px;
}
.room_type_box_css .viewIconStyle[data-v-56b92bae] {
  position: absolute;
  top: -10px;
  right: 0px;
}
.room_type_box_css .viewIconStyle[data-v-56b92bae] .ant-tooltip-inner {
  width: 60px;
  text-align: center;
  font-size: 14px;
}
.room_type_box_css .viewIconStyle .itemSpanStyle[data-v-56b92bae] {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  margin-right: 2px;
  display: inline-block;
}
.room_type_box_css .viewIconStyle .itemSpanStyle[data-v-56b92bae] svg {
  width: 11px;
  height: 11px;
}
.room_type_box_css .viewIconStyle .itemSpanStyle[data-v-56b92bae] i {
  vertical-align: -0.05em;
}
.room_type_box_css .viewIconStyle .editSpanStyle[data-v-56b92bae] {
  background: #d8edfe;
  color: #165Dff;
}
.room_type_box_css .viewIconStyle .lineHeightEdit[data-v-56b92bae] {
  padding-top: 2px;
}
.room_type_box_css .viewIconStyle .lineHeightEdit[data-v-56b92bae] .anticon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.room_type_box_css .viewIconStyle .deleteSpanStyle[data-v-56b92bae] {
  background: #feecec;
  color: #FB4246;
}
.room_type_box_css .item_row1[data-v-56b92bae] {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.room_type_box_css .item_row1 > span[data-v-56b92bae] {
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px !important;
  color: #777777 !important;
}
.room_type_box_css .item_row1 > i[data-v-56b92bae] {
  margin-left: 3px;
  font-size: 14px;
  cursor: pointer;
  flex-shrink: 0;
}
.room_type_box_css .item_row2[data-v-56b92bae] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 1em;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
  font-size: 14px !important;
  color: #111111 !important;
  font-weight: bold;
}

.checkCss[data-v-17c60b2f] {
  border: 1px solid #165Dff !important;
}
.isClose[data-v-17c60b2f] {
  background: #F6F7F8 !important;
}
.room_box_css[data-v-17c60b2f] {
  border: 1px solid #DDDDDD;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  min-width: 116px;
  height: 90px;
  padding: 8px;
  position: relative;
}
.room_box_css .triangle-top-right-click[data-v-17c60b2f] {
  position: absolute;
  width: 0;
  border: 12px solid #165Dff;
  border-bottom: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top-left-radius: 4px;
  left: 0px;
  top: 0px;
}
.room_box_css .triangle-top-right-choose[data-v-17c60b2f] {
  position: absolute;
  color: #ffffff;
  top: 0px;
  left: 0px;
}
.room_box_css .end[data-v-17c60b2f] {
  justify-content: flex-end;
}
.room_box_css .start[data-v-17c60b2f] {
  justify-content: flex-start;
}
.room_box_css .item_row1[data-v-17c60b2f] {
  width: 100%;
  position: relative;
}
.room_box_css .item_row1 > span[data-v-17c60b2f] {
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #111111;
}
.room_box_css .item_row1 > i[data-v-17c60b2f] {
  margin-left: 3px;
  font-size: 14px;
  flex-shrink: 0;
  color: #165Dff;
  cursor: pointer;
}
.room_box_css .item_row1 .checked_icon[data-v-17c60b2f] {
  color: #165Dff !important;
}
.room_box_css .item_row1 .roomNameStyle[data-v-17c60b2f] .ant-input {
  padding-right: 0px;
}
.room_box_css .item_row1 .subRoomIconStyle[data-v-17c60b2f] {
  position: absolute;
  right: -3px;
  top: -13px;
}
.room_box_css .item_row1 .roomIconStyle[data-v-17c60b2f] {
  position: absolute;
  right: -8px;
  top: -18px;
}
.room_box_css .item_row1 .roomIconStyle[data-v-17c60b2f] .ant-tooltip-inner {
  width: 60px;
  text-align: center;
  font-size: 14px;
}
.room_box_css .item_row1 .roomIconStyle[data-v-17c60b2f] .ant-popover-inner-content {
  padding: 0 !important;
  width: 180px;
  height: 50px;
}
.room_box_css .item_row1 .roomIconStyle[data-v-17c60b2f] .ant-popover-inner {
  border-radius: 8px !important;
}
.room_box_css .item_row1 .roomIconStyle .apopConter[data-v-17c60b2f] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
}
.room_box_css .item_row1 .roomIconStyle .apopConter .allotType[data-v-17c60b2f] {
  padding: 3px 8px;
  border-radius: 6px;
  background-color: #eeeeee;
  cursor: pointer;
}
.room_box_css .item_row1 .roomIconStyle .apopConter .active[data-v-17c60b2f] {
  background-color: #e6eefd;
  color: #3c94f7;
}
.room_box_css .item_row2[data-v-17c60b2f] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 1em;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
  font-size: 12px !important;
  color: #777777;
}
.room_box_css .item_row2 .moreListStyle[data-v-17c60b2f] {
  width: 300px;
  overflow-y: hidden;
  overflow-x: scroll;
}
.room_box_css .item_row2 .subRoomListStyle[data-v-17c60b2f] {
  white-space: nowrap;
  display: flex;
  justify-content: flex-start;
  margin-right: 5px;
}
.room_box_css .item_row2 .subRoomListStyle .subRoomStyle[data-v-17c60b2f] {
  min-width: 72px;
  height: 42px;
  border-radius: 4px;
  margin-right: 5px;
  padding: 4px 6px;
  margin: 9px 5px 0 0;
  font-size: 12px !important;
}
.room_box_css .item_row2 .subRoomListStyle .subRoomStyle svg[data-v-17c60b2f] {
  width: 12px;
  height: 12px;
}
.room_box_css .item_row2 .subRoomListStyle .subRoomStyle[data-v-17c60b2f] .ant-input {
  font-size: 12px;
}
.room_box_css .item_row2 .subRoomListStyle .subRoomStyle .overHiddeSpan[data-v-17c60b2f] {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 45px;
  height: 18px;
  display: block;
}
.room_box_css .item_row2 .subRoomListStyle .subAbleStyle[data-v-17c60b2f] {
  background: rgba(22, 93, 255, 0.1);
}
.room_box_css .item_row2 .subRoomListStyle .subUnAbleStyle[data-v-17c60b2f] {
  background: #e8e8e8;
}
.room_box_css .item_row2 .addStyle[data-v-17c60b2f] {
  width: 72px;
  height: 42px;
  background: rgba(22, 93, 255, 0.1);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.room_box_css .item_row2 .addStyle i[data-v-17c60b2f] {
  font-size: 18px;
  color: #165Dff;
}
.room_box_css .roomSpanStyle[data-v-17c60b2f] {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  margin-right: 2px;
  display: inline-block;
}
.room_box_css .roomSpanStyle[data-v-17c60b2f] svg {
  width: 11px;
  height: 11px;
}
.room_box_css .roomSpanStyle[data-v-17c60b2f] .anticon {
  vertical-align: -0.05em;
}
.room_box_css .subRoomSpanStyle[data-v-17c60b2f] {
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  border-radius: 50%;
  margin-right: 2px;
  display: inline-block;
}
.room_box_css .subRoomSpanStyle[data-v-17c60b2f] svg {
  width: 11px;
  height: 11px;
}
.room_box_css .subRoomSpanStyle[data-v-17c60b2f] .anticon {
  vertical-align: -0.05em;
}
.room_box_css .editSpanStyle[data-v-17c60b2f] {
  background: #d8edfe;
  color: #165Dff;
}
.room_box_css .deleteSpanStyle[data-v-17c60b2f] {
  background: #feecec;
  color: #FB4246;
}
.room_box_css .disableStyle[data-v-17c60b2f] {
  background: #e8e8e8;
  color: #777777;
}
.editSpanStyle[data-v-17c60b2f] {
  background: #d8edfe;
  color: #165Dff;
}

.add_box_css[data-v-264035a2] {
  border: 1px dashed #BBBBBB;
  padding: 6px 10px;
  width: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  cursor: pointer;
}
.add_box_css i[data-v-264035a2] {
  font-size: 18px;
  color: #165Dff;
}

.container-box[data-v-6aea3202] {
  padding: 20px;
}
.container-box .main[data-v-6aea3202] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container-box .main .item[data-v-6aea3202] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.container-box .main .item .content[data-v-6aea3202] {
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
}
.container-box .main .item .content .input[data-v-6aea3202] {
  border: none;
  outline: none;
}

.addRoomType[data-v-7b1e4145] {
  padding: 25px 20px 20px 20px;
  height: calc(100vh - 170px);
  overflow: auto;
}
.addRoomType .addRoomTypeConfig[data-v-7b1e4145] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 16px;
}
.addRoomType .addRoomTypeConfig .public-config[data-v-7b1e4145] {
  display: flex;
  flex-wrap: wrap;
}
.addRoomType .addRoomTypeConfig .public-config label[data-v-7b1e4145] {
  width: 130px;
  margin: 0px 0 5px 0;
  padding-right: 30px;
}
.addRoomType .addRoomTypeConfig .titleStyle[data-v-7b1e4145] {
  font-size: 12px;
  color: #777777;
}
.addRoomType .addRoomTypeConfig[data-v-7b1e4145] .ant-form label {
  font-size: 12px;
  color: #777777;
}
.addRoomType .addRoomTypeConfig .selectStyle[data-v-7b1e4145] {
  margin-top: 2px;
}
.addRoomType .addRoomTypeConfig .selectStyle .item[data-v-7b1e4145] {
  width: 234px;
  margin-bottom: 5px;
}
.addRoomType .addRoomTypeConfig .selectStyle .selectedStyle[data-v-7b1e4145] {
  font-size: 14px;
  color: #111111;
}
.addRoomType .addRoomTypeConfig .selectStyle .unSelectStyle[data-v-7b1e4145] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.addRoomType .addRoomTypeConfig .selectStyle .quantityStyle .commonStyle[data-v-7b1e4145] {
  width: 16px;
  height: 16px;
  line-height: 14px;
  background: #f6f7fb;
  border: 1px solid #EEEEEE;
  text-align: center;
  border-radius: 50%;
  margin-top: 3px;
}
.addRoomType .addRoomTypeConfig .selectStyle .quantityStyle .unEditStyle[data-v-7b1e4145] {
  color: #999999;
}
.addRoomType .addRoomTypeConfig .selectStyle .quantityStyle .editStyle[data-v-7b1e4145] {
  color: #165Dff;
}
.addRoomType .addRoomTypeConfig .selectStyle .quantityStyle[data-v-7b1e4145] .ant-input {
  padding: 0px 0 0 0;
  height: 21px;
}
.addRoomType .addRoomTypeLine[data-v-7b1e4145] {
  width: 100%;
}
.addRoomType .addRoomTypeLine[data-v-7b1e4145] .form-input-item {
  width: 210px !important;
}
.addRoomType .addRoomTypeLine .roomType[data-v-7b1e4145] .ant-input {
  padding-left: 15px;
}
.addRoomType .addRoomTypeLine .newRoomStyle[data-v-7b1e4145] {
  position: relative;
  width: 200px;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #d9d9d9;
}
.addRoomType .addRoomTypeLine .newRoomStyle .roomSelectStyle[data-v-7b1e4145] {
  left: 0px;
  position: absolute;
  width: 200px;
  height: 173px;
  background: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  z-index: 5;
}
.addRoomType .addRoomTypeLine .newRoomStyle .roomSelectStyle .roomSelectContentStyle[data-v-7b1e4145] {
  height: 145px;
  border-bottom: 1px solid #eeeeee;
}
.addRoomType .addRoomTypeLine .newRoomStyle .roomSelectStyle .roomSelectContentStyle[data-v-7b1e4145] ::-webkit-scrollbar {
  width: 2px;
}
.addRoomType .addRoomTypeLine .newRoomStyle .roomSelectStyle .roomSelectContentStyle .roomItemStyle[data-v-7b1e4145] {
  border-right: 1px solid #f6f7f8;
  height: 100%;
  width: 50px;
  overflow-y: auto;
}
.addRoomType .addRoomTypeLine .newRoomStyle .roomSelectStyle .roomSelectContentStyle .roomItemStyle > div[data-v-7b1e4145] {
  height: 28px;
  line-height: 28px;
  text-align: center;
}
.addRoomType .addRoomTypeLine .newRoomStyle .roomSelectStyle .roomSelectContentStyle .roomItemStyle .selectedDiv[data-v-7b1e4145] {
  color: #165Dff;
  background: rgba(22, 93, 255, 0.1);
}
.addRoomType .addRoomTypeLine .newRoomStyle .roomSelectStyle .roomSelectButtonStyle[data-v-7b1e4145] {
  padding: 6px 6px 0 0;
  height: 30px;
}
.addRoomType .addRoomTypeLine .newRoomStyle .roomSelectStyle .roomSelectButtonStyle .confirmedStyle[data-v-7b1e4145] {
  width: 38px;
  text-align: center;
  height: 16px;
  line-height: 16px;
  background: #0a87f8;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
}
.addRoomType .addRoomTypeLine .newRoomStyle .roomSelectStyle .roomSelectButtonStyle .resetStyle[data-v-7b1e4145] {
  width: 38px;
  text-align: center;
  height: 16px;
  line-height: 16px;
  background: #f6f7f8;
  border-radius: 4px;
  border: 1px solid #dddddd;
  color: #666666;
  font-size: 12px;
  margin-right: 5px;
}
.addRoomType .addRoomTypeLine .u-bottom-input[data-v-7b1e4145] .slot-content .ant-input {
  border-bottom: 1px solid #DDDDDD;
}
.addRoomType .addRoomTypeLine .u-bottom-input[data-v-7b1e4145] .slot-content .ant-input:hover {
  border-bottom: 1px solid #165Dff;
}
.addRoomType .addRoomTypeLine .u-bottom-input[data-v-7b1e4145] .slot-content .ant-select {
  width: 100%;
}
.addRoomType[data-v-7b1e4145] .slot-content .ant-select {
  width: 100%;
}
.addRoomType .checkAllStyle[data-v-7b1e4145] {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 16px;
}
.addRoomType .buttonDiv .formItemMarginButton[data-v-7b1e4145] {
  width: 120px;
  height: 40px;
}
.addRoomType .buttonDiv .cancelFont[data-v-7b1e4145] {
  color: #666666;
  margin-right: 20px;
}
.addRoomType .buttonDiv .saveFont[data-v-7b1e4145] {
  color: #ffffff;
  background-color: #165Dff;
}
.addRoomType .checkbox-group[data-v-7b1e4145] {
  width: 100%;
}
.addRoomType .checkbox-group > label[data-v-7b1e4145] {
  /*flex: 1;*/
  width: 20%;
  margin: 0 0 5px 0;
}
.addRoomType .showMoreModalStyle[data-v-7b1e4145] {
  max-height: 400px;
  overflow-y: auto;
}
.addRoomType .showMoreModalStyle[data-v-7b1e4145] .label-item .title {
  font-size: 14px;
  color: #111111;
}
.addRoomType .content-row .together-item[data-v-7b1e4145] {
  margin-bottom: 20px;
}
.addRoomType .content-row .together-item .delete-icon[data-v-7b1e4145] {
  color: #FB4246;
  font-size: 14px;
}
.addRoomType .content-row .together-item .together-detail[data-v-7b1e4145] {
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  text-align: center;
  font-size: 12px;
  border-radius: 4px;
}
.addRoomType .content-row .together-item .together-detail .together-title[data-v-7b1e4145] {
  display: flex;
  background: #f7f8fb;
  text-align: left;
  border-radius: 4px 4px 0 0;
}
.addRoomType .content-row .together-item .together-detail .together-title > div[data-v-7b1e4145] {
  padding: 0px 9px;
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.addRoomType .content-row .together-item .together-detail .together-title .must-fill[data-v-7b1e4145] {
  color: #FB4246;
}
.addRoomType .content-row .together-item .together-detail .together-data[data-v-7b1e4145] {
  position: relative;
  display: flex;
  border-radius: 0 0 4px 4px;
}
.addRoomType .content-row .together-item .together-detail .together-data > div[data-v-7b1e4145] {
  flex: 1;
  height: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.addRoomType .content-row .together-item .together-detail .together-data > div .popover[data-v-7b1e4145]:hover {
  height: 39px;
  line-height: 38px;
  border: 1px solid #165Dff;
  cursor: pointer;
}
.addRoomType .content-row .together-item .together-detail .together-data .payPattern[data-v-7b1e4145] {
  padding: 0 9px;
}
.addRoomType .content-row .together-item .together-detail .together-data input[data-v-7b1e4145] {
  padding: 0 7px;
}
.addRoomType .content-row .together-item .together-detail .together-data input[data-v-7b1e4145]:focus {
  border: 1px solid #165Dff !important;
}
.addRoomType .content-row .together-item .together-detail .together-data .select-border[data-v-7b1e4145] {
  border: 1px solid #165Dff;
}
.addRoomType .content-row .together-item .together-detail .together-data .options i[data-v-7b1e4145],
.addRoomType .content-row .together-item .together-detail .together-data .options span[data-v-7b1e4145] {
  display: inline-block;
  width: 50%;
  height: 39px;
  cursor: pointer;
}
.addRoomType .content-row .together-item .together-detail .together-data .options i[data-v-7b1e4145] {
  line-height: 39px;
  font-size: 14px;
}
.addRoomType .content-row .together-item .together-detail .together-data .options span[data-v-7b1e4145] {
  padding: 3px 4px;
  line-height: 18px;
}
.addRoomType .content-row .together-item .together-detail .together-data .togeAddress[data-v-7b1e4145] {
  padding: 0 9px;
  display: flex;
  width: 100%;
  height: 100%;
}
.addRoomType .content-row .together-item .together-detail .together-data .togeAddress[data-v-7b1e4145] .ant-select-selection__rendered {
  margin-left: 1px;
  margin-top: 3px;
}
.addRoomType .content-row .together-item .together-detail .together-data .togeAddress[data-v-7b1e4145] .ant-select-dropdown-menu li {
  text-align: left;
}
.addRoomType .content-row .together-item .together-detail .together-data .house-data-item-left[data-v-7b1e4145] {
  margin-left: 20px;
  position: relative;
}
.addRoomType .content-row .together-item .together-detail .together-data .house-data-item-left .addonBeforeStyle[data-v-7b1e4145] {
  font-size: 14px;
  color: #111111;
  position: absolute;
  left: 0;
}
.addRoomType .content-row .together-item .together-detail .together-foot[data-v-7b1e4145] {
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  text-align: center;
  border-radius: 0 0 4px 4px;
}
.addRoomType .content-row .together-item .together-detail .together-foot .togetherAdd[data-v-7b1e4145] {
  width: 100px;
  margin: 0 auto;
  text-align: center;
}
.addRoomType .content-row .together-item .together-detail .together-foot[data-v-7b1e4145] .anticon {
  vertical-align: -0.2em;
}
.addRoomType .content-row .contract-other[data-v-7b1e4145] {
  width: 120px;
  height: 36px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #165Dff;
  font-size: 14px;
  font-weight: 400;
  color: #165Dff;
  line-height: 36px;
  text-align: center;
}
.addRoomType .content-row[data-v-7b1e4145] .ant-cascader-picker-label {
  padding: 0px;
}
.addRoomType[data-v-7b1e4145] .ant-select-dropdown {
  min-width: 110px !important;
}

.loading-box .loading-center-absolute[data-v-4c5f78ef] {
  padding-top: 38px;
  width: 100px;
}
.loading-box .loading-center-absolute .object[data-v-4c5f78ef] {
  width: 6px;
  height: 50px;
  margin-right: 4px;
  background-color: #eeeeee;
  animation: animate-4c5f78ef 1s infinite;
  float: left;
  display: block;
}
.loading-box .loading-center-absolute .object[data-v-4c5f78ef]:nth-child(10) {
  animation-delay: 0.9s;
}
.loading-box .loading-center-absolute .object[data-v-4c5f78ef]:nth-child(9) {
  animation-delay: 0.8s;
}
.loading-box .loading-center-absolute .object[data-v-4c5f78ef]:nth-child(8) {
  animation-delay: 0.7s;
}
.loading-box .loading-center-absolute .object[data-v-4c5f78ef]:nth-child(7) {
  animation-delay: 0.6s;
}
.loading-box .loading-center-absolute .object[data-v-4c5f78ef]:nth-child(6) {
  animation-delay: 0.5s;
}
.loading-box .loading-center-absolute .object[data-v-4c5f78ef]:nth-child(5) {
  animation-delay: 0.4s;
}
.loading-box .loading-center-absolute .object[data-v-4c5f78ef]:nth-child(4) {
  animation-delay: 0.3s;
}
.loading-box .loading-center-absolute .object[data-v-4c5f78ef]:nth-child(3) {
  animation-delay: 0.2s;
}
.loading-box .loading-center-absolute .object[data-v-4c5f78ef]:nth-child(2) {
  animation-delay: 0.1s;
}
@keyframes animate-4c5f78ef {
50% {
    transform: scaleY(0);
}
}
.loading-box .warningStyle[data-v-4c5f78ef] {
  color: #111111;
  font-size: 16px;
  text-align: center;
  padding: 30px 0 36px 0;
}

.step_two_css[data-v-6ed06081] {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 260px);
  padding: 0 20px;
}
.step_two_css .toolTip[data-v-6ed06081] {
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  color: #FFA036;
  left: 110px;
  top: 89px;
  z-index: 1;
}
.step_two_css .toolTip[data-v-6ed06081] .ant-tooltip-inner {
  height: 85px;
  width: 280px;
}
.step_two_css .house_info_css[data-v-6ed06081] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 10px;
}
.step_two_css .house_info_css .row_info[data-v-6ed06081] {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
  background: #F6F7F8;
  padding: 6px 10px 6px 14px;
}
.step_two_css .house_info_css .row_info > p[data-v-6ed06081] {
  font-size: 14px;
  color: #777777;
  line-height: 1.45;
}
.step_two_css .house_info_css .row_info > p > span[data-v-6ed06081] {
  color: #111111;
  padding: 0 5px;
}
.step_two_css .house_info_css .row1_info[data-v-6ed06081] {
  flex-grow: 0;
  justify-content: flex-start;
  background: transparent;
  flex-shrink: 0;
  padding: 0;
}
.step_two_css .house_info_css .row1_info > p[data-v-6ed06081] {
  padding: 5px 8px;
  margin-left: 10px;
  border-radius: 4px;
  border: 1px solid #000000;
}
.step_two_css .house_info_css .row1_info .ban[data-v-6ed06081] {
  border: 1px solid #777777;
  color: #777777;
}
.step_two_css .house_info_css .row1_info .enable[data-v-6ed06081] {
  border: 1px solid #165Dff;
  color: #165Dff;
}
.step_two_css .house_info_css .row1_info .spare[data-v-6ed06081] {
  border: 1px solid #FB4246;
  color: #FB4246;
}
.step_two_css .house_room_main_css[data-v-6ed06081] {
  display: flex;
  align-items: stretch;
  width: 100%;
  position: relative;
  height: calc(100% - 80px);
}
.step_two_css .house_room_main_css .main_left[data-v-6ed06081] {
  width: 136px;
  overflow-x: hidden;
  overflow-y: hidden;
  background: #F6F7F8;
  position: relative;
  flex-shrink: 0;
}
.step_two_css .house_room_main_css .main_left .head_title_css[data-v-6ed06081] {
  position: relative;
  width: 100%;
  padding: 0 0 5px;
  margin: 10px 0 0 10px;
}
.step_two_css .house_room_main_css .main_left .head_title_css > .title_info[data-v-6ed06081] {
  font-size: 18px;
  color: #111111;
  font-weight: 600;
}
.step_two_css .house_room_main_css .main_left[data-v-6ed06081] .head_title_css {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.step_two_css .house_room_main_css .main_left[data-v-6ed06081] .head_title_css span {
  font-size: 15px;
}
.step_two_css .house_room_main_css .main_left[data-v-6ed06081] .head_title_css i {
  color: #FFA036;
  font-size: 18px;
  cursor: pointer;
}
.step_two_css .house_room_main_css .main_left .main_left_list_css[data-v-6ed06081] {
  max-height: calc(100% - 138px);
  overflow-y: scroll;
}
.step_two_css .house_room_main_css .main_left[data-v-6ed06081] ::-webkit-scrollbar-track {
  background: #f6f7f8;
}
.step_two_css .house_room_main_css .main_right[data-v-6ed06081] {
  flex-grow: 1;
  margin-left: 10px;
  background: #F6F7F8;
  padding: 10px 14px;
}
.step_two_css .house_room_main_css .main_right[data-v-6ed06081] .head_title_css span {
  font-size: 15px;
}
.step_two_css .house_room_main_css .main_right .headerStyle[data-v-6ed06081] {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 10px;
}
.step_two_css .house_room_main_css .main_right .headerStyle .headerTitleStyle[data-v-6ed06081] {
  font-size: 15px;
  width: 80px;
  line-height: 28px;
  height: 28px;
}
.step_two_css .house_room_main_css .main_right .headerStyle .headerContentStyle[data-v-6ed06081] {
  width: calc(100% - 80px);
  display: flex;
  justify-content: space-between;
  position: relative;
}
.step_two_css .house_room_main_css .main_right .headerStyle .headerContentStyle .headerStaticStyle[data-v-6ed06081] {
  height: 28px;
  line-height: 28px;
}
.step_two_css .house_room_main_css .main_right .headerStyle .headerContentStyle .headerStaticStyle .splitStyle[data-v-6ed06081] {
  padding-left: 14px;
  border-right: 1px solid #e8e8e8;
  margin-right: 14px;
}
.step_two_css .house_room_main_css .main_right .headerStyle .headerContentStyle .entrance[data-v-6ed06081] {
  position: absolute;
  left: 200px;
  top: 50%;
  transform: translate(0, -50%);
}
.step_two_css .house_room_main_css .main_right .headerStyle[data-v-6ed06081] .ant-select-selection-search-input {
  height: 28px;
}
.step_two_css .house_room_main_css .main_right .headerStyle[data-v-6ed06081] .ant-select-selector {
  height: 28px;
  line-height: 28px;
}
.step_two_css .house_room_main_css .main_right .headerStyle[data-v-6ed06081] .ant-select-selection-selected-value {
  height: 28px;
  line-height: 28px;
}
.step_two_css .house_room_main_css .main_right .headerStyle[data-v-6ed06081] .ant-select-selection__rendered {
  margin-left: 11px;
  line-height: 28px;
}
.step_two_css .house_room_main_css .main_right .headerStyle[data-v-6ed06081] .ant-select-selection-item {
  padding-left: 8px;
}
.step_two_css .house_room_main_css .main_right .roomList[data-v-6ed06081] {
  position: relative;
  padding-bottom: 0;
  width: 100%;
  height: calc(100% - 120px);
  overflow-y: scroll;
}
.step_two_css .house_room_main_css .main_right .roomList li[data-v-6ed06081] {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 7px 13px;
  margin-bottom: 10px;
  border-radius: 4px;
}
.step_two_css .house_room_main_css .main_right .roomList li .floot_css[data-v-6ed06081] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding: 5px 0;
}
.step_two_css .house_room_main_css .main_right .roomList li .floot_css[data-v-6ed06081] * {
  font-size: 14px;
}
.step_two_css .house_room_main_css .main_right .roomList li .active_room_box_item[data-v-6ed06081] {
  padding: 30px 0 !important;
}
.step_two_css .house_room_main_css .main_right .roomList li .active_room_box_item[data-v-6ed06081] i {
  vertical-align: -0.3em;
}
.step_two_css .house_room_main_css .main_right .roomList li .room_box_item[data-v-6ed06081] {
  padding: 8px 0 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.step_two_css .house_room_main_css .main_right .roomList li .room_box_item[data-v-6ed06081] .room_box_css {
  margin-right: 10px;
}
.step_two_css .house_room_main_css .main_right .roomList li .room_box_item[data-v-6ed06081] .room_box_css:nth-child(8n) {
  margin-right: 0 !important;
}
.step_two_css .house_room_main_css .main_right .roomList li .room_box_item[data-v-6ed06081] .add_box_css {
  width: 116px;
  height: 90px !important;
}
.step_two_css .house_room_main_css .main_right .roomList li .room_box_item .room_box_css_skeleton[data-v-6ed06081] {
  border: 1px solid #DDDDDD;
  background: #fff;
  position: relative;
  border-radius: 4px;
  margin-bottom: 10px;
  min-width: 116px;
  height: 90px;
  padding: 8px;
  margin-right: 10px;
}
.step_two_css .house_room_main_css .unifySetting[data-v-6ed06081] {
  position: absolute;
  bottom: 0;
  background: #f7f8fb;
  padding: 13px 0;
}
.step_two_css .house_room_main_css .unifySetting .set_item[data-v-6ed06081] {
  position: relative;
  width: 100%;
  padding: 0 13px 0px 0px;
  max-height: 45px;
  overflow-y: auto;
  word-break: break-all;
}
.step_two_css .house_room_main_css .unifySetting .set_info .selectItem[data-v-6ed06081] {
  margin: 10px 10px 0 0px;
}
.step_two_css .house_room_main_css .unifySetting .set_info .selectItem > .titleTip1[data-v-6ed06081] {
  border: 1px solid #DDDDDD;
  border-right: 0px;
  background: #F6F7F8;
  font-size: 14px;
  color: #111111;
  border-radius: 4px 0 0 4px;
  width: 72px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.step_two_css .house_room_main_css .unifySetting .set_info .selectItem > .titleTip2[data-v-6ed06081] {
  border: 1px solid #DDDDDD;
  border-right: 0px;
  background: #F6F7F8;
  font-size: 14px;
  color: #111111;
  border-radius: 4px 0 0 4px;
  width: 40px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.step_two_css .house_room_main_css .unifySetting .set_info .selectItem .splitStyle[data-v-6ed06081] {
  height: 18px;
  padding-left: 6px;
  border-right: 1px solid #eeeeee;
  margin-right: 6px;
}
.step_two_css .house_room_main_css .unifySetting .set_info .selectItem[data-v-6ed06081] .ant-select-selection {
  border-radius: 0 4px 4px 0;
}
.step_two_css .house_room_main_css .unifySetting .set_info .selectItem[data-v-6ed06081] .ant-select-selection__rendered {
  height: 34px;
  line-height: 34px;
}
.step_two_css .house_room_main_css .unifySetting .set_info .selectItem[data-v-6ed06081] .ant-select-selection--single {
  height: 34px;
  line-height: 34px;
}
.step_two_css .house_room_main_css .unifySetting .set_info .selectItem[data-v-6ed06081] .ant-input {
  border-radius: 0 4px 4px 0;
  height: 34px;
  line-height: 34px;
}
.step_two_css .house_room_main_css .unifySetting .set_info .selectItem[data-v-6ed06081] .ant-select {
  border-radius: 0 4px 4px 0;
  border: 1px solid #DDDDDD;
}
.step_two_css .house_room_main_css .unifySetting .set_info .selectItem[data-v-6ed06081] .ant-select .ant-select-selection-search-input {
  padding-left: 4px;
  height: 32px;
  line-height: 32px;
}
.step_two_css .house_room_main_css .unifySetting .set_info .selectItem[data-v-6ed06081] .ant-select .ant-select-selection-placeholder {
  line-height: 32px;
  padding-left: 4px;
}
.step_two_css .house_room_main_css .unifySetting .set_info .selectItem[data-v-6ed06081] .ant-select .ant-select-selector .ant-select-selection-item {
  padding-left: 4px;
  line-height: 32px;
}
.step_two_css .house_room_main_css .unifySetting .set_info .selectItem[data-v-6ed06081] .ant-select:focus {
  border: 1px solid #0A87F8;
}
.step_two_css .house_room_main_css .unifySetting .set_info .selectItem[data-v-6ed06081] .ant-input-affix-wrapper {
  padding: 0 4px;
}
.step_two_css .house_room_main_css .unifySetting .set_info .selectItem[data-v-6ed06081] .ant-input-affix-wrapper .ant-input {
  height: 32px;
  line-height: 32px;
}
.step_two_css .house_room_main_css .unifySetting .set_info .selectItem[data-v-6ed06081] .ant-picker {
  border: 1px solid #DDDDDD;
}
.step_two_css .house_room_main_css .unifySetting .set_info .selectItem[data-v-6ed06081] .ant-picker .ant-picker-input {
  padding-left: 4px;
}
.step_two_css .house_room_main_css .unifySetting .set_info .selectItem[data-v-6ed06081] .ant-picker:focus {
  border: 1px solid #0A87F8;
}
.step_two_css .house_room_main_css .unifySetting .set_info .selectItem[data-v-6ed06081] .roomTypeDropdown {
  width: 200px !important;
}
.step_two_css .house_room_main_css .unifySetting .set_info[data-v-6ed06081] .ant-select-selection__rendered {
  margin-left: 11px;
}
.step_two_css .showMoreModalStyle[data-v-6ed06081] {
  max-height: 400px;
  overflow-y: auto;
}
.step_two_css .showMoreModalStyle[data-v-6ed06081] .label-item .title {
  font-size: 14px;
  color: #111111;
}
.step_two_css .content-row .together-item[data-v-6ed06081] {
  margin-bottom: 20px;
}
.step_two_css .content-row .together-item .delete-icon[data-v-6ed06081] {
  color: #FB4246;
  font-size: 14px;
}
.step_two_css .content-row .together-item .together-detail[data-v-6ed06081] {
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  text-align: center;
  font-size: 12px;
  border-radius: 4px;
}
.step_two_css .content-row .together-item .together-detail .together-title[data-v-6ed06081] {
  display: flex;
  background: #f7f8fb;
  text-align: left;
  border-radius: 4px 4px 0 0;
}
.step_two_css .content-row .together-item .together-detail .together-title > div[data-v-6ed06081] {
  padding: 0px 9px;
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.step_two_css .content-row .together-item .together-detail .together-title .must-fill[data-v-6ed06081] {
  color: #FB4246;
}
.step_two_css .content-row .together-item .together-detail .together-data[data-v-6ed06081] {
  position: relative;
  display: flex;
  border-radius: 0 0 4px 4px;
}
.step_two_css .content-row .together-item .together-detail .together-data > div[data-v-6ed06081] {
  flex: 1;
  height: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.step_two_css .content-row .together-item .together-detail .together-data > div .popover[data-v-6ed06081]:hover {
  height: 39px;
  line-height: 38px;
  border: 1px solid #165Dff;
  cursor: pointer;
}
.step_two_css .content-row .together-item .together-detail .together-data .payPattern[data-v-6ed06081] {
  padding: 0 9px;
}
.step_two_css .content-row .together-item .together-detail .together-data input[data-v-6ed06081] {
  padding: 0 7px;
}
.step_two_css .content-row .together-item .together-detail .together-data input[data-v-6ed06081]:focus {
  border: 1px solid #165Dff !important;
}
.step_two_css .content-row .together-item .together-detail .together-data .select-border[data-v-6ed06081] {
  border: 1px solid #165Dff;
}
.step_two_css .content-row .together-item .together-detail .together-data .options i[data-v-6ed06081],
.step_two_css .content-row .together-item .together-detail .together-data .options span[data-v-6ed06081] {
  display: inline-block;
  width: 50%;
  height: 39px;
  cursor: pointer;
}
.step_two_css .content-row .together-item .together-detail .together-data .options i[data-v-6ed06081] {
  line-height: 39px;
  font-size: 14px;
}
.step_two_css .content-row .together-item .together-detail .together-data .options span[data-v-6ed06081] {
  padding: 3px 4px;
  line-height: 18px;
}
.step_two_css .content-row .together-item .together-detail .together-data .togeAddress[data-v-6ed06081] {
  padding: 0 9px;
  display: flex;
  width: 100%;
  height: 100%;
}
.step_two_css .content-row .together-item .together-detail .together-data .togeAddress[data-v-6ed06081] .ant-select-selection__rendered {
  margin-left: 1px;
  margin-top: 3px;
}
.step_two_css .content-row .together-item .together-detail .together-data .togeAddress[data-v-6ed06081] .ant-select-dropdown-menu li {
  text-align: left;
}
.step_two_css .content-row .together-item .together-detail .together-data .house-data-item-left[data-v-6ed06081] {
  margin-left: 20px;
  position: relative;
}
.step_two_css .content-row .together-item .together-detail .together-data .house-data-item-left .addonBeforeStyle[data-v-6ed06081] {
  font-size: 14px;
  color: #111111;
  position: absolute;
  left: 0;
}
.step_two_css .content-row .together-item .together-detail .together-foot[data-v-6ed06081] {
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  text-align: center;
  border-radius: 0 0 4px 4px;
}
.step_two_css .content-row .together-item .together-detail .together-foot .togetherAdd[data-v-6ed06081] {
  width: 100px;
  margin: 0 auto;
  text-align: center;
}
.step_two_css .content-row .together-item .together-detail .together-foot[data-v-6ed06081] .anticon {
  vertical-align: -0.2em;
}
.step_two_css .content-row .contract-other[data-v-6ed06081] {
  width: 120px;
  height: 36px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #165Dff;
  font-size: 14px;
  font-weight: 400;
  color: #165Dff;
  line-height: 36px;
  text-align: center;
}
.step_two_css .content-row[data-v-6ed06081] .ant-cascader-picker-label {
  padding: 0px;
}
.opreate-btn[data-v-6ed06081] {
  width: 100px;
  height: 26px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f21501;
  color: #f21501 !important;
  margin-right: 10px;
  cursor: pointer;
}

.label-item[data-v-36f4157b] {
  position: relative;
}
.label-item .title[data-v-36f4157b] {
  display: flex;
  align-items: center;
  margin-top: 6px;
  font-size: 12px;
  color: #777777;
  white-space: nowrap;
}
.label-item .title .hint[data-v-36f4157b] {
  color: #ffa036;
  margin-left: 5px;
  margin-top: -1px;
}
.label-item .title span[data-v-36f4157b] {
  height: 24px;
  line-height: 24px;
}
.label-item .title .left-line[data-v-36f4157b] {
  display: inline-block;
  margin-right: 8px;
  width: 2px;
  height: 15px;
  background-color: #165Dff;
}
.label-item .title .ft-bolder[data-v-36f4157b] {
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
}
.label-item .must-fill[data-v-36f4157b] {
  color: #FB4246;
  font-size: 14px;
  margin-left: 2px;
}
.label-item .u-bottom-border .addon-after[data-v-36f4157b] {
  position: absolute;
  right: 0;
  z-index: 1;
  height: 32px;
  line-height: 32px;
}
.label-item .addon-after[data-v-36f4157b] {
  position: absolute;
  right: 6px;
  z-index: 1;
  height: 32px;
  line-height: 32px;
}
.label-item .max-size[data-v-36f4157b] {
  position: absolute;
  right: 4px;
  bottom: 8px;
  height: 12px;
  line-height: 12px;
  z-index: 1;
  font-size: 12px;
  color: #bbbbbb;
}
.label-item textarea.ant-input[data-v-36f4157b] {
  padding: 4px 0 0 0;
}
.label-item[data-v-36f4157b] .ant-select-selection__rendered {
  margin-left: 4px;
}
.label-item[data-v-36f4157b] .ant-skeleton {
  height: 21px;
  width: 100px;
}
.label-item[data-v-36f4157b] .ant-skeleton-content {
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  animation: ant-skeleton-loading 1.4s ease infinite;
}
.label-item[data-v-36f4157b] .ant-skeleton-title {
  background: #ffffff;
}
.label-item[data-v-36f4157b] .ant-skeleton-content .ant-skeleton-title {
  margin-top: 0px;
  width: auto;
}
.label-item[data-v-36f4157b] .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 0px;
}

.tinymce-box {
  height: 100%;
}
.tinymce-box .tox-promotion {
  display: none;
}
.tox .tox-dialog-wrap__backdrop {
  background-color: rgba(255, 255, 255, 0) !important;
}
.tox .tox-textarea {
  height: 520px;
}

[data-v-7c06ef8d]::-webkit-scrollbar {
  width: 2px;
}
.step_three_css[data-v-7c06ef8d] {
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  padding: 0 20px;
  height: calc(100vh - 260px);
}
.step_three_css .item_info[data-v-7c06ef8d] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}
.step_three_css .item_info .u-bottom-input[data-v-7c06ef8d] .slot-content .ant-input {
  border-bottom: 1px solid #DDDDDD;
}
.step_three_css .item_info .u-bottom-input[data-v-7c06ef8d] .slot-content .ant-input:hover {
  border-bottom: 1px solid #165Dff;
}
.step_three_css .item_info .u-bottom-input[data-v-7c06ef8d] .slot-content .ant-select {
  width: 100%;
}
.step_three_css .item[data-v-7c06ef8d] {
  margin-top: -10px;
  margin-bottom: 20px;
}
.step_three_css .item[data-v-7c06ef8d] .ant-input {
  color: #111111;
}
.step_three_css .itemLableStyle[data-v-7c06ef8d] {
  color: #111111;
  font-size: 12px;
  background: #f0f8ff;
  border-radius: 4px;
  height: 22px;
  line-height: 22px;
  padding: 0 5px;
  margin-right: 5px;
}
.step_three_css .poperLabelStyle2[data-v-7c06ef8d] {
  position: absolute;
  padding: 10px 10px 10px 10px;
  width: 1150px;
  min-height: 60px;
  top: -25px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid #eeeeee;
  z-index: 99;
}
.step_three_css .selectDemandLabelItem[data-v-7c06ef8d] {
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  font-size: 12px;
  color: #111111;
  border-radius: 4px;
  margin-top: 8px;
  margin-right: 5px;
  text-align: center;
  background: #f0f8ff;
}
.step_three_css .projectConfig[data-v-7c06ef8d] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  margin-top: 5px;
}
.step_three_css .projectConfig .public-config[data-v-7c06ef8d] {
  display: flex;
  flex-wrap: wrap;
}
.step_three_css .projectConfig .public-config label[data-v-7c06ef8d] {
  width: 140px;
  margin: 10px 0 10px 0;
  padding-right: 30px;
}
.step_three_css .projectConfig .checkAllStyle[data-v-7c06ef8d] {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 16px;
}
.step_three_css[data-v-7c06ef8d] .form-input-item .slot-content {
  font-weight: 400;
}
.step_three_css[data-v-7c06ef8d] .label-item textarea.ant-input {
  padding: 4px 0;
}
.step_three_css .labelStyle[data-v-7c06ef8d] .ant-input {
  height: 22px;
  line-height: 22px;
}
.step_three_css .bigTitleStyle1[data-v-7c06ef8d] .title {
  margin-bottom: 18px;
  font-size: 18px !important;
  color: #111111 !important;
  font-weight: 500 !important;
}
.step_three_css .bigTitleStyle2[data-v-7c06ef8d] .title {
  margin-bottom: 9px;
  font-size: 18px !important;
  color: #111111 !important;
  font-weight: 500 !important;
}
.step_three_css .bigTitleStyle3[data-v-7c06ef8d] .title {
  margin-bottom: 18px;
  font-size: 18px !important;
  color: #111111 !important;
  font-weight: 500 !important;
}
.step_three_css .bigTitleStyle3[data-v-7c06ef8d] .tips {
  line-height: 18px;
}
.step_three_css .openDemoStyle[data-v-7c06ef8d] {
  color: #165Dff;
}
.step_three_css .tinymce-box[data-v-7c06ef8d] {
  height: 400px;
}

.add_centralized_modal_css .ant-modal-body {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0px 0 20px 0;
  height: calc(100vh - 150px);
}

.multiple-tab .addCentralizedForm[data-v-d80d65a8] {
  height: calc(100vh - 190px);
}
.addCentralizedForm[data-v-d80d65a8] {
  height: calc(100vh - 150px);
}
.overFlowStyle[data-v-d80d65a8] {
  overflow: auto;
}
.add_title_css[data-v-d80d65a8] {
  color: #165Dff;
}
.config_lbl_css[data-v-d80d65a8] {
  margin-right: 10px;
  color: #165Dff;
  font-size: 16px;
  cursor: pointer;
}
.save_btn_css[data-v-d80d65a8] {
  width: 120px;
  height: 40px;
  line-height: 40px;
}

.add-house[data-v-d9ded288] {
  position: relative;
}
.add-house .activeIndex[data-v-d9ded288] {
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translate(-50%, 0);
}
.add-house .activeIndex .normal[data-v-d9ded288] {
  width: 70px;
  height: 40px;
  color: #777777;
  font-size: 16px;
  text-align: center;
}
.add-house .activeIndex .click[data-v-d9ded288] {
  color: #165Dff;
  font-weight: 500;
  border-bottom: 2px solid #165Dff;
}

.commentPic-box[data-v-21548ac2] {
  padding: 15px 20px 20px 20px;
}
.commentPic-box .item[data-v-21548ac2] .label-item .title {
  color: #111111;
  font-size: 16px;
  font-weight: 600;
}
.commentPic-box .item1[data-v-21548ac2] .label-item .title {
  margin: 6px 0;
}
.commentPic-box .item2[data-v-21548ac2] .label-item .title {
  margin: 6px 0 12px 0;
}
.commentPic-box .poperStyle[data-v-21548ac2] {
  width: 350px;
  border: 1px solid #EEEEEE;
  margin: 10px 0 20px 14px;
}
.commentPic-box .poperStyle[data-v-21548ac2] svg {
  width: 13px;
  height: 13px;
  margin-right: 2px;
}
.commentPic-box .buttonDiv .formItemMarginButton[data-v-21548ac2] {
  width: 120px;
  height: 40px;
  margin-left: 18px;
}
.commentPic-box .buttonDiv .cancelFont[data-v-21548ac2] {
  color: #666666;
}
.commentPic-box .buttonDiv .saveFont[data-v-21548ac2] {
  color: #ffffff;
  background-color: #165Dff;
}

.readSmart-box[data-v-5b4d08c3] {
  padding: 20px 0 60px 0;
}

.deliveryInfo-box[data-v-6104deb7] {
  padding: 20px;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}
.deliveryInfo-box .title[data-v-6104deb7] {
  color: #111111;
  font-size: 16px;
  font-weight: 500;
}
.deliveryInfo-box .goodList-detail-item[data-v-6104deb7] {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #EEEEEE;
  display: flex;
  box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.1);
}
.deliveryInfo-box .goodList-detail-item .goodList-detail-item-left[data-v-6104deb7] {
  display: flex;
  width: 60px;
  background: #f5f7ff;
  align-items: center;
}
.deliveryInfo-box .goodList-detail-item .goodList-detail-item-right[data-v-6104deb7] {
  width: calc(100% - 60px);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 11px 0 0 12px;
}
.deliveryInfo-box .goodList-detail-item .goodList-detail-item-right .item[data-v-6104deb7] {
  width: 216px;
  margin: 0 10px 11px 0;
}
.deliveryInfo-box .goodList-detail-item .goodList-detail-item-right .item .item-item-style[data-v-6104deb7] {
  height: 32px;
  line-height: 32px;
  color: #333333;
  font-size: 13px;
}
.deliveryInfo-box .goodList-detail-item .goodList-detail-item-right .item .item1[data-v-6104deb7] {
  background: #f6f7fb;
  border-radius: 2px 0px 0px 2px;
  border: 1px solid #EEEEEE;
  width: 76px;
  text-align: center;
}
.deliveryInfo-box .goodList-detail-item .goodList-detail-item-right .item .item2[data-v-6104deb7] {
  border: 1px solid #EEEEEE;
  border-left: none;
  width: 92px;
  font-size: 14px;
  color: #111111;
  padding: 0 10px;
}
.deliveryInfo-box .goodList-detail-item .goodList-detail-item-right .item .item2 .item2_plus[data-v-6104deb7] {
  height: 30px;
  line-height: 30px;
  width: 15px;
  text-align: center;
}
.deliveryInfo-box .goodList-detail-item .goodList-detail-item-right .item .item2 .item2_input[data-v-6104deb7] {
  width: 40px;
  height: 30px;
  line-height: 30px;
}
.deliveryInfo-box .goodList-detail-item .goodList-detail-item-right .item .item2 .item2_input[data-v-6104deb7] .ant-input {
  border: none;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 4px 6px !important;
}
.deliveryInfo-box .goodList-detail-item .goodList-detail-item-right .item .item2 .item2_add[data-v-6104deb7] {
  height: 30px;
  line-height: 30px;
  width: 15px;
  text-align: center;
}
.deliveryInfo-box .goodList-detail-item .goodList-detail-item-right .item .item3[data-v-6104deb7] {
  border: 1px solid #EEEEEE;
  border-left: none;
  width: 46px;
  border-radius: 0px 2px 2px 0px;
  padding: 0 6px;
}
.deliveryInfo-box .goodList-detail-item .goodList-detail-item-right .item_other[data-v-6104deb7] {
  width: 328px;
  margin: 0 13px 11px 0;
}
.deliveryInfo-box .goodList-detail-item .goodList-detail-item-right .item_other .item-item-style[data-v-6104deb7] {
  height: 32px;
  line-height: 32px;
  color: #333333;
  font-size: 13px;
}
.deliveryInfo-box .goodList-detail-item .goodList-detail-item-right .item_other .item1[data-v-6104deb7] {
  background: #f6f7fb;
  border-radius: 2px 0px 0px 2px;
  border: 1px solid #EEEEEE;
  width: 76px;
  text-align: center;
}
.deliveryInfo-box .goodList-detail-item .goodList-detail-item-right .item_other .item2[data-v-6104deb7] {
  border: 1px solid #EEEEEE;
  border-left: none;
  font-size: 14px;
  color: #111111;
  width: 206px;
}
.deliveryInfo-box .goodList-detail-item .goodList-detail-item-right .item_other .item2 .item2-select[data-v-6104deb7] {
  height: 30px;
  line-height: 30px;
}
.deliveryInfo-box .goodList-detail-item .goodList-detail-item-right .item_other .item2 .item2-select[data-v-6104deb7] .ant-select-selection-selected-value {
  color: #111111;
}
.deliveryInfo-box .goodList-detail-item .goodList-detail-item-right .item_other .item2 .item2-select[data-v-6104deb7] .ant-select-selection {
  border: none;
  height: 30px;
  line-height: 30px;
}
.deliveryInfo-box .goodList-detail-item .goodList-detail-item-right .item_other .item2 .item2-split[data-v-6104deb7] {
  margin: 8px 10px 0 5px;
  height: 14px;
  border-right: 1px solid #EEEEEE;
}
.deliveryInfo-box .goodList-detail-item .goodList-detail-item-right .item_other .item2 .item2-input[data-v-6104deb7] {
  width: 80px;
  height: 30px;
  line-height: 30px;
}
.deliveryInfo-box .goodList-detail-item .goodList-detail-item-right .item_other .item2 .item2-input[data-v-6104deb7] .ant-input {
  border: none;
  height: 30px;
  line-height: 30px;
  padding: 4px;
}
.deliveryInfo-box .goodList-detail-item .goodList-detail-item-right .item_other .item2 .item2-font[data-v-6104deb7] {
  margin-left: 10px;
  font-size: 14px;
  color: #777777;
  height: 30px;
  line-height: 30px;
}
.deliveryInfo-box .goodList-detail-item .goodList-detail-item-right .item_other .item3[data-v-6104deb7] {
  border: 1px solid #EEEEEE;
  border-left: none;
  width: 46px;
  border-radius: 0px 2px 2px 0px;
  padding: 0 6px;
}
.deliveryInfo-box .goodList-detail-item .goodList-detail-item-right .haveValueStyle[data-v-6104deb7] {
  color: #165Dff;
}
.deliveryInfo-box .goodList-detail-item .goodList-detail-item-right .noHaveValueStyle[data-v-6104deb7] {
  color: #777777;
}
.deliveryInfo-box .goodList-detail-item .goodList-detail-item-right .clickStyle[data-v-6104deb7] {
  border: 1px solid #165Dff;
}
.deliveryInfo-box .goodList-detail-item .goodList-detail-item-right[data-v-6104deb7] .ant-popover-inner-content {
  width: 340px;
  padding: 15px 15px 10px 15px;
}
.deliveryInfo-box .goodList-detail-item .goodList-detail-item-right .room-img-list > div[data-v-6104deb7] {
  height: 64px;
  width: 96px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.deliveryInfo-box .goodList-detail-item .goodList-detail-item-right .room-img-list > div > div[data-v-6104deb7] {
  width: 100%;
  height: 100%;
  line-height: 64px;
  border: 1px solid #EEEEEE;
  background-color: #f6f7f8;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
}
.deliveryInfo-box .goodList-detail-item .goodList-detail-item-right .room-img-list > div > div img[data-v-6104deb7] {
  width: auto;
  max-width: 96px;
  height: auto;
  max-height: 64px;
  overflow: hidden;
}
.deliveryInfo-box .goodList-detail-item .goodList-detail-item-right .room-img-list > div[data-v-6104deb7]:last-child {
  margin-right: 0px;
}
.deliveryInfo-box .goodList-detail-item .goodList-detail-item-right .damage-border[data-v-6104deb7] {
  border: 1px solid #ff2e2e;
}
.deliveryInfo-box .otherInfoStyle[data-v-6104deb7] {
  padding-top: 14px;
}
.deliveryInfo-box .otherInfoStyle .item[data-v-6104deb7] .label-item .title {
  color: #111111;
  font-size: 16px;
  font-weight: 600;
}
.deliveryInfo-box .otherInfoStyle .item1[data-v-6104deb7] .label-item .title {
  margin: 6px 0;
}
.deliveryInfo-box .otherInfoStyle .item2[data-v-6104deb7] .label-item .title {
  margin: 6px 0 12px 0;
}
.deliveryInfo-box .otherInfoStyle .buttonDiv .formItemMarginButton[data-v-6104deb7] {
  width: 120px;
  height: 40px;
  margin-left: 18px;
}
.deliveryInfo-box .otherInfoStyle .buttonDiv .cancelFont[data-v-6104deb7] {
  color: #666666;
}
.deliveryInfo-box .otherInfoStyle .buttonDiv .saveFont[data-v-6104deb7] {
  color: #ffffff;
  background-color: #165Dff;
}
.deliveryInfo-box .mustFillStyle[data-v-6104deb7] {
  border: 1px solid #FB4246 !important;
}

.bill-remark {
  display: inline-block;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
.bill-remark.pl {
  color: #bfbfbf !important;
}
.bill-remark.edited {
  color: #165dff;
}
.bill-remark :deep(.ant-popover-title) {
  border-bottom: none;
}
.remark-modal .ant-modal-confirm-btns {
  display: flex;
  justify-content: flex-end;
  float: unset !important;
}
.remark-modal .ant-modal-body {
  word-break: break-all;
}
.remark-modal .ant-modal-body .ant-input {
  line-height: 1.5 !important;
}
.remark-modal .ant-modal-footer {
  border-top: none;
}

.bill-preview-box[data-v-ddef43a4] {
  max-height: calc(100vh - 120px);
  overflow: auto;
}
.bill-preview-box .bill-preview .listContract-box > .listContract[data-v-ddef43a4]:nth-last-child(1) {
  border: none;
}
.bill-preview-box .bill-preview .listContract[data-v-ddef43a4] {
  height: 40px;
  border-bottom: 1px solid #DDDDDD;
  margin: 0 20px;
}
.bill-preview-box .bill-preview .listContract > p[data-v-ddef43a4] {
  height: 20px;
  margin-top: 10px;
}
.bill-preview-box .bill-preview .listContract .listOne[data-v-ddef43a4] {
  width: 120px;
  font-size: 14px;
  font-weight: 400;
  color: #111111;
}
.bill-preview-box .bill-preview .listContract .listTwo[data-v-ddef43a4] {
  width: 460px;
  font-size: 14px;
  font-weight: 400;
  color: #111111;
}
.bill-preview-box .bill-preview .listContract .listTress[data-v-ddef43a4] {
  font-size: 14px;
  font-weight: 400;
}
.bill-preview-box .bill-preview .content-row[data-v-ddef43a4] {
  margin: 20px 20px;
}
.bill-preview-box .bill-preview .content-row .bill-item[data-v-ddef43a4] {
  margin-bottom: 20px;
  min-height: 300px;
}
.bill-preview-box .bill-preview .content-row .bill-item .delete-icon[data-v-ddef43a4] {
  color: #FB4246;
  font-size: 14px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail[data-v-ddef43a4] {
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  text-align: center;
  font-size: 12px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-name[data-v-ddef43a4] {
  height: 48px;
  line-height: 46px;
  font-weight: 600;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  background: #eeeff3;
  position: relative;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-name .checkbox-box[data-v-ddef43a4] {
  float: right;
  margin-right: 34px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-name .bill-name-span[data-v-ddef43a4] {
  float: left;
  margin-left: 10px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-title[data-v-ddef43a4] {
  display: flex;
  background: #f7f8fb;
  text-align: left;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-title > div[data-v-ddef43a4] {
  padding: 0px 9px;
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-title .must-fill[data-v-ddef43a4] {
  color: #FB4246;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data[data-v-ddef43a4] {
  position: relative;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .datePickerStyle[data-v-ddef43a4] svg {
  display: none;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .left-check[data-v-ddef43a4] {
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  width: 56px;
  height: 40px;
  line-height: 40px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .bill-content-list[data-v-ddef43a4] {
  display: flex;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .bill-content-list > div[data-v-ddef43a4] {
  font-size: 14px;
  color: #111111;
  text-align: left;
  padding: 0px 9px;
  flex: 1;
  height: 100%;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .bill-content-list > div .popover[data-v-ddef43a4]:hover {
  height: 39px;
  line-height: 38px;
  border: 1px solid #165Dff;
  cursor: pointer;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .payPattern[data-v-ddef43a4] {
  padding: 0 9px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data input[data-v-ddef43a4] {
  padding: 0 9px;
  height: calc(100% - 2px);
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data input[data-v-ddef43a4]:focus {
  border: 1px solid #165Dff !important;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .select-border[data-v-ddef43a4] {
  border: 1px solid #165Dff;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .options i[data-v-ddef43a4],
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .options span[data-v-ddef43a4] {
  display: inline-block;
  width: 50%;
  height: 39px;
  cursor: pointer;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .options i[data-v-ddef43a4] {
  line-height: 39px;
  font-size: 14px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .options span[data-v-ddef43a4] {
  padding: 3px 4px;
  line-height: 18px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .togeAddress[data-v-ddef43a4] {
  padding: 0 9px;
  display: flex;
  width: 100%;
  height: 100%;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .togeAddress[data-v-ddef43a4] .ant-select-selection__rendered {
  margin-top: 6px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .bill-span[data-v-ddef43a4] {
  float: left;
  margin-left: 10px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-foot[data-v-ddef43a4] {
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-foot .billAdd[data-v-ddef43a4] {
  width: 100px;
  margin: 0 auto;
  text-align: center;
}
.bill-preview-box .bill-preview .child-box[data-v-ddef43a4] {
  padding: 15px 0 0 20px;
  background: #f5f7fe;
}
.bill-preview-box .bill-preview .child-box > div[data-v-ddef43a4] {
  padding: 0px 9px;
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #DDDDDD;
}
.bill-preview-box .bill-preview .child-box > div[data-v-ddef43a4]:nth-child(1) {
  border-left: 1px solid #DDDDDD;
}
.bill-preview-box .bill-preview .child-data[data-v-ddef43a4] {
  position: relative;
  display: flex;
}
.bill-preview-box .bill-preview .child-data > div[data-v-ddef43a4] {
  flex: 1;
  padding: 0px 9px;
  height: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.bill-preview-box .bill-preview .child-data > div .popover[data-v-ddef43a4]:hover {
  height: 39px;
  line-height: 38px;
  border: 1px solid #165Dff;
  cursor: pointer;
}
.bill-preview-box .bill-preview .inputBor[data-v-ddef43a4] {
  background: #fcfcff;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.bill-preview-box .bill-preview .inputBor > div[data-v-ddef43a4]:nth-last-child(1) {
  padding-bottom: 15px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .inputBor .child-box[data-v-ddef43a4] {
  background: #fcfcff;
}
.bill-preview-box .bill-preview .together-occur[data-v-ddef43a4] {
  background: #f6f7f8;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  padding: 15px 20px 10px 20px;
  text-align: left;
}
.bill-preview-box .bill-preview .together-occur .fontStyle1[data-v-ddef43a4] {
  color: #111111;
  font-size: 12px;
}
.bill-preview-box .bill-preview .together-occur .fontStyle2[data-v-ddef43a4] {
  color: #FFA036;
  font-size: 16px;
  font-weight: 500;
}
.bill-preview-box .bill-preview .together-occur[data-v-ddef43a4] .ant-select-selection__rendered {
  margin-left: 11px;
}
.bill-preview-box .saveBtn[data-v-ddef43a4] {
  width: 120px;
  height: 40px;
  background: #165Dff;
  border-radius: 5px;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.bill-preview-box .cancelBtn[data-v-ddef43a4] {
  width: 120px;
  height: 40px;
  background: #f6f7f8;
  border-radius: 5px;
  border: 1px solid #dddddd;
  margin-right: 20px;
  margin-bottom: 20px;
}
.bill-preview-box .btn-p[data-v-ddef43a4] {
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #FFA036;
  float: right;
}
.bill-preview-box .contHead[data-v-ddef43a4] {
  height: 52px;
}
.bill-preview-box .contHead .tips[data-v-ddef43a4] {
  float: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 52px;
  margin-right: 34px;
}
.bill-preview-box .contHead .elsectBox[data-v-ddef43a4] {
  margin-right: 15px;
  line-height: 52px;
  float: right;
  color: #111111;
  font-size: 14px;
  font-weight: 400;
}

.houseBookList-box[data-v-c4e78702] {
  padding: 15px 20px 45px 20px;
}
.houseBookList-box .line2Style[data-v-c4e78702] {
  margin-top: 12px;
}
.houseBookList-box .line2Style .unClickStyle[data-v-c4e78702] {
  width: 100%;
  border: 1px solid #eeeeee;
  background: #ffffff;
  border-radius: 4px;
}
.houseBookList-box .line2Style .unClickStyle[data-v-c4e78702] :hover {
  border: 1px solid rgba(10, 135, 248, 0.3);
  background: #f5faff;
  border-radius: 4px;
}
.houseBookList-box .line2Style .unClickStyle :hover .itemBox[data-v-c4e78702] {
  border: none !important;
  background: rgba(10, 135, 248, 0);
}
.houseBookList-box .line2Style .clickStyle[data-v-c4e78702] {
  border: 1px solid rgba(10, 135, 248, 0.3);
  background: #f5faff;
  border-radius: 4px;
}
.houseBookList-box .line2Style .changeBG[data-v-c4e78702] {
  border: 1px solid #dddddd;
  border-radius: 4px;
  background: #f7f8fb !important;
}
.houseBookList-box .line2Style .bookItemStyle[data-v-c4e78702] {
  height: 44px;
  margin-bottom: 10px;
  border-radius: 4px;
}
.houseBookList-box .line2Style .bookItemStyle .iconStyle[data-v-c4e78702] {
  margin: 12px 15px 0 14px;
}
.houseBookList-box .line2Style .bookItemStyle .iconStyle .selectStyle[data-v-c4e78702] {
  color: #165Dff;
}
.houseBookList-box .line2Style .bookItemStyle .iconStyle unSelectStyle[data-v-c4e78702] {
  color: #666666;
}
.houseBookList-box .line2Style .bookItemStyle .splitStyle[data-v-c4e78702] {
  width: 1px;
  height: 20px;
  background: #EEEEEE;
  margin: 14px 15px;
}
.houseBookList-box .line2Style .bookItemStyle img[data-v-c4e78702] {
  width: 20px;
  height: 20px;
  margin-top: 23px;
  margin-right: 10px;
}
.houseBookList-box .line2Style .bookItemStyle .fontStyle[data-v-c4e78702] {
  color: #111111;
  font-size: 14px;
  font-weight: 500;
}
.houseBookList-box .line2Style .bookItemStyle .fontStyle .addgray[data-v-c4e78702] {
  color: #777 !important;
}
.houseBookList-box .line2Style .bankCardListEmptyStyle[data-v-c4e78702] {
  height: 68px;
  line-height: 68px;
  color: #BBBBBB;
  border: 0.5px solid #EEEEEE;
  border-radius: 4px;
  text-align: center;
}
.houseBookList-box .line3Style[data-v-c4e78702] {
  color: #FFA036;
  font-size: 12px;
  margin-top: 5px;
}
.houseBookList-box .line4Style[data-v-c4e78702] {
  text-align: right;
  margin-top: 40px;
}
.houseBookList-box .line4Style .formItemMarginButton[data-v-c4e78702] {
  width: 120px;
  height: 40px;
  margin-left: 18px;
  margin-top: 20px;
}
.houseBookList-box .line4Style .cancelFont[data-v-c4e78702] {
  color: #666666;
}
.houseBookList-box .line4Style .saveFont[data-v-c4e78702] {
  color: #ffffff;
  background-color: #165Dff;
}

.pic[data-v-3d7b161f] {
  width: 174px;
  height: 116px;
}
.pic img[data-v-3d7b161f] {
  height: 116px;
}
.pic .check-pic[data-v-3d7b161f] {
  padding-top: 40px;
}
.enclosure[data-v-3d7b161f] {
  width: 120px;
  height: 76px;
}
.enclosure img[data-v-3d7b161f] {
  height: 76px;
}
.enclosure .check-pic[data-v-3d7b161f] {
  padding-top: 18px;
}
.enclosure[data-v-3d7b161f] .ant-upload.ant-upload-select-picture-card > .ant-upload {
  padding: 0;
  width: 120px;
  height: 76px;
}
.rotation[data-v-3d7b161f] {
  width: 174px;
  height: 98px;
}
.rotation img[data-v-3d7b161f] {
  height: 98px;
}
.rotation .check-pic[data-v-3d7b161f] {
  padding-top: 18px;
}
.rotation[data-v-3d7b161f] .ant-upload.ant-upload-select-picture-card > .ant-upload {
  padding: 0;
  width: 174px;
  height: 98px;
}
.file-list[data-v-3d7b161f] {
  position: relative;
  margin: 0 10px 10px 0;
  border-radius: 4px;
  cursor: pointer;
}
.file-list .top[data-v-3d7b161f] {
  position: absolute;
  top: 0;
  color: #ffffff;
  text-align: center;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
}
.file-list .top .pic-name[data-v-3d7b161f] {
  padding: 0 10px;
  max-width: 100px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px 0px 5px 0px;
}
.file-list .top .close[data-v-3d7b161f] {
  padding-top: 2px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0px 5px 0px 5px;
}
.file-list .upload-content[data-v-3d7b161f] {
  position: absolute;
}
.file-list .upload-content .uploading[data-v-3d7b161f] {
  color: #777777;
}
.file-list .upload-content .percent-line[data-v-3d7b161f] {
  height: 2px;
  background-color: #165Dff;
}
.file-list img[data-v-3d7b161f] {
  background-color: #f6f7f8;
  border-radius: 4px;
}
.file-list .check-pic-type[data-v-3d7b161f] {
  padding: 15px 8px;
  font-size: 12px;
  border-radius: 4px;
  text-align: center;
  background-color: #F6F7F8;
  cursor: pointer;
  color: #777777;
}
.file-list .check-pic-type[data-v-3d7b161f] {
  background-color: #BBBBBB;
}
.file-list .check-pic-type li[data-v-3d7b161f] {
  float: left;
  margin: 0 0 10px 10px;
  width: 40px;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
}
.file-list .check-pic-type li[data-v-3d7b161f]:hover {
  border-color: #165Dff;
  color: #165Dff;
}
.file-list .pic-img-list[data-v-3d7b161f] {
  height: 116px;
  width: 174px;
  margin-right: 10px;
  border-radius: 6px;
}
.file-list .pic-img-list > div[data-v-3d7b161f] {
  width: 100%;
  height: 100%;
  line-height: 116px;
  border: 1px solid #eeeeee;
  background-color: #f6f7f8;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
}
.file-list .pic-img-list > div img[data-v-3d7b161f] {
  width: auto;
  max-width: 174px;
  height: auto;
  max-height: 116px;
  overflow: hidden;
}
.file-list .enclosure-img-list[data-v-3d7b161f] {
  height: 76px;
  width: 120px;
  margin-right: 10px;
  border-radius: 6px;
}
.file-list .enclosure-img-list > div[data-v-3d7b161f] {
  width: 100%;
  height: 100%;
  line-height: 76px;
  border: 1px solid #eeeeee;
  background-color: #f6f7f8;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
}
.file-list .enclosure-img-list > div img[data-v-3d7b161f] {
  width: auto;
  max-width: 120px;
  height: auto;
  max-height: 76px;
  overflow: hidden;
}
.file-list .rotation-img-list[data-v-3d7b161f] {
  height: 98px;
  width: 174px;
  margin-right: 10px;
  border-radius: 6px;
}
.file-list .rotation-img-list > div[data-v-3d7b161f] {
  width: 100%;
  height: 100%;
  line-height: 98px;
  border: 1px solid #eeeeee;
  background-color: #f6f7f8;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
}
.file-list .rotation-img-list > div img[data-v-3d7b161f] {
  width: auto;
  max-width: 174px;
  height: auto;
  max-height: 98px;
  overflow: hidden;
}
.file-list .bottom-name-style[data-v-3d7b161f] {
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 22px;
  line-height: 22px;
  color: #777777;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 0 5px;
  border-radius: 0 0 4px 4px;
}
.picStyle[data-v-3d7b161f] .ant-upload.ant-upload-select-picture-card {
  width: 174px;
  height: 116px;
}
.enclosureStyle[data-v-3d7b161f] .ant-upload.ant-upload-select-picture-card {
  width: 120px;
  height: 76px;
}
.rotationStyle[data-v-3d7b161f] .ant-upload.ant-upload-select-picture-card {
  width: 174px;
  height: 98px;
}
.upload[data-v-3d7b161f] .ant-upload.ant-upload-select-picture-card > .ant-upload {
  padding: 0;
}
.upload[data-v-3d7b161f] .ant-upload-list-picture-card .ant-upload-list-item {
  padding: 0;
  border: none;
}
.upload .check-pic-type[data-v-3d7b161f] {
  padding: 12px 8px;
  font-size: 12px;
  border-radius: 4px;
  text-align: center;
  background-color: #F6F7F8;
  cursor: pointer;
  color: #777777;
}
.upload .check-pic-type[data-v-3d7b161f] {
  background-color: #BBBBBB;
}
.upload .check-pic-type li[data-v-3d7b161f] {
  float: left;
  margin: 0 0 10px 10px;
  width: 40px;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
}
.upload .check-pic-type li[data-v-3d7b161f]:hover {
  border-color: #165Dff;
  color: #165Dff;
}
.picQrCode[data-v-3d7b161f] {
  width: 118px;
  height: 118px;
}
.picQrTip[data-v-3d7b161f] {
  width: 120px;
  height: 118px;
}
.enclosureQrCode[data-v-3d7b161f] {
  width: 76px;
  height: 76px;
}
.enclosureQrTip[data-v-3d7b161f] {
  padding-top: 3px;
  width: 120px;
  height: 80px;
}
.rotationQrCode[data-v-3d7b161f] {
  width: 98px;
  height: 98px;
}
.rotationQrTip[data-v-3d7b161f] {
  width: 120px;
  height: 98px;
}
.qrCodeStyle .qrImgStyle[data-v-3d7b161f] {
  background: #f6f7f8;
  border-radius: 4px 0 0 4px;
  border: 1px dashed #dddddd;
}
.qrCodeStyle .qrImgStyle .qrCodeUnValidStyle[data-v-3d7b161f] {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}
.qrCodeStyle .qrImgStyle[data-v-3d7b161f] .ant-popover-inner-content {
  padding: 5px !important;
  width: 108px !important;
}
.qrCodeStyle .qrTipStyle[data-v-3d7b161f] {
  padding-left: 10px;
  border: 1px dashed #dddddd;
  border-left: none;
  font-size: 12px;
  border-radius: 0 4px 4px 0;
}
.tips[data-v-3d7b161f] {
  font-size: 12px;
  line-height: 24px;
  color: #777777;
}
.bgColorStyle[data-v-3d7b161f] {
  background: #f4f5f7;
}
.animate-box[data-v-3d7b161f] {
  flex-wrap: wrap;
  animation: skeleton-blink-3d7b161f 1.2s ease infinite;
  -webkit-animation: skeleton-blink-3d7b161f 1.2s ease infinite;
  background-image: linear-gradient(90deg, #f0f0f0 25%, #e3e3e3 37%, #f0f0f0 63%);
  background-size: 400% 100%;
}
.setOver[data-v-3d7b161f] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 25px;
  padding: 0 8px;
}
@keyframes skeleton-blink-3d7b161f {
0% {
    background-position: 100% 50%;
}
to {
    background-position: 0 50%;
}
}

.uploadList-box .enclosure[data-v-fad4b6e6] {
  width: 120px;
  height: 76px;
}
.uploadList-box .enclosure img[data-v-fad4b6e6] {
  height: 76px;
}
.uploadList-box .enclosure .check-pic[data-v-fad4b6e6] {
  padding-top: 18px;
}
.uploadList-box .enclosure .special-check-pic[data-v-fad4b6e6] {
  padding-top: 8px;
}
.uploadList-box .enclosure[data-v-fad4b6e6] .ant-upload.ant-upload-select-picture-card > .ant-upload {
  padding: 0;
  width: 120px;
  height: 76px;
}
.uploadList-box .file-list[data-v-fad4b6e6] {
  position: relative;
  margin: 0 10px 10px 0;
  border-radius: 4px;
  cursor: pointer;
}
.uploadList-box .file-list .top[data-v-fad4b6e6] {
  position: absolute;
  top: 0;
  color: #ffffff;
  text-align: center;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
}
.uploadList-box .file-list .top .pic-name[data-v-fad4b6e6] {
  padding: 0 10px;
  max-width: 100px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px 0px 5px 0px;
}
.uploadList-box .file-list .top .close[data-v-fad4b6e6] {
  padding-top: 2px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0px 5px 0px 5px;
}
.uploadList-box .file-list .upload-content[data-v-fad4b6e6] {
  position: absolute;
}
.uploadList-box .file-list .upload-content .uploading[data-v-fad4b6e6] {
  color: #777777;
}
.uploadList-box .file-list .upload-content .percent-line[data-v-fad4b6e6] {
  height: 2px;
  background-color: #165Dff;
}
.uploadList-box .file-list img[data-v-fad4b6e6] {
  background-color: #f6f7f8;
  border-radius: 4px;
}
.uploadList-box .file-list .check-pic-type[data-v-fad4b6e6] {
  padding: 15px 8px;
  font-size: 12px;
  border-radius: 4px;
  text-align: center;
  background-color: #F6F7F8;
  cursor: pointer;
  color: #777777;
}
.uploadList-box .file-list .check-pic-type[data-v-fad4b6e6] {
  background-color: #BBBBBB;
}
.uploadList-box .file-list .check-pic-type li[data-v-fad4b6e6] {
  float: left;
  margin: 0 0 10px 10px;
  width: 40px;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
}
.uploadList-box .file-list .check-pic-type li[data-v-fad4b6e6]:hover {
  border-color: #165Dff;
  color: #165Dff;
}
.uploadList-box .file-list .enclosure-img-list[data-v-fad4b6e6] {
  height: 76px;
  width: 120px;
  margin-right: 10px;
  border-radius: 6px;
}
.uploadList-box .file-list .enclosure-img-list > div[data-v-fad4b6e6] {
  width: 100%;
  height: 100%;
  line-height: 76px;
  border: 1px solid #eeeeee;
  background-color: #f6f7f8;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
}
.uploadList-box .file-list .enclosure-img-list > div img[data-v-fad4b6e6] {
  width: auto;
  max-width: 120px;
  height: auto;
  max-height: 76px;
  overflow: hidden;
}
.uploadList-box .file-list .bottom-name-style[data-v-fad4b6e6] {
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 22px;
  line-height: 22px;
  color: #777777;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 0 5px;
  border-radius: 0 0 4px 4px;
}
.uploadList-box .enclosureStyle[data-v-fad4b6e6] .ant-upload.ant-upload-select-picture-card {
  width: 120px;
  height: 76px;
}
.uploadList-box .upload[data-v-fad4b6e6] .ant-upload.ant-upload-select-picture-card > .ant-upload {
  padding: 0;
}
.uploadList-box .upload[data-v-fad4b6e6] .ant-upload-list-picture-card .ant-upload-list-item {
  padding: 0;
  border: none;
}
.uploadList-box .upload .check-pic-type[data-v-fad4b6e6] {
  padding: 12px 8px;
  font-size: 12px;
  border-radius: 4px;
  text-align: center;
  background-color: #F6F7F8;
  cursor: pointer;
  color: #777777;
}
.uploadList-box .upload .check-pic-type[data-v-fad4b6e6] {
  background-color: #BBBBBB;
}
.uploadList-box .upload .check-pic-type li[data-v-fad4b6e6] {
  float: left;
  margin: 0 0 10px 10px;
  width: 40px;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
}
.uploadList-box .upload .check-pic-type li[data-v-fad4b6e6]:hover {
  border-color: #165Dff;
  color: #165Dff;
}
.uploadList-box .enclosureQrCode[data-v-fad4b6e6] {
  width: 76px;
  height: 76px;
}
.uploadList-box .enclosureQrTip[data-v-fad4b6e6] {
  padding-top: 3px;
  width: 120px;
  height: 80px;
}
.uploadList-box .orStyle[data-v-fad4b6e6] {
  margin-right: 8px;
  height: 76px;
  line-height: 76px;
  margin-bottom: 10px;
}
.uploadList-box .qrCodeStyle .qrImgStyle[data-v-fad4b6e6] {
  background: #f6f7f8;
  border-radius: 4px 0 0 4px;
  border: 1px dashed #dddddd;
}
.uploadList-box .qrCodeStyle .qrImgStyle .qrCodeUnValidStyle[data-v-fad4b6e6] {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}
.uploadList-box .qrCodeStyle .qrTipStyle[data-v-fad4b6e6] {
  padding-left: 10px;
  border: 1px dashed #dddddd;
  border-left: none;
  font-size: 12px;
  border-radius: 0 4px 4px 0;
}
.uploadList-box .tips[data-v-fad4b6e6] {
  font-size: 12px;
  line-height: 24px;
  color: #777777;
}

.tree-wrap[data-v-5b69f2f4] {
  position: relative;
  margin-bottom: 10px;
}
.tree-wrap .tree[data-v-5b69f2f4] {
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 300px;
  background-color: #ffffff;
  border: 1px solid #DDDDDD;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tree-wrap .tree .content[data-v-5b69f2f4] {
  height: 246px;
  display: flex;
}
.tree-wrap .tree .content ul[data-v-5b69f2f4] {
  flex: 1;
  height: 100%;
  overflow: auto;
  border-right: 1px solid #DDDDDD;
}
.tree-wrap .tree .content ul[data-v-5b69f2f4]:last-child {
  border-right: none;
}
.tree-wrap .tree .content ul li[data-v-5b69f2f4] {
  margin: 4px 0;
  padding: 0px 10px;
  cursor: pointer;
}
.tree-wrap .tree .content ul li[data-v-5b69f2f4]:hover {
  background-color: #F6F7F8;
}
.tree-wrap .tree .content ul li.active[data-v-5b69f2f4] {
  color: #165Dff;
  background-color: rgba(22, 93, 255, 0.1) !important;
}
.tree-wrap .tree .footer[data-v-5b69f2f4] {
  padding-top: 10px;
  border-top: 1px solid #DDDDDD;
  text-align: right;
}
.tree-wrap .tree .footer .ant-btn[data-v-5b69f2f4] {
  margin-right: 10px;
  height: 30px;
  line-height: 30px;
}
[data-v-5b69f2f4] .ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before,[data-v-5b69f2f4] .ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before {
  background: rgba(22, 93, 255, 0.1);
}
[data-v-5b69f2f4] .ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper.ant-tree-node-selected,[data-v-5b69f2f4] .ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper.ant-tree-node-selected {
  color: #165Dff;
}
[data-v-5b69f2f4] .ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-switcher,[data-v-5b69f2f4] .ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-switcher {
  color: #333333;
}
.u-no-border[data-v-5b69f2f4] .ant-input-affix-wrapper {
  border: none;
}

.table-box[data-v-125e0082] {
  width: 100%;
  padding: 0;
  margin: 0;
}
.table-box .skeleton[data-v-125e0082] {
  width: 100%;
  min-height: calc(100% - 24px);
}
.table-box .skeleton table[data-v-125e0082],
.table-box .skeleton table tr th[data-v-125e0082],
.table-box .skeleton table tr td[data-v-125e0082] {
  border: 1px solid #eeeeee;
}
.table-box .skeleton tr[data-v-125e0082] {
  height: 46px;
}
.table-box .skeleton tr th[data-v-125e0082] {
  background-color: #fafafa;
}
.table-box .skeleton tr .alignLeft[data-v-125e0082] {
  text-align: left;
  padding-left: 6px;
}
.table-box .skeleton tr .alignCenter[data-v-125e0082] {
  text-align: center;
}
.table-box .skeleton .bgColorStyle[data-v-125e0082] {
  background: #f4f5f7;
}
.table-box .skeleton .animate-box[data-v-125e0082] {
  flex-wrap: wrap;
  animation: skeleton-blink-125e0082 1.2s ease infinite;
  -webkit-animation: skeleton-blink-125e0082 1.2s ease infinite;
  background-image: linear-gradient(90deg, #f0f0f0 25%, #e3e3e3 37%, #f0f0f0 63%);
  background-size: 400% 100%;
}
@keyframes skeleton-blink-125e0082 {
0% {
    background-position: 100% 50%;
}
to {
    background-position: 0 50%;
}
}
.table-box .tablePading[data-v-125e0082] {
  padding: 4px 14px 14px;
}
.table-box .table[data-v-125e0082] {
  width: 100%;
  position: relative;
}
.table-box .table .action[data-v-125e0082]:hover {
  background-color: rgba(22, 93, 255, 0.1);
  color: #165Dff;
}
.table-box .table[data-v-125e0082] .ant-table-thead > tr {
  height: 46px;
}
.table-box .table[data-v-125e0082] .ant-table-thead > tr > th {
  padding: 12 6px;
}
.table-box .table[data-v-125e0082] .ant-table-tbody > tr > td {
  padding: 12px 6px;
  color: #111111;
}
.table-box .table[data-v-125e0082] .ant-table-tbody > tr > td:not(:first-child) {
  cursor: pointer;
}
.table-box .contFoot[data-v-125e0082] {
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 20px;
  background-color: #fff;
}
.table-box .contFoot[data-v-125e0082] .ant-pagination {
  margin-right: 11px;
}
.table-box[data-v-125e0082] .ant-popover .ant-popover-inner-content {
  text-align: center;
  padding: 5px 0;
}
.table-box[data-v-125e0082] .ant-popover .ant-popover-inner-content .action {
  padding: 8px 10px;
}
.table-box[data-v-125e0082] .ant-popover .ant-popover-inner-content .action:hover {
  cursor: pointer;
  background: rgba(10, 135, 248, 0.1);
}
.table-box[data-v-125e0082] .content-main .content {
  padding: 0px;
}
.table-box[data-v-125e0082] .ant-table-thead > tr {
  height: 46px;
}
.table-box[data-v-125e0082] .ant-table-thead > tr > th {
  padding: 12px 9px;
}
.table-box[data-v-125e0082] .ant-table-tbody > tr > td {
  padding: 12px 9px;
  color: #111111;
}
.table-box[data-v-125e0082] .ant-table-tbody > tr > td:not(:first-child) {
  cursor: pointer;
}
.table-box[data-v-125e0082] .ant-table-tbody > tr:last-child td {
  border-bottom: none;
}
.table-box[data-v-125e0082] .ant-table {
  border-bottom: 1px solid #f0f8ff;
}

.container[data-v-3d407daf] {
  padding: 24px;
  padding-bottom: 10px;
  min-height: 630px;
  overflow-y: auto;
}
.container .search-content[data-v-3d407daf] {
  display: flex;
}
.container .search-content .item[data-v-3d407daf] {
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-right: 10px;
  height: 35px;
  box-sizing: border-box;
  border-radius: 5px;
}
.container .search-content .item[data-v-3d407daf]:last-child {
  margin-right: 0;
}
.container .search-content .item .name[data-v-3d407daf] {
  background: #f6f7f8;
  height: 100%;
  padding: 0 10px;
  line-height: 35px;
  border-right: 1px solid #dddddd;
}
.container .search-content .item .select[data-v-3d407daf] {
  padding: 0 10px;
}
.container .search-content .item .input-box input[data-v-3d407daf] {
  border: none;
  width: 50px;
}
.container .search-content .item.search-item[data-v-3d407daf] {
  position: relative;
}
.container .search-content .item.search-item .btn[data-v-3d407daf] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 35px;
  background: #0a87f8;
  border-radius: 0 5px 5px 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.container .search-content .item[data-v-3d407daf] .ant-select .ant-select-selector {
  padding-right: 0;
}
.container .houseAliasFul[data-v-3d407daf] {
  border: none !important;
  background-color: #f0f8ff;
  color: #0A87F8 !important;
  border-radius: 3px;
  font-size: 12px;
  padding: 0 4px;
  margin-right: 6px;
}
.container .select-house-status[data-v-3d407daf] .ant-select {
  height: 32px !important;
}
.container .select-house-status[data-v-3d407daf] .ant-select-dropdown {
  width: 200px !important;
}
.container .select-house-status .lockStyle[data-v-3d407daf] {
  background: #f0f2f5;
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
}
.container .select-house-status .lockBtnStyle[data-v-3d407daf] {
  padding: 4px 8px 7px 8px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
[data-v-3d407daf] .tree-wrap {
  margin-bottom: 0;
}
[data-v-3d407daf] .tree-wrap .tree {
  width: 400px;
}
[data-v-3d407daf] .tablePading {
  padding: 0 !important;
  margin-top: 15px;
}
.no-select[data-v-3d407daf] {
  cursor: not-allowed;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}
.rentCase[data-v-3d407daf] {
  display: flex;
}

.container[data-v-29e58655] {
  padding: 15px 24px;
}
.container .title-top[data-v-29e58655] {
  font-size: 16px;
  font-weight: bolder;
}
.more-item[data-v-29e58655] {
  width: 100%;
  margin-bottom: 20px;
}
.more-item .interestBox[data-v-29e58655] .ant-select-multiple.ant-select-show-arrow .ant-select-selector {
  padding-right: 0px;
}
.more-item .interestBox[data-v-29e58655] .ant-select .ant-select-selection-placeholder {
  left: 0;
}
.more-item .interestBox[data-v-29e58655] .ant-select .ant-select-selection-search {
  margin-inline-start: 0;
}
.more-item .interestBox[data-v-29e58655] .ant-select-selection {
  overflow: hidden;
  height: 32px;
}
.more-item .interestBox[data-v-29e58655] .ant-select-selection ul li:first-child {
  padding: 0 20px 0 2px;
}
.more-item .interestBox[data-v-29e58655] .ant-select-selection ul li {
  padding: 0 2px 0 2px;
}
.more-item .interestBox[data-v-29e58655] .ant-select-selection ul .ant-select-search--inline {
  padding: 0;
  width: 2px;
}
[data-v-29e58655] .ant-select-selection--multiple .ant-select-selection__placeholder {
  margin-left: 0;
}
[data-v-29e58655] .ant-select-selection__rendered {
  margin-left: 0;
}
[data-v-29e58655] .ant-picker-suffix {
  display: block;
}
.address[data-v-29e58655] {
  display: flex;
  width: 100%;
}
.address .must-fill-border[data-v-29e58655] .ant-select-selection {
  border-bottom: 1px solid #FB4246;
}
.address .dividerClass[data-v-29e58655] {
  height: 15px;
  width: 1px;
  position: absolute;
  border: 0.5px solid #BBBBBB;
  right: 100px;
  bottom: 8px;
}
.button-line[data-v-29e58655] {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.button-line button[data-v-29e58655] {
  height: 40px;
  width: 120px;
  margin-left: 20px;
}

[data-v-11d3116a] .ant-upload {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: #fff;
  border: none !important;
}
.avatar-uploader > .ant-upload[data-v-11d3116a] {
  width: 128px;
  height: 128px;
}
.ant-upload-select-picture-card i[data-v-11d3116a] {
  font-size: 32px;
  color: #999;
}
.ant-upload-select-picture-card .ant-upload-text[data-v-11d3116a] {
  margin-top: 8px;
  color: #666;
}
.aspin[data-v-11d3116a] {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.container[data-v-c735a6e6] {
  padding: 15px 24px;
  max-height: 80vh;
  overflow-y: auto;
}
.container .content-list .item[data-v-c735a6e6] {
  margin-bottom: 40px;
}
.container .content-list .item .title[data-v-c735a6e6] {
  font-size: 16px;
}
.container .content-list .item .title .delete[data-v-c735a6e6] {
  margin-left: 20px;
  color: red;
  cursor: pointer;
  font-size: 14px;
}
.container .content-list .item .gender-box[data-v-c735a6e6] {
  position: relative;
}
.container .content-list .item .gender-box[data-v-c735a6e6] .ant-input {
  padding: 0 68px 0 0;
}
.container .content-list .item .gender-box .gender-span[data-v-c735a6e6] {
  position: absolute;
  width: 66px;
  right: 0;
  top: 6px;
}
.container .content-list .item .gender-box .gender-span span[data-v-c735a6e6] {
  margin-left: 0 !important;
  cursor: pointer;
}
.container .content-list .item .gender-box .gender-span span + span[data-v-c735a6e6] {
  margin-left: 5px !important;
}
.container .content-list .item .gender-box .gender-span .genderNan[data-v-c735a6e6],
.container .content-list .item .gender-box .gender-span .genderNv[data-v-c735a6e6] {
  color: #165Dff;
}
.container .content-list .button-content[data-v-c735a6e6] {
  display: flex;
}
.container .content-list .button-content .contract-other[data-v-c735a6e6] {
  margin-right: 20px;
  width: 140px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #165Dff;
  font-size: 14px;
  font-weight: 400;
  color: #165Dff;
  line-height: 40px;
  text-align: center;
}
.container .button-line[data-v-c735a6e6] {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.container .button-line button[data-v-c735a6e6] {
  height: 40px;
  width: 120px;
  margin-left: 20px;
}
.titlepz[data-v-c735a6e6] {
  margin-bottom: 10px;
  padding-top: 4px;
  margin-top: 6px;
  height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
}
.titlepz span[data-v-c735a6e6] {
  height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: #FFA036;
  line-height: 17px;
}
.uplodList[data-v-c735a6e6] {
  margin-bottom: 0;
}
.address[data-v-c735a6e6] {
  display: flex;
  width: 100%;
}
.address .must-fill-border[data-v-c735a6e6] .ant-select-selection {
  border-bottom: 1px solid #FB4246;
}
.address .dividerClass[data-v-c735a6e6] {
  height: 15px;
  width: 1px;
  position: absolute;
  border: 0.5px solid #BBBBBB;
  right: 100px;
  bottom: 8px;
}

.openOccupancy-box[data-v-a517792c] {
  padding: 0 20px 20px 20px;
  height: calc(100vh - 150px - var(--tab-height));
  overflow: auto;
}
.openOccupancy-box .title-tiem .editStyle[data-v-a517792c] {
  color: #777777;
}
.openOccupancy-box .title-tiem .selectStyle[data-v-a517792c] {
  color: #165Dff;
}
.openOccupancy-box .title-tiem .unEditStyle[data-v-a517792c] {
  color: #BBBBBB;
}
.openOccupancy-box > div[data-v-a517792c] {
  margin-bottom: 20px;
}
.openOccupancy-box .err-p[data-v-a517792c] {
  font-size: 12px;
  font-weight: 400;
  color: #FB4246;
  line-height: 17px;
  position: absolute;
}
.openOccupancy-box .close-icon-style[data-v-a517792c] {
  position: absolute;
  right: 5px;
  top: 55px;
}
.openOccupancy-box .close-icon-style .close-icon[data-v-a517792c] {
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
}
.openOccupancy-box .address[data-v-a517792c] {
  display: flex;
  width: 100%;
  position: relative;
}
.openOccupancy-box .address .must-fill-border[data-v-a517792c] .ant-select-selection {
  border-bottom: 1px solid #FB4246;
}
.openOccupancy-box .address .dividerClass[data-v-a517792c] {
  height: 15px;
  width: 1px;
  position: absolute;
  border: 0.5px solid #BBBBBB;
  right: 94px;
  bottom: 8px;
}
.openOccupancy-box .address[data-v-a517792c] .ant-select-item {
  padding: 0 10px;
}
.openOccupancy-box .bottom-border[data-v-a517792c] {
  border-bottom: 1px solid #DDDDDD;
}
.openOccupancy-box .bottom-border .ant-select[data-v-a517792c] {
  border: none;
}
.openOccupancy-box .bottom-border .ant-select[data-v-a517792c] .ant-select-selection {
  border: none;
}
.openOccupancy-box .timeBox[data-v-a517792c] {
  padding-left: 12px;
  line-height: 32px;
}
.openOccupancy-box .timeBox .timeBox-left[data-v-a517792c] {
  display: inline-block;
  text-align: center;
  width: 42px;
  height: 22px;
  background: #ffffff;
  border-radius: 11px 0px 0px 11px;
  border: 1px solid #EEEEEE;
  font-size: 12px;
  font-weight: 400;
  color: #777777;
  line-height: 22px;
}
.openOccupancy-box .timeBox .timeBox-right[data-v-a517792c] {
  display: inline-block;
  text-align: center;
  width: 43px;
  height: 22px;
  background: #ffffff;
  border-radius: 0px 11px 11px 0px;
  border: 1px solid #EEEEEE;
  font-size: 12px;
  font-weight: 400;
  color: #777777;
  line-height: 22px;
  margin-right: 12px;
}
.openOccupancy-box .timeBox .actTime[data-v-a517792c] {
  border: 1px solid rgba(22, 93, 255, 0.3);
  background: rgba(22, 93, 255, 0.1);
  color: #165Dff;
}
.openOccupancy-box .noSearchAddress[data-v-a517792c] .ant-select-dropdown--empty {
  display: none;
}
.openOccupancy-box .gender-box[data-v-a517792c] {
  position: relative;
}
.openOccupancy-box .gender-box[data-v-a517792c] .ant-input {
  padding: 0 68px 0 0;
}
.openOccupancy-box .gender-box[data-v-a517792c] .ant-select-selector .ant-select-selection-search-input {
  padding-right: 54px !important;
}
.openOccupancy-box .gender-box .gender-span[data-v-a517792c] {
  position: absolute;
  right: 0;
  top: 6px;
}
.openOccupancy-box .gender-box .gender-span span[data-v-a517792c] {
  margin-left: 0 !important;
  cursor: pointer;
}
.openOccupancy-box .gender-box .gender-span span + span[data-v-a517792c] {
  margin-left: 5px !important;
}
.openOccupancy-box .gender-box .gender-span .genderNan[data-v-a517792c],
.openOccupancy-box .gender-box .gender-span .genderNv[data-v-a517792c] {
  color: #165Dff;
}
.openOccupancy-box .addFellowBox[data-v-a517792c] {
  width: 140px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #165Dff;
  line-height: 40px;
  text-align: center;
  margin-top: 20px;
}
.openOccupancy-box .contract-other[data-v-a517792c] {
  width: 140px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #165Dff;
  font-size: 14px;
  font-weight: 400;
  color: #165Dff;
  line-height: 40px;
  text-align: center;
}
.openOccupancy-box .contract-modular[data-v-a517792c] {
  width: 1160px;
}
.openOccupancy-box .contract-modular .titleInfo[data-v-a517792c] {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  box-sizing: border-box;
  margin: 11px 0;
}
.openOccupancy-box .contract-modular .titleInfo b[data-v-a517792c] {
  font-weight: normal;
}
.openOccupancy-box .contract-modular .content-row .together-item[data-v-a517792c] {
  margin-bottom: 20px;
}
.openOccupancy-box .contract-modular .content-row .together-item .delete-icon[data-v-a517792c] {
  color: #FB4246;
  font-size: 14px;
}
.openOccupancy-box .contract-modular .content-row .together-item .together-detail[data-v-a517792c] {
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  text-align: center;
  font-size: 12px;
}
.openOccupancy-box .contract-modular .content-row .together-item .together-detail .together-title[data-v-a517792c] {
  display: flex;
  background: #f7f8fb;
  text-align: left;
}
.openOccupancy-box .contract-modular .content-row .together-item .together-detail .together-title > div[data-v-a517792c] {
  padding: 0px 9px;
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.openOccupancy-box .contract-modular .content-row .together-item .together-detail .together-title .must-fill[data-v-a517792c] {
  color: #FB4246;
}
.openOccupancy-box .contract-modular .content-row .together-item .together-detail .together-data[data-v-a517792c] {
  position: relative;
  display: flex;
}
.openOccupancy-box .contract-modular .content-row .together-item .together-detail .together-data > div[data-v-a517792c] {
  flex: 1;
  height: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.openOccupancy-box .contract-modular .content-row .together-item .together-detail .together-data > div .popover[data-v-a517792c]:hover {
  height: 39px;
  line-height: 38px;
  border: 1px solid #165Dff;
  cursor: pointer;
}
.openOccupancy-box .contract-modular .content-row .together-item .together-detail .together-data .payPattern[data-v-a517792c] {
  padding: 9px;
}
.openOccupancy-box .contract-modular .content-row .together-item .together-detail .together-data input[data-v-a517792c] {
  padding: 0 9px;
}
.openOccupancy-box .contract-modular .content-row .together-item .together-detail .together-data input[data-v-a517792c]:focus {
  border: 1px solid #165Dff !important;
}
.openOccupancy-box .contract-modular .content-row .together-item .together-detail .together-data .select-border[data-v-a517792c] {
  border: 1px solid #165Dff;
}
.openOccupancy-box .contract-modular .content-row .together-item .together-detail .together-data .options i[data-v-a517792c],
.openOccupancy-box .contract-modular .content-row .together-item .together-detail .together-data .options span[data-v-a517792c] {
  display: inline-block;
  width: 50%;
  height: 39px;
  cursor: pointer;
}
.openOccupancy-box .contract-modular .content-row .together-item .together-detail .together-data .options i[data-v-a517792c] {
  line-height: 39px;
  font-size: 14px;
}
.openOccupancy-box .contract-modular .content-row .together-item .together-detail .together-data .options span[data-v-a517792c] {
  padding: 3px 4px;
  line-height: 18px;
}
.openOccupancy-box .contract-modular .content-row .together-item .together-detail .together-data .togeAddress[data-v-a517792c] {
  padding: 0 9px;
  display: flex;
  width: 100%;
  height: 100%;
}
.openOccupancy-box .contract-modular .content-row .together-item .together-detail .together-data .togeAddress[data-v-a517792c] .ant-select-selection__rendered {
  margin-left: 1px;
  margin-top: 3px;
}
.openOccupancy-box .contract-modular .content-row .together-item .together-detail .together-data .togeAddress[data-v-a517792c] .ant-select-dropdown-menu li {
  text-align: left;
}
.openOccupancy-box .contract-modular .content-row .together-item .together-detail .together-data .togeAddress[data-v-a517792c] .ant-select-single {
  display: flex;
  justify-content: center;
  align-items: center;
}
.openOccupancy-box .contract-modular .content-row .together-item .together-detail .together-data .togeAddress[data-v-a517792c] .ant-select-single .ant-select-selector {
  border: none;
}
.openOccupancy-box .contract-modular .content-row .together-item .together-detail .together-data .house-data-item-left[data-v-a517792c] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.openOccupancy-box .contract-modular .content-row .together-item .together-detail .together-data .house-data-item-left .addonBeforeStyle[data-v-a517792c] {
  font-size: 14px;
  color: #111111;
  position: absolute;
  left: 0;
}
.openOccupancy-box .contract-modular .content-row .together-item .together-detail .together-data .house-data-item-left[data-v-a517792c] .ant-input-affix-wrapper {
  border: none;
}
.openOccupancy-box .contract-modular .content-row .together-item .together-detail .together-data[data-v-a517792c] .ant-cascader-picker-label {
  padding: 0 20px 0 0px;
}
.openOccupancy-box .contract-modular .content-row .together-item .together-detail .together-foot[data-v-a517792c] {
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.openOccupancy-box .contract-modular .content-row .together-item .together-detail .together-foot .togetherAdd[data-v-a517792c] {
  width: 100px;
  margin: 0 auto;
  text-align: center;
}
.openOccupancy-box .titlepz[data-v-a517792c] {
  margin-bottom: 10px;
  padding-top: 4px;
  margin-top: 6px;
  height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
}
.openOccupancy-box .titlepz span[data-v-a517792c] {
  height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: #FFA036;
  line-height: 17px;
}
.openOccupancy-box .uplodList[data-v-a517792c] {
  margin-bottom: 0;
}
.openOccupancy-box .upload-p p[data-v-a517792c] {
  text-align: center;
  width: 120px;
  margin-right: 9px;
}
.openOccupancy-box .more-item[data-v-a517792c] {
  width: 1160px;
}
.openOccupancy-box .more-item .interestBox[data-v-a517792c] .ant-select-selection {
  overflow: hidden;
  height: 32px;
}
.openOccupancy-box .more-item .interestBox[data-v-a517792c] .ant-select-selection ul li:first-child {
  padding: 0 20px 0 2px;
}
.openOccupancy-box .more-item .interestBox[data-v-a517792c] .ant-select-selection ul li {
  padding: 0 2px 0 2px;
}
.openOccupancy-box .more-item .interestBox[data-v-a517792c] .ant-select-selection ul .ant-select-search--inline {
  padding: 0;
  width: 2px;
}
.openOccupancy-box .width-140[data-v-a517792c] {
  width: 169px;
}
.openOccupancy-box .width-280[data-v-a517792c] {
  width: 340px;
}
.openOccupancy-box .editDeliveryStyle[data-v-a517792c] {
  width: 163px;
}
.openOccupancy-box .addDeliveryStyle[data-v-a517792c] {
  width: 140px;
}
.openOccupancy-box .commmonDeliveryStyle[data-v-a517792c] {
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #165Dff;
  font-size: 14px;
  font-weight: 400;
  color: #165Dff;
  line-height: 40px;
  text-align: center;
}
.openOccupancy-box .save-contract[data-v-a517792c] {
  width: 120px;
  height: 40px;
  background: #165Dff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 40px;
}
.openOccupancy-box .quxiao[data-v-a517792c] {
  width: 120px;
  height: 40px;
  border-radius: 5px;
}
.openOccupancy-box[data-v-a517792c] .label-item .ant-select-selection__rendered {
  margin-left: 0;
}
.openOccupancy-box[data-v-a517792c] .title-tiem .ft-bolder {
  height: 36px;
  margin-bottom: 2px;
}
.openOccupancy-box[data-v-a517792c] .title-tiem .ant-input-affix-wrapper .ant-input-prefix {
  left: 0px;
}
.openOccupancy-box[data-v-a517792c] .title-tiem .ant-input-affix-wrapper .ant-input-suffix {
  right: 0px;
}
.openOccupancy-box .payment[data-v-a517792c] .ant-select-selection__rendered {
  padding-left: 35px;
}
.openOccupancy-box[data-v-a517792c] .ant-calendar-range-picker-separator {
  vertical-align: baseline;
}
.check-in-top[data-v-a517792c] {
  margin-top: 15px;
  background: #f7faff;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 0 !important;
}
.check-in-top .check-item[data-v-a517792c] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.check-in-top .check-item[data-v-a517792c]:last-child {
  margin-bottom: 0;
}
.check-in-top .check-item .name[data-v-a517792c] {
  font-size: 14px;
  margin-right: 30px;
  font-weight: bolder;
}
.check-in-top .check-item .name span[data-v-a517792c] {
  color: #fb4246;
  font-size: 14px;
  margin-left: 2px;
}
.check-in-top .check-item .check-hetong[data-v-a517792c] {
  width: 500px;
  margin-top: 10px;
  position: relative;
  display: flex;
}
.check-in-top .check-item .check-hetong[data-v-a517792c] .ant-select .ant-select-selector {
  height: 32px;
  border: 1px solid #f1f1f1;
}
.check-in-top .check-item .check-hetong[data-v-a517792c] .ant-select .ant-select-selector input {
  height: 100%;
  line-height: 32px;
  padding: 0 15px;
}
.check-in-top .check-item .check-hetong[data-v-a517792c] .ant-select .ant-select-selection-placeholder {
  line-height: 32px;
  padding: 0 15px;
}
.check-in-top .check-item .check-hetong .close-icon-style[data-v-a517792c] {
  top: 9px;
  right: 15px;
}
.check-in-top .check-item .check-hetong .err-p[data-v-a517792c] {
  margin-top: 5px;
}
.check-in-top .check-item .check-house[data-v-a517792c] {
  width: 500px;
  margin-top: 10px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  background: #fff;
  padding: 0 15px;
  font-size: 14px;
  line-height: 32px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.check-in-top .check-item .check-house.empty[data-v-a517792c] {
  color: #c0bdbd;
}
.check-in-top .check-item .check-house.disabled[data-v-a517792c] {
  color: #c0bdbd;
  cursor: no-drop;
  background: #f5f5f5;
}
.check-in-top .check-item .check-house .close-icon-style[data-v-a517792c] {
  top: 0;
  right: 12px;
}
.check-in-top .check-item .check-house:hover .close-icon-style[data-v-a517792c] {
  display: block;
}
.check-in-top .check-item .check-house.error-bordered[data-v-a517792c] {
  border: 1px solid #fb4246 !important;
}
.button-content[data-v-a517792c] {
  display: flex;
}
.button-content .contract-other[data-v-a517792c] {
  margin-right: 20px;
}
.fees-content[data-v-a517792c] {
  display: flex;
  font-size: 14px;
  align-items: center;
  padding-right: 20px;
}
.fees-content[data-v-a517792c] .ant-input {
  width: 60px;
  border: none;
  background: none;
  height: 28px;
  font-size: 14px;
  margin: 0 10px;
  border-bottom: 1px solid #dddddd;
  text-align: center;
}
.fees-content[data-v-a517792c] .ant-select-selector {
  padding: 0 !important;
  font-size: 14px;
}
.fees-content[data-v-a517792c] .ant-select-arrow {
  right: 0;
}
.lineStyle[data-v-a517792c] {
  padding: 6px 0;
}
.lineStyle .contract-item[data-v-a517792c] {
  display: flex;
  justify-content: space-between;
}
.lineStyle .contract-item .contract-audit-status[data-v-a517792c] {
  color: #ffa036;
  display: flex;
  align-items: center;
}
.lineStyle .contract-item .contract-audit-status .anticon[data-v-a517792c] {
  margin-right: 4px;
  font-size: 16px;
}
.lineStyle .contract-item .contract-audit-status-5[data-v-a517792c] {
  color: #fb4246;
}
.lineStyle .contract-item .contract-audit-status-6[data-v-a517792c] {
  color: #777;
}
.no-contract[data-v-a517792c] {
  cursor: not-allowed;
}
.close-icon-style.disabled[data-v-a517792c] {
  cursor: not-allowed;
}
.house-data-periodMonth[data-v-a517792c] .ant-select-selector {
  padding-left: 14px !important;
}
.czf-tips[data-v-a517792c] {
  height: 32px;
  border-bottom: 1px solid #dddddd;
  box-sizing: border-box;
  line-height: 32px;
  color: #878484;
}
[data-v-a517792c] .ant-select-selection-search .ant-select-selection-placeholder {
  line-height: 32px !important;
}
.contract-status[data-v-a517792c] {
  display: flex;
  align-items: center;
}
.contract-status .contract-status-text[data-v-a517792c] {
  height: 18px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.contract-status .contract-view-address[data-v-a517792c] {
  max-width: 445px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  color: #777777;
  font-size: 12px;
}
.contract-status .contract-view-address-min[data-v-a517792c] {
  max-width: 370px;
}

.addReserveSuccess-box[data-v-1f9ef8f8] svg {
  width: 42px;
  height: 40px;
  color: #165Dff;
}
.addReserveSuccess-box .buttonStyle[data-v-1f9ef8f8] {
  width: 120px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #165Dff;
  color: #ffffff;
  font-size: 14px;
  margin: 0 auto;
  border-radius: 4px;
}

.gradContract[data-v-04422d37] {
  width: 989px;
  position: relative;
  margin-top: 21px;
}
.gradContract .first-box[data-v-04422d37] {
  display: flex;
  justify-content: space-between;
}
.gradContract .first-box .addContract-form-input-item[data-v-04422d37] {
  min-height: 70px;
  position: relative;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
.gradContract .first-box .addContract-form-input-item .addContract-form-input[data-v-04422d37] {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.gradContract .first-box .addContract-form-input-item .addContract-form-input .slot-content[data-v-04422d37] {
  font-size: 14px;
  font-weight: 450;
  color: #777777;
  line-height: 1;
}
.gradContract .first-box .addContract-form-input-item .addContract-form-input .slot-content[data-v-04422d37] .el-input__inner {
  line-height: 1;
  height: auto;
  border: none;
  padding-left: 0;
  padding-right: 6px;
  color: #111111;
  font-size: 14px;
  font-weight: 450;
}
.gradContract .first-box .addContract-form-input-item .addContract-form-input .slot-content[data-v-04422d37] .el-input__suffix {
  margin: 0;
  line-height: 1;
  height: auto;
  top: -10px;
}
.gradContract .first-box .addContract-form-input-item .addContract-box-1[data-v-04422d37] {
  width: 46%;
}
.gradContract .first-box .addContract-form-input-item .addContract-box-2[data-v-04422d37] {
  width: 24%;
  padding-left: 15px;
  border-left: 1px dashed #BBBBBB;
  border-right: 1px dashed #BBBBBB;
}
.gradContract .first-box .addContract-form-input-item .addContract-box-3[data-v-04422d37] {
  width: 30%;
  padding-left: 15px;
}
.gradContract .boxWidth[data-v-04422d37] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gradContract .boxWidth .contract-times[data-v-04422d37] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 320px;
  background: #f6f7f8;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 10px;
  margin: 5px 5px 5px 2px;
  flex-shrink: 0;
}
.gradContract .boxWidth .contract-times > span[data-v-04422d37] {
  flex-shrink: 0;
  font-size: 12px;
  color: #BBBBBB;
}
.gradContract .boxWidth .contract-times[data-v-04422d37] .text-date-picker {
  height: auto;
  width: 100px;
}
.gradContract .boxWidth .contract-times[data-v-04422d37] .text-date-picker .el-date-editor .el-input__inner {
  text-align: center;
}
.gradContract .setDateCs[data-v-04422d37] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 5px 5px 5px 2px;
  background: #f6f7f8;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  width: 230px;
  flex-shrink: 0;
}
.gradContract .setDateCs[data-v-04422d37] .el-input {
  padding: 10px;
  background: #fff;
  border: none;
}
.gradContract .setDateCs[data-v-04422d37] .el-input .el-input__inner {
  padding: 0 8px 0 0;
  height: auto;
  line-height: 1;
  border: none;
  text-align: center;
}
.gradContract .setDateCs[data-v-04422d37] .el-input .el-input__suffix {
  top: 10px;
  right: 10px;
  height: auto;
}
.gradContract .setDateCs .dayCs[data-v-04422d37] {
  background: #f6f7f8;
}
.gradContract .rentCs[data-v-04422d37] {
  background: #fff;
  width: 182px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 10px;
  margin: 5px 5px 5px 4px;
  flex-shrink: 0;
}
.gradContract .rentCs[data-v-04422d37] .el-input__inner {
  padding: 0 30px;
  height: auto;
  border: none;
  line-height: 1;
  text-align: center;
}
.gradContract .rentCs[data-v-04422d37] .el-input__prefix {
  margin: 0;
  top: 10px;
  left: 10px;
  height: auto;
}
.gradContract .rentCs[data-v-04422d37] .el-input__suffix {
  margin: 0;
  top: 10px;
  right: 10px;
  height: auto;
}
.gradContract .payCs[data-v-04422d37] {
  background: #fff;
  width: 182px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 10px;
  margin: 5px 5px 5px 2px;
  flex-shrink: 0;
}
.gradContract .payCs[data-v-04422d37] .el-input__inner {
  padding: 0 30px;
  height: auto;
  border: none;
  line-height: 1;
  text-align: center;
}
.gradContract .payCs[data-v-04422d37] .el-input__prefix {
  margin: 0;
  left: 10px;
  height: auto;
}
.gradContract .payCs[data-v-04422d37] .el-input__suffix {
  margin: 0;
  line-height: 1;
  height: auto;
  top: -10px;
}
.gradContract .contract-modular .titleInfo[data-v-04422d37] {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  box-sizing: border-box;
  margin: 11px 0;
}
.gradContract .contract-modular .titleInfo b[data-v-04422d37] {
  font-weight: normal;
}
.gradContract .contract-modular .content-row .together-item[data-v-04422d37] {
  margin-bottom: 20px;
}
.gradContract .contract-modular .content-row .together-item .delete-icon[data-v-04422d37] {
  color: #FB4246;
  font-size: 14px;
}
.gradContract .contract-modular .content-row .together-item .together-detail[data-v-04422d37] {
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  text-align: center;
  font-size: 12px;
}
.gradContract .contract-modular .content-row .together-item .together-detail .together-title[data-v-04422d37] {
  display: flex;
  background: #f7f8fb;
  text-align: left;
}
.gradContract .contract-modular .content-row .together-item .together-detail .together-title > div[data-v-04422d37] {
  padding: 0px 9px;
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.gradContract .contract-modular .content-row .together-item .together-detail .together-title .must-fill[data-v-04422d37] {
  color: #FB4246;
}
.gradContract .contract-modular .content-row .together-item .together-detail .together-data[data-v-04422d37] {
  position: relative;
  display: flex;
}
.gradContract .contract-modular .content-row .together-item .together-detail .together-data > div[data-v-04422d37] {
  flex: 1;
  height: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.gradContract .contract-modular .content-row .together-item .together-detail .together-data > div .popover[data-v-04422d37]:hover {
  height: 39px;
  line-height: 38px;
  border: 1px solid #165Dff;
  cursor: pointer;
}
.gradContract .contract-modular .content-row .together-item .together-detail .together-data .payPattern[data-v-04422d37] {
  padding: 0 9px;
}
.gradContract .contract-modular .content-row .together-item .together-detail .together-data input[data-v-04422d37] {
  padding: 0 9px;
  height: 100%;
}
.gradContract .contract-modular .content-row .together-item .together-detail .together-data input[data-v-04422d37]:focus {
  border: 1px solid #165Dff !important;
}
.gradContract .contract-modular .content-row .together-item .together-detail .together-data .select-border[data-v-04422d37] {
  border: 1px solid #165Dff;
}
.gradContract .contract-modular .content-row .together-item .together-detail .together-data .options i[data-v-04422d37],
.gradContract .contract-modular .content-row .together-item .together-detail .together-data .options span[data-v-04422d37] {
  display: inline-block;
  width: 50%;
  height: 39px;
  cursor: pointer;
}
.gradContract .contract-modular .content-row .together-item .together-detail .together-data .options i[data-v-04422d37] {
  line-height: 39px;
  font-size: 14px;
}
.gradContract .contract-modular .content-row .together-item .together-detail .together-data .options span[data-v-04422d37] {
  padding: 3px 4px;
  line-height: 18px;
}
.gradContract .contract-modular .content-row .together-item .together-detail .together-data .togeAddress[data-v-04422d37] {
  padding: 0 9px;
  display: flex;
  width: 100%;
  height: 100%;
}
.gradContract .contract-modular .content-row .together-item .together-detail .together-data .togeAddress[data-v-04422d37] .ant-select-selection__rendered {
  margin-top: 6px;
}
.gradContract .contract-modular .content-row .together-item .together-detail .together-foot[data-v-04422d37] {
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.gradContract .contract-modular .content-row .together-item .together-detail .together-foot .togetherAdd[data-v-04422d37] {
  width: 100px;
  margin: 0 auto;
  text-align: center;
}
.gradContract .time-content[data-v-04422d37] {
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gradContract .time-content[data-v-04422d37] .text-date-picker {
  width: 45%;
  line-height: 1;
  height: auto;
}
.gradContract .time-content > span[data-v-04422d37] {
  text-align: left;
}
.gradContract .time-content-style1 .splitStyle[data-v-04422d37] {
  margin: 0 4px;
}
.gradContract .time-content-style1[data-v-04422d37] .ant-input-disabled {
  padding: 0 4px;
  border-radius: 4px;
}
.gradContract .time-content-style2 .splitStyle[data-v-04422d37] {
  margin: 0 12px;
}
.gradContract .time-content-style2[data-v-04422d37] .ant-input-disabled {
  padding: 0 10px;
  border-radius: 4px;
}
.gradContract .time-content-style2[data-v-04422d37] .ant-input-disabled {
  padding-left: 8px;
  border-radius: 4px;
}
.gradContract[data-v-04422d37] .ant-calendar-picker-icon {
  display: none;
}
.gradContract[data-v-04422d37] .ant-input-disabled {
  height: 20px;
}
.gradContract[data-v-04422d37] .ant-input {
  padding: 0px 8px;
}
.gradContract[data-v-04422d37] .ant-picker .ant-picker-input input {
  text-align: center;
}
.gradContract[data-v-04422d37] .ant-input-affix-wrapper {
  border: none;
  line-height: 38px;
  height: 38px;
}
.gradContract[data-v-04422d37] .ant-input-affix-wrapper .ant-input {
  line-height: 38px;
  height: 38px;
}

.risk-intercept-tip[data-v-c42b21d8] {
  width: 100%;
  padding-bottom: 20px;
}
.risk-intercept-tip-title[data-v-c42b21d8] {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-weight: 400;
  font-size: 14px;
  color: #ffa036;
  background: rgba(255, 160, 54, 0.1);
  padding: 0 20px;
}
.risk-intercept-tip-content[data-v-c42b21d8] {
  width: 100%;
  padding: 20px;
}
.risk-intercept-tip-content-item[data-v-c42b21d8] {
  font-weight: 400;
  font-size: 14px;
  color: #111111;
  text-align: left;
  margin-bottom: 12px;
}
.risk-intercept-tip-footer[data-v-c42b21d8] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 20px;
  margin-top: 80px;
}

.realNameAuthOut-box .first-line-style[data-v-29e10f52] {
  padding: 50px 0 20px 0;
  width: 100%;
  text-align: center;
}
.realNameAuthOut-box .first-line-style[data-v-29e10f52] svg {
  width: 48px;
  height: 48px;
  color: #FFA036;
}
.realNameAuthOut-box .lineStyle1[data-v-29e10f52] {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #111111;
  font-weight: 600;
}
.realNameAuthOut-box .lineStyle2[data-v-29e10f52] {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #777777;
  margin-top: 8px;
}
.realNameAuthOut-box .lineStyle3[data-v-29e10f52] {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #165Dff;
  margin: 15px 0 30px 0;
}
.realNameAuthOut-box .addBtnStyle[data-v-29e10f52] {
  width: 180px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #165Dff;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  margin: 0 auto;
}

.errorHouse-box[data-v-67fe745a] {
  padding: 15px 0px 0 0px;
  overflow-y: auto;
  max-height: calc(100vh - 150px);
}
.errorHouse-box .errorHouseStyle[data-v-67fe745a] {
  margin: 20px 20px 10px 20px;
}
.errorHouse-box .dataStyle[data-v-67fe745a] {
  min-height: 150px;
}
.errorHouse-box .dataStyle .basicsInfo[data-v-67fe745a] {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.errorHouse-box .dataStyle .basicsInfo .table[data-v-67fe745a] {
  width: 100%;
  font-size: 12px;
  border-radius: 4px;
}
.errorHouse-box .dataStyle .basicsInfo .table .table-title[data-v-67fe745a] {
  margin: 0 20px 0 20px;
  display: flex;
  background: #f5f7ff;
  color: #777777;
  font-size: 13px;
  border-radius: 4px 4px 0px 0px;
  border-left: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  position: relative;
}
.errorHouse-box .dataStyle .basicsInfo .table .table-title > div[data-v-67fe745a] {
  flex: 1;
  height: 34px;
  line-height: 34px;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.errorHouse-box .dataStyle .basicsInfo .table .table-title .selectInfoStyle[data-v-67fe745a] {
  position: absolute;
  left: 43px;
  top: 0px;
  width: 1000px;
  height: 32px;
  line-height: 34px;
  border-right: none;
  border-bottom: none;
  background: #f5f7ff;
  padding-left: 10px;
}
.errorHouse-box .dataStyle .basicsInfo .table .table-title .selectInfoStyle .fontStyle1[data-v-67fe745a] {
  font-size: 13px;
  color: #111111;
}
.errorHouse-box .dataStyle .basicsInfo .table .table-title .selectInfoStyle .fontStyle2[data-v-67fe745a] {
  font-size: 13px;
  color: #165Dff;
}
.errorHouse-box .dataStyle .basicsInfo .table .table-title .selectInfoStyle .splitStyle[data-v-67fe745a] {
  height: 16px;
  border-left: 1px solid #DDDDDD;
}
.errorHouse-box .dataStyle .basicsInfo .table .house-no-data[data-v-67fe745a] {
  border-radius: 0px 0px 4px 4px;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  background-color: #ffffff;
}
.errorHouse-box .dataStyle .basicsInfo .table .houseDataStyle[data-v-67fe745a] {
  padding: 0 20px;
}
.errorHouse-box .dataStyle .basicsInfo .table .houseDataStyle .houseAliasFul[data-v-67fe745a] {
  border: none !important;
  background-color: #f0f8ff;
  color: #0A87F8 !important;
  border-radius: 3px;
  font-size: 12px;
  padding: 0 4px;
  margin-right: 6px;
}
.errorHouse-box .dataStyle .basicsInfo .table .houseDataStyle .popoverTitleStyle[data-v-67fe745a] {
  font-size: 13px;
  color: #111111;
  font-weight: 600;
}
.errorHouse-box .dataStyle .basicsInfo .table .houseDataStyle .popoverTableSTyle[data-v-67fe745a] {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.errorHouse-box .dataStyle .basicsInfo .table .houseDataStyle .popoverTableSTyle .popoverTable[data-v-67fe745a] {
  width: 100%;
  font-size: 12px;
  border-radius: 4px;
}
.errorHouse-box .dataStyle .basicsInfo .table .houseDataStyle .popoverTableSTyle .popoverTable .popoverTable-title[data-v-67fe745a] {
  display: flex;
  color: #777777;
  font-size: 12px;
  border-radius: 4px 4px 0px 0px;
  border-bottom: 1px solid #EEEEEE;
}
.errorHouse-box .dataStyle .basicsInfo .table .houseDataStyle .popoverTableSTyle .popoverTable .popoverTable-title > div[data-v-67fe745a] {
  flex: 1;
  height: 34px;
  line-height: 34px;
}
.errorHouse-box .dataStyle .basicsInfo .table .houseDataStyle .popoverTableSTyle .popoverTable .popoverTable-data[data-v-67fe745a] {
  display: flex;
  color: #111111;
  font-size: 12px;
  border-radius: 0px 0px 4px 4px;
  border-bottom: 1px solid #EEEEEE;
}
.errorHouse-box .dataStyle .basicsInfo .table .houseDataStyle .popoverTableSTyle .popoverTable .popoverTable-data > div[data-v-67fe745a] {
  flex: 1;
  height: 36px;
  line-height: 36px;
  text-align: left;
  background-color: #ffffff;
}
.errorHouse-box .dataStyle .basicsInfo .table .houseDataStyle[data-v-67fe745a] .ant-popover-inner-content {
  padding: 12px 15px 10px 15px;
}
.errorHouse-box .dataStyle .basicsInfo .table .house-data[data-v-67fe745a] {
  display: flex;
  color: #111111;
  font-size: 13px;
  border-radius: 0px 0px 4px 4px;
  border-left: 1px solid #EEEEEE;
}
.errorHouse-box .dataStyle .basicsInfo .table .house-data .overStyle[data-v-67fe745a] {
  background-color: rgba(22, 93, 255, 0.1);
}
.errorHouse-box .dataStyle .basicsInfo .table .house-data > div[data-v-67fe745a] {
  flex: 1;
  height: 36px;
  line-height: 36px;
  text-align: left;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  background-color: #ffffff;
}
.errorHouse-box .dataStyle .basicsInfo .table .house-data .houseAddress[data-v-67fe745a] {
  height: 20px;
  border-radius: 2px;
  color: #165Dff;
  background-color: #f0f8ff;
  font-size: 12px;
  text-align: center;
  padding: 5px 5px;
  margin-right: 5px;
}
.errorHouse-box .dataStyle .basicsInfo .table .house-data[data-v-67fe745a] .ant-input {
  height: 38px;
  line-height: 38px;
  padding-left: 14px;
}
.errorHouse-box .dataStyle .basicsInfo .table .house-data .borderRed[data-v-67fe745a] {
  border: 1px solid #FB4246 !important;
}
.errorHouse-box .dataStyle .basicsInfo .table .house-data .mustStyle input[data-v-67fe745a]::-webkit-input-placeholder {
  color: #FB4246;
}
.errorHouse-box .dataStyle .basicsInfo .table .house-data .mustStyle input[data-v-67fe745a]:-moz-placeholder {
  color: #FB4246;
}
.errorHouse-box .dataStyle .basicsInfo .table .house-data .mustStyle input[data-v-67fe745a]::-moz-placeholder {
  color: #FB4246;
}
.errorHouse-box .dataStyle .basicsInfo .table .house-data .mustStyle input[data-v-67fe745a]::-ms-input-placeholder {
  color: #FB4246;
}
.errorHouse-box .dataStyle .basicsInfo .table .house-data .priceStyle2[data-v-67fe745a] .ant-input {
  padding-left: 0px;
}
.errorHouse-box .dataStyle .basicsInfo .table .house-data .priceStyle .splitStyle[data-v-67fe745a] {
  margin: 12px 7px 0 0;
  height: 14px;
  border-right: 1px solid #EEEEEE;
}
.errorHouse-box .dataStyle .basicsInfo .table .house-data .priceStyle[data-v-67fe745a] .ant-input {
  padding-left: 5px;
}
.errorHouse-box .dataStyle .basicsInfo .table .house-data .priceStyle[data-v-67fe745a] .ant-select-selection {
  background-color: transparent;
}
.errorHouse-box .dataStyle .basicsInfo .table .house-data .priceStyle[data-v-67fe745a] i {
  vertical-align: 0em;
}
.errorHouse-box .buttonDiv[data-v-67fe745a] {
  padding: 20px 20px 20px 0;
  display: flex;
  justify-content: center;
}
.errorHouse-box .buttonDiv .formItemMarginButton[data-v-67fe745a] {
  width: 120px;
  height: 40px;
  margin-left: 18px;
  margin-top: 15px;
}
.errorHouse-box .buttonDiv .saveFont[data-v-67fe745a] {
  color: #ffffff;
  background-color: #165Dff;
}

.container[data-v-1c93d9f0] {
  display: flex;
}
.customCostPayer-table .tr[data-v-1c93d9f0] {
  display: flex;
}
.customCostPayer-table .tr.disabled[data-v-1c93d9f0] {
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.25);
}
.customCostPayer-table .tr.disabled[data-v-1c93d9f0] .ant-select-selector {
  background: none;
}
.customCostPayer-table .tr.disabled[data-v-1c93d9f0] .ant-input {
  background: none;
}
.customCostPayer-table .tr:nth-child(1) .td[data-v-1c93d9f0] {
  background: #f7f8fb;
  border-top: 1px solid #dddddd;
  color: #666666;
  font-size: 12px;
}
.customCostPayer-table .tr .td[data-v-1c93d9f0] {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
}
.customCostPayer-table .tr .td .cursor.disabled[data-v-1c93d9f0] {
  cursor: not-allowed;
}
.customCostPayer-table .tr .td[data-v-1c93d9f0]:last-child {
  border-right: 1px solid #dddddd;
}
.customCostPayer-table .tr .td[data-v-1c93d9f0]:nth-child(1) {
  width: 180px;
}
.customCostPayer-table .tr .td[data-v-1c93d9f0]:nth-child(2) {
  width: 180px;
}
.customCostPayer-table .tr .td[data-v-1c93d9f0]:nth-child(3) {
  width: 220px;
}
.customCostPayer-table .tr .td[data-v-1c93d9f0]:nth-child(4) {
  width: 60px;
  text-align: center;
}
.customCostPayer-table .tr .td:nth-child(4) .cursor[data-v-1c93d9f0] {
  color: #fda7a8;
}
.customCostPayer-table .tr .td.input-td[data-v-1c93d9f0] {
  display: flex;
  align-items: center;
}
.customCostPayer-table .tr .td.input-td[data-v-1c93d9f0] .ant-input {
  border: none;
  outline: none;
  height: 30px;
}
.customCostPayer-table .tr .td.input-td .value-val[data-v-1c93d9f0] {
  flex: 1;
}
.customCostPayer-table .tr .td.input-td .span[data-v-1c93d9f0] {
  min-width: 40px;
  text-align: center;
}
.customCostPayer-table .tr-bottom[data-v-1c93d9f0] {
  border: 1px solid #dddddd;
  border-top: none;
  width: 640px;
  padding: 10px;
  font-size: 14px;
  position: relative;
  color: #777777;
}
.customCostPayer-table .tr-bottom .add-btn[data-v-1c93d9f0] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
  color: #0a87f8;
  cursor: pointer;
}
.customCostPayer-table .tr-bottom .sel[data-v-1c93d9f0] {
  margin-bottom: 10px;
}
.customCostPayer-table .tr-bottom .sel[data-v-1c93d9f0]:last-child {
  margin-bottom: 0;
}
.customCostPayer-table .tr-bottom[data-v-1c93d9f0] .ant-select {
  width: 100px;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
.customCostPayer-table .tr-bottom[data-v-1c93d9f0] .ant-select .ant-select-selector {
  height: 24px;
  line-height: 24px;
}
.customCostPayer-table .tr-bottom[data-v-1c93d9f0] .ant-select .ant-select-selection-item {
  line-height: 24px;
  padding-left: 10px;
}
[data-v-1c93d9f0] .ant-cascader {
  width: 100%;
}
.btn-box-content[data-v-1c93d9f0] {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dddddd;
  border-top: 0;
  width: 640px;
  color: #0a87f8;
  cursor: pointer;
}
.btn-box-content .disabled[data-v-1c93d9f0] {
  cursor: not-allowed;
  color: #c8c7c7;
}

.total[data-v-a3234b5e] {
  height: 36px;
  width: 100%;
  line-height: 36px;
  padding: 0 20px;
  font-size: 14px;
  color: #111;
  background: #edf3fe;
}
.table-box[data-v-a3234b5e] {
  padding: 0 10px 20px 10px;
  box-sizing: border-box;
}
.table-box .search-box[data-v-a3234b5e] {
  width: 100%;
  margin: 15px 0;
  padding: 0 10px;
}
[data-v-a3234b5e] .ant-table-thead > tr {
  height: 40px !important;
}
[data-v-a3234b5e] .ant-table-thead > tr > th {
  padding: 0px 6px !important;
}
[data-v-a3234b5e] .ant-table-tbody > tr > td {
  height: 40px;
  padding: 0 6px !important;
  color: #111111;
}
[data-v-a3234b5e] .ant-table-measure-row > tr > td {
  padding: 0 !important;
  height: 0 !important;
}

.multiple-tab .perfectContract .contentBoox[data-v-7ef16193] {
  max-height: calc(100vh - 190px) !important;
}
.perfectContract .contentBoox[data-v-7ef16193] {
  height: calc(100vh - 100px);
  display: flex;
}
.perfectContract .contentBoox[data-v-7ef16193] .txtContent {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  width: 76%;
  padding: 20px;
}
.perfectContract .contentBoox[data-v-7ef16193] .txtContent .customItem {
  display: inline-block;
}
.perfectContract .contentBoox .prefectContent[data-v-7ef16193] {
  height: 100%;
  overflow-y: auto;
  flex: 1;
  border-left: 1px solid #d9d9d9;
  padding: 20px;
}
.perfectContract .contentBoox .prefectContent .title[data-v-7ef16193] {
  font-size: 18px;
  text-align: center;
}
.perfectContract .contentBoox .prefectContent .title span[data-v-7ef16193] {
  color: #165Dff;
  font-weight: 600;
  font-size: 20px;
}
.perfectContract .contentBoox .prefectContent .prefectList[data-v-7ef16193] {
  margin-top: 20px;
}
.perfectContract .contentBoox .prefectContent .prefectList .signature-group .signature-group-title[data-v-7ef16193] {
  padding: 10px 0 8px;
  color: #FFA036;
}
.perfectContract .contentBoox .prefectContent .prefectList .signature-group .signature-group-title .margin-r-4[data-v-7ef16193] {
  margin-right: 4px;
}
.perfectContract .contentBoox .prefectContent .prefectList .prefectItem[data-v-7ef16193] {
  margin-bottom: 20px;
}
.perfectContract .contentBoox .prefectContent .prefectList .prefectItem span[data-v-7ef16193] {
  display: inline-block;
}
.perfectContract .contentBoox .prefectContent .prefectList .prefectItem input[data-v-7ef16193] {
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  box-shadow: none;
  padding-left: 0;
}
.perfectContract .footerBox[data-v-7ef16193] {
  padding: 20px 0;
  border-top: 1px solid #d9d9d9;
  display: flex;
  justify-content: flex-end;
}
.perfectContract .footerBox .preViewBtn[data-v-7ef16193] {
  width: 120px;
  height: 40px;
  background-color: rgba(22, 93, 255, 0.1);
  border-radius: 5px;
  font-weight: 500;
  color: #165Dff;
  font-size: 14px;
  margin-right: 20px;
  border: 1px solid #165Dff;
}
.perfectContract .footerBox .saveBtn[data-v-7ef16193] {
  width: 120px;
  height: 40px;
  background: #165Dff;
  border-radius: 5px;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  margin-right: 20px;
}
.perfectContract .footerBox .cancelBtn[data-v-7ef16193] {
  width: 120px;
  height: 40px;
  background: #f6f7f8;
  border-radius: 5px;
  border: 1px solid #dddddd;
  margin-right: 20px;
}

.content[data-v-7f6d1520] {
  padding: 30px 44px;
  box-sizing: border-box;
  text-align: center;
}
.content .waler-tab[data-v-7f6d1520] {
  width: 320px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.content .waler-tab .item[data-v-7f6d1520] {
  flex: 1;
  height: 30px;
  border-radius: 4px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.content .waler-tab .item.active[data-v-7f6d1520] {
  color: #0a87f8;
  background: rgba(10, 135, 248, 0.1);
  border-radius: 4px;
}
.content .waler-tab .item .item-tip[data-v-7f6d1520] {
  position: absolute;
  background: #fff1e1;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #ffffff;
  top: -24px;
  left: 26px;
  font-size: 12px;
  color: #ffa036;
  padding: 3px 6px;
  border-radius: 4px;
}
.content .waler-tab .item .item-tip[data-v-7f6d1520]::after {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  background: #fff1e1;
  position: absolute;
  left: 22px;
  bottom: -5px;
  transform: rotate(45deg);
}
.content .title[data-v-7f6d1520] {
  margin-top: 30px;
  font-weight: 500;
  font-size: 16px;
  color: #111111;
}
.content .tip[data-v-7f6d1520] {
  font-size: 14px;
  color: #777777;
  margin-top: 30px;
}
.content .code-content[data-v-7f6d1520] {
  width: 230px;
  height: 230px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  margin: 15px auto;
  margin-bottom: 0;
  position: relative;
  background: #fff;
}
.content .code-content .img-box[data-v-7f6d1520] {
  position: relative;
  z-index: 5;
  background: #fff;
  width: 100%;
  height: 100%;
}
.content .code-content .img-box[data-v-7f6d1520] .loading-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content .code-content .img-box .img[data-v-7f6d1520] {
  width: 100%;
  height: 100%;
  display: block;
}
.content .code-content .line-box[data-v-7f6d1520] {
  position: absolute;
  width: 25px;
  height: 25px;
  background: #d2d2d2;
}
.content .code-content .line-box.line1[data-v-7f6d1520] {
  top: -2px;
  left: -2px;
}
.content .code-content .line-box.line2[data-v-7f6d1520] {
  top: -2px;
  right: -2px;
}
.content .code-content .line-box.line3[data-v-7f6d1520] {
  bottom: -2px;
  right: -2px;
}
.content .code-content .line-box.line4[data-v-7f6d1520] {
  bottom: -2px;
  left: -2px;
}
.content .line-row[data-v-7f6d1520] {
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #111111;
  position: relative;
  text-align: center;
}
.content .line-row[data-v-7f6d1520]::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 160px;
  height: 1px;
  background: #eeeeee;
}
.content .line-row[data-v-7f6d1520]::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 160px;
  height: 1px;
  background: #eeeeee;
}
.content .bntton-row[data-v-7f6d1520] {
  display: flex;
  margin: 20px 40px 0 40px;
}
.content .bntton-row .item[data-v-7f6d1520] {
  flex: 1;
  cursor: pointer;
}
.content .bntton-row .item .name[data-v-7f6d1520] {
  color: #777777;
  margin-top: 5px;
}
.content .code-desc[data-v-7f6d1520] {
  cursor: pointer;
  margin-top: 15px;
}
.content .close-content[data-v-7f6d1520] {
  margin-top: 50px;
}
.content .close-content[data-v-7f6d1520] .ant-btn {
  width: 230px;
  height: 40px;
  background: #0a87f8;
  border-radius: 5px;
  box-shadow: none;
}

.InvitationSign-modal .modal-content {
  padding: 0 !important;
}
.InvitationSign-modal .modal-container {
  padding-bottom: 0 !important;
}
.InvitationSign-modal .modal-footer {
  display: none !important;
}

.f-fl[data-v-beb085ca] {
  width: 169px;
}
.f-fl.f-fl-2[data-v-beb085ca] {
  width: 338px;
}
.mb-10[data-v-beb085ca] {
  margin-bottom: 10px;
}
.w-100[data-v-beb085ca] {
  width: 100% !important;
}
.picker-w[data-v-beb085ca] {
  width: 100%;
}
.picker-w[data-v-beb085ca] .ant-picker-suffix {
  display: inline-block;
}
.select-w[data-v-beb085ca] {
  width: 100%;
}
.select-w[data-v-beb085ca] .ant-select-selection-overflow-item {
  max-width: calc(100% - 30px);
}
.select-w[data-v-beb085ca] .ant-select-selection-overflow-item-suffix {
  display: none;
}

.addTenantContract-box[data-v-6544d020] {
  padding: 0 0px 0px 0px;
  height: calc(100vh - 100px);
  overflow: auto;
  position: relative;
}
.addTenantContract-box .predictEndTimeStyle[data-v-6544d020] {
  background: #f6f7f8;
  margin-top: 8px;
  width: 340px;
  height: 28px;
  border-radius: 4px;
  padding-left: 8px;
  position: relative;
}
.addTenantContract-box .predictEndTimeStyle .angle[data-v-6544d020] {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f6f7f8;
  top: -5px;
  left: 30px;
  position: absolute;
}
.addTenantContract-box .predictEndTimeStyle[data-v-6544d020] .ant-picker-suffix {
  display: inline-block;
}
.addTenantContract-box .predictEndTimeStyle[data-v-6544d020] .ant-picker {
  padding: 0;
}
.addTenantContract-box .predictEndTimeStyle[data-v-6544d020] .ant-picker-input > input {
  font-size: 12px;
}
.addTenantContract-box[data-v-6544d020] .ant-picker {
  margin-left: 2px;
}
.addTenantContract-box .draftsWarningStyle[data-v-6544d020] {
  width: 410px;
  height: 164px;
  background: #ffffff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  padding: 32px 32px 24px 32px;
}
.addTenantContract-box .draftsWarningStyle .line1Style .line1LeftStyle[data-v-6544d020] {
  width: 22px;
  text-align: center;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  background: #ffbf00;
  color: #ffffff;
  font-size: 14px;
  margin-right: 10px;
}
.addTenantContract-box .draftsWarningStyle .line1Style .line2LeftStyle[data-v-6544d020] {
  font-size: 16px;
  color: #111111;
  font-weight: 500;
}
.addTenantContract-box .draftsWarningStyle .line3Style[data-v-6544d020] {
  display: flex;
  justify-content: flex-end;
  margin-top: 52px;
}
.addTenantContract-box .draftsWarningStyle .line3Style .cancelStyle[data-v-6544d020] {
  width: 90px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  background: #f6f7f8;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  color: #666666;
  font-size: 14px;
  margin-right: 8px;
}
.addTenantContract-box .draftsWarningStyle .line3Style .noCheckOutStyle[data-v-6544d020] {
  width: 130px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  background: #05bced;
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px;
  margin-right: 8px;
}
.addTenantContract-box .draftsWarningStyle .line3Style .checkOutStyle[data-v-6544d020] {
  width: 90px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  background: #165Dff;
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px;
}
.addTenantContract-box .headerHouseStyle[data-v-6544d020] {
  width: 100%;
  background: #edf3fe;
  padding: 0px 20px 20px 20px;
}
.addTenantContract-box .headerHouseStyle[data-v-6544d020] .label-item .title {
  margin-top: 0px;
}
.addTenantContract-box .headerHouseStyle[data-v-6544d020] .ant-input {
  padding: 0 10px !important;
}
.addTenantContract-box .headerHouseStyle[data-v-6544d020] .ant-input[disabled] {
  color: #777777;
}
.addTenantContract-box .headerHouseStyle[data-v-6544d020] .label-item .must-fill {
  margin-top: 4px;
}
.addTenantContract-box .headerHouseStyle .headerHouseHeaderStyle[data-v-6544d020] {
  display: flex;
  padding: 15px 0 8px 0;
}
.addTenantContract-box .headerHouseStyle .moreHouseModeStyle[data-v-6544d020] {
  height: 32px;
  line-height: 32px;
  background: #ffffff;
  padding: 0 10px;
}
.addTenantContract-box .headerHouseStyle .moreHouseModeStyle .moreHouseModeSplitStyle[data-v-6544d020] {
  padding-left: 15px;
  border-right: 1px solid #dddddd;
  margin-right: 18px;
  height: 14px;
}
.addTenantContract-box .headerHouseStyle .communityListStyle[data-v-6544d020] {
  position: absolute;
  top: 80px;
  width: 1156px;
  min-height: 200px;
  max-height: 300px;
  overflow-y: auto;
  background: #ffffff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
  padding: 5px 0;
}
.addTenantContract-box .headerHouseStyle .communityListStyle .partStyle[data-v-6544d020] {
  height: 36px;
  line-height: 36px;
  padding-left: 12px;
}
.addTenantContract-box .headerHouseStyle .communityListStyle div[data-v-6544d020]:hover {
  background-color: #F6F7F8;
}
.addTenantContract-box .headerHouseStyle .communityListStyle div.active[data-v-6544d020] {
  color: #165Dff;
  background-color: rgba(22, 93, 255, 0.1) !important;
}
.addTenantContract-box .headerHouseStyle .communityListStyle div.addNouse[data-v-6544d020] {
  cursor: not-allowed;
}
.addTenantContract-box .addTenantContractContent .depositWarningStyle[data-v-6544d020] {
  position: absolute;
  top: 8px;
  left: 80px;
}
.addTenantContract-box .addTenantContractContent .depositWarningStyle[data-v-6544d020] .ant-popover {
  width: 300px;
}
.addTenantContract-box .addTenantContractContent > div[data-v-6544d020] {
  margin-bottom: 20px;
}
.addTenantContract-box .addTenantContractContent[data-v-6544d020] .ant-select-multiple.ant-select-show-arrow .ant-select-selector {
  padding-right: 0px;
}
.addTenantContract-box .addTenantContractContent[data-v-6544d020] .ant-select .ant-select-selection-placeholder {
  left: 0;
}
.addTenantContract-box .addTenantContractContent[data-v-6544d020] .ant-select .ant-select-selection-search {
  margin-inline-start: 0;
}
.addTenantContract-box .demandLabel[data-v-6544d020] {
  width: 100%;
}
.addTenantContract-box .demandLabel[data-v-6544d020] .ant-input {
  box-shadow: none;
  width: 190px;
}
.addTenantContract-box .demandLabel .selectDemandLabelItem[data-v-6544d020] {
  min-width: 71px;
  height: 20px;
  line-height: 18px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  margin-top: 7px;
  margin-right: 5px;
  text-align: center;
  background: #f6f7f8;
}
.addTenantContract-box .demandLabel .demandLabelAll[data-v-6544d020] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #f7f8fb;
  border-top: 1px solid #dddddd;
}
.addTenantContract-box .demandLabel .demandLabelAll .demandLabelItem[data-v-6544d020] {
  padding: 0 4px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  margin-left: 5px;
  margin-top: 10px;
  text-align: center;
}
.addTenantContract-box .demandLabel .demandLabelAll .normalBg[data-v-6544d020] {
  background: #f6f7f8;
}
.addTenantContract-box .demandLabel .demandLabelAll .clickBg[data-v-6544d020] {
  background: #e2edf8;
}
.addTenantContract-box .contractTypeStyle[data-v-6544d020] {
  position: absolute;
  top: 10px;
  left: 80px;
}
.addTenantContract-box .contractTypeStyle .contractType[data-v-6544d020] {
  border-radius: 4px;
}
.addTenantContract-box .contractTypeStyle .contractType .contractTypeItem[data-v-6544d020] {
  width: 72px;
  text-align: center;
  height: 26px;
  line-height: 26px;
}
.addTenantContract-box .contractTypeStyle .contractType .contractTypeItem.disabled[data-v-6544d020] {
  background: #eee;
  cursor: not-allowed;
}
.addTenantContract-box .contractTypeStyle .contractType .leftItem[data-v-6544d020] {
  border-radius: 4px 0px 0px 4px;
}
.addTenantContract-box .contractTypeStyle .contractType .rightItem[data-v-6544d020] {
  border-radius: 0px 4px 4px 0px;
}
.addTenantContract-box .contractTypeStyle .contractType .selectedItem[data-v-6544d020] {
  background: rgba(22, 93, 255, 0.1);
  border: 1px solid #eeeeee;
  color: #165Dff;
}
.addTenantContract-box .contractTypeStyle .contractType .unSelectItem[data-v-6544d020] {
  background: #ffffff;
  border: 1px solid #eeeeee;
  color: #777777;
}
.addTenantContract-box .contractTypeStyle .selectTempleStyle[data-v-6544d020] {
  height: 26px;
  line-height: 26px;
  margin-left: 20px;
  border-bottom: 1px solid #eeeeee;
  width: 250px;
}
.addTenantContract-box .contractTypeStyle .selectTempleStyle[data-v-6544d020] .ant-select-selection-search {
  height: 24px !important;
  line-height: 24px !important;
}
.addTenantContract-box .contractTypeStyle .selectTempleStyle[data-v-6544d020] .ant-select-selection-search-input {
  height: 24px !important;
  line-height: 24px !important;
}
.addTenantContract-box .contractTypeStyle .selectTempleStyle[data-v-6544d020] .ant-select-selection-item {
  height: 24px !important;
  line-height: 24px !important;
  min-width: 140px;
  max-width: 180px;
}
.addTenantContract-box .contractTypeStyle .selectTempleStyle[data-v-6544d020] .ant-select-selector {
  height: 24px !important;
  line-height: 24px !important;
  border-bottom: none;
}
.addTenantContract-box .contractTypeStyle .selectSendStyle[data-v-6544d020] {
  height: 26px;
  line-height: 26px;
  margin-left: 20px;
}
.addTenantContract-box .contractTypeStyle .selectSendStyle .selectSendItemStyle[data-v-6544d020] {
  height: 26px;
  line-height: 28px;
}
.addTenantContract-box .contractTypeStyle .selectSendStyle[data-v-6544d020] .ant-checkbox + span {
  height: 26px;
  line-height: 26px;
}
.addTenantContract-box .contractTypeStyle .loginWayStyle[data-v-6544d020] {
  padding: 0 5px;
  height: 26px;
  line-height: 26px;
  background: rgba(22, 93, 255, 0.1);
  border: 1px solid #165Dff;
  color: #165Dff;
  font-size: 14px;
  border-radius: 3px;
  position: relative;
  margin-left: 20px;
  font-size: 12px;
}
.addTenantContract-box .contractTypeStyle .loginWayStyle .smallTriangle[data-v-6544d020] {
  position: absolute;
  width: 6px;
  height: 8px;
  left: -9px;
  top: 4px;
}
.addTenantContract-box .contract-model[data-v-6544d020] {
  margin-left: -30px;
}
.addTenantContract-box .contract-model > div[data-v-6544d020] {
  position: relative;
  margin-left: 30px;
  padding: 10px 16px;
  width: calc(50% - 30px);
  height: 110px;
  line-height: 25px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  cursor: pointer;
}
.addTenantContract-box .contract-model > div p[data-v-6544d020]:first-child {
  color: #111111;
}
.addTenantContract-box .contract-model > div p[data-v-6544d020]:last-child {
  color: #666666;
}
.addTenantContract-box .contract-model > div .choose[data-v-6544d020] {
  display: none;
  position: absolute;
  top: 20px;
  right: -2px;
  transform: translateY(-50%);
  color: #165Dff;
  font-size: 36px;
  height: 40px;
  width: 40px;
}
.addTenantContract-box .contract-model .active[data-v-6544d020] {
  background-color: rgba(22, 93, 255, 0.1);
  border: 1px solid #165Dff;
}
.addTenantContract-box .contract-model .active .choose[data-v-6544d020] {
  display: block;
}
.addTenantContract-box .contract-model .active .anticon[data-v-6544d020] {
  color: #165Dff;
}
.addTenantContract-box .contract-model .active[data-v-6544d020] .ant-select-selection {
  background-color: rgba(22, 93, 255, 0.1);
}
.addTenantContract-box .contract-model .type-boder[data-v-6544d020] {
  border-bottom: 1px solid #DDDDDD;
  padding: 0 0 7px 0;
}
.addTenantContract-box .contract-model .contractType[data-v-6544d020] {
  margin-left: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #777777;
}
.addTenantContract-box .contract-model .contractType .font-12[data-v-6544d020] {
  color: #777777;
  font-size: 12px;
}
.addTenantContract-box .contract-model .htmb[data-v-6544d020] {
  height: 32px;
  line-height: 30px;
}
.addTenantContract-box .contract-model .triangle-top-right-choose[data-v-6544d020] {
  position: absolute;
  color: #ffffff !important;
  top: 4px;
  right: 4px;
}
.addTenantContract-box .contract-model .triangle-top-right-click[data-v-6544d020] {
  position: absolute;
  width: 0;
  border: 20px solid #165Dff;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top-right-radius: 4px;
  top: 0px;
  right: 0px;
}
.addTenantContract-box .addFellowBox[data-v-6544d020] {
  width: 140px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #165Dff;
  line-height: 40px;
  text-align: center;
  margin-top: 20px;
  color: #165Dff;
}
.addTenantContract-box .otherContract[data-v-6544d020] {
  line-height: 40px;
}
.addTenantContract-box .contract-other[data-v-6544d020] {
  width: 140px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #165Dff;
  font-size: 14px;
  font-weight: 400;
  color: #165Dff;
  line-height: 40px;
  text-align: center;
}
.addTenantContract-box .addTips[data-v-6544d020] .title {
  margin-bottom: 30px;
}
.addTenantContract-box .tipsBox .tips[data-v-6544d020] {
  display: block;
  margin-left: -54px;
  margin-top: 3px;
  font-size: 12px;
}
.addTenantContract-box .contract-modular[data-v-6544d020] {
  width: 1160px;
}
.addTenantContract-box .contract-modular .titleInfo[data-v-6544d020] {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  box-sizing: border-box;
  margin: 11px 0;
}
.addTenantContract-box .contract-modular .titleInfo b[data-v-6544d020] {
  font-weight: normal;
}
.addTenantContract-box .contract-modular .content-row .together-item[data-v-6544d020] {
  margin-bottom: 20px;
}
.addTenantContract-box .contract-modular .content-row .together-item .delete-icon[data-v-6544d020] {
  color: #FB4246;
  font-size: 14px;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail[data-v-6544d020] {
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  text-align: center;
  font-size: 12px;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-title[data-v-6544d020] {
  display: flex;
  background: #f7f8fb;
  text-align: left;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-title > div[data-v-6544d020] {
  padding: 0px 9px;
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-title .must-fill[data-v-6544d020] {
  color: #FB4246;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-data[data-v-6544d020] {
  position: relative;
  display: flex;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-data > div[data-v-6544d020] {
  flex: 1;
  height: 100%;
  height: 41px;
  line-height: 41px;
  text-align: center;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-data > div .popover[data-v-6544d020]:hover {
  height: 39px;
  line-height: 38px;
  border: 1px solid #165Dff;
  cursor: pointer;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-data .payPattern[data-v-6544d020] {
  padding: 9px;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-data input[data-v-6544d020] {
  padding: 0 9px;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-data input[data-v-6544d020]:focus {
  border: 1px solid #165Dff !important;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-data .select-border[data-v-6544d020] {
  border: 1px solid #165Dff;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-data .options i[data-v-6544d020],
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-data .options span[data-v-6544d020] {
  display: inline-block;
  width: 50%;
  height: 39px;
  cursor: pointer;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-data .options i[data-v-6544d020] {
  line-height: 39px;
  font-size: 14px;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-data .options span[data-v-6544d020] {
  padding: 3px 4px;
  line-height: 18px;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-data .togeAddress[data-v-6544d020] {
  padding: 0 9px;
  display: flex;
  width: 100%;
  height: 100%;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-data .togeAddress[data-v-6544d020] .ant-select-selection__rendered {
  margin-left: 1px;
  margin-top: 3px;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-data .togeAddress[data-v-6544d020] .ant-select-dropdown-menu li {
  text-align: left;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-data .house-data-item-left[data-v-6544d020] {
  margin-left: 20px;
  position: relative;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-data .house-data-item-left .addonBeforeStyle[data-v-6544d020] {
  font-size: 14px;
  color: #111111;
  position: absolute;
  left: 0;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-foot[data-v-6544d020] {
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-foot .togetherAdd[data-v-6544d020] {
  width: 100px;
  margin: 0 auto;
  text-align: center;
}
.addTenantContract-box .countProperty[data-v-6544d020] {
  color: rgba(0, 0, 0, 0.85);
}
.addTenantContract-box .contract-more[data-v-6544d020] {
  width: 1160px;
  height: 40px;
  background: #f6f7f8;
  border-radius: 4px;
  text-align: center;
}
.addTenantContract-box .contract-more .more[data-v-6544d020] {
  color: #165Dff;
  font-size: 14px;
  line-height: 40px;
}
.addTenantContract-box .contract-more .more-font .anticon[data-v-6544d020] {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.addTenantContract-box .more-item[data-v-6544d020] {
  width: 1160px;
}
.addTenantContract-box .more-item .interestBox[data-v-6544d020] .ant-select-selection {
  overflow: hidden;
  height: 32px;
}
.addTenantContract-box .more-item .interestBox[data-v-6544d020] .ant-select-selection ul li:first-child {
  padding: 0 20px 0 2px;
}
.addTenantContract-box .more-item .interestBox[data-v-6544d020] .ant-select-selection ul li {
  padding: 0 2px 0 2px;
}
.addTenantContract-box .more-item .interestBox[data-v-6544d020] .ant-select-selection ul .ant-select-search--inline {
  padding: 0;
  width: 2px;
}
.addTenantContract-box .contentSlot[data-v-6544d020] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #DDDDDD;
}
.addTenantContract-box .contentSlot .contract-times[data-v-6544d020] {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.addTenantContract-box .contentSlot .contract-times .splitStyle[data-v-6544d020] {
  position: absolute;
  left: 85px;
  top: 5px;
}
.addTenantContract-box .contentSlot .contract-times[data-v-6544d020] .text-date-picker {
  line-height: 1;
  height: auto;
}
.addTenantContract-box .contentSlot .contract-times[data-v-6544d020] .text-date-picker :deep(.ant-input) {
  padding: 0;
}
.addTenantContract-box .contentSlot .contract-times[data-v-6544d020] .text-date-picker .ant-picker-input {
  text-align: left;
}
.addTenantContract-box .contentSlot .contract-times[data-v-6544d020] .text-date-picker .ant-calendar-picker-icon {
  display: none;
}
.addTenantContract-box .contentSlot .contract-times[data-v-6544d020] .text-date-picker .ant-calendar-range-picker-separator {
  line-height: 30px;
}
.addTenantContract-box .contentSlot .contract-times > span[data-v-6544d020] {
  width: 10%;
  text-align: left;
}
.addTenantContract-box .contentSlot .year-radio[data-v-6544d020] {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.addTenantContract-box .contentSlot .year-radio li[data-v-6544d020] {
  width: 28px;
  height: auto;
  line-height: 1;
  text-align: center;
  border: 1px solid #e2e2e2;
  padding: 2px 0;
  border-radius: 3px;
  cursor: pointer;
  margin-left: 2px;
  font-size: 12px;
  background: #f6f7f8;
}
.addTenantContract-box .contentSlot .year-radio .active[data-v-6544d020] {
  background: rgba(22, 213, 173, 0.1);
  color: #165Dff;
  border: 1px solid #165Dff;
}
.addTenantContract-box .contentSlot .year-radio .selectedLi[data-v-6544d020] {
  background: rgba(22, 93, 255, 0.1);
  border: 1px solid #165Dff;
  color: #165Dff;
}
.addTenantContract-box .contentSlot .common-time[data-v-6544d020] {
  position: absolute;
  top: 3px;
  right: 0px;
  z-index: 2;
  font-size: 12px;
}
.addTenantContract-box .address[data-v-6544d020] {
  display: flex;
  width: 100%;
  position: relative;
}
.addTenantContract-box .address .must-fill-border[data-v-6544d020] .ant-select-selection {
  border-bottom: 1px solid #FB4246;
}
.addTenantContract-box .address .sm-left[data-v-6544d020] {
  position: absolute;
  top: 5px;
  right: -20px;
}
.addTenantContract-box .address .dividerClass[data-v-6544d020] {
  height: 15px;
  width: 1px;
  position: absolute;
  border: 0.5px solid #BBBBBB;
  right: 100px;
  bottom: 8px;
  z-index: 9;
}
.addTenantContract-box .close-icon-style[data-v-6544d020] {
  position: absolute;
  right: 5px;
  top: 5px;
}
.addTenantContract-box .close-icon-style .close-icon[data-v-6544d020] {
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
}
.addTenantContract-box .noSearchAddress[data-v-6544d020] .ant-select-dropdown--empty {
  display: none;
}
.addTenantContract-box .mosaic[data-v-6544d020] {
  position: relative;
}
.addTenantContract-box .mosaic[data-v-6544d020] .ant-input {
  padding: 0 38px 0 0;
}
.addTenantContract-box .mosaic span[data-v-6544d020] {
  line-height: 32px;
  position: absolute;
  right: 0;
}
.addTenantContract-box .payment[data-v-6544d020] {
  position: relative;
}
.addTenantContract-box .payment .pay1[data-v-6544d020] {
  line-height: 32px;
  position: absolute;
  left: 0;
  z-index: 2;
}
.addTenantContract-box .payment .pay2[data-v-6544d020] {
  line-height: 32px;
  z-index: 2;
}
.addTenantContract-box .payment .nonePay[data-v-6544d020] {
  position: absolute;
  left: 72px;
}
.addTenantContract-box .payment .fu-nonebox[data-v-6544d020] .ant-select-selection .ant-select-selection-selected-value {
  padding-left: 0;
  padding-right: 0px;
}
.addTenantContract-box .payment .fu-nonebox[data-v-6544d020] .ant-select-selection .ant-select-selection__rendered {
  margin-right: 0;
}
.addTenantContract-box .payment[data-v-6544d020] .ant-select-selection-selected-value {
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
}
.addTenantContract-box .payment .depositPeriodTypeDiy0_Style[data-v-6544d020] .ant-select-selection-selected-value {
  padding-left: 20px;
  padding-right: 0px;
}
.addTenantContract-box .payment .depositMonth-nonebox[data-v-6544d020] .ant-select-selection-selected-value {
  padding-left: 15px;
  padding-right: 0px;
  margin-right: 0px;
}
.addTenantContract-box .payment .depositMonth-nonebox[data-v-6544d020] .ant-select-selection--single .ant-select-selection__rendered {
  margin-right: 0px;
}
.addTenantContract-box .payment .fu-box[data-v-6544d020] .ant-select-selection-selected-value {
  padding-left: 0px;
  padding-right: 0px;
}
.addTenantContract-box .payment[data-v-6544d020] .ant-select-arrow {
  right: 0;
}
.addTenantContract-box .payment[data-v-6544d020] .ant-select-selector {
  padding: 0px;
}
.addTenantContract-box .together-data .feiyong .nonePay[data-v-6544d020] {
  position: absolute;
  left: 50px;
  top: 5px;
}
.addTenantContract-box .customStyle[data-v-6544d020] .ant-tooltip {
  width: 200px;
}
.addTenantContract-box .customStyle[data-v-6544d020] .ant-tooltip-inner {
  width: 200px !important;
}
.addTenantContract-box .freeStyle[data-v-6544d020] {
  position: relative;
}
.addTenantContract-box .freeStyle .freeStyle1[data-v-6544d020] {
  position: absolute;
  top: 4px;
  right: 0px;
}
.addTenantContract-box .freeStyle .freeStyle1 .itemStyle[data-v-6544d020] {
  width: 35px;
  text-align: center;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
}
.addTenantContract-box .freeStyle .freeStyle1 .leftStyle[data-v-6544d020] {
  border-radius: 12px 0px 0px 12px;
}
.addTenantContract-box .freeStyle .freeStyle1 .rightStyle[data-v-6544d020] {
  border-radius: 0px 12px 12px 0px;
}
.addTenantContract-box .freeStyle .freeStyle1 .selectedStyle[data-v-6544d020] {
  background: #165Dff;
  border: 1px solid #165Dff;
  color: #ffffff;
}
.addTenantContract-box .freeStyle .freeStyle1 .unSelectStyle[data-v-6544d020] {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  color: #777777;
}
.addTenantContract-box .freeStyle .freeStyle2[data-v-6544d020] {
  margin-top: 10px;
  color: #111111;
  border-bottom: 1px solid #e8e8e8;
}
.addTenantContract-box .freeStyle .freeStyle2 .freePeriodClickFlagStyle[data-v-6544d020] {
  position: absolute;
  top: 24px;
  width: 140px;
  height: 176px;
  background: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  z-index: 10;
}
.addTenantContract-box .freeStyle .freeStyle2 .freePeriodClickFlagStyle[data-v-6544d020] ::-webkit-scrollbar {
  width: 2px;
}
.addTenantContract-box .freeStyle .freeStyle2 .freePeriodClickFlagStyle .selectContentStyle[data-v-6544d020] {
  color: #777777;
  height: 145px;
  width: 100%;
  border-bottom: 1px solid #EEEEEE;
}
.addTenantContract-box .freeStyle .freeStyle2 .freePeriodClickFlagStyle .selectContentStyle .itemListStyle[data-v-6544d020] {
  height: 144px;
  overflow-y: auto;
  width: 46px;
  border-right: 1px solid #f6f7f8;
}
.addTenantContract-box .freeStyle .freeStyle2 .freePeriodClickFlagStyle .selectContentStyle .itemListStyle .itemStyle[data-v-6544d020] {
  text-align: center;
  height: 28px;
  line-height: 28px;
}
.addTenantContract-box .freeStyle .freeStyle2 .freePeriodClickFlagStyle .selectContentStyle .itemListStyle .selectedItemStyle[data-v-6544d020] {
  background-color: rgba(22, 93, 255, 0.1);
  color: #165Dff;
}
.addTenantContract-box .freeStyle .freeStyle2 .freePeriodClickFlagStyle .btnStyle[data-v-6544d020] {
  width: 100%;
  height: 30px;
  font-size: 12px;
  padding-top: 6px;
}
.addTenantContract-box .freeStyle .freeStyle2 .freePeriodClickFlagStyle .btnStyle .confirmStyle[data-v-6544d020] {
  width: 38px;
  background: #165Dff;
  border-radius: 4px;
  color: #ffffff;
  height: 18px;
  line-height: 16px;
  text-align: center;
  margin-right: 6px;
}
.addTenantContract-box .freeStyle .freeStyle2 .freePeriodClickFlagStyle .btnStyle .cancelStyle[data-v-6544d020] {
  width: 38px;
  background: #f6f7f8;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  color: #666666;
  height: 18px;
  line-height: 18px;
  text-align: center;
  margin-right: 5px;
}
.addTenantContract-box .payPatternStyle[data-v-6544d020] .ant-select-dropdown {
  width: 214px !important;
}
.addTenantContract-box .payPatternStyle[data-v-6544d020] .ant-select-selector {
  height: 33px;
}
.addTenantContract-box .payPatternStyle[data-v-6544d020] .ant-input-affix-wrapper .ant-input {
  text-align: center;
}
.addTenantContract-box .err-p[data-v-6544d020] {
  font-size: 12px;
  font-weight: 400;
  color: #FFA036;
  line-height: 17px;
  padding-top: 8px;
}
.addTenantContract-box .err-p-red[data-v-6544d020] {
  font-size: 12px;
  font-weight: 400;
  color: #FB4246;
  line-height: 17px;
  padding-top: 8px;
}
.addTenantContract-box .commmonDeliveryStyle[data-v-6544d020] {
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #165Dff;
  font-size: 14px;
  font-weight: 400;
  color: #165Dff;
  line-height: 40px;
  text-align: center;
}
.addTenantContract-box .addDeliveryStyle[data-v-6544d020] {
  width: 140px;
}
.addTenantContract-box .titlepz[data-v-6544d020] {
  margin-bottom: 10px;
  padding-top: 4px;
  margin-top: 6px;
  height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
}
.addTenantContract-box .titlepz span[data-v-6544d020] {
  height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: #FFA036;
  line-height: 17px;
}
.addTenantContract-box .myOperationFlagStyle[data-v-6544d020] {
  width: 140px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  background: rgba(255, 160, 54, 0.08);
  border-radius: 2px;
  font-size: 13px;
}
.addTenantContract-box .myOperationFlagStyle[data-v-6544d020] .ant-checkbox + span {
  padding-left: 5px;
  padding-right: 0px;
}
.addTenantContract-box .uplodList[data-v-6544d020] {
  margin-bottom: 0;
}
.addTenantContract-box .upload-p p[data-v-6544d020] {
  text-align: center;
  width: 120px;
  margin-right: 9px;
}
.addTenantContract-box .gender-box[data-v-6544d020] {
  position: relative;
}
.addTenantContract-box .gender-box[data-v-6544d020] .ant-input {
  padding: 0 68px 0 0;
}
.addTenantContract-box .gender-box .gender-span[data-v-6544d020] {
  position: absolute;
  width: 66px;
  right: 0;
  top: 6px;
}
.addTenantContract-box .gender-box .gender-span span[data-v-6544d020] {
  margin-left: 0 !important;
  cursor: pointer;
}
.addTenantContract-box .gender-box .gender-span span + span[data-v-6544d020] {
  margin-left: 5px !important;
}
.addTenantContract-box .gender-box .gender-span .genderNan[data-v-6544d020],
.addTenantContract-box .gender-box .gender-span .genderNv[data-v-6544d020] {
  color: #165Dff;
}
.addTenantContract-box .address[data-v-6544d020] {
  position: relative;
  display: flex;
}
.addTenantContract-box .address[data-v-6544d020] .ant-select-selection-selected-value span {
  color: rgba(0, 0, 0, 0.65) !important;
}
.addTenantContract-box .address[data-v-6544d020] .ant-select-selection-selected-value p {
  display: none;
}
.addTenantContract-box .address .must-fill-border[data-v-6544d020] .ant-select-selection {
  border-bottom: 1px solid #FB4246;
}
.addTenantContract-box .address .tips-must-fill[data-v-6544d020] {
  position: absolute;
  left: 100px;
  bottom: -20px;
  color: #FB4246;
}
.addTenantContract-box .address[data-v-6544d020] .ant-select-dropdown--empty {
  display: none;
}
.addTenantContract-box .width-169[data-v-6544d020] {
  width: 169px;
}
.addTenantContract-box .width-150[data-v-6544d020] {
  width: 150px;
}
.addTenantContract-box .width-200[data-v-6544d020] {
  width: 200px;
}
.addTenantContract-box .width-340[data-v-6544d020] {
  width: 340px;
}
.addTenantContract-box .width-508[data-v-6544d020] {
  width: 508px;
}
.addTenantContract-box .width-674[data-v-6544d020] {
  width: 674px;
}
.addTenantContract-box .ownerEndTimeStyle[data-v-6544d020] {
  position: absolute;
  top: 3px;
  left: 58px;
  color: #ffa036;
  font-size: 12px;
}
.addTenantContract-box .ownerEndTimeStyle[data-v-6544d020] .ant-popover {
  width: 220px;
}
.addTenantContract-box .ownerEndTimeStyle i[data-v-6544d020] {
  vertical-align: -0.11em;
}
.addTenantContract-box[data-v-6544d020] .label-item .ant-select-selection__rendered {
  margin-left: 0;
}
.addTenantContract-box .save-contract[data-v-6544d020] {
  width: 120px;
  height: 40px;
  background: #165Dff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 40px;
}
.addTenantContract-box .quxiao[data-v-6544d020] {
  width: 120px;
  height: 40px;
  border-radius: 5px;
}
.addTenantContract-box[data-v-6544d020] .ant-input,
.addTenantContract-box[data-v-6544d020] .ant-select-selection__rendered,
.addTenantContract-box[data-v-6544d020] .ant-select-selection--single {
  height: 32px;
  font-size: 14px;
  line-height: 32px;
}
.addTenantContract-box[data-v-6544d020] .ant-select-selection--multiple .ant-select-selection__placeholder {
  margin-left: 0;
}
.addTenantContract-box[data-v-6544d020] .label-item .addon-after {
  height: 32px;
  font-size: 14px;
  line-height: 32px;
}
.addTenantContract-box[data-v-6544d020] .title-tiem .ft-bolder {
  height: 36px;
  margin-bottom: 2px;
}
.addTenantContract-box[data-v-6544d020] .label-item textarea.ant-input {
  padding: 4px 0;
  line-height: 20px;
}
.addTenantContract-box[data-v-6544d020] .ant-input {
  padding: 0;
}
.addTenantContract-box[data-v-6544d020] .ant-cascader-picker-label {
  padding: 0px;
}
.public-config label[data-v-6544d020] {
  width: 96px;
  margin: 10px 0;
}
.maintainer[data-v-6544d020] .ft-bolder {
  height: 30px !important;
  line-height: 30px !important;
}
.moreStyle[data-v-6544d020] .label-item .title .ft-bolder {
  height: 45px;
}
.moreStyle[data-v-6544d020] .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 0px;
}
.moreStyle[data-v-6544d020] .ant-checkbox-wrapper {
  max-width: 120px;
  width: 120px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.moreStyle[data-v-6544d020] .ant-checkbox + span {
  padding-right: 8px;
  padding-left: 4px;
}
.moreStyle[data-v-6544d020] .ant-select-selection__rendered {
  margin-left: 0px !important;
}
.moreStyle[data-v-6544d020] .pic {
  width: 120px;
  height: 76px;
}
.moreStyle[data-v-6544d020] .ant-upload.ant-upload-select-picture-card {
  width: 120px;
  height: 76px;
}
.moreStyle[data-v-6544d020] .check-pic {
  padding-top: 18px;
}
.moreStyle[data-v-6544d020] .file-list .pic-img-list {
  width: 120px;
  height: 76px;
}
.moreStyle[data-v-6544d020] .file-list .pic-img-list > div img {
  max-width: 120px;
  max-height: 76px;
  vertical-align: top;
}
.content-row .together-item[data-v-6544d020] {
  margin-bottom: 20px;
}
.content-row .together-item .delete-icon[data-v-6544d020] {
  color: #FB4246;
  font-size: 14px;
}
.content-row .together-item .together-detail[data-v-6544d020] {
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  text-align: center;
  font-size: 12px;
  border-radius: 4px;
}
.content-row .together-item .together-detail .together-title[data-v-6544d020] {
  display: flex;
  background: #f7f8fb;
  text-align: left;
  border-radius: 4px 4px 0 0;
}
.content-row .together-item .together-detail .together-title > div[data-v-6544d020] {
  padding: 0px 9px;
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.content-row .together-item .together-detail .together-title .must-fill[data-v-6544d020] {
  color: #FB4246;
}
.content-row .together-item .together-detail .together-data[data-v-6544d020] {
  position: relative;
  display: flex;
  border-radius: 0 0 4px 4px;
}
.content-row .together-item .together-detail .together-data > div[data-v-6544d020] {
  flex: 1;
  height: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.content-row .together-item .together-detail .together-data > div .popover[data-v-6544d020]:hover {
  height: 39px;
  line-height: 38px;
  border: 1px solid #165Dff;
  cursor: pointer;
}
.content-row .together-item .together-detail .together-data .payPattern[data-v-6544d020] {
  padding: 0 9px;
}
.content-row .together-item .together-detail .together-data input[data-v-6544d020] {
  padding: 0 7px;
}
.content-row .together-item .together-detail .together-data input[data-v-6544d020]:focus {
  border: 1px solid #165Dff !important;
}
.content-row .together-item .together-detail .together-data .select-border[data-v-6544d020] {
  border: 1px solid #165Dff;
}
.content-row .together-item .together-detail .together-data .options i[data-v-6544d020],
.content-row .together-item .together-detail .together-data .options span[data-v-6544d020] {
  display: inline-block;
  width: 50%;
  height: 39px;
  cursor: pointer;
}
.content-row .together-item .together-detail .together-data .options i[data-v-6544d020] {
  line-height: 39px;
  font-size: 14px;
}
.content-row .together-item .together-detail .together-data .options span[data-v-6544d020] {
  padding: 3px 4px;
  line-height: 18px;
}
.content-row .together-item .together-detail .together-data .togeAddress[data-v-6544d020] {
  padding: 0 9px;
  display: flex;
  width: 100%;
  height: 100%;
}
.content-row .together-item .together-detail .together-data .togeAddress[data-v-6544d020] .ant-select-selection__rendered {
  margin-left: 1px;
  margin-top: 3px;
}
.content-row .together-item .together-detail .together-data .togeAddress[data-v-6544d020] .ant-select-dropdown-menu li {
  text-align: left;
}
.content-row .together-item .together-detail .together-data .house-data-item-left[data-v-6544d020] {
  margin-left: 20px;
  position: relative;
}
.content-row .together-item .together-detail .together-data .house-data-item-left .addonBeforeStyle[data-v-6544d020] {
  font-size: 14px;
  color: #111111;
  position: absolute;
  left: 0;
}
.content-row .together-item .together-detail .together-foot[data-v-6544d020] {
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  text-align: center;
  border-radius: 0 0 4px 4px;
}
.content-row .together-item .together-detail .together-foot .togetherAdd[data-v-6544d020] {
  width: 100px;
  margin: 0 auto;
  text-align: center;
}
.content-row .together-item .together-detail .together-foot[data-v-6544d020] .anticon {
  vertical-align: -0.2em;
}
.content-row .contract-other[data-v-6544d020] {
  width: 120px;
  height: 36px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #165Dff;
  font-size: 14px;
  font-weight: 400;
  color: #165Dff;
  line-height: 36px;
  text-align: center;
}
.content-row[data-v-6544d020] .ant-cascader-picker-label {
  padding: 0px;
}
[data-v-6544d020] .ant-checkbox-indeterminate .ant-checkbox-inner::after {
  left: 50% !important;
  width: 8px !important;
  height: 8px !important;
  top: 7px;
}
[data-v-6544d020] .ant-checkbox-inner {
  width: 16px;
  height: 16px;
}
[data-v-6544d020] .ant-checkbox-inner::after {
  top: 6px;
  left: 3px;
  width: 5px;
  height: 10px;
}
.black-tip[data-v-6544d020] {
  font-size: 12px;
  margin-top: 7px;
  background-color: #fff6ef;
  color: #ff2e2e;
  padding: 2px 7px;
  box-sizing: border-box;
}
.price-choose[data-v-6544d020] {
  display: flex;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  height: 20px;
  align-items: center;
  font-weight: 400;
  color: #777777;
  position: absolute;
  right: 2px;
  top: 8px;
  z-index: 1;
  cursor: pointer;
}
.price-choose .acitve[data-v-6544d020] {
  color: #165Dff;
  background: rgba(10, 135, 248, 0.1);
  border-right: 1px solid #eeeeee;
}
.price-choose > div[data-v-6544d020] {
  padding: 0 4px;
  font-size: 12px;
}
.radio-box[data-v-6544d020] .ant-radio-button-wrapper {
  padding: 0 14px;
  height: 24px;
  line-height: 24px;
}
.radio-box[data-v-6544d020] .ant-radio-button-wrapper:nth-child(1) {
  border-radius: 20px 0 0 20px;
}
.radio-box[data-v-6544d020] .ant-radio-button-wrapper:nth-child(2) {
  border-radius: 0 20px 20px 0;
}
.radio-box[data-v-6544d020] .ant-radio-button-wrapper-checked {
  border-radius: 50%;
}
.row-form[data-v-6544d020] .ant-col {
  margin-bottom: 10px;
}
.input-number[data-v-6544d020] {
  width: 100% !important;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid #dddddd !important;
}
.input-number[data-v-6544d020] .ant-input-number-input {
  padding-left: 0px !important;
}

.addNouse[data-v-b9063cea] {
  cursor: not-allowed;
  /*  pointer-events: none; */
}
.addReserve-box[data-v-b9063cea] {
  position: relative;
}
.addReserve-box .draftsWarningStyle[data-v-b9063cea] {
  width: 410px;
  height: 164px;
  background: #ffffff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  padding: 32px 32px 24px 32px;
}
.addReserve-box .draftsWarningStyle .line1Style .line1LeftStyle[data-v-b9063cea] {
  width: 22px;
  text-align: center;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  background: #ffbf00;
  color: #ffffff;
  font-size: 14px;
  margin-right: 10px;
}
.addReserve-box .draftsWarningStyle .line1Style .line2LeftStyle[data-v-b9063cea] {
  font-size: 16px;
  color: #111111;
  font-weight: 500;
}
.addReserve-box .draftsWarningStyle .line3Style[data-v-b9063cea] {
  display: flex;
  justify-content: flex-end;
  margin-top: 52px;
}
.addReserve-box .draftsWarningStyle .line3Style .cancelStyle[data-v-b9063cea] {
  width: 90px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  background: #f6f7f8;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  color: #666666;
  font-size: 14px;
  margin-right: 8px;
}
.addReserve-box .draftsWarningStyle .line3Style .noCheckOutStyle[data-v-b9063cea] {
  width: 130px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  background: #05bced;
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px;
  margin-right: 8px;
}
.addReserve-box .draftsWarningStyle .line3Style .checkOutStyle[data-v-b9063cea] {
  width: 90px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  background: #165Dff;
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px;
}
.addReserve-box .warning[data-v-b9063cea] {
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  color: #FFA036;
  background-color: rgba(255, 160, 54, 0.1);
}
.addReserve-box .add-reserve[data-v-b9063cea] {
  padding: 0 20px 20px 20px;
  height: calc(100vh - 150px);
  overflow: auto;
}
.addReserve-box .add-reserve .specilBorderStyle[data-v-b9063cea] {
  position: relative;
}
.addReserve-box .add-reserve .specilBorderStyle .resultList[data-v-b9063cea] {
  position: absolute;
  top: 35px;
  left: 0;
  background: #fff;
  width: 100%;
  min-height: 100px;
}
.addReserve-box .add-reserve .specilBorderStyle[data-v-b9063cea] .ft-bolder {
  height: 40px !important;
}
.addReserve-box .add-reserve .specilBorderStyle .black-tip[data-v-b9063cea] {
  font-size: 12px;
  margin-top: 7px;
  background-color: #fff6ef;
  color: #ff2e2e;
  padding: 2px 7px;
  box-sizing: border-box;
}
.addReserve-box .add-reserve[data-v-b9063cea] .label-item .title .ft-bolder {
  height: 46px;
  line-height: 46px;
}
.addReserve-box .add-reserve .deptStyle[data-v-b9063cea] .label-item .title {
  margin-top: 0px;
}
.addReserve-box .add-reserve .deptStyle .signEmpStyle[data-v-b9063cea] .tree-wrap .tree {
  left: -68px !important;
}
.addReserve-box .add-reserve .money-box[data-v-b9063cea] {
  display: flex;
  justify-content: flex-start;
}
.addReserve-box .add-reserve .money-box .paymentMethod-box[data-v-b9063cea] .ant-row {
  padding-top: 23px;
  padding-left: 30px;
}
.addReserve-box .add-reserve .title-opt[data-v-b9063cea] {
  margin-left: 20px;
  font-size: 16px;
  cursor: pointer;
}
.addReserve-box .add-reserve h3[data-v-b9063cea] {
  font-weight: 500;
  height: 44px;
  line-height: 44px;
}
.addReserve-box .add-reserve > div[data-v-b9063cea] {
  margin-bottom: 14px;
}
.addReserve-box .add-reserve .house-model[data-v-b9063cea] {
  margin-left: -30px;
}
.addReserve-box .add-reserve .house-model > div[data-v-b9063cea] {
  position: relative;
  margin-left: 30px;
  padding: 10px 16px;
  width: calc(50% - 30px);
  height: 70px;
  line-height: 25px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  cursor: pointer;
}
.addReserve-box .add-reserve .house-model > div p[data-v-b9063cea]:first-child {
  color: #111111;
}
.addReserve-box .add-reserve .house-model > div p[data-v-b9063cea]:last-child {
  color: #666666;
}
.addReserve-box .add-reserve .house-model > div .choose[data-v-b9063cea] {
  display: none;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: #165Dff;
  font-size: 36px;
}
.addReserve-box .add-reserve .house-model .active[data-v-b9063cea] {
  background-color: rgba(22, 93, 255, 0.1);
  border: 1px solid #165Dff;
}
.addReserve-box .add-reserve .house-model .active .choose[data-v-b9063cea] {
  display: block;
}
.addReserve-box .add-reserve .addresswu[data-v-b9063cea] {
  display: flex;
}
.addReserve-box .add-reserve .addresswu[data-v-b9063cea] .ant-input {
  text-indent: 2em;
}
.addReserve-box .add-reserve .addresswu[data-v-b9063cea] .ant-input-affix-wrapper .ant-input-prefix {
  left: 0px;
  border-bottom: none;
}
.addReserve-box .add-reserve .addresswu[data-v-b9063cea] .ant-input-affix-wrapper .ant-input {
  height: 31px;
  line-height: 31px;
}
.addReserve-box .add-reserve .addresswu[data-v-b9063cea] .ant-input-affix-wrapper .ant-input:focus {
  border-bottom: none;
}
.addReserve-box .add-reserve .paymentMethodStyle[data-v-b9063cea] {
  padding-left: 15px;
  width: 50%;
}
.addReserve-box .add-reserve .paymentMethodStyle .borderStyle[data-v-b9063cea] {
  border: 1px solid #EEEEEE;
}
.addReserve-box .add-reserve .paymentMethodStyle .paymentMethodStyle1[data-v-b9063cea] {
  width: 79px;
  background: #f6f7f8;
  border-radius: 2px 0 0 2px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-right: none;
}
.addReserve-box .add-reserve .paymentMethodStyle .paymentMethodStyle2[data-v-b9063cea] {
  border-radius: 0 2px 2px 0;
  width: calc(100% - 79px);
  height: 32px;
}
.addReserve-box .add-reserve .paymentMethodStyle .paymentMethodStyle2[data-v-b9063cea] .ant-select-selection__rendered {
  height: 30px;
  line-height: 30px;
}
.addReserve-box .add-reserve .paymentMethodStyle .paymentMethodStyle2[data-v-b9063cea] .ant-select-selection--single {
  height: 30px;
  line-height: 30px;
}
.addReserve-box .add-reserve .address[data-v-b9063cea] {
  display: flex;
  width: 100%;
  position: relative;
}
.addReserve-box .add-reserve .address .must-fill-border[data-v-b9063cea] .ant-select-selection {
  border-bottom: 1px solid #FB4246;
}
.addReserve-box .add-reserve .address .sm-left[data-v-b9063cea] {
  position: absolute;
  top: 5px;
  right: -10px;
}
.addReserve-box .add-reserve .freeStyle2[data-v-b9063cea] {
  margin-top: 10px;
  color: #111111;
  border-bottom: 1px solid #e8e8e8;
}
.addReserve-box .add-reserve .freeStyle2 .rentDateClickFlagStyle[data-v-b9063cea] {
  position: absolute;
  top: 24px;
  width: 140px;
  height: 176px;
  background: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  z-index: 10;
}
.addReserve-box .add-reserve .freeStyle2 .rentDateClickFlagStyle[data-v-b9063cea] ::-webkit-scrollbar {
  width: 2px;
}
.addReserve-box .add-reserve .freeStyle2 .rentDateClickFlagStyle .selectContentStyle[data-v-b9063cea] {
  color: #777777;
  height: 145px;
  width: 100%;
  border-bottom: 1px solid #EEEEEE;
}
.addReserve-box .add-reserve .freeStyle2 .rentDateClickFlagStyle .selectContentStyle .itemListStyle[data-v-b9063cea] {
  height: 144px;
  overflow-y: auto;
  width: 46px;
  border-right: 1px solid #f6f7f8;
}
.addReserve-box .add-reserve .freeStyle2 .rentDateClickFlagStyle .selectContentStyle .itemListStyle .itemStyle[data-v-b9063cea] {
  text-align: center;
  height: 28px;
  line-height: 28px;
}
.addReserve-box .add-reserve .freeStyle2 .rentDateClickFlagStyle .selectContentStyle .itemListStyle .selectedItemStyle[data-v-b9063cea] {
  background-color: rgba(22, 93, 255, 0.1);
  color: #165Dff;
}
.addReserve-box .add-reserve .freeStyle2 .rentDateClickFlagStyle .btnStyle[data-v-b9063cea] {
  width: 100%;
  height: 30px;
  font-size: 12px;
  padding-top: 6px;
}
.addReserve-box .add-reserve .freeStyle2 .rentDateClickFlagStyle .btnStyle .confirmStyle[data-v-b9063cea] {
  width: 38px;
  background: #165Dff;
  border-radius: 4px;
  color: #ffffff;
  height: 18px;
  line-height: 16px;
  text-align: center;
  margin-right: 6px;
}
.addReserve-box .add-reserve .freeStyle2 .rentDateClickFlagStyle .btnStyle .cancelStyle[data-v-b9063cea] {
  width: 38px;
  background: #f6f7f8;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  color: #666666;
  height: 18px;
  line-height: 18px;
  text-align: center;
  margin-right: 5px;
}
.addReserve-box .add-reserve .close-icon-style[data-v-b9063cea] {
  position: absolute;
  right: 5px;
  top: 55px;
}
.addReserve-box .add-reserve .close-icon-style .close-icon[data-v-b9063cea] {
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
}
.addReserve-box .add-reserve .noSearchAddress[data-v-b9063cea] .ant-select-dropdown--empty {
  display: none;
}
.addReserve-box .add-reserve .err-p[data-v-b9063cea] {
  font-size: 12px;
  font-weight: 400;
  color: #FFA036;
  line-height: 17px;
  position: absolute;
  margin-top: 2px;
}
.addReserve-box .add-reserve .err-p-red[data-v-b9063cea] {
  font-size: 12px;
  font-weight: 400;
  color: #FB4246;
  line-height: 17px;
  position: absolute;
  margin-top: 2px;
}
.addReserve-box .add-reserve .village-info[data-v-b9063cea] {
  display: flex;
}
.addReserve-box .add-reserve .village-info .title[data-v-b9063cea] {
  color: #777777;
  font-size: 12px;
}
.addReserve-box .add-reserve .village-info > div[data-v-b9063cea] {
  flex: 1;
  margin-right: 30px;
}
.addReserve-box .add-reserve .village-info > div[data-v-b9063cea]:last-child {
  display: flex;
  align-items: center;
}
.addReserve-box .add-reserve .house-list .house-item[data-v-b9063cea] {
  margin-bottom: 20px;
}
.addReserve-box .add-reserve .house-list .house-item .delete-icon[data-v-b9063cea] {
  color: #FB4246;
  font-size: 14px;
}
.addReserve-box .add-reserve .house-list .house-item .house-detail[data-v-b9063cea] {
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  text-align: center;
  font-size: 12px;
}
.addReserve-box .add-reserve .house-list .house-item .house-detail .house-title[data-v-b9063cea] {
  display: flex;
  background-color: rgba(22, 93, 255, 0.1);
}
.addReserve-box .add-reserve .house-list .house-item .house-detail .house-title > div[data-v-b9063cea] {
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.addReserve-box .add-reserve .house-list .house-item .house-detail .house-title .must-fill[data-v-b9063cea] {
  color: #FB4246;
}
.addReserve-box .add-reserve .house-list .house-item .house-detail .house-data[data-v-b9063cea] {
  position: relative;
  display: flex;
}
.addReserve-box .add-reserve .house-list .house-item .house-detail .house-data > div[data-v-b9063cea] {
  flex: 1;
  height: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.addReserve-box .add-reserve .house-list .house-item .house-detail .house-data > div .popover[data-v-b9063cea]:hover {
  height: 39px;
  line-height: 38px;
  border: 1px solid #165Dff;
  cursor: pointer;
}
.addReserve-box .add-reserve .house-list .house-item .house-detail .house-data input[data-v-b9063cea] {
  text-align: center;
  height: 100%;
}
.addReserve-box .add-reserve .house-list .house-item .house-detail .house-data input[data-v-b9063cea]:focus {
  border: 1px solid #165Dff !important;
}
.addReserve-box .add-reserve .house-list .house-item .house-detail .house-data .select-border[data-v-b9063cea] {
  border: 1px solid #165Dff;
}
.addReserve-box .add-reserve .house-list .house-item .house-detail .house-data .options i[data-v-b9063cea],
.addReserve-box .add-reserve .house-list .house-item .house-detail .house-data .options span[data-v-b9063cea] {
  display: inline-block;
  width: 50%;
  height: 39px;
  cursor: pointer;
}
.addReserve-box .add-reserve .house-list .house-item .house-detail .house-data .options i[data-v-b9063cea] {
  line-height: 39px;
  font-size: 14px;
}
.addReserve-box .add-reserve .house-list .house-item .house-detail .house-data .options span[data-v-b9063cea] {
  padding: 3px 4px;
  line-height: 18px;
}
.addReserve-box .add-reserve .house-list .house-item .house-child[data-v-b9063cea] {
  border: 1px solid #DDDDDD;
  border-top: none;
  padding: 0 15px 15px 15px;
  background-color: #F6F7F8;
}
.addReserve-box .add-reserve .house-list .house-item .house-child h3[data-v-b9063cea] {
  font-size: 12px;
}
.addReserve-box .add-reserve .house-list .house-item .house-child h3 p[data-v-b9063cea] {
  color: #165Dff;
}
.addReserve-box .add-reserve .house-list .house-item .house-child .house-title[data-v-b9063cea] {
  background-color: #F6F7F8;
}
.addReserve-box .add-reserve .house-list .house-item .house-child .add-child[data-v-b9063cea] {
  font-size: 12px;
  cursor: pointer;
}
.addReserve-box .add-reserve .house-list .house-item .house-child .add-child span[data-v-b9063cea] {
  margin-right: 6px;
}
.addReserve-box .add-reserve .house-list .house-item .house-child .add-child i[data-v-b9063cea] {
  font-size: 14px;
}
.addReserve-box .add-reserve .continue-add[data-v-b9063cea] {
  text-align: center;
}
.addReserve-box .add-reserve .continue-add p[data-v-b9063cea] {
  display: inline-block;
  padding: 4px 100px;
  border: 1px dashed #DDDDDD;
  cursor: pointer;
}
.addReserve-box .add-reserve .continue-add p span[data-v-b9063cea] {
  color: #165Dff;
}
.addReserve-box .add-reserve .continue-add p .add[data-v-b9063cea] {
  padding-left: 10px;
}
.addReserve-box .add-reserve .continue-add p[data-v-b9063cea]:hover {
  border-color: #165Dff;
}
.addReserve-box .add-reserve .titlepz[data-v-b9063cea] {
  margin-top: 20px;
  height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
  margin-bottom: 11px;
}
.addReserve-box .add-reserve .titlepz span[data-v-b9063cea] {
  height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: #FFA036;
  line-height: 17px;
}
.addReserve-box .add-reserve .gender-box[data-v-b9063cea] {
  position: relative;
}
.addReserve-box .add-reserve .gender-box[data-v-b9063cea] .ant-input {
  padding: 0 70px 0 0;
}
.addReserve-box .add-reserve .gender-box .gender-span[data-v-b9063cea] {
  position: absolute;
  width: 66px;
  right: 0;
  top: 6px;
  background: #ffffff;
}
.addReserve-box .add-reserve .gender-box .gender-span span[data-v-b9063cea] {
  margin-left: 0 !important;
  cursor: pointer;
}
.addReserve-box .add-reserve .gender-box .gender-span span + span[data-v-b9063cea] {
  margin-left: 5px !important;
}
.addReserve-box .add-reserve .gender-box .gender-span .genderNan[data-v-b9063cea],
.addReserve-box .add-reserve .gender-box .gender-span .genderNv[data-v-b9063cea] {
  color: #165Dff;
}
.addReserve-box .add-reserve[data-v-b9063cea] .ant-input,
.addReserve-box .add-reserve[data-v-b9063cea] .ant-select-selection__rendered,
.addReserve-box .add-reserve[data-v-b9063cea] .ant-select-selection--single {
  height: 32px;
  font-size: 14px;
  margin-left: 0;
  color: #111111;
  padding: 0;
}
.addReserve-box .add-reserve .label-item textarea.ant-input[data-v-b9063cea] {
  line-height: 20px;
  padding: 4px 0;
}
.addReserve-box .add-reserve[data-v-b9063cea] .label-item .addon-after {
  height: 32px;
  font-size: 14px;
  line-height: 32px;
}
.addReserve-box .add-reserve .save-contract[data-v-b9063cea] {
  width: 120px;
  height: 40px;
  background: #165Dff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 40px;
}
.addReserve-box .add-reserve .quxiao[data-v-b9063cea] {
  width: 120px;
  height: 40px;
  border-radius: 5px;
}
.addReserve-box .add-reserve .warnStyle[data-v-b9063cea] {
  height: 40px;
  line-height: 40px;
  margin-right: 20px;
}
.addReserve-box .add-reserve .warnStyle i[data-v-b9063cea] {
  vertical-align: -0.1em;
}
.addReserve-box .add-reserve .btnSelectStyle[data-v-b9063cea] {
  height: 24px;
  line-height: 24px;
  margin: 0 20px 0 0;
}
.addReserve-box .add-reserve .btnSelectStyle[data-v-b9063cea] .ant-select-single {
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  border-radius: 4px;
}
.addReserve-box .add-reserve .btnSelectStyle[data-v-b9063cea] .ant-select-selection-search {
  height: 24px !important;
  line-height: 24px !important;
}
.addReserve-box .add-reserve .btnSelectStyle[data-v-b9063cea] .ant-select-selection-search-input {
  height: 24px !important;
  line-height: 24px !important;
}
.addReserve-box .add-reserve .btnSelectStyle[data-v-b9063cea] .ant-select-selection-item {
  height: 24px !important;
  line-height: 24px !important;
  padding-left: 4px;
}
.addReserve-box .add-reserve .btnSelectStyle[data-v-b9063cea] .ant-select-selector {
  height: 24px !important;
  line-height: 24px !important;
  border-bottom: none;
}
.addReserve-box .add-reserve .btnSelectStyle[data-v-b9063cea] .ant-select-selection-placeholder {
  line-height: 24px;
  padding-left: 4px;
}
.addReserve-box .public-config label[data-v-b9063cea] {
  width: 96px;
  margin: 10px 0;
}
.addReserve-box .payment[data-v-b9063cea] {
  position: relative;
}
.addReserve-box .payment .pay1[data-v-b9063cea] {
  line-height: 32px;
  position: absolute;
  left: 0;
  z-index: 2;
}
.addReserve-box .payment .pay2[data-v-b9063cea] {
  line-height: 32px;
  z-index: 2;
}
.addReserve-box .payment .nonePay[data-v-b9063cea] {
  position: absolute;
  left: 90px;
}
.addReserve-box .payment .fu-nonebox[data-v-b9063cea] .ant-select-selection .ant-select-selection-selected-value {
  padding-left: 0;
  padding-right: 0px;
}
.addReserve-box .payment .fu-nonebox[data-v-b9063cea] .ant-select-selection .ant-select-selection__rendered {
  margin-right: 0;
}
.addReserve-box .payment[data-v-b9063cea] .ant-select-selection-selected-value {
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
}
.addReserve-box .payment .depositPeriodTypeDiy0_Style[data-v-b9063cea] .ant-select-selection-selected-value {
  padding-left: 20px;
  padding-right: 0px;
}
.addReserve-box .payment .depositMonth-nonebox[data-v-b9063cea] .ant-select-selection-selected-value {
  padding-left: 15px;
  padding-right: 0px;
  margin-right: 0px;
}
.addReserve-box .payment .depositMonth-nonebox[data-v-b9063cea] .ant-select-selection--single .ant-select-selection__rendered {
  margin-right: 0px;
}
.addReserve-box .payment .fu-box[data-v-b9063cea] .ant-select-selection-selected-value {
  padding-left: 0px;
  padding-right: 0px;
}
.addReserve-box .payment[data-v-b9063cea] .ant-select-arrow {
  right: 8px;
}
.addReserve-box .payment[data-v-b9063cea] .ant-select-selector {
  padding: 0px;
}

.contract-modular[data-v-4bb759e4] .ant-picker {
  border: none;
}
.contract-modular[data-v-4bb759e4] .ant-picker .ant-picker-suffix {
  display: none;
}
.contract-modular[data-v-4bb759e4] .ant-input {
  padding: 0px;
  border: none;
}
.contract-modular[data-v-4bb759e4] .ant-select .ant-select-selector {
  border: none;
}
.contract-modular[data-v-4bb759e4] .ant-input-affix-wrapper {
  border: none;
  line-height: 30px;
}
.contract-modular[data-v-4bb759e4] .ant-input:focus {
  border: none;
  box-shadow: none;
}
.modular-table[data-v-4bb759e4] {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}
.modular-table .rows[data-v-4bb759e4] {
  display: flex;
  height: 40px;
  line-height: 40px;
}
.modular-table .rows .cell-head-first[data-v-4bb759e4] {
  width: 296px;
  text-align: left;
  padding: 0 8px;
}
.modular-table .rows .empty[data-v-4bb759e4] {
  text-align: center;
}
.modular-table .rows .cell-date[data-v-4bb759e4] {
  width: 186px;
}
.modular-table .rows .cell-ymd[data-v-4bb759e4] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 110px;
  border-left: 1px solid #ddd;
  padding-right: 2px;
}
.modular-table .rows .cell-ymd[data-v-4bb759e4] .ant-input {
  text-align: center !important;
  padding: 0 !important;
}
.modular-table .rows .cell[data-v-4bb759e4] {
  width: 90px;
  text-align: center;
  border-left: 1px solid #ddd;
  line-height: 40px;
  box-sizing: border-box;
}
.modular-table .rows .cell[data-v-4bb759e4] .ant-select {
  padding: 0px;
}
.modular-table .rows .cell-money[data-v-4bb759e4] {
  width: 70px;
  border-left: 1px solid #ddd;
  text-align: center;
  line-height: 40px;
}
.modular-table .rows .cell-money[data-v-4bb759e4] .ant-input:focus {
  border: none;
  box-shadow: none;
}
.modular-table .rows .cell-scale[data-v-4bb759e4] {
  width: 70px;
  border-left: 1px solid #ddd;
  text-align: center;
}
.modular-table .rows .cell-scale .input-box[data-v-4bb759e4] {
  width: 100%;
  height: 39px;
  line-height: 39px;
  padding: 0 8px;
}
.modular-table .rows .cell-middle[data-v-4bb759e4] {
  width: 220px;
  border-left: 1px solid #ddd;
  padding: 0 2px;
}
.modular-table .rows .cell-head-second[data-v-4bb759e4] {
  width: 280px;
  border-left: 1px solid #ddd;
  padding: 0 8px;
}
.modular-table .rows .cell-last[data-v-4bb759e4] {
  width: 42px;
  border-left: 1px solid #ddd;
  text-align: center;
}
.modular-table .rows .cell-flex[data-v-4bb759e4] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modular-table .rows .cell-flex span[data-v-4bb759e4] {
  margin: 0 3px;
}
.modular-table .rows .switch-box[data-v-4bb759e4] {
  display: flex;
  width: 80px;
  height: 22px;
  line-height: 22px;
  font-weight: 400;
  font-size: 13px;
  color: #777777;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}
.modular-table .rows .switch-box > div[data-v-4bb759e4]:first-child {
  flex: 1;
  border-radius: 4px 0px 0px 4px;
}
.modular-table .rows .switch-box > div[data-v-4bb759e4]:last-child {
  flex: 1;
  border-radius: 0px 4px 4px 0px;
}
.modular-table .rows .switch-box .switch-action[data-v-4bb759e4] {
  background: rgba(10, 135, 248, 0.1);
  color: #0a87f8;
  border: 1px solid #0a87f8;
}
.modular-table .rows .period-num[data-v-4bb759e4] {
  border-left: 1px solid #ddd;
  width: 94px;
}
.modular-table .rows .period-date[data-v-4bb759e4] {
  border-left: 1px solid #ddd;
  width: 186px;
}
.modular-table .rows .cell-bg[data-v-4bb759e4] {
  background-color: #fff5ea;
}
.modular-table .rows .cell-bg[data-v-4bb759e4] .ant-select-selector {
  background: #fff5ea !important;
}
.modular-table .rows .cell-bg[data-v-4bb759e4] .ant-picker {
  background: #fff5ea !important;
}
.modular-table .rows.head[data-v-4bb759e4] {
  font-weight: 400;
  font-size: 12px;
  background: #f7f8fb;
}
.modular-table .rows.head .call-action[data-v-4bb759e4] {
  cursor: pointer;
  color: #0a87f8;
  margin-left: 10px;
}
.modular-table .rows.bodys[data-v-4bb759e4] {
  font-weight: 400;
  font-size: 14px;
  color: #111111;
  line-height: 20px;
  border-top: 1px solid #ddd;
}

.cattered-box[data-v-4a3918b2] {
  width: 100%;
  position: relative;
}
.cattered-box .contract-modular .titleInfo[data-v-4a3918b2] {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  box-sizing: border-box;
  margin: 11px 0;
}
.cattered-box .contract-modular .titleInfo b[data-v-4a3918b2] {
  font-weight: normal;
}
.cattered-box .contract-modular .content-row .together-item[data-v-4a3918b2] {
  margin-bottom: 20px;
}
.cattered-box .contract-modular .content-row .together-item .delete-icon[data-v-4a3918b2] {
  color: #FB4246;
  font-size: 14px;
}
.cattered-box .contract-modular .content-row .together-item .together-detail[data-v-4a3918b2] {
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  text-align: center;
  font-size: 12px;
}
.cattered-box .contract-modular .content-row .together-item .together-detail .together-title[data-v-4a3918b2] {
  display: flex;
  background: #f7f8fb;
  text-align: left;
}
.cattered-box .contract-modular .content-row .together-item .together-detail .together-title > div[data-v-4a3918b2] {
  padding: 0px 9px;
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.cattered-box .contract-modular .content-row .together-item .together-detail .together-title .must-fill[data-v-4a3918b2] {
  color: #FB4246;
}
.cattered-box .contract-modular .content-row .together-item .together-detail .together-data[data-v-4a3918b2] {
  position: relative;
  display: flex;
}
.cattered-box .contract-modular .content-row .together-item .together-detail .together-data > div[data-v-4a3918b2] {
  flex: 1;
  height: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.cattered-box .contract-modular .content-row .together-item .together-detail .together-data > div .popover[data-v-4a3918b2]:hover {
  height: 39px;
  line-height: 38px;
  border: 1px solid #165Dff;
  cursor: pointer;
}
.cattered-box .contract-modular .content-row .together-item .together-detail .together-data .payPattern[data-v-4a3918b2] {
  padding: 0 9px;
}
.cattered-box .contract-modular .content-row .together-item .together-detail .together-data input[data-v-4a3918b2] {
  padding: 0 9px;
  height: 100%;
}
.cattered-box .contract-modular .content-row .together-item .together-detail .together-data input[data-v-4a3918b2]:focus {
  border: 1px solid #165Dff !important;
}
.cattered-box .contract-modular .content-row .together-item .together-detail .together-data .select-border[data-v-4a3918b2] {
  border: 1px solid #165Dff;
}
.cattered-box .contract-modular .content-row .together-item .together-detail .together-data .options i[data-v-4a3918b2],
.cattered-box .contract-modular .content-row .together-item .together-detail .together-data .options span[data-v-4a3918b2] {
  display: inline-block;
  width: 50%;
  height: 39px;
  cursor: pointer;
}
.cattered-box .contract-modular .content-row .together-item .together-detail .together-data .options i[data-v-4a3918b2] {
  line-height: 39px;
  font-size: 14px;
}
.cattered-box .contract-modular .content-row .together-item .together-detail .together-data .options span[data-v-4a3918b2] {
  padding: 3px 4px;
  line-height: 18px;
}
.cattered-box .contract-modular .content-row .together-item .together-detail .together-data[data-v-4a3918b2] .ant-select-selection__rendered {
  height: 40px;
  line-height: 40px;
}
.cattered-box .contract-modular .content-row .together-item .together-detail .together-data[data-v-4a3918b2] .ant-select-selection--single {
  height: 38px;
  line-height: 38px;
}
.cattered-box .contract-modular .content-row .together-item .together-detail .together-foot[data-v-4a3918b2] {
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.cattered-box .contract-modular .content-row .together-item .together-detail .together-foot .togetherAdd[data-v-4a3918b2] {
  width: 100px;
  margin: 0 auto;
  text-align: center;
}
.cattered-box .subLevelsBox[data-v-4a3918b2] .ant-input-affix-wrapper {
  border: none;
  line-height: 30px;
}
.cattered-box .subLevelsBox .mianzu[data-v-4a3918b2] {
  padding-top: 5px;
}
.cattered-box .time-content[data-v-4a3918b2] {
  width: 250px;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cattered-box .time-content[data-v-4a3918b2] .ant-calendar-picker {
  width: 122.5px;
}
.cattered-box .time-content[data-v-4a3918b2] .text-date-picker {
  line-height: 1;
  height: auto;
}
.cattered-box .time-content > span[data-v-4a3918b2] {
  text-align: left;
}
.cattered-box .time-content-style .splitStyle[data-v-4a3918b2] {
  margin: 0 10px;
}
.cattered-box .time-content-style[data-v-4a3918b2] .ant-input-disabled {
  padding: 0 10px;
  border-radius: 4px;
}
.cattered-box .time-content-style[data-v-4a3918b2] .ant-input-disabled {
  padding-left: 8px;
  border-radius: 4px;
}
.cattered-box .time-content-style2[data-v-4a3918b2] .ant-input-affix-wrapper .ant-input-suffix {
  right: 8px;
}
.cattered-box[data-v-4a3918b2] .ant-calendar-picker-icon {
  display: none;
}
.cattered-box[data-v-4a3918b2] .ant-input-disabled {
  height: 20px;
}
.cattered-box[data-v-4a3918b2] .ant-input {
  padding: 0px 8px;
}

.bill-preview[data-v-e3f72636] {
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}
.bill-preview .listContract-box > .listContract[data-v-e3f72636]:nth-last-child(1) {
  border: none;
}
.bill-preview .listContract[data-v-e3f72636] {
  height: 40px;
  border-bottom: 1px solid #DDDDDD;
  margin: 0 20px;
}
.bill-preview .listContract > p[data-v-e3f72636] {
  height: 20px;
  margin-top: 10px;
}
.bill-preview .listContract .listOne[data-v-e3f72636] {
  font-size: 16px;
  font-weight: 400;
  color: #111111;
}
.bill-preview .listContract .listTwo[data-v-e3f72636] {
  font-size: 14px;
  font-weight: 400;
  color: #111111;
  padding-right: 20px;
  border-right: 1px solid #DDDDDD;
}
.bill-preview .listContract .listTress[data-v-e3f72636] {
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
}
.bill-preview .content-row[data-v-e3f72636] {
  margin: 20px 20px;
}
.bill-preview .content-row .bill-item[data-v-e3f72636] {
  margin-bottom: 20px;
}
.bill-preview .content-row .bill-item .delete-icon[data-v-e3f72636] {
  color: #FB4246;
  font-size: 14px;
}
.bill-preview .content-row .bill-item .bill-detail[data-v-e3f72636] {
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  text-align: center;
  font-size: 12px;
}
.bill-preview .content-row .bill-item .bill-detail .bill-name[data-v-e3f72636] {
  height: 48px;
  line-height: 46px;
  font-weight: 600;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  background: #eeeff3;
  position: relative;
}
.bill-preview .content-row .bill-item .bill-detail .bill-name .checkbox-box[data-v-e3f72636] {
  float: right;
  margin-right: 34px;
}
.bill-preview .content-row .bill-item .bill-detail .bill-name .bill-name-span[data-v-e3f72636] {
  float: left;
  margin-left: 10px;
}
.bill-preview .content-row .bill-item .bill-detail .bill-title[data-v-e3f72636] {
  display: flex;
  background: #f7f8fb;
  text-align: left;
}
.bill-preview .content-row .bill-item .bill-detail .bill-title > div[data-v-e3f72636] {
  padding: 0px 9px;
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.bill-preview .content-row .bill-item .bill-detail .bill-title .must-fill[data-v-e3f72636] {
  color: #FB4246;
}
.bill-preview .content-row .bill-item .bill-detail .bill-data[data-v-e3f72636] {
  position: relative;
}
.bill-preview .content-row .bill-item .bill-detail .bill-data .datePickerStyle[data-v-e3f72636] .ant-picker {
  width: 120px;
}
.bill-preview .content-row .bill-item .bill-detail .bill-data .datePickerStyle[data-v-e3f72636] svg {
  display: none;
}
.bill-preview .content-row .bill-item .bill-detail .bill-data .left-check[data-v-e3f72636] {
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  width: 56px;
  height: 40px;
  line-height: 40px;
}
.bill-preview .content-row .bill-item .bill-detail .bill-data .bill-content-list[data-v-e3f72636] {
  display: flex;
}
.bill-preview .content-row .bill-item .bill-detail .bill-data .bill-content-list > div[data-v-e3f72636] {
  font-size: 14px;
  color: #111111;
  text-align: left;
  padding: 0px 9px;
  flex: 1;
  height: 100%;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.bill-preview .content-row .bill-item .bill-detail .bill-data .bill-content-list > div .popover[data-v-e3f72636]:hover {
  height: 39px;
  line-height: 38px;
  border: 1px solid #165Dff;
  cursor: pointer;
}
.bill-preview .content-row .bill-item .bill-detail .bill-data .payPattern[data-v-e3f72636] {
  padding: 0 9px;
}
.bill-preview .content-row .bill-item .bill-detail .bill-data input[data-v-e3f72636] {
  padding: 0 2px;
  height: calc(100% - 2px);
}
.bill-preview .content-row .bill-item .bill-detail .bill-data input[data-v-e3f72636]:focus {
  border: 1px solid #165Dff !important;
}
.bill-preview .content-row .bill-item .bill-detail .bill-data .select-border[data-v-e3f72636] {
  border: 1px solid #165Dff;
}
.bill-preview .content-row .bill-item .bill-detail .bill-data .options i[data-v-e3f72636],
.bill-preview .content-row .bill-item .bill-detail .bill-data .options span[data-v-e3f72636] {
  display: inline-block;
  width: 50%;
  height: 39px;
  cursor: pointer;
}
.bill-preview .content-row .bill-item .bill-detail .bill-data .options i[data-v-e3f72636] {
  line-height: 39px;
  font-size: 14px;
}
.bill-preview .content-row .bill-item .bill-detail .bill-data .options span[data-v-e3f72636] {
  padding: 3px 4px;
  line-height: 18px;
}
.bill-preview .content-row .bill-item .bill-detail .bill-data .togeAddress[data-v-e3f72636] {
  padding: 0 9px;
  display: flex;
  width: 100%;
  height: 100%;
}
.bill-preview .content-row .bill-item .bill-detail .bill-data .togeAddress[data-v-e3f72636] .ant-select-selection__rendered {
  margin-top: 6px;
}
.bill-preview .content-row .bill-item .bill-detail .bill-data .bill-span[data-v-e3f72636] {
  float: left;
  margin-left: 10px;
}
.bill-preview .content-row .bill-item .bill-detail .bill-foot[data-v-e3f72636] {
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.bill-preview .content-row .bill-item .bill-detail .bill-foot .billAdd[data-v-e3f72636] {
  width: 100px;
  margin: 0 auto;
  text-align: center;
}
.bill-preview .child-box[data-v-e3f72636] {
  padding: 15px 0 0 20px;
  background: #f5f7fe;
}
.bill-preview .child-box > div[data-v-e3f72636] {
  padding: 0px 9px;
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #DDDDDD;
}
.bill-preview .child-box > div[data-v-e3f72636]:nth-child(1) {
  border-left: 1px solid #DDDDDD;
}
.bill-preview .child-data[data-v-e3f72636] {
  padding: 0 0 0 20px;
  position: relative;
  display: flex;
}
.bill-preview .child-data > div[data-v-e3f72636] {
  flex: 1;
  padding: 0px 9px;
  height: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.bill-preview .child-data > div .popover[data-v-e3f72636]:hover {
  height: 39px;
  line-height: 38px;
  border: 1px solid #165Dff;
  cursor: pointer;
}
.bill-preview .child-data > div[data-v-e3f72636]:nth-child(1) {
  border-left: 1px solid #DDDDDD;
}
.bill-preview .inputBor[data-v-e3f72636] {
  background: #fcfcff;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.bill-preview .inputBor > div[data-v-e3f72636]:nth-last-child(1) {
  padding-bottom: 15px;
}
.bill-preview .content-row .bill-item .bill-detail .bill-data .inputBor .child-box[data-v-e3f72636] {
  background: #fcfcff;
}
.preViewBtn[data-v-e3f72636] {
  width: 120px;
  height: 40px;
  background-color: rgba(22, 93, 255, 0.1);
  border-radius: 5px;
  font-weight: 500;
  color: #165Dff;
  font-size: 14px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #165Dff;
}
.saveBtn[data-v-e3f72636] {
  width: 120px;
  height: 40px;
  background: #165Dff;
  border-radius: 5px;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.cancelBtn[data-v-e3f72636] {
  width: 120px;
  height: 40px;
  background: #f6f7f8;
  border-radius: 5px;
  border: 1px solid #dddddd;
  margin-right: 20px;
  margin-bottom: 20px;
}
.btn-p[data-v-e3f72636] {
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #FFA036;
  float: right;
}
.contHead[data-v-e3f72636] {
  height: 52px;
}
.contHead .tips[data-v-e3f72636] {
  float: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 52px;
  margin-right: 34px;
}
.contHead .elsectBox[data-v-e3f72636] {
  margin-right: 15px;
  line-height: 52px;
  float: right;
  color: #111111;
  font-size: 14px;
  font-weight: 400;
}
.contHead .elsectBox[data-v-e3f72636] .ant-select .ant-select-selector {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.contHead .elsectBox[data-v-e3f72636] .ant-select .ant-select-selector .ant-select-selection-item {
  padding-left: 4px;
}
.contHead .elsectBox[data-v-e3f72636] .ant-select .ant-select-selector:hover {
  border: 1px solid #165Dff;
}

.authenticationFailed-info[data-v-30443e05] {
  height: 100%;
  width: 100%;
  font-size: 14px;
  position: relative;
}
.authenticationFailed-info .left-box[data-v-30443e05] {
  margin: 60px 0 121px 96px;
  width: 420px;
  height: 420px;
  background: url(data:image/png;base64,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) no-repeat;
}
.authenticationFailed-info .left-box > p[data-v-30443e05] {
  width: 150px;
  height: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #0A87F8;
  line-height: 25px;
  position: relative;
  top: 340px;
  left: 132px;
}
.authenticationFailed-info .right-box[data-v-30443e05] {
  margin: 60px 0 0 60px;
  width: 420px;
  height: 420px;
}
.authenticationFailed-info .right-box .warningStyle[data-v-30443e05] {
  color: #FFA036;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
}
.authenticationFailed-info .right-box .editStyle[data-v-30443e05] {
  width: 150px;
  height: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #165Dff;
  line-height: 25px;
}
.authenticationFailed-info .right-box .title1[data-v-30443e05] {
  width: 144px;
  height: 33px;
  font-size: 24px;
  font-weight: 400;
  color: #111111;
  line-height: 33px;
  margin-top: 74px;
}
.authenticationFailed-info .right-box .title2[data-v-30443e05] {
  width: 72px;
  height: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #777777;
  line-height: 25px;
  margin-top: 40px;
}
.authenticationFailed-info .right-box .title3[data-v-30443e05] {
  width: 240px;
  height: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #111111;
  line-height: 25px;
  margin-top: 17px;
}
.authenticationFailed-info .right-box .title4[data-v-30443e05] {
  margin-top: 70px;
  width: 120px;
  height: 40px;
  background: #0A87F8;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
}
.authenticationFailed-info .right-box .title5[data-v-30443e05] {
  width: 350px;
  height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: #FFA036;
  line-height: 17px;
  margin-top: 16px;
}

.baseMudule-box[data-v-2a8a9253] {
  padding: 20px;
}
.baseMudule-box .color1[data-v-2a8a9253] {
  color: #111111;
}
.baseMudule-box .color2[data-v-2a8a9253] {
  color: #666666;
}
.baseMudule-box .color3[data-v-2a8a9253] {
  color: #FFA036;
}
.baseMudule-box .color4[data-v-2a8a9253] {
  color: #165Dff;
}
.baseMudule-box .contentStyle .itemStyle .itemLeftStyle[data-v-2a8a9253] {
  width: 70px;
}
.baseMudule-box .contentStyle .itemStyle .itemRightStyle[data-v-2a8a9253] {
  width: calc(100% - 70px);
}
.baseMudule-box .contentStyle .itemStyle .itemRightStyle .yearItemStyle[data-v-2a8a9253] {
  width: 92px;
  text-align: center;
  height: 28px;
  line-height: 28px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.baseMudule-box .contentStyle .itemStyle .itemRightStyle .yearItemStyle .triangle-bottom-right-click[data-v-2a8a9253] {
  position: absolute;
  width: 0;
  border: 10px solid #165Dff;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom-right-radius: 4px;
  bottom: 0px;
  right: 0px;
}
.baseMudule-box .contentStyle .itemStyle .itemRightStyle .yearItemStyle .triangle-bottom-right-choose[data-v-2a8a9253] {
  position: absolute;
  color: #ffffff;
  bottom: 0px;
  right: 0px;
}
.baseMudule-box .contentStyle .itemStyle .itemRightStyle .yearItemStyle .purchaseLimit[data-v-2a8a9253] {
  position: absolute;
  top: -10px;
  left: -1px;
  width: 38px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  background: linear-gradient(180deg, #ffce66 0%, #ffa036 100%);
  border-radius: 8px 11px 11px 0px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}
.baseMudule-box .contentStyle .itemStyle .itemRightStyle .selectedItem[data-v-2a8a9253] {
  border: 1px solid #165Dff !important;
  color: #165Dff;
  font-weight: 500;
}
.baseMudule-box .contentStyle .itemStyle .itemRightStyle .tipStyle[data-v-2a8a9253] {
  width: 400px;
  height: 100px;
  background: #f6f7f8;
  border-radius: 4px;
}
.baseMudule-box .contentStyle .itemStyle .itemRightStyle .tipStyle .topStyle[data-v-2a8a9253] {
  width: 400px;
  height: 32px;
  line-height: 32px;
  background: #f0f1f2;
  border-radius: 4px;
  padding-left: 10px;
}
.baseMudule-box .contentStyle .itemStyle .itemRightStyle .original-price[data-v-2a8a9253] {
  margin-left: 2px;
  text-decoration: line-through;
  font-size: 12px;
  color: #777777;
}
.baseMudule-box .btnStyle[data-v-2a8a9253] {
  margin-top: 57px;
  height: 45px;
  line-height: 45px;
}
.baseMudule-box .btnStyle .buyStyle[data-v-2a8a9253] {
  margin-top: 4px;
  width: 128px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  background: #FFA036;
  border-radius: 19px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}


.otherModuleBusiness-box[data-v-c88cb8c0] {
}

[data-v-77bd9506] .ant-upload {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: #fff;
  border: none !important;
}
.avatar-uploader > .ant-upload[data-v-77bd9506] {
  width: 128px;
  height: 128px;
}
.ant-upload-select-picture-card i[data-v-77bd9506] {
  font-size: 32px;
  color: #999;
}
.ant-upload-select-picture-card .ant-upload-text[data-v-77bd9506] {
  margin-top: 8px;
  color: #666;
}
.aspin[data-v-77bd9506] {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.f-fl[data-v-07b8f51e] {
  width: 169px;
}
.f-fl.f-fl-2[data-v-07b8f51e] {
  width: 338px;
}
.mb-10[data-v-07b8f51e] {
  margin-bottom: 10px;
}
.w-100[data-v-07b8f51e] {
  width: 100% !important;
}
.picker-w[data-v-07b8f51e] {
  width: 100%;
}
.picker-w[data-v-07b8f51e] .ant-picker-suffix {
  display: inline-block;
}
.select-w[data-v-07b8f51e] {
  width: 100%;
}
.select-w[data-v-07b8f51e] .ant-select-selection-placeholder {
  left: 0px;
}

.addOwnerContract-box[data-v-e3b0b63a] {
  padding: 0 0px 0px 0px;
  height: calc(100vh - 100px);
  overflow: auto;
  position: relative;
}
.addOwnerContract-box[data-v-e3b0b63a] .ant-picker {
  margin-left: 2px;
}
.addOwnerContract-box .draftsWarningStyle[data-v-e3b0b63a] {
  width: 410px;
  height: 164px;
  background: #ffffff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  padding: 32px 32px 24px 32px;
}
.addOwnerContract-box .draftsWarningStyle .line1Style .line1LeftStyle[data-v-e3b0b63a] {
  width: 22px;
  text-align: center;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  background: #ffbf00;
  color: #ffffff;
  font-size: 14px;
  margin-right: 10px;
}
.addOwnerContract-box .draftsWarningStyle .line1Style .line2LeftStyle[data-v-e3b0b63a] {
  font-size: 16px;
  color: #111111;
  font-weight: 500;
}
.addOwnerContract-box .draftsWarningStyle .line3Style[data-v-e3b0b63a] {
  display: flex;
  justify-content: flex-end;
  margin-top: 52px;
}
.addOwnerContract-box .draftsWarningStyle .line3Style .cancelStyle[data-v-e3b0b63a] {
  width: 90px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  background: #f6f7f8;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  color: #666666;
  font-size: 14px;
  margin-right: 8px;
}
.addOwnerContract-box .draftsWarningStyle .line3Style .noCheckOutStyle[data-v-e3b0b63a] {
  width: 130px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  background: #05bced;
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px;
  margin-right: 8px;
}
.addOwnerContract-box .draftsWarningStyle .line3Style .checkOutStyle[data-v-e3b0b63a] {
  width: 90px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  background: #165Dff;
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px;
}
.addOwnerContract-box .headerHouseStyle[data-v-e3b0b63a] {
  width: 100%;
  background: #edf3fe;
  padding: 0px 20px 20px 20px;
  margin-bottom: 20px;
  position: relative;
}
.addOwnerContract-box .headerHouseStyle .addHouseStyle[data-v-e3b0b63a] {
  position: absolute;
  left: 100px;
  top: 15px;
}
.addOwnerContract-box .headerHouseStyle[data-v-e3b0b63a] .label-item .title {
  margin-top: 0px;
}
.addOwnerContract-box .headerHouseStyle[data-v-e3b0b63a] .ant-input {
  padding: 0 10px !important;
}
.addOwnerContract-box .headerHouseStyle[data-v-e3b0b63a] .label-item .must-fill {
  margin-top: 4px;
}
.addOwnerContract-box .addOwnerContractContent > div[data-v-e3b0b63a] {
  margin-bottom: 20px;
}
.addOwnerContract-box .demandLabel[data-v-e3b0b63a] {
  width: 100%;
}
.addOwnerContract-box .demandLabel[data-v-e3b0b63a] .ant-input {
  box-shadow: none;
  width: 190px;
}
.addOwnerContract-box .demandLabel .selectDemandLabelItem[data-v-e3b0b63a] {
  min-width: 71px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  margin-top: 7px;
  margin-right: 5px;
  text-align: center;
  background: #f6f7f8;
}
.addOwnerContract-box .demandLabel .demandLabelAll[data-v-e3b0b63a] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #f7f8fb;
  border-top: 1px solid #dddddd;
}
.addOwnerContract-box .demandLabel .demandLabelAll .demandLabelItem[data-v-e3b0b63a] {
  padding: 0 4px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  margin-left: 5px;
  margin-top: 10px;
  text-align: center;
}
.addOwnerContract-box .demandLabel .demandLabelAll .normalBg[data-v-e3b0b63a] {
  background: #f6f7f8;
}
.addOwnerContract-box .demandLabel .demandLabelAll .clickBg[data-v-e3b0b63a] {
  background: #e2edf8;
}
.addOwnerContract-box .contractTypeStyle[data-v-e3b0b63a] {
  position: absolute;
  top: 10px;
  left: 80px;
}
.addOwnerContract-box .contractTypeStyle .contractType[data-v-e3b0b63a] {
  border-radius: 4px;
}
.addOwnerContract-box .contractTypeStyle .contractType .contractTypeItem[data-v-e3b0b63a] {
  width: 72px;
  text-align: center;
  height: 26px;
  line-height: 26px;
}
.addOwnerContract-box .contractTypeStyle .contractType .contractTypeItem.disabled[data-v-e3b0b63a] {
  background: #eee;
  cursor: not-allowed;
}
.addOwnerContract-box .contractTypeStyle .contractType .leftItem[data-v-e3b0b63a] {
  border-radius: 4px 0px 0px 4px;
}
.addOwnerContract-box .contractTypeStyle .contractType .rightItem[data-v-e3b0b63a] {
  border-radius: 0px 4px 4px 0px;
}
.addOwnerContract-box .contractTypeStyle .contractType .selectedItem[data-v-e3b0b63a] {
  background: rgba(22, 93, 255, 0.1);
  border: 1px solid #eeeeee;
  color: #165Dff;
}
.addOwnerContract-box .contractTypeStyle .contractType .unSelectItem[data-v-e3b0b63a] {
  background: #ffffff;
  border: 1px solid #eeeeee;
  color: #777777;
}
.addOwnerContract-box .contractTypeStyle .selectTempleStyle[data-v-e3b0b63a] {
  height: 26px;
  line-height: 26px;
  margin-left: 20px;
  border-bottom: 1px solid #eeeeee;
  width: 250px;
}
.addOwnerContract-box .contractTypeStyle .selectTempleStyle[data-v-e3b0b63a] .ant-select-selection-search {
  height: 24px !important;
  line-height: 24px !important;
}
.addOwnerContract-box .contractTypeStyle .selectTempleStyle[data-v-e3b0b63a] .ant-select-selection-search-input {
  height: 24px !important;
  line-height: 24px !important;
}
.addOwnerContract-box .contractTypeStyle .selectTempleStyle[data-v-e3b0b63a] .ant-select-selection-item {
  height: 24px !important;
  line-height: 24px !important;
  min-width: 140px;
  max-width: 180px;
}
.addOwnerContract-box .contractTypeStyle .selectTempleStyle[data-v-e3b0b63a] .ant-select-selector {
  height: 24px !important;
  line-height: 24px !important;
  border-bottom: none;
}
.addOwnerContract-box .contractTypeStyle .selectSendStyle[data-v-e3b0b63a] {
  height: 26px;
  line-height: 26px;
  margin-left: 20px;
}
.addOwnerContract-box .contractTypeStyle .selectSendStyle .selectSendItemStyle[data-v-e3b0b63a] {
  height: 26px;
  line-height: 28px;
}
.addOwnerContract-box .contractTypeStyle .selectSendStyle[data-v-e3b0b63a] .ant-checkbox + span {
  height: 26px;
  line-height: 26px;
}
.addOwnerContract-box .contractTypeStyle .loginWayStyle[data-v-e3b0b63a] {
  padding: 0 5px;
  height: 26px;
  line-height: 26px;
  background: rgba(22, 93, 255, 0.1);
  border: 1px solid #165Dff;
  color: #165Dff;
  font-size: 14px;
  border-radius: 3px;
  position: relative;
  margin-left: 20px;
  font-size: 12px;
}
.addOwnerContract-box .contractTypeStyle .loginWayStyle .smallTriangle[data-v-e3b0b63a] {
  position: absolute;
  width: 6px;
  height: 8px;
  left: -9px;
  top: 4px;
}
.addOwnerContract-box .radioGroupStyle[data-v-e3b0b63a] {
  font-size: 14px;
}
.addOwnerContract-box .houseAddressUnEditStyle[data-v-e3b0b63a] {
  border-bottom: 1px solid #e8e8e8;
}
.addOwnerContract-box .communityListStyle[data-v-e3b0b63a] {
  position: absolute;
  top: 82px;
  width: 1156px;
  min-height: 200px;
  max-height: 300px;
  overflow-y: auto;
  background: #ffffff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
  padding: 5px 0;
}
.addOwnerContract-box .communityListStyle .partStyle[data-v-e3b0b63a] {
  height: 36px;
  line-height: 36px;
  padding-left: 12px;
}
.addOwnerContract-box .communityListStyle div[data-v-e3b0b63a]:hover {
  background-color: #F6F7F8;
}
.addOwnerContract-box .communityListStyle div.active[data-v-e3b0b63a] {
  color: #165Dff;
  background-color: rgba(22, 93, 255, 0.1) !important;
}
.addOwnerContract-box .projectListStyle[data-v-e3b0b63a] {
  position: absolute;
  width: 1156px;
  min-height: 200px;
  overflow-y: auto;
  background: #ffffff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
  padding: 5px 0;
}
.addOwnerContract-box .projectListStyle .buildingInfoListContentStyle[data-v-e3b0b63a] {
  display: flex;
  border-bottom: 1px solid #EEEEEE;
}
.addOwnerContract-box .projectListStyle .buildingInfoListContentStyle .buildingSearchNameStyle[data-v-e3b0b63a] .ant-input {
  padding-left: 8px;
}
.addOwnerContract-box .projectListStyle .buildingInfoListContentStyle ul[data-v-e3b0b63a] {
  height: 250px;
  overflow: auto;
  border-right: 1px solid #DDDDDD;
}
.addOwnerContract-box .projectListStyle .buildingInfoListContentStyle ul[data-v-e3b0b63a]:last-child {
  border-right: none;
}
.addOwnerContract-box .projectListStyle .buildingInfoListContentStyle ul li[data-v-e3b0b63a] {
  margin: 4px 0;
  padding: 0px 10px;
  height: 34px;
  line-height: 34px;
  cursor: pointer;
}
.addOwnerContract-box .projectListStyle .buildingInfoListContentStyle ul li[data-v-e3b0b63a]:hover {
  background-color: #F6F7F8;
}
.addOwnerContract-box .projectListStyle .buildingInfoListContentStyle ul li.active[data-v-e3b0b63a] {
  color: #165Dff;
  background-color: rgba(22, 93, 255, 0.1) !important;
}
.addOwnerContract-box .projectListStyle .buildingInfoListContentStyle ul .checkedStyle[data-v-e3b0b63a] {
  color: #165Dff;
}
.addOwnerContract-box .projectListStyle .projectListOperateStyle[data-v-e3b0b63a] {
  padding: 14px 0 9px 0;
  font-size: 14px;
}
.addOwnerContract-box .projectListStyle .projectListOperateStyle .clearStyle[data-v-e3b0b63a] {
  width: 54px;
  text-align: center;
  height: 22px;
  background: #f6f7f8;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  color: #777777;
  margin-right: 10px;
}
.addOwnerContract-box .projectListStyle .projectListOperateStyle .sureStyle[data-v-e3b0b63a] {
  width: 54px;
  text-align: center;
  height: 22px;
  background: #165Dff;
  border-radius: 4px;
  color: #ffffff;
  margin-right: 14px;
}
.addOwnerContract-box .houseAddressEditStyle[data-v-e3b0b63a] {
  margin-top: 10px;
}
.addOwnerContract-box .houseAddressEditStyle .houseScopeTypeListStyle[data-v-e3b0b63a] {
  border-radius: 10px;
  margin: 0px 10px 0 0;
}
.addOwnerContract-box .houseAddressEditStyle .houseScopeTypeListStyle .itemStyle[data-v-e3b0b63a] {
  text-align: center;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
.addOwnerContract-box .houseAddressEditStyle .houseScopeTypeListStyle .leftStyle[data-v-e3b0b63a] {
  width: 56px;
  border-radius: 4px 0px 0px 4px;
}
.addOwnerContract-box .houseAddressEditStyle .houseScopeTypeListStyle .rightStyle[data-v-e3b0b63a] {
  width: 64px;
  border-radius: 0px 4px 4px 0px;
}
.addOwnerContract-box .houseAddressEditStyle .houseScopeTypeListStyle .selectedStyle[data-v-e3b0b63a] {
  background: #165Dff;
  color: #ffffff;
}
.addOwnerContract-box .houseAddressEditStyle .houseScopeTypeListStyle .unSelectStyle[data-v-e3b0b63a] {
  background: #ffffff;
  color: #777777;
}
.addOwnerContract-box .houseAddressEditStyle .buildingProjectInfoStyle[data-v-e3b0b63a] {
  background: #ffffff;
  display: flex;
  border-bottom: 1px dashed #eeeeee;
}
.addOwnerContract-box .houseAddressEditStyle .buildingProjectInfoStyle .itemStyle[data-v-e3b0b63a] {
  background: #f0f8ff;
  border-radius: 4px;
  padding: 2px 5px;
  font-size: 12px;
  color: #111111;
  margin-right: 5px;
  margin-bottom: 6px;
}
.addOwnerContract-box .houseAddressEditStyle .houseAliasStyle[data-v-e3b0b63a] {
  display: flex;
  justify-content: space-between;
}
.addOwnerContract-box .contract-model[data-v-e3b0b63a] {
  margin-left: -30px;
}
.addOwnerContract-box .contract-model > div[data-v-e3b0b63a] {
  position: relative;
  margin-left: 30px;
  padding: 10px 16px;
  width: calc(50% - 30px);
  height: 110px;
  line-height: 25px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  cursor: pointer;
}
.addOwnerContract-box .contract-model > div p[data-v-e3b0b63a]:first-child {
  color: #111111;
}
.addOwnerContract-box .contract-model > div p[data-v-e3b0b63a]:last-child {
  color: #666666;
}
.addOwnerContract-box .contract-model > div .choose[data-v-e3b0b63a] {
  display: none;
  position: absolute;
  top: 20px;
  right: -2px;
  transform: translateY(-50%);
  color: #165Dff;
  font-size: 36px;
  height: 40px;
  width: 40px;
}
.addOwnerContract-box .contract-model .active[data-v-e3b0b63a] {
  background-color: rgba(22, 93, 255, 0.1);
  border: 1px solid #165Dff;
}
.addOwnerContract-box .contract-model .active .choose[data-v-e3b0b63a] {
  display: block;
}
.addOwnerContract-box .contract-model .active .anticon[data-v-e3b0b63a] {
  color: #165Dff;
}
.addOwnerContract-box .contract-model .active[data-v-e3b0b63a] .ant-select-selection {
  background-color: rgba(22, 93, 255, 0.1);
}
.addOwnerContract-box .contract-model .type-boder[data-v-e3b0b63a] {
  border-bottom: 1px solid #DDDDDD;
  padding: 0 0 7px 0;
}
.addOwnerContract-box .contract-model .contractType[data-v-e3b0b63a] {
  margin-left: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #111111;
}
.addOwnerContract-box .contract-model .contractType .font-12[data-v-e3b0b63a] {
  color: #777777;
  font-size: 12px;
}
.addOwnerContract-box .contract-model .htmb[data-v-e3b0b63a] {
  height: 32px;
  line-height: 30px;
}
.addOwnerContract-box .contract-model .triangle-top-right-choose[data-v-e3b0b63a] {
  position: absolute;
  color: #ffffff !important;
  top: 4px;
  right: 4px;
}
.addOwnerContract-box .contract-model .triangle-top-right-click[data-v-e3b0b63a] {
  position: absolute;
  width: 0;
  border: 20px solid #165Dff;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top-right-radius: 4px;
  top: 0px;
  right: 0px;
}
.addOwnerContract-box .addFellowBox[data-v-e3b0b63a] {
  width: 140px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #165Dff;
  line-height: 40px;
  text-align: center;
  margin-top: 20px;
}
.addOwnerContract-box .contract-other[data-v-e3b0b63a] {
  width: 140px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #165Dff;
  font-size: 14px;
  font-weight: 400;
  color: #165Dff;
  line-height: 40px;
  text-align: center;
}
.addOwnerContract-box .contract-modular[data-v-e3b0b63a] {
  width: 1160px;
}
.addOwnerContract-box .contract-modular .titleInfo[data-v-e3b0b63a] {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  box-sizing: border-box;
  margin: 11px 0;
}
.addOwnerContract-box .contract-modular .titleInfo b[data-v-e3b0b63a] {
  font-weight: normal;
}
.addOwnerContract-box .contract-modular .content-row .together-item[data-v-e3b0b63a] {
  margin-bottom: 20px;
}
.addOwnerContract-box .contract-modular .content-row .together-item .delete-icon[data-v-e3b0b63a] {
  color: #FB4246;
  font-size: 14px;
}
.addOwnerContract-box .contract-modular .content-row .together-item .together-detail[data-v-e3b0b63a] {
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  text-align: center;
  font-size: 12px;
}
.addOwnerContract-box .contract-modular .content-row .together-item .together-detail .together-title[data-v-e3b0b63a] {
  display: flex;
  background: #f7f8fb;
  text-align: left;
}
.addOwnerContract-box .contract-modular .content-row .together-item .together-detail .together-title > div[data-v-e3b0b63a] {
  padding: 0px 9px;
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.addOwnerContract-box .contract-modular .content-row .together-item .together-detail .together-title .must-fill[data-v-e3b0b63a] {
  color: #FB4246;
}
.addOwnerContract-box .contract-modular .content-row .together-item .together-detail .together-data[data-v-e3b0b63a] {
  position: relative;
  display: flex;
}
.addOwnerContract-box .contract-modular .content-row .together-item .together-detail .together-data .radio-box[data-v-e3b0b63a] .ant-radio-button-wrapper {
  padding: 0 14px;
  height: 24px;
  line-height: 24px;
}
.addOwnerContract-box .contract-modular .content-row .together-item .together-detail .together-data .radio-box[data-v-e3b0b63a] .ant-radio-button-wrapper:nth-child(1) {
  border-radius: 20px 0 0 20px;
}
.addOwnerContract-box .contract-modular .content-row .together-item .together-detail .together-data .radio-box[data-v-e3b0b63a] .ant-radio-button-wrapper:nth-child(2) {
  border-radius: 0 20px 20px 0;
}
.addOwnerContract-box .contract-modular .content-row .together-item .together-detail .together-data .radio-box[data-v-e3b0b63a] .ant-radio-button-wrapper-checked {
  border-radius: 50%;
}
.addOwnerContract-box .contract-modular .content-row .together-item .together-detail .together-data > div[data-v-e3b0b63a] {
  flex: 1;
  height: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.addOwnerContract-box .contract-modular .content-row .together-item .together-detail .together-data > div .popover[data-v-e3b0b63a]:hover {
  height: 39px;
  line-height: 38px;
  border: 1px solid #165Dff;
  cursor: pointer;
}
.addOwnerContract-box .contract-modular .content-row .together-item .together-detail .together-data .payPattern[data-v-e3b0b63a] {
  padding: 9px;
}
.addOwnerContract-box .contract-modular .content-row .together-item .together-detail .together-data input[data-v-e3b0b63a] {
  padding: 0 9px;
}
.addOwnerContract-box .contract-modular .content-row .together-item .together-detail .together-data input[data-v-e3b0b63a]:focus {
  border: 1px solid #165Dff !important;
}
.addOwnerContract-box .contract-modular .content-row .together-item .together-detail .together-data .select-border[data-v-e3b0b63a] {
  border: 1px solid #165Dff;
}
.addOwnerContract-box .contract-modular .content-row .together-item .together-detail .together-data .options i[data-v-e3b0b63a],
.addOwnerContract-box .contract-modular .content-row .together-item .together-detail .together-data .options span[data-v-e3b0b63a] {
  display: inline-block;
  width: 50%;
  height: 39px;
  cursor: pointer;
}
.addOwnerContract-box .contract-modular .content-row .together-item .together-detail .together-data .options i[data-v-e3b0b63a] {
  line-height: 39px;
  font-size: 14px;
}
.addOwnerContract-box .contract-modular .content-row .together-item .together-detail .together-data .options span[data-v-e3b0b63a] {
  padding: 3px 4px;
  line-height: 18px;
}
.addOwnerContract-box .contract-modular .content-row .together-item .together-detail .together-data .togeAddress[data-v-e3b0b63a] {
  padding: 0 9px;
  display: flex;
  width: 100%;
  height: 100%;
}
.addOwnerContract-box .contract-modular .content-row .together-item .together-detail .together-data .togeAddress[data-v-e3b0b63a] .ant-select-selection__rendered {
  margin-left: 1px;
  margin-top: 3px;
}
.addOwnerContract-box .contract-modular .content-row .together-item .together-detail .together-data .togeAddress[data-v-e3b0b63a] .ant-select-dropdown-menu li {
  text-align: left;
}
.addOwnerContract-box .contract-modular .content-row .together-item .together-detail .together-data .house-data-item-left[data-v-e3b0b63a] {
  margin-left: 20px;
  position: relative;
}
.addOwnerContract-box .contract-modular .content-row .together-item .together-detail .together-data .house-data-item-left .addonBeforeStyle[data-v-e3b0b63a] {
  font-size: 14px;
  color: #111111;
  position: absolute;
  left: 0;
}
.addOwnerContract-box .contract-modular .content-row .together-item .together-detail .together-foot[data-v-e3b0b63a] {
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.addOwnerContract-box .contract-modular .content-row .together-item .together-detail .together-foot .togetherAdd[data-v-e3b0b63a] {
  width: 100px;
  margin: 0 auto;
  text-align: center;
}
.addOwnerContract-box .contract-modular .content-row .together-item .together-detail .together-foot i[data-v-e3b0b63a] {
  vertical-align: -0.2em;
  margin-right: 4px;
}
.addOwnerContract-box .handlingFeeBearTypeStyle[data-v-e3b0b63a] {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  margin-top: 10px;
}
.addOwnerContract-box .handlingFeeBearTypeStyle .callStyle[data-v-e3b0b63a] {
  width: 640px;
  margin: 8px 0 0 100px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  background: rgba(119, 119, 119, 0.1);
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
}
.addOwnerContract-box .handlingFeeBearTypeStyle .callStyle[data-v-e3b0b63a] .ant-select-selector {
  height: 24px;
}
.addOwnerContract-box .handlingFeeBearTypeStyle .callStyle[data-v-e3b0b63a] .ant-select-selection-item {
  line-height: 22px;
  padding-left: 4px;
}
.addOwnerContract-box .handlingFeeBearTypeStyle .callStyle[data-v-e3b0b63a] .ant-input {
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.addOwnerContract-box .handlingFeeBearTypeStyle .itemStyle[data-v-e3b0b63a] {
  border-radius: 4px 4px 0px 0px;
  width: 120px;
  border-bottom: none !important;
  text-align: center;
}
.addOwnerContract-box .handlingFeeBearTypeStyle .selectedStyle[data-v-e3b0b63a] {
  height: 34px;
  line-height: 34px;
  background: rgba(22, 93, 255, 0.1);
  color: #0a87f8;
  border: 1px solid #0a87f8;
}
.addOwnerContract-box .handlingFeeBearTypeStyle .unSelectStyle[data-v-e3b0b63a] {
  height: 32px;
  line-height: 32px;
  border: 1px solid #eeeeee;
  margin-top: 2px;
}
.addOwnerContract-box .handlingFeeBearTypeStyle[data-v-e3b0b63a] .ant-select-selector {
  padding: 0px;
}
.addOwnerContract-box .handlingFeeBearTypeStyle[data-v-e3b0b63a] .ant-select-selection-item {
  padding-right: 0px;
}
.addOwnerContract-box .handlingFeeBearTypeStyle .height32Style[data-v-e3b0b63a] {
  height: 32px;
  line-height: 32px;
  display: flex;
}
.addOwnerContract-box .handlingFeeBearTypeStyle .height24Style[data-v-e3b0b63a] {
  height: 24px;
  line-height: 24px;
}
.addOwnerContract-box .handlingFeeBearTypeStyle .input-padding2-14[data-v-e3b0b63a] .ant-input {
  font-size: 14px !important;
  text-align: center;
}
.addOwnerContract-box .handlingFeeBearTypeStyle .input-padding2-14[data-v-e3b0b63a] .ant-picker-suffix {
  display: inline-block;
}
.addOwnerContract-box .handlingFeeBearTypeStyle .input-padding2[data-v-e3b0b63a] .ant-input {
  padding: 0 2px !important;
  height: 24px;
  font-size: 12px;
  text-align: center;
}
.addOwnerContract-box .handlingFeeBearTypeStyle .input-padding2[data-v-e3b0b63a] .ant-select-item {
  padding: 5px 7px;
}
.addOwnerContract-box .handlingFeeBearTypeStyle .select-padding-no-border[data-v-e3b0b63a] .ant-select-selector {
  border: none !important;
}
.addOwnerContract-box .handlingFeeBearTypeStyle .select-padding-bottom-border[data-v-e3b0b63a] .ant-select-selector {
  border: none !important;
  border-bottom: 1px solid #d9d9d9 !important;
}
.addOwnerContract-box .handlingFeeBearTypeStyle .select-padding-border[data-v-e3b0b63a] .ant-select-selector {
  border: 1px solid #d9d9d9;
  height: 24px;
  line-height: 24px;
}
.addOwnerContract-box .handlingFeeBearTypeStyle .select-padding-border[data-v-e3b0b63a] .ant-select-selection-search-input {
  height: 22px;
}
.addOwnerContract-box .handlingFeeBearTypeStyle .select-padding-border[data-v-e3b0b63a] .ant-select-selection-item {
  line-height: 22px;
  padding-left: 2px;
  color: #111111;
}
.addOwnerContract-box .handlingFeeBearTypeStyle .select-padding-border[data-v-e3b0b63a] .ant-select-selection-placeholder {
  line-height: 22px;
  color: #777777;
  padding-left: 2px;
}
.addOwnerContract-box .handlingFeeBearTypeStyle .input-padding-border-bottom[data-v-e3b0b63a] {
  border: none;
  border-bottom: 1px solid #dddddd;
}
.addOwnerContract-box .handlingFeeBearTypeStyle .input-padding-border-bottom-error[data-v-e3b0b63a] {
  border: none;
  border-bottom: 1px solid #f84246;
}
.addOwnerContract-box .handlingFeeBearTypeStyle .input-padding-border[data-v-e3b0b63a] {
  border: 1px solid #dddddd;
}
.addOwnerContract-box .handlingFeeBearTypeStyle .input-padding-border-error[data-v-e3b0b63a] {
  border: 1px solid #f84246;
}
.addOwnerContract-box .handlingFeeBearTypeStyle .input-padding2-14[data-v-e3b0b63a] .ant-input {
  padding: 0 2px !important;
  height: 24px;
  font-size: 14px;
}
.addOwnerContract-box .handlingFeeBearTypeStyle .input-padding2-14[data-v-e3b0b63a] .ant-picker {
  padding: 0px 2px;
  height: 24px;
  line-height: 24px;
}
.addOwnerContract-box .handlingFeeBearTypeStyle .apartmentCommissionStyle[data-v-e3b0b63a] {
  margin-top: 4px;
}
.addOwnerContract-box .handlingFeeBearTypeStyle .apartmentCommissionStyle[data-v-e3b0b63a] .ant-tooltip-inner {
  width: 300px;
}
.addOwnerContract-box .handlingFeeBearTypeStyle .additionalStyle[data-v-e3b0b63a] {
  width: 430px;
  border: 1px solid #eeeeee;
  padding: 8px;
  border-radius: 4px;
  margin-top: 4px;
  position: relative;
}
.addOwnerContract-box .handlingFeeBearTypeStyle[data-v-e3b0b63a] .ant-checkbox + span {
  padding-left: 4px;
  padding-right: 4px;
}
.addOwnerContract-box .handlingFeeBearTypeStyle[data-v-e3b0b63a] .ant-select-arrow {
  right: 2px;
}
.addOwnerContract-box .handlingFeeBearTypeStyle[data-v-e3b0b63a] .ant-select-clear {
  right: 2px;
}
.addOwnerContract-box .handlingFeeBearTypeStyle[data-v-e3b0b63a] .ant-checkbox-inner {
  width: 14px;
  height: 14px;
  top: -1px;
}
.addOwnerContract-box .handlingFeeBearTypeStyle[data-v-e3b0b63a] .ant-checkbox-input {
  top: -1px;
}
.addOwnerContract-box .handlingFeeBearTypeStyle[data-v-e3b0b63a] .ant-checkbox-checked::after {
  top: -1px;
}
.addOwnerContract-box .handlingFeeBearTypeStyle[data-v-e3b0b63a] .ant-checkbox-inner::after {
  top: 47%;
  left: 18%;
}
.addOwnerContract-box .handlingFeeBearTypeStyle .errorPlaceholder[data-v-e3b0b63a] .ant-select-selection-placeholder {
  color: #f84246;
}
.addOwnerContract-box .handlingFeeBearTypeStyle .errorPickerSeparator[data-v-e3b0b63a] .anticon {
  color: #f84246;
}
.addOwnerContract-box .handlingFeeBearTypeStyle .leftPopoverBody[data-v-e3b0b63a] {
  height: 32px;
  background: #f7f8fb;
  border: 1px solid #dddddd;
  position: relative;
  border-radius: 4px;
  margin-left: 10px;
  padding: 0 10px 0 8px;
}
.addOwnerContract-box .handlingFeeBearTypeStyle .leftPopoverBody .leftPopoverStyle[data-v-e3b0b63a] {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background: #f7f8fb;
  border-style: solid;
  border-width: 1px;
  transform: rotate(45deg);
  left: -5px;
  top: 10px;
  border-top-color: #f7f8fb;
  border-right-color: #f7f8fb;
  border-bottom-color: #dddddd;
  border-left-color: #dddddd;
}
.addOwnerContract-box .contentSlot[data-v-e3b0b63a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #DDDDDD;
}
.addOwnerContract-box .contentSlot .contract-times[data-v-e3b0b63a] {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.addOwnerContract-box .contentSlot .contract-times .splitStyle[data-v-e3b0b63a] {
  position: absolute;
  left: 85px;
  top: 5px;
}
.addOwnerContract-box .contentSlot .contract-times[data-v-e3b0b63a] .text-date-picker {
  line-height: 1;
  height: auto;
}
.addOwnerContract-box .contentSlot .contract-times[data-v-e3b0b63a] .text-date-picker .ant-picker-input {
  text-align: left;
}
.addOwnerContract-box .contentSlot .contract-times[data-v-e3b0b63a] .text-date-picker .ant-calendar-picker-icon {
  display: none;
}
.addOwnerContract-box .contentSlot .contract-times[data-v-e3b0b63a] .text-date-picker .ant-calendar-range-picker-separator {
  line-height: 30px;
}
.addOwnerContract-box .contentSlot .contract-times > span[data-v-e3b0b63a] {
  width: 10%;
  text-align: left;
}
.addOwnerContract-box .contentSlot .year-radio[data-v-e3b0b63a] {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.addOwnerContract-box .contentSlot .year-radio li[data-v-e3b0b63a] {
  width: 28px;
  height: auto;
  line-height: 1;
  text-align: center;
  border: 1px solid #e2e2e2;
  padding: 2px 0;
  border-radius: 3px;
  cursor: pointer;
  margin-left: 2px;
  font-size: 12px;
  background: #f6f7f8;
}
.addOwnerContract-box .contentSlot .year-radio .active[data-v-e3b0b63a] {
  background: rgba(22, 93, 255, 0.1);
  color: #165Dff;
  border: 1px solid #165Dff;
}
.addOwnerContract-box .contentSlot .year-radio .selectedLi[data-v-e3b0b63a] {
  background: rgba(22, 93, 255, 0.1);
  border: 1px solid #165Dff;
  color: #165Dff;
}
.addOwnerContract-box .contentSlot .common-time[data-v-e3b0b63a] {
  position: absolute;
  top: 2px;
  right: 0px;
  z-index: 2;
  font-size: 12px;
}
.addOwnerContract-box .address[data-v-e3b0b63a] {
  display: flex;
  width: 100%;
  position: relative;
}
.addOwnerContract-box .address .must-fill-border[data-v-e3b0b63a] .ant-select-selection {
  border-bottom: 1px solid #FB4246;
}
.addOwnerContract-box .address .dividerClass[data-v-e3b0b63a] {
  height: 15px;
  width: 1px;
  position: absolute;
  border: 0.5px solid #BBBBBB;
  right: 155px;
  bottom: 8px;
}
.addOwnerContract-box .sm-left[data-v-e3b0b63a] {
  position: absolute;
  bottom: 5px;
  right: -10px;
}
.addOwnerContract-box .close-icon-style[data-v-e3b0b63a] {
  position: absolute;
  right: 5px;
  top: 54px;
}
.addOwnerContract-box .close-icon-style .close-icon[data-v-e3b0b63a] {
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
}
.addOwnerContract-box .noSearchAddress[data-v-e3b0b63a] .ant-select-dropdown--empty {
  display: none;
}
.addOwnerContract-box .mosaic[data-v-e3b0b63a] {
  position: relative;
}
.addOwnerContract-box .mosaic[data-v-e3b0b63a] .ant-input {
  padding: 0 38px 0 0;
}
.addOwnerContract-box .mosaic span[data-v-e3b0b63a] {
  line-height: 32px;
  position: absolute;
  right: 0;
}
.addOwnerContract-box .paymentAll[data-v-e3b0b63a] .ant-select-selection-selected-value {
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
  width: 86%;
}
.addOwnerContract-box .payment[data-v-e3b0b63a] {
  position: relative;
}
.addOwnerContract-box .payment .pay1[data-v-e3b0b63a] {
  line-height: 32px;
  position: absolute;
  left: 0;
  z-index: 2;
}
.addOwnerContract-box .payment .pay2[data-v-e3b0b63a] {
  line-height: 32px;
  z-index: 2;
}
.addOwnerContract-box .payment .nonePay[data-v-e3b0b63a] {
  position: absolute;
  left: 72px;
}
.addOwnerContract-box .payment .depositMonth-nonebox[data-v-e3b0b63a] .ant-select-selection-selected-value {
  padding-left: 15px;
  padding-right: 0px;
  margin-right: 0px;
}
.addOwnerContract-box .payment .depositMonth-nonebox[data-v-e3b0b63a] .ant-select-selection--single .ant-select-selection__rendered {
  margin-right: 0px;
}
.addOwnerContract-box .payment .fu-nonebox[data-v-e3b0b63a] .ant-select-selection .ant-select-selection-selected-value {
  padding-left: 0;
  padding-right: 0px;
}
.addOwnerContract-box .payment .fu-nonebox[data-v-e3b0b63a] .ant-select-selection .ant-select-selection__rendered {
  margin-right: 0;
}
.addOwnerContract-box .payment[data-v-e3b0b63a] .ant-select-selection-selected-value {
  padding-left: 16px;
  padding-right: 0px;
  text-align: center;
  width: 86%;
}
.addOwnerContract-box .payment .fu-box[data-v-e3b0b63a] .ant-select-selection-selected-value {
  padding-left: 16px;
  padding-right: 0px;
}
.addOwnerContract-box .payment[data-v-e3b0b63a] .ant-select-arrow {
  right: 0;
}
.addOwnerContract-box .payment[data-v-e3b0b63a] .ant-select-selector {
  padding: 0px;
}
.addOwnerContract-box .together-data .feiyong .nonePay[data-v-e3b0b63a] {
  position: absolute;
  left: 50px;
  top: 5px;
}
.addOwnerContract-box .customStyle[data-v-e3b0b63a] .ant-tooltip {
  width: 200px;
}
.addOwnerContract-box .customStyle[data-v-e3b0b63a] .ant-tooltip-inner {
  width: 200px !important;
}
.addOwnerContract-box .bgBox .freeStyle[data-v-e3b0b63a] {
  position: relative;
}
.addOwnerContract-box .bgBox .freeStyle .freeStyle1[data-v-e3b0b63a] {
  position: absolute;
  top: 4px;
  right: 0px;
}
.addOwnerContract-box .bgBox .freeStyle .freeStyle1 .itemStyle[data-v-e3b0b63a] {
  width: 35px;
  text-align: center;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
}
.addOwnerContract-box .bgBox .freeStyle .freeStyle1 .leftStyle[data-v-e3b0b63a] {
  border-radius: 12px 0px 0px 12px;
}
.addOwnerContract-box .bgBox .freeStyle .freeStyle1 .rightStyle[data-v-e3b0b63a] {
  border-radius: 0px 12px 12px 0px;
}
.addOwnerContract-box .bgBox .freeStyle .freeStyle1 .selectedStyle[data-v-e3b0b63a] {
  background: #165Dff;
  border: 1px solid #165Dff;
  color: #ffffff;
}
.addOwnerContract-box .bgBox .freeStyle .freeStyle1 .unSelectStyle[data-v-e3b0b63a] {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  color: #777777;
}
.addOwnerContract-box .bgBox .freeStyle .freeStyle2[data-v-e3b0b63a] {
  margin-top: 10px;
  color: #111111;
  border-bottom: 1px solid #e8e8e8;
}
.addOwnerContract-box .bgBox .freeStyle .freeStyle2 .freePeriodClickFlagStyle[data-v-e3b0b63a] {
  position: absolute;
  top: 24px;
  width: 140px;
  height: 176px;
  background: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  z-index: 10;
}
.addOwnerContract-box .bgBox .freeStyle .freeStyle2 .freePeriodClickFlagStyle[data-v-e3b0b63a] ::-webkit-scrollbar {
  width: 2px;
}
.addOwnerContract-box .bgBox .freeStyle .freeStyle2 .freePeriodClickFlagStyle .selectContentStyle[data-v-e3b0b63a] {
  color: #777777;
  height: 145px;
  width: 100%;
  border-bottom: 1px solid #EEEEEE;
}
.addOwnerContract-box .bgBox .freeStyle .freeStyle2 .freePeriodClickFlagStyle .selectContentStyle .itemListStyle[data-v-e3b0b63a] {
  height: 144px;
  overflow-y: auto;
  width: 70px;
  border-right: 1px solid #f6f7f8;
}
.addOwnerContract-box .bgBox .freeStyle .freeStyle2 .freePeriodClickFlagStyle .selectContentStyle .itemListStyle .itemStyle[data-v-e3b0b63a] {
  text-align: center;
  height: 28px;
  line-height: 28px;
}
.addOwnerContract-box .bgBox .freeStyle .freeStyle2 .freePeriodClickFlagStyle .selectContentStyle .itemListStyle .selectedItemStyle[data-v-e3b0b63a] {
  background-color: rgba(22, 93, 255, 0.1);
  color: #165Dff;
}
.addOwnerContract-box .bgBox .freeStyle .freeStyle2 .freePeriodClickFlagStyle .btnStyle[data-v-e3b0b63a] {
  width: 100%;
  height: 30px;
  font-size: 12px;
  padding-top: 6px;
}
.addOwnerContract-box .bgBox .freeStyle .freeStyle2 .freePeriodClickFlagStyle .btnStyle .confirmStyle[data-v-e3b0b63a] {
  width: 38px;
  background: #165Dff;
  border-radius: 4px;
  color: #ffffff;
  height: 18px;
  line-height: 16px;
  text-align: center;
  margin-right: 6px;
}
.addOwnerContract-box .bgBox .freeStyle .freeStyle2 .freePeriodClickFlagStyle .btnStyle .cancelStyle[data-v-e3b0b63a] {
  width: 38px;
  background: #f6f7f8;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  color: #666666;
  height: 18px;
  line-height: 18px;
  text-align: center;
  margin-right: 5px;
}
.addOwnerContract-box .bgBox .payPatternStyle[data-v-e3b0b63a] .ant-select-dropdown {
  width: 214px !important;
}
.addOwnerContract-box .err-p[data-v-e3b0b63a] {
  font-size: 12px;
  font-weight: 400;
  color: #FFA036;
  line-height: 17px;
  padding: 8px 0 0 140px;
}
.addOwnerContract-box .err-p-red[data-v-e3b0b63a] {
  font-size: 12px;
  font-weight: 400;
  color: #FB4246;
  line-height: 17px;
  padding: 8px 0 0 140px;
}
.addOwnerContract-box .commmonDeliveryStyle[data-v-e3b0b63a] {
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #165Dff;
  font-size: 14px;
  font-weight: 400;
  color: #165Dff;
  line-height: 40px;
  text-align: center;
}
.addOwnerContract-box .addDeliveryStyle[data-v-e3b0b63a] {
  width: 140px;
}
.addOwnerContract-box .titlepz[data-v-e3b0b63a] {
  margin-bottom: 10px;
  padding-top: 4px;
  margin-top: 6px;
  height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
}
.addOwnerContract-box .titlepz span[data-v-e3b0b63a] {
  height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: #FFA036;
  line-height: 17px;
}
.addOwnerContract-box .myOperationFlagStyle[data-v-e3b0b63a] {
  width: 140px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  background: rgba(255, 160, 54, 0.08);
  border-radius: 2px;
  font-size: 13px;
}
.addOwnerContract-box .myOperationFlagStyle[data-v-e3b0b63a] .ant-checkbox + span {
  padding-left: 5px;
  padding-right: 0px;
}
.addOwnerContract-box .uplodList[data-v-e3b0b63a] {
  margin-bottom: 0;
}
.addOwnerContract-box .upload-p p[data-v-e3b0b63a] {
  text-align: center;
  width: 120px;
  margin-right: 9px;
}
.addOwnerContract-box .gender-box[data-v-e3b0b63a] {
  position: relative;
}
.addOwnerContract-box .gender-box[data-v-e3b0b63a] .ant-input {
  padding: 0 68px 0 0;
}
.addOwnerContract-box .gender-box .gender-span[data-v-e3b0b63a] {
  position: absolute;
  width: 66px;
  right: 0;
  top: 6px;
}
.addOwnerContract-box .gender-box .gender-span span[data-v-e3b0b63a] {
  margin-left: 0 !important;
  cursor: pointer;
}
.addOwnerContract-box .gender-box .gender-span span + span[data-v-e3b0b63a] {
  margin-left: 5px !important;
}
.addOwnerContract-box .gender-box .gender-span .genderNan[data-v-e3b0b63a],
.addOwnerContract-box .gender-box .gender-span .genderNv[data-v-e3b0b63a] {
  color: #165Dff;
}
.addOwnerContract-box .width-140[data-v-e3b0b63a] {
  width: 169px;
}
.addOwnerContract-box .width-280[data-v-e3b0b63a] {
  width: 340px;
}
.addOwnerContract-box[data-v-e3b0b63a] .label-item .ant-select-selection__rendered {
  margin-left: 0;
}
.addOwnerContract-box .save-contract[data-v-e3b0b63a] {
  width: 120px;
  height: 40px;
  background: #165Dff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 40px;
}
.addOwnerContract-box .quxiao[data-v-e3b0b63a] {
  width: 120px;
  height: 40px;
  border-radius: 5px;
}
.addOwnerContract-box .checkBillStyle[data-v-e3b0b63a] {
  height: 40px;
  line-height: 40px;
}
.addOwnerContract-box[data-v-e3b0b63a] .ant-input,
.addOwnerContract-box[data-v-e3b0b63a] .ant-select-selection__rendered,
.addOwnerContract-box[data-v-e3b0b63a] .ant-select-selection--single {
  height: 32px;
  font-size: 14px;
  line-height: 32px;
}
.addOwnerContract-box[data-v-e3b0b63a] .label-item .addon-after {
  height: 32px;
  font-size: 14px;
  line-height: 32px;
}
.addOwnerContract-box[data-v-e3b0b63a] .title-tiem .ft-bolder {
  height: 36px;
  margin-bottom: 2px;
}
.addOwnerContract-box[data-v-e3b0b63a] .label-item textarea.ant-input {
  padding: 4px 0;
  line-height: 20px;
}
.addOwnerContract-box[data-v-e3b0b63a] .ant-input {
  padding: 0;
}
.addOwnerContract-box[data-v-e3b0b63a] .ant-cascader-picker-label {
  padding: 0px;
}
.addOwnerContract-box .ownerInfoStyle[data-v-e3b0b63a] span.ant-radio + * {
  padding-left: 4px;
}
.public-config label[data-v-e3b0b63a] {
  width: 96px;
  margin: 10px 0;
}
.maintainer[data-v-e3b0b63a] .ft-bolder {
  height: 30px !important;
  line-height: 30px !important;
}
.moreStyle[data-v-e3b0b63a] {
  max-height: calc(100vh - 250px);
  overflow-y: auto;
}
.moreStyle .flex-wrap[data-v-e3b0b63a] {
  display: flex;
  flex-wrap: wrap;
}
.moreStyle .address[data-v-e3b0b63a] {
  display: flex;
  width: 100%;
  position: relative;
  align-items: flex-end;
}
.moreStyle .address .must-fill-border[data-v-e3b0b63a] .ant-select-selection {
  border-bottom: 1px solid #FB4246;
}
.moreStyle .address .dividerClass[data-v-e3b0b63a] {
  height: 20px;
  width: 1px;
  position: absolute;
  border: 0.5px solid #BBBBBB;
  right: 155px;
  bottom: 6px;
}
.moreStyle[data-v-e3b0b63a] .label-item .title .ft-bolder {
  height: 45px;
}
.moreStyle[data-v-e3b0b63a] .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 0px;
}
.moreStyle[data-v-e3b0b63a] .ant-checkbox-wrapper {
  max-width: 120px;
  width: 120px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.moreStyle[data-v-e3b0b63a] .ant-checkbox + span {
  padding-right: 8px;
  padding-left: 4px;
}
.moreStyle[data-v-e3b0b63a] .ant-select-selection__rendered {
  margin-left: 0px !important;
}
.moreStyle[data-v-e3b0b63a] .pic {
  width: 120px;
  height: 76px;
}
.moreStyle[data-v-e3b0b63a] .ant-upload.ant-upload-select-picture-card {
  width: 120px;
  height: 76px;
}
.moreStyle[data-v-e3b0b63a] .check-pic {
  padding-top: 18px;
}
.moreStyle[data-v-e3b0b63a] .file-list .pic-img-list {
  width: 120px;
  height: 76px;
}
.moreStyle[data-v-e3b0b63a] .file-list .pic-img-list > div img {
  max-width: 120px;
  max-height: 76px;
  vertical-align: top;
}
.content-row .together-item[data-v-e3b0b63a] {
  margin-bottom: 20px;
}
.content-row .together-item .delete-icon[data-v-e3b0b63a] {
  color: #FB4246;
  font-size: 14px;
}
.content-row .together-item .together-detail[data-v-e3b0b63a] {
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  text-align: center;
  font-size: 12px;
  border-radius: 4px;
}
.content-row .together-item .together-detail .together-title[data-v-e3b0b63a] {
  display: flex;
  background: #f7f8fb;
  text-align: left;
  border-radius: 4px 4px 0 0;
}
.content-row .together-item .together-detail .together-title > div[data-v-e3b0b63a] {
  padding: 0px 9px;
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.content-row .together-item .together-detail .together-title .must-fill[data-v-e3b0b63a] {
  color: #FB4246;
}
.content-row .together-item .together-detail .together-data[data-v-e3b0b63a] {
  position: relative;
  display: flex;
  border-radius: 0 0 4px 4px;
}
.content-row .together-item .together-detail .together-data .height40Style[data-v-e3b0b63a] {
  height: 40px;
  line-height: 40px;
}
.content-row .together-item .together-detail .together-data > div[data-v-e3b0b63a] {
  flex: 1;
  text-align: left;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.content-row .together-item .together-detail .together-data > div .popover[data-v-e3b0b63a]:hover {
  height: 39px;
  line-height: 38px;
  border: 1px solid #165Dff;
  cursor: pointer;
}
.content-row .together-item .together-detail .together-data .payPattern[data-v-e3b0b63a] {
  padding: 0 9px;
}
.content-row .together-item .together-detail .together-data input[data-v-e3b0b63a] {
  padding: 0 7px;
}
.content-row .together-item .together-detail .together-data input[data-v-e3b0b63a]:focus {
  border: 1px solid #165Dff !important;
}
.content-row .together-item .together-detail .together-data .select-border[data-v-e3b0b63a] {
  border: 1px solid #165Dff;
}
.content-row .together-item .together-detail .together-data .options i[data-v-e3b0b63a],
.content-row .together-item .together-detail .together-data .options span[data-v-e3b0b63a] {
  display: inline-block;
  width: 50%;
  height: 39px;
  cursor: pointer;
}
.content-row .together-item .together-detail .together-data .options i[data-v-e3b0b63a] {
  line-height: 39px;
  font-size: 14px;
}
.content-row .together-item .together-detail .together-data .options span[data-v-e3b0b63a] {
  padding: 3px 4px;
  line-height: 18px;
}
.content-row .together-item .together-detail .together-data .togeAddress[data-v-e3b0b63a] {
  padding: 0 9px;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.content-row .together-item .together-detail .together-data .togeAddress[data-v-e3b0b63a] .ant-select-selection__rendered {
  margin-left: 1px;
  margin-top: 3px;
}
.content-row .together-item .together-detail .together-data .togeAddress[data-v-e3b0b63a] .ant-select-dropdown-menu li {
  text-align: left;
}
.content-row .together-item .together-detail .together-data .house-data-item-left[data-v-e3b0b63a] {
  margin-left: 20px;
  position: relative;
}
.content-row .together-item .together-detail .together-data .house-data-item-left .addonBeforeStyle[data-v-e3b0b63a] {
  font-size: 14px;
  color: #111111;
  position: absolute;
  left: 0;
}
.content-row .together-item .together-detail .together-foot[data-v-e3b0b63a] {
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  text-align: center;
  border-radius: 0 0 4px 4px;
}
.content-row .together-item .together-detail .together-foot .togetherAdd[data-v-e3b0b63a] {
  width: 100px;
  margin: 0 auto;
  text-align: center;
}
.content-row .together-item .together-detail .together-foot[data-v-e3b0b63a] .anticon {
  vertical-align: -0.2em;
}
.content-row .contract-other[data-v-e3b0b63a] {
  width: 120px;
  height: 36px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #165Dff;
  font-size: 14px;
  font-weight: 400;
  color: #165Dff;
  line-height: 36px;
  text-align: center;
}
.content-row[data-v-e3b0b63a] .ant-cascader-picker-label {
  padding: 0px;
}
.cancelFont[data-v-e3b0b63a] {
  color: #666666;
  width: 120px;
  height: 40px;
}
.saveFont[data-v-e3b0b63a] {
  width: 120px;
  height: 40px;
  color: #ffffff;
  background-color: #165Dff;
}
.bg-rest[data-v-e3b0b63a] {
  color: rgba(0, 0, 0, 0.25) !important;
  background: #f5f5f5 !important;
}

.tree-wrap[data-v-4244310f] {
  position: relative;
  margin-bottom: 10px;
}
.tree-wrap .borderTopNone[data-v-4244310f] {
  border-top: none !important;
}
.tree-wrap .tree[data-v-4244310f] {
  position: absolute;
  top: 32px;
  z-index: 6;
  width: 100%;
  height: 300px;
  background-color: #ffffff;
  border: 1px solid #DDDDDD;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tree-wrap .tree .content[data-v-4244310f] {
  height: 246px;
  display: flex;
}
.tree-wrap .tree .content ul[data-v-4244310f] {
  flex: 1;
  height: 100%;
  overflow: auto;
  border-right: 1px solid #DDDDDD;
}
.tree-wrap .tree .content ul[data-v-4244310f]:last-child {
  border-right: none;
}
.tree-wrap .tree .content ul li[data-v-4244310f] {
  margin: 4px 0;
  padding: 0px 10px;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
}
.tree-wrap .tree .content ul li[data-v-4244310f]:hover {
  background-color: #F6F7F8;
}
.tree-wrap .tree .content ul li.active[data-v-4244310f] {
  color: #165Dff;
  background-color: rgba(22, 93, 255, 0.1) !important;
}
.tree-wrap .tree .footer[data-v-4244310f] {
  padding-top: 10px;
  border-top: 1px solid #DDDDDD;
  text-align: right;
}
.tree-wrap .tree .footer .ant-btn[data-v-4244310f] {
  margin-right: 10px;
  height: 30px;
  line-height: 30px;
}
[data-v-4244310f] .ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before,[data-v-4244310f] .ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before {
  background: rgba(22, 93, 255, 0.1);
}
[data-v-4244310f] .ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper.ant-tree-node-selected,[data-v-4244310f] .ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper.ant-tree-node-selected {
  color: #165Dff;
}
[data-v-4244310f] .ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-switcher,[data-v-4244310f] .ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-switcher {
  color: #333333;
}

.share-box[data-v-25521212] {
  padding: 40px;
}
.share-box[data-v-25521212] .ant-input {
  border: none;
  background-color: #f5f7fe;
  color: #111111;
}
.share-box .inviteUrlCopy[data-v-25521212] {
  background-color: #f5f7fe;
  padding: 0 0px 0 10px;
}
.share-box .inviteUrlCopy .inviteUrl[data-v-25521212] {
  background-color: #f5f7fe;
  float: left;
  width: calc(100% - 80px);
  height: 46px;
  line-height: 46px;
}
.share-box .inviteUrlCopy .inviteCopy[data-v-25521212] {
  background-color: rgba(22, 93, 255, 0.1);
  float: right;
  width: 80px;
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
}
.share-box .inviteUrlCopy .inviteCopy .inviteCopyFont[data-v-25521212] {
  width: 60px;
  text-align: center;
  margin-left: 10px;
  color: #165Dff;
}
.share-box .inviteUrlCopy .inviteCopy .inviteCopyFont[data-v-25521212]:hover {
  color: rgba(22, 93, 255, 0.8);
}

.viewRule-box[data-v-073fd533] {
  padding: 28px 30px;
}
.viewRule-box .titleStyle[data-v-073fd533] {
  font-size: 17px;
  color: #111111;
  font-weight: 500;
  text-align: center;
}
.viewRule-box .contentStyle[data-v-073fd533] {
  font-size: 14px;
  color: #777777;
  margin-top: 22px;
}
.viewRule-box .contentStyle span[data-v-073fd533] {
  display: inline-block;
}
.viewRule-box .closeStyle[data-v-073fd533] {
  margin: 0 auto;
  width: 160px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  background: #165Dff;
  color: #ffffff;
  font-size: 14px;
  border-radius: 4px;
}

.couponSelectFromContract-box .allCouponStyle[data-v-2d000e45] {
  min-height: 230px;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  padding: 0px 20px 20px 20px;
}
.couponSelectFromContract-box .itemStyle[data-v-2d000e45] {
  background: #ffffff;
  box-shadow: 0px 2px 30px 0px rgba(119, 119, 119, 0.1);
  border: 1px solid #eeeeee;
  border-radius: 8px;
  height: 86px;
  width: 100%;
  margin-bottom: 12px;
  position: relative;
}
.couponSelectFromContract-box .itemStyle .couponTypeStyle[data-v-2d000e45] {
  position: absolute;
  width: 100px;
  text-align: center;
  height: 22px;
  line-height: 22px;
  background: rgba(22, 93, 255, 0.1);
  border-radius: 8px 0px 8px 0px;
  color: #165Dff;
}
.couponSelectFromContract-box .itemStyle .unCouponTypeStyle[data-v-2d000e45] {
  position: absolute;
  width: 100px;
  text-align: center;
  height: 22px;
  line-height: 22px;
  background: rgba(119, 119, 119, 0.1);
  border-radius: 8px 0px 8px 0px;
  color: #777777;
}
.couponSelectFromContract-box .itemStyle .itemLeftStyle[data-v-2d000e45] {
  width: calc(100% - 65px);
  border-right: 1px dashed #dddddd;
  height: 86px;
}
.couponSelectFromContract-box .itemStyle .itemLeftStyle .moneyStyle[data-v-2d000e45] {
  font-size: 14px;
  color: #fb4246;
  font-weight: 600;
  width: 100px;
  text-align: center;
  height: 86px;
  line-height: 86px;
}
.couponSelectFromContract-box .itemStyle .itemLeftStyle .contentStyle[data-v-2d000e45] {
  padding: 9px 10px 10px;
  height: 86px;
}
.couponSelectFromContract-box .itemStyle .itemLeftStyle .contentStyle .nameStyle[data-v-2d000e45] {
  font-size: 14px;
  color: #111111;
  font-weight: 600;
}
.couponSelectFromContract-box .itemStyle .itemLeftStyle .contentStyle .overlayUseLimitStyle[data-v-2d000e45] {
  padding: 0 8px;
  text-align: center;
  height: 18px;
  line-height: 18px;
  background: rgba(255, 160, 54, 0.1);
  border-radius: 9px;
  color: #ffa036;
  font-size: 11px;
}
.couponSelectFromContract-box .itemStyle .itemLeftStyle .contentStyle .ruleStyle[data-v-2d000e45] {
  font-size: 11px;
}
.couponSelectFromContract-box .itemStyle .itemLeftStyle .contentStyle .ruleStyle i[data-v-2d000e45] {
  vertical-align: -0.2em;
}
.couponSelectFromContract-box .itemStyle .itemRightStyle[data-v-2d000e45] {
  width: 65px;
  text-align: center;
  height: 86px;
  line-height: 86px;
  font-weight: 600;
}
.couponSelectFromContract-box .unavailableWarnStyle[data-v-2d000e45] {
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-size: 12px;
}
.couponSelectFromContract-box .unusedCouponListHeaderStyle[data-v-2d000e45] {
  padding: 20px 20px 10px 20px;
}
.couponSelectFromContract-box .unusedCouponListHeaderStyle[data-v-2d000e45] .ant-checkbox + span {
  padding-right: 0px;
}
.couponSelectFromContract-box .buttonDiv[data-v-2d000e45] {
  padding: 0 20px 20px 0;
}
.couponSelectFromContract-box .buttonDiv .formItemMarginButton[data-v-2d000e45] {
  width: 120px;
  height: 40px;
  margin-left: 18px;
  margin-top: 15px;
}
.couponSelectFromContract-box .buttonDiv .cancelFont[data-v-2d000e45] {
  color: #666666;
}
.couponSelectFromContract-box .buttonDiv .saveFont[data-v-2d000e45] {
  color: #ffffff;
  background-color: #165Dff;
}

.bill-preview-box[data-v-190e7389] {
  max-height: calc(100vh - 120px);
  overflow: auto;
}
.bill-preview-box .bill-preview .listContract-box > .listContract[data-v-190e7389]:nth-last-child(1) {
  border: none;
}
.bill-preview-box .bill-preview .listContract[data-v-190e7389] {
  height: 40px;
  border-bottom: 1px solid #DDDDDD;
  margin: 0 20px;
}
.bill-preview-box .bill-preview .listContract > p[data-v-190e7389] {
  height: 20px;
  margin-top: 10px;
}
.bill-preview-box .bill-preview .listContract .listOne[data-v-190e7389] {
  width: 120px;
  font-size: 14px;
  font-weight: 400;
  color: #111111;
}
.bill-preview-box .bill-preview .listContract .listTwo[data-v-190e7389] {
  width: 460px;
  font-size: 14px;
  font-weight: 400;
  color: #111111;
}
.bill-preview-box .bill-preview .listContract .listTress[data-v-190e7389] {
  font-size: 14px;
  font-weight: 400;
}
.bill-preview-box .bill-preview .nameShow-box[data-v-190e7389] {
  height: 46px;
  opacity: 0.99;
  line-height: 46px;
  padding: 0 20px;
  border-bottom: 1px solid #DDDDDD;
}
.bill-preview-box .bill-preview .content-row[data-v-190e7389] {
  margin: 20px 20px;
}
.bill-preview-box .bill-preview .content-row .bill-item[data-v-190e7389] {
  margin-bottom: 20px;
}
.bill-preview-box .bill-preview .content-row .bill-item .delete-icon[data-v-190e7389] {
  color: #FB4246;
  font-size: 14px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail[data-v-190e7389] {
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  text-align: center;
  font-size: 12px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-name[data-v-190e7389] {
  height: 48px;
  line-height: 46px;
  font-weight: 600;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  background: #eeeff3;
  position: relative;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-name .checkbox-box[data-v-190e7389] {
  float: right;
  margin-right: 34px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-name .bill-name-span[data-v-190e7389] {
  float: left;
  margin-left: 10px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-title[data-v-190e7389] {
  display: flex;
  background: #f7f8fb;
  text-align: left;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-title > div[data-v-190e7389] {
  padding: 0px 9px;
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-title .must-fill[data-v-190e7389] {
  color: #FB4246;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data[data-v-190e7389] {
  position: relative;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .datePickerStyle[data-v-190e7389] svg {
  display: none;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .datePickerStyle[data-v-190e7389] .ant-picker {
  margin-left: 2px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .datePickerStyle[data-v-190e7389] .ant-picker .ant-picker-input input {
  width: 113px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .datePickerStyle2[data-v-190e7389] .ant-picker .ant-picker-input input {
  width: 120px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .datePickerStyle3[data-v-190e7389] svg {
  display: none;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .datePickerStyle3[data-v-190e7389] .ant-picker {
  margin-left: 2px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .datePickerStyle3[data-v-190e7389] .ant-picker .ant-picker-input input {
  width: 143px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .left-check[data-v-190e7389] {
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  width: 56px;
  height: 40px;
  line-height: 40px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .bill-content-list[data-v-190e7389] {
  display: flex;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .bill-content-list > div[data-v-190e7389] {
  font-size: 14px;
  color: #111111;
  text-align: left;
  padding: 0px 9px;
  flex: 1;
  height: 100%;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .bill-content-list > div .popover[data-v-190e7389]:hover {
  height: 39px;
  line-height: 38px;
  border: 1px solid #165Dff;
  cursor: pointer;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .payPattern[data-v-190e7389] {
  padding: 0 9px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data input[data-v-190e7389] {
  padding: 0 2px;
  height: calc(100% - 2px);
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data input[data-v-190e7389]:focus {
  border: 1px solid #165Dff !important;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .select-border[data-v-190e7389] {
  border: 1px solid #165Dff;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .options i[data-v-190e7389],
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .options span[data-v-190e7389] {
  display: inline-block;
  width: 50%;
  height: 39px;
  cursor: pointer;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .options i[data-v-190e7389] {
  line-height: 39px;
  font-size: 14px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .options span[data-v-190e7389] {
  padding: 3px 4px;
  line-height: 18px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .togeAddress[data-v-190e7389] {
  padding: 0 9px;
  display: flex;
  width: 100%;
  height: 100%;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .togeAddress[data-v-190e7389] .ant-select-selection__rendered {
  margin-top: 6px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .bill-span[data-v-190e7389] {
  float: left;
  margin-left: 10px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-foot[data-v-190e7389] {
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-foot .billAdd[data-v-190e7389] {
  width: 100px;
  margin: 0 auto;
  text-align: center;
}
.bill-preview-box .bill-preview .child-box[data-v-190e7389] {
  padding: 15px 0 0 20px;
  background: #f5f7fe;
}
.bill-preview-box .bill-preview .child-box > div[data-v-190e7389] {
  padding: 0px 9px;
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #DDDDDD;
}
.bill-preview-box .bill-preview .child-box > div[data-v-190e7389]:nth-child(1) {
  border-left: 1px solid #DDDDDD;
}
.bill-preview-box .bill-preview .child-data[data-v-190e7389] {
  padding: 0 0 0 20px;
  position: relative;
  display: flex;
}
.bill-preview-box .bill-preview .child-data > div[data-v-190e7389] {
  flex: 1;
  padding: 0px 9px;
  height: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.bill-preview-box .bill-preview .child-data > div .popover[data-v-190e7389]:hover {
  height: 39px;
  line-height: 38px;
  border: 1px solid #165Dff;
  cursor: pointer;
}
.bill-preview-box .bill-preview .child-data > div[data-v-190e7389]:nth-child(1) {
  border-left: 1px solid #DDDDDD;
}
.bill-preview-box .bill-preview .inputBor[data-v-190e7389] {
  background: #fcfcff;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.bill-preview-box .bill-preview .inputBor > div[data-v-190e7389]:nth-last-child(1) {
  padding-bottom: 15px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .inputBor .child-box[data-v-190e7389] {
  background: #fcfcff;
}
.bill-preview-box .preViewBtn[data-v-190e7389] {
  width: 120px;
  height: 40px;
  background-color: rgba(22, 93, 255, 0.1);
  border-radius: 5px;
  font-weight: 500;
  color: #165Dff;
  font-size: 14px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #165Dff;
}
.bill-preview-box .saveBtn[data-v-190e7389] {
  width: 120px;
  height: 40px;
  background: #165Dff;
  border-radius: 5px;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.bill-preview-box .cancelBtn[data-v-190e7389] {
  width: 120px;
  height: 40px;
  background: #f6f7f8;
  border-radius: 5px;
  border: 1px solid #dddddd;
  margin-right: 20px;
  margin-bottom: 20px;
}
.bill-preview-box .btn-p[data-v-190e7389] {
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #FFA036;
  float: right;
}
.bill-preview-box .contHead[data-v-190e7389] {
  height: 52px;
}
.bill-preview-box .contHead .tips[data-v-190e7389] {
  float: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 52px;
  margin-right: 34px;
}
.bill-preview-box .contHead .elsectBox[data-v-190e7389] {
  margin-right: 20px;
  line-height: 52px;
  float: right;
  color: #111111;
  font-size: 14px;
  font-weight: 400;
}
.bill-preview-box .contHead .elsectBox[data-v-190e7389] .ant-select .ant-select-selector {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.bill-preview-box .contHead .elsectBox[data-v-190e7389] .ant-select .ant-select-selector .ant-select-selection-item {
  padding-left: 4px;
}
.bill-preview-box .contHead .elsectBox[data-v-190e7389] .ant-select .ant-select-selector:hover {
  border: 1px solid #165Dff;
}
.payment-dialog[data-v-190e7389] {
  padding: 24px;
}
.payment-dialog .payment-content[data-v-190e7389] {
  color: #000000;
}
.payment-dialog .payment-content h2[data-v-190e7389] {
  font-size: 16px;
  font-weight: 550;
  margin-bottom: 16px;
}
.payment-dialog .payment-content[data-v-190e7389] .ant-select-selector {
  text-align: center;
}
.payment-dialog .payment-content > p[data-v-190e7389] {
  font-size: 14px;
}
.payment-dialog .payment-footer[data-v-190e7389] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.payment-dialog .clearfix .cancelBtn[data-v-190e7389] {
  width: 120px;
  height: 40px;
  background: #f6f7f8;
  border-radius: 5px;
  border: 1px solid #dddddd;
  margin-right: 20px;
}
.payment-dialog .clearfix .saveBtn[data-v-190e7389] {
  width: 120px;
  height: 40px;
  background: #165Dff;
  border-radius: 5px;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
}
.payment-reset[data-v-190e7389] {
  padding: 24px;
}
.payment-reset h2[data-v-190e7389] {
  font-size: 16px;
  font-weight: 550;
  margin-bottom: 16px;
}
.payment-reset .clearfix .cancelBtn[data-v-190e7389] {
  width: 120px;
  height: 40px;
  background: #f6f7f8;
  border-radius: 5px;
  border: 1px solid #dddddd;
  margin-right: 20px;
}
.payment-reset .clearfix .saveBtn[data-v-190e7389] {
  width: 120px;
  height: 40px;
  background: #165Dff;
  border-radius: 5px;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
}

.multiple-tab .selectHouse-box[data-v-75ac753e] {
  max-height: calc(100vh - 100px);
  overflow: auto;
}
.multiple-tab .selectHouse-box .houseDataStyle[data-v-75ac753e] {
  max-height: calc(100vh - 440px) !important;
}
.flex-between[data-v-75ac753e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.selectHouse-box .contentStyle[data-v-75ac753e] {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
}
.selectHouse-box .contentStyle .contentLeftStyle[data-v-75ac753e] {
  min-width: 870px;
  flex-grow: 3;
  padding: 15px 0px 0 0px;
}
.selectHouse-box .contentStyle .contentSplitStyle[data-v-75ac753e] {
  width: 8px;
  margin: 0 15px;
  background: #f7f8fb;
  flex-shrink: 0;
}
.selectHouse-box .contentStyle .contentRightStyle[data-v-75ac753e] {
  margin-right: 20px;
  min-width: 404px;
  padding: 15px 0px 0 0px;
  flex-grow: 2;
}
.selectHouse-box .contentStyle[data-v-75ac753e] .ant-input {
  height: 32px;
  line-height: 32px;
}
.selectHouse-box .contentStyle[data-v-75ac753e] .ant-input-group-addon {
  height: 34px;
}
.selectHouse-box .contentStyle[data-v-75ac753e] .ant-input-group-addon .ant-input-search-button {
  height: 34px;
}
.selectHouse-box .searchTitleStyle[data-v-75ac753e] {
  padding: 0 0 10px 20px;
}
.selectHouse-box .searchHeadStyle[data-v-75ac753e] {
  padding: 0 0 0 20px;
}
.selectHouse-box .searchHeadStyle .titleStyle[data-v-75ac753e] {
  color: #111111;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 10px;
}
.selectHouse-box .searchHeadStyle .mustFillStyle[data-v-75ac753e] {
  color: #FB4246;
  margin-left: 4px;
}
.selectHouse-box .searchHeadStyle .set_info[data-v-75ac753e] {
  width: 100%;
}
.selectHouse-box .searchHeadStyle .set_info .selectDeptStyle[data-v-75ac753e] .ant-select-dropdown {
  max-width: 250px !important;
  width: auto !important;
  z-index: 3;
}
.selectHouse-box .searchHeadStyle .set_info .selectItem1[data-v-75ac753e] {
  margin: 0px 5px 0 0px;
}
.selectHouse-box .searchHeadStyle .set_info .selectItem2[data-v-75ac753e] {
  margin: 0px 5px 0 0px;
}
.selectHouse-box .searchHeadStyle .set_info .priceStyle[data-v-75ac753e] .ant-input {
  padding: 4px 0px !important;
}
.selectHouse-box .searchHeadStyle .set_info .searchStyle[data-v-75ac753e] .ant-btn {
  padding: 0 9px;
}
.selectHouse-box .searchHeadStyle .set_info .clearStyle[data-v-75ac753e] {
  width: 42px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #EEEEEE;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  color: #111111;
  font-size: 13px;
}
.selectHouse-box .searchHeadStyle .set_info .selectItem > .titleTip1[data-v-75ac753e] {
  border: 1px solid #DDDDDD;
  border-right: 0px;
  background: #F6F7F8;
  font-size: 12px;
  color: #777777;
  border-radius: 4px 0 0 4px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.selectHouse-box .searchHeadStyle .set_info .selectItem .titleTip1With1[data-v-75ac753e] {
  width: 60px;
}
.selectHouse-box .searchHeadStyle .set_info .selectItem .titleTip1With2[data-v-75ac753e] {
  width: 58px;
}
.selectHouse-box .searchHeadStyle .set_info .selectItem .titleTip1With3[data-v-75ac753e] {
  width: 44px;
}
.selectHouse-box .searchHeadStyle .set_info .selectItem > .titleTip2[data-v-75ac753e] {
  border: 1px solid #DDDDDD;
  border-right: 0px;
  background: #F6F7F8;
  font-size: 14px;
  color: #111111;
  border-radius: 4px 0 0 4px;
  width: 50px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.selectHouse-box .searchHeadStyle .set_info .selectItem .lockStyle[data-v-75ac753e] {
  background: #f0f2f5;
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
}
.selectHouse-box .searchHeadStyle .set_info .selectItem .lockBtnStyle[data-v-75ac753e] {
  padding: 4px 8px 7px 8px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.selectHouse-box .searchHeadStyle .set_info .selectItem[data-v-75ac753e] .ant-select-selection {
  border-radius: 0 4px 4px 0;
}
.selectHouse-box .searchHeadStyle .set_info .selectItem[data-v-75ac753e] .ant-select-selection__rendered {
  height: 34px;
  line-height: 34px;
}
.selectHouse-box .searchHeadStyle .set_info .selectItem[data-v-75ac753e] .ant-select-selection--single {
  height: 34px;
  line-height: 34px;
}
.selectHouse-box .searchHeadStyle .set_info .selectItem[data-v-75ac753e] .ant-input {
  border-radius: 0 4px 4px 0;
  height: 34px;
  line-height: 34px;
  border: 1px solid #DDDDDD;
  padding-left: 8px;
}
.selectHouse-box .searchHeadStyle .set_info .selectItem[data-v-75ac753e] .tree-wrap .tree {
  width: 400px;
  top: 34px !important;
}
.selectHouse-box .searchHeadStyle .set_info .selectItem[data-v-75ac753e] svg {
  color: #165Dff;
  width: 14px;
  height: 14px;
}
.selectHouse-box .searchHeadStyle .set_info .cityTree[data-v-75ac753e] .tree-wrap .tree .content {
  border-top: 1px solid #DDDDDD;
}
.selectHouse-box .searchHeadStyle .set_info .haveBookStyle[data-v-75ac753e] .ant-select-dropdown {
  width: 200px !important;
}
.selectHouse-box .searchHeadStyle .set_info[data-v-75ac753e] .ant-select-selection__rendered {
  margin-left: 6px;
}
.selectHouse-box .dataStyle .basicsInfo[data-v-75ac753e] {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.selectHouse-box .dataStyle .basicsInfo .table[data-v-75ac753e] {
  width: 100%;
  font-size: 12px;
  border-radius: 4px;
}
.selectHouse-box .dataStyle .basicsInfo .table .table-title[data-v-75ac753e] {
  margin: 0 0px 0 20px;
  display: flex;
  background: #f5f7ff;
  color: #777777;
  font-size: 13px;
  border-radius: 4px 4px 0px 0px;
  border-left: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  position: relative;
}
.selectHouse-box .dataStyle .basicsInfo .table .table-title[data-v-75ac753e] .ant-checkbox-wrapper {
  align-items: center;
}
.selectHouse-box .dataStyle .basicsInfo .table .table-title[data-v-75ac753e] .ant-checkbox-wrapper .ant-checkbox {
  top: 0px;
}
.selectHouse-box .dataStyle .basicsInfo .table .table-title[data-v-75ac753e] .ant-checkbox-wrapper .ant-checkbox-inner {
  width: 14px;
  height: 14px;
}
.selectHouse-box .dataStyle .basicsInfo .table .table-title > div[data-v-75ac753e] {
  flex: 1;
  height: 34px;
  line-height: 34px;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.selectHouse-box .dataStyle .basicsInfo .table .table-title .selectInfoStyle[data-v-75ac753e] {
  position: absolute;
  left: 43px;
  top: 0px;
  width: 1000px;
  height: 32px;
  line-height: 34px;
  border-right: none;
  border-bottom: none;
  background: #f5f7ff;
  padding-left: 10px;
}
.selectHouse-box .dataStyle .basicsInfo .table .table-title .selectInfoStyle .fontStyle1[data-v-75ac753e] {
  font-size: 13px;
  color: #111111;
}
.selectHouse-box .dataStyle .basicsInfo .table .table-title .selectInfoStyle .fontStyle2[data-v-75ac753e] {
  font-size: 13px;
  color: #165Dff;
}
.selectHouse-box .dataStyle .basicsInfo .table .table-title .selectInfoStyle .splitStyle[data-v-75ac753e] {
  height: 16px;
  border-left: 1px solid #DDDDDD;
}
.selectHouse-box .dataStyle .basicsInfo .table .house-no-data[data-v-75ac753e] {
  border-radius: 0px 0px 4px 4px;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  background-color: #ffffff;
}
.selectHouse-box .dataStyle .basicsInfo .table .houseDataStyle7[data-v-75ac753e] {
  max-height: calc(100vh - 500px) !important;
}
.selectHouse-box .dataStyle .basicsInfo .table .houseDataStyle[data-v-75ac753e] {
  padding: 0 0 0 20px;
  max-height: calc(100vh - 400px);
  min-height: 300px;
  overflow-y: auto;
}
.selectHouse-box .dataStyle .basicsInfo .table .houseDataStyle .houseAliasFul[data-v-75ac753e] {
  border: none !important;
  background-color: #f0f8ff;
  color: #0A87F8 !important;
  border-radius: 3px;
  font-size: 12px;
  padding: 0 4px;
  margin-right: 6px;
}
.selectHouse-box .dataStyle .basicsInfo .table .houseDataStyle .popoverTitleStyle[data-v-75ac753e] {
  font-size: 13px;
  color: #111111;
  font-weight: 600;
}
.selectHouse-box .dataStyle .basicsInfo .table .houseDataStyle .popoverTableSTyle[data-v-75ac753e] {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.selectHouse-box .dataStyle .basicsInfo .table .houseDataStyle .popoverTableSTyle .popoverTable[data-v-75ac753e] {
  width: 100%;
  font-size: 12px;
  border-radius: 4px;
}
.selectHouse-box .dataStyle .basicsInfo .table .houseDataStyle .popoverTableSTyle .popoverTable .popoverTable-title[data-v-75ac753e] {
  display: flex;
  color: #777777;
  font-size: 12px;
  border-radius: 4px 4px 0px 0px;
  border-bottom: 1px solid #EEEEEE;
}
.selectHouse-box .dataStyle .basicsInfo .table .houseDataStyle .popoverTableSTyle .popoverTable .popoverTable-title > div[data-v-75ac753e] {
  flex: 1;
  height: 34px;
  line-height: 34px;
}
.selectHouse-box .dataStyle .basicsInfo .table .houseDataStyle .popoverTableSTyle .popoverTable .popoverTable-data[data-v-75ac753e] {
  display: flex;
  color: #111111;
  font-size: 12px;
  border-radius: 0px 0px 4px 4px;
  border-bottom: 1px solid #EEEEEE;
}
.selectHouse-box .dataStyle .basicsInfo .table .houseDataStyle .popoverTableSTyle .popoverTable .popoverTable-data > div[data-v-75ac753e] {
  flex: 1;
  height: 36px;
  line-height: 36px;
  text-align: left;
  background-color: #ffffff;
}
.selectHouse-box .dataStyle .basicsInfo .table .houseDataStyle[data-v-75ac753e] .ant-popover-inner-content {
  padding: 12px 15px 10px 15px;
}
.selectHouse-box .dataStyle .basicsInfo .table .house-data[data-v-75ac753e] {
  display: flex;
  color: #111111;
  font-size: 13px;
  border-radius: 0px 0px 4px 4px;
  border-left: 1px solid #EEEEEE;
}
.selectHouse-box .dataStyle .basicsInfo .table .house-data .overStyle[data-v-75ac753e] {
  background-color: rgba(22, 93, 255, 0.1);
}
.selectHouse-box .dataStyle .basicsInfo .table .house-data > div[data-v-75ac753e] {
  flex: 1;
  text-align: left;
  padding: 7px 8px;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  background-color: #ffffff;
}
.selectHouse-box .dataStyle .basicsInfo .table .house-data .houseAddress[data-v-75ac753e] {
  height: 20px;
  border-radius: 2px;
  color: #165Dff;
  background-color: #f0f8ff;
  font-size: 12px;
  text-align: center;
  padding: 5px 5px;
  margin-right: 5px;
}
.selectHouse-box .dataStyle .basicsInfo .table .house-data[data-v-75ac753e] .ant-input {
  height: 38px;
  line-height: 38px;
  padding-left: 14px;
}
.selectHouse-box .dataStyle .basicsInfo .table .house-data .borderRed[data-v-75ac753e] {
  border: 1px solid #FB4246 !important;
}
.selectHouse-box .dataStyle .basicsInfo .table .house-data .mustStyle input[data-v-75ac753e]::-webkit-input-placeholder {
  color: #FB4246;
}
.selectHouse-box .dataStyle .basicsInfo .table .house-data .mustStyle input[data-v-75ac753e]:-moz-placeholder {
  color: #FB4246;
}
.selectHouse-box .dataStyle .basicsInfo .table .house-data .mustStyle input[data-v-75ac753e]::-moz-placeholder {
  color: #FB4246;
}
.selectHouse-box .dataStyle .basicsInfo .table .house-data .mustStyle input[data-v-75ac753e]::-ms-input-placeholder {
  color: #FB4246;
}
.selectHouse-box .dataStyle .basicsInfo .table .house-data .priceStyle2[data-v-75ac753e] .ant-input {
  padding-left: 0px;
}
.selectHouse-box .dataStyle .basicsInfo .table .house-data .priceStyle .splitStyle[data-v-75ac753e] {
  margin: 12px 7px 0 0;
  height: 14px;
  border-right: 1px solid #EEEEEE;
}
.selectHouse-box .dataStyle .basicsInfo .table .house-data .priceStyle[data-v-75ac753e] .ant-input {
  padding-left: 5px;
}
.selectHouse-box .dataStyle .basicsInfo .table .house-data .priceStyle[data-v-75ac753e] .ant-select-selection {
  background-color: transparent;
}
.selectHouse-box .dataStyle .basicsInfo .table .house-data .priceStyle[data-v-75ac753e] i {
  vertical-align: 0em;
}
.selectHouse-box .contFoot[data-v-75ac753e] {
  margin-top: 0px;
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 20px;
  background-color: #fff;
}
.selectHouse-box .buttonDiv .formItemMarginButton[data-v-75ac753e] {
  width: 120px;
  height: 40px;
  margin-left: 18px;
  margin-top: 15px;
}
.selectHouse-box .buttonDiv .cancelFont[data-v-75ac753e] {
  color: #666666;
}
.selectHouse-box .buttonDiv .saveFont[data-v-75ac753e] {
  color: #ffffff;
  background-color: #165Dff;
}
.hint-box[data-v-75ac753e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 487px;
}
.hint-item[data-v-75ac753e] {
  padding: 14px 0;
  width: 411px;
}
.hint-item.border-top[data-v-75ac753e] {
  border-top: 1px dashed #ddd;
}
@media (max-width: 1415px) {
.contentStyle[data-v-75ac753e] {
    overflow: auto;
}
}
@media (max-width: 1544px) {
.contentLeftStyle .searchStyle[data-v-75ac753e] {
    margin-bottom: 10px !important;
    width: 840px;
}
.contentLeftStyle .searchStyle[data-v-75ac753e] .ant-input-group-wrapper {
    width: 100% !important;
}
}

.selectHouse-box .contentStyle[data-v-1652a046] {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
}
.selectHouse-box .contentStyle .contentLeftStyle[data-v-1652a046] {
  width: 840px;
  padding: 15px 0px 0 0px;
}
.selectHouse-box .contentStyle .contentSplitStyle[data-v-1652a046] {
  width: 8px;
  margin: 0 15px;
  background: #f7f8fb;
}
.selectHouse-box .contentStyle .contentRightStyle[data-v-1652a046] {
  width: calc(100% - 878px);
  padding: 15px 0px 0 0px;
}
.selectHouse-box .searchTitleStyle[data-v-1652a046] {
  padding: 0 0 10px 20px;
}
.selectHouse-box .searchHeadStyle[data-v-1652a046] {
  padding: 0 0 0 20px;
}
.selectHouse-box .searchHeadStyle .titleStyle[data-v-1652a046] {
  color: #111111;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 10px;
}
.selectHouse-box .searchHeadStyle .mustFillStyle[data-v-1652a046] {
  color: #FB4246;
  margin-left: 4px;
}
.selectHouse-box .searchHeadStyle .set_info[data-v-1652a046] {
  width: 100%;
}
.selectHouse-box .searchHeadStyle .set_info .selectItem1[data-v-1652a046] {
  margin: 0px 5px 0 0px;
}
.selectHouse-box .searchHeadStyle .set_info .selectItem2[data-v-1652a046] {
  margin: 0px 5px 0 0px;
}
.selectHouse-box .searchHeadStyle .set_info .priceStyle[data-v-1652a046] .ant-input {
  padding: 4px 0px !important;
}
.selectHouse-box .searchHeadStyle .set_info .searchStyle[data-v-1652a046] .ant-btn {
  padding: 0 9px;
}
.selectHouse-box .searchHeadStyle .set_info .clearStyle[data-v-1652a046] {
  width: 42px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #EEEEEE;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  color: #111111;
  font-size: 13px;
}
.selectHouse-box .searchHeadStyle .set_info .selectItem > .titleTip1[data-v-1652a046] {
  border: 1px solid #DDDDDD;
  border-right: 0px;
  background: #F6F7F8;
  font-size: 12px;
  color: #777777;
  border-radius: 4px 0 0 4px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.selectHouse-box .searchHeadStyle .set_info .selectItem .titleTip1With1[data-v-1652a046] {
  width: 60px;
}
.selectHouse-box .searchHeadStyle .set_info .selectItem .titleTip1With2[data-v-1652a046] {
  width: 58px;
}
.selectHouse-box .searchHeadStyle .set_info .selectItem .titleTip1With3[data-v-1652a046] {
  width: 44px;
}
.selectHouse-box .searchHeadStyle .set_info .selectItem > .titleTip2[data-v-1652a046] {
  border: 1px solid #DDDDDD;
  border-right: 0px;
  background: #F6F7F8;
  font-size: 14px;
  color: #111111;
  border-radius: 4px 0 0 4px;
  width: 50px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.selectHouse-box .searchHeadStyle .set_info .selectItem .lockStyle[data-v-1652a046] {
  background: #f0f2f5;
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
}
.selectHouse-box .searchHeadStyle .set_info .selectItem .lockBtnStyle[data-v-1652a046] {
  padding: 4px 8px 7px 8px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.selectHouse-box .searchHeadStyle .set_info .selectItem[data-v-1652a046] .ant-select-selection {
  border-radius: 0 4px 4px 0;
}
.selectHouse-box .searchHeadStyle .set_info .selectItem[data-v-1652a046] .ant-select-selection__rendered {
  height: 34px;
  line-height: 34px;
}
.selectHouse-box .searchHeadStyle .set_info .selectItem[data-v-1652a046] .ant-select-selection--single {
  height: 34px;
  line-height: 34px;
}
.selectHouse-box .searchHeadStyle .set_info .selectItem[data-v-1652a046] .ant-input {
  border-radius: 0 4px 4px 0;
  height: 34px;
  border: 1px solid #DDDDDD;
  padding-left: 8px;
}
.selectHouse-box .searchHeadStyle .set_info .selectItem[data-v-1652a046] .tree-wrap .tree {
  width: 400px;
  top: 34px !important;
}
.selectHouse-box .searchHeadStyle .set_info .selectItem[data-v-1652a046] svg {
  color: #165Dff;
  width: 14px;
  height: 14px;
}
.selectHouse-box .searchHeadStyle .set_info .cityTree[data-v-1652a046] .tree-wrap .tree .content {
  border-top: 1px solid #DDDDDD;
}
.selectHouse-box .searchHeadStyle .set_info .haveBookStyle[data-v-1652a046] .ant-select-dropdown {
  width: 200px !important;
}
.selectHouse-box .searchHeadStyle .set_info[data-v-1652a046] .ant-select-selection__rendered {
  margin-left: 6px;
}
.selectHouse-box .dataStyle .basicsInfo[data-v-1652a046] {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.selectHouse-box .dataStyle .basicsInfo .table[data-v-1652a046] {
  width: 100%;
  font-size: 12px;
  border-radius: 4px;
}
.selectHouse-box .dataStyle .basicsInfo .table .table-title[data-v-1652a046] {
  margin: 0 0px 0 20px;
  display: flex;
  background: #f5f7ff;
  color: #777777;
  font-size: 13px;
  border-radius: 4px 4px 0px 0px;
  border-left: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  position: relative;
}
.selectHouse-box .dataStyle .basicsInfo .table .table-title > div[data-v-1652a046] {
  flex: 1;
  height: 34px;
  line-height: 34px;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.selectHouse-box .dataStyle .basicsInfo .table .table-title .selectInfoStyle[data-v-1652a046] {
  position: absolute;
  left: 43px;
  top: 0px;
  width: 1000px;
  height: 32px;
  line-height: 34px;
  border-right: none;
  border-bottom: none;
  background: #f5f7ff;
  padding-left: 10px;
}
.selectHouse-box .dataStyle .basicsInfo .table .table-title .selectInfoStyle .fontStyle1[data-v-1652a046] {
  font-size: 13px;
  color: #111111;
}
.selectHouse-box .dataStyle .basicsInfo .table .table-title .selectInfoStyle .fontStyle2[data-v-1652a046] {
  font-size: 13px;
  color: #165Dff;
}
.selectHouse-box .dataStyle .basicsInfo .table .table-title .selectInfoStyle .splitStyle[data-v-1652a046] {
  height: 16px;
  border-left: 1px solid #DDDDDD;
}
.selectHouse-box .dataStyle .basicsInfo .table .house-no-data[data-v-1652a046] {
  border-radius: 0px 0px 4px 4px;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  background-color: #ffffff;
}
.selectHouse-box .dataStyle .basicsInfo .table .houseDataStyle[data-v-1652a046] {
  padding: 0 0 0 20px;
  max-height: calc(100vh - 400px);
  min-height: 300px;
  overflow-y: auto;
}
.selectHouse-box .dataStyle .basicsInfo .table .houseDataStyle .houseAliasFul[data-v-1652a046] {
  border: none !important;
  background-color: #f0f8ff;
  color: #0A87F8 !important;
  border-radius: 3px;
  font-size: 12px;
  padding: 0 4px;
  margin-right: 6px;
}
.selectHouse-box .dataStyle .basicsInfo .table .houseDataStyle .popoverTitleStyle[data-v-1652a046] {
  font-size: 13px;
  color: #111111;
  font-weight: 600;
}
.selectHouse-box .dataStyle .basicsInfo .table .houseDataStyle .popoverTableSTyle[data-v-1652a046] {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.selectHouse-box .dataStyle .basicsInfo .table .houseDataStyle .popoverTableSTyle .popoverTable[data-v-1652a046] {
  width: 100%;
  font-size: 12px;
  border-radius: 4px;
}
.selectHouse-box .dataStyle .basicsInfo .table .houseDataStyle .popoverTableSTyle .popoverTable .popoverTable-title[data-v-1652a046] {
  display: flex;
  color: #777777;
  font-size: 12px;
  border-radius: 4px 4px 0px 0px;
  border-bottom: 1px solid #EEEEEE;
}
.selectHouse-box .dataStyle .basicsInfo .table .houseDataStyle .popoverTableSTyle .popoverTable .popoverTable-title > div[data-v-1652a046] {
  flex: 1;
  height: 34px;
  line-height: 34px;
}
.selectHouse-box .dataStyle .basicsInfo .table .houseDataStyle .popoverTableSTyle .popoverTable .popoverTable-data[data-v-1652a046] {
  display: flex;
  color: #111111;
  font-size: 12px;
  border-radius: 0px 0px 4px 4px;
  border-bottom: 1px solid #EEEEEE;
}
.selectHouse-box .dataStyle .basicsInfo .table .houseDataStyle .popoverTableSTyle .popoverTable .popoverTable-data > div[data-v-1652a046] {
  flex: 1;
  height: 36px;
  line-height: 36px;
  text-align: left;
  background-color: #ffffff;
}
.selectHouse-box .dataStyle .basicsInfo .table .houseDataStyle[data-v-1652a046] .ant-popover-inner-content {
  padding: 12px 15px 10px 15px;
}
.selectHouse-box .dataStyle .basicsInfo .table .house-data[data-v-1652a046] {
  display: flex;
  color: #111111;
  font-size: 13px;
  border-radius: 0px 0px 4px 4px;
  border-left: 1px solid #EEEEEE;
}
.selectHouse-box .dataStyle .basicsInfo .table .house-data .overStyle[data-v-1652a046] {
  background-color: rgba(22, 93, 255, 0.1);
}
.selectHouse-box .dataStyle .basicsInfo .table .house-data > div[data-v-1652a046] {
  flex: 1;
  text-align: left;
  padding: 7px 8px;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  background-color: #ffffff;
}
.selectHouse-box .dataStyle .basicsInfo .table .house-data .houseAddress[data-v-1652a046] {
  height: 20px;
  border-radius: 2px;
  color: #165Dff;
  background-color: #f0f8ff;
  font-size: 12px;
  text-align: center;
  padding: 5px 5px;
  margin-right: 5px;
}
.selectHouse-box .dataStyle .basicsInfo .table .house-data[data-v-1652a046] .ant-input {
  height: 38px;
  line-height: 38px;
  padding-left: 14px;
}
.selectHouse-box .dataStyle .basicsInfo .table .house-data .borderRed[data-v-1652a046] {
  border: 1px solid #FB4246 !important;
}
.selectHouse-box .dataStyle .basicsInfo .table .house-data .mustStyle input[data-v-1652a046]::-webkit-input-placeholder {
  color: #FB4246;
}
.selectHouse-box .dataStyle .basicsInfo .table .house-data .mustStyle input[data-v-1652a046]:-moz-placeholder {
  color: #FB4246;
}
.selectHouse-box .dataStyle .basicsInfo .table .house-data .mustStyle input[data-v-1652a046]::-moz-placeholder {
  color: #FB4246;
}
.selectHouse-box .dataStyle .basicsInfo .table .house-data .mustStyle input[data-v-1652a046]::-ms-input-placeholder {
  color: #FB4246;
}
.selectHouse-box .dataStyle .basicsInfo .table .house-data .priceStyle2[data-v-1652a046] .ant-input {
  padding-left: 0px;
}
.selectHouse-box .dataStyle .basicsInfo .table .house-data .priceStyle .splitStyle[data-v-1652a046] {
  margin: 12px 7px 0 0;
  height: 14px;
  border-right: 1px solid #EEEEEE;
}
.selectHouse-box .dataStyle .basicsInfo .table .house-data .priceStyle[data-v-1652a046] .ant-input {
  padding-left: 5px;
}
.selectHouse-box .dataStyle .basicsInfo .table .house-data .priceStyle[data-v-1652a046] .ant-select-selection {
  background-color: transparent;
}
.selectHouse-box .dataStyle .basicsInfo .table .house-data .priceStyle[data-v-1652a046] i {
  vertical-align: 0em;
}
.selectHouse-box .contFoot[data-v-1652a046] {
  margin-top: 0px;
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 20px;
  background-color: #fff;
}
.selectHouse-box .buttonDiv .formItemMarginButton[data-v-1652a046] {
  width: 120px;
  height: 40px;
  margin-left: 18px;
  margin-top: 15px;
}
.selectHouse-box .buttonDiv .cancelFont[data-v-1652a046] {
  color: #666666;
}
.selectHouse-box .buttonDiv .saveFont[data-v-1652a046] {
  color: #ffffff;
  background-color: #165Dff;
}

.select-check-in-container[data-v-45d6a280] {
  padding-bottom: 20px;
}
.select-check-in-container .container[data-v-45d6a280] {
  display: flex;
  border-bottom: 1px solid #eeeeee;
}
.select-check-in-container .sub-title[data-v-45d6a280] {
  font-weight: 500;
  font-size: 18px;
}
.select-check-in-container .sub-title span[data-v-45d6a280] {
  font-size: 14px;
  color: #777777;
}
.select-check-in-container .left[data-v-45d6a280] {
  padding: 15px 20px;
  box-sizing: border-box;
  width: 860px;
}
.select-check-in-container .right[data-v-45d6a280] {
  padding: 15px 20px;
  width: 430px;
  box-sizing: border-box;
}
.select-check-in-container .contentSplitStyle[data-v-45d6a280] {
  width: 8px;
  background: #f7f8fb;
}
.select-check-in-container .table-content[data-v-45d6a280] {
  position: relative;
}
.select-check-in-container .table-content .action-top[data-v-45d6a280] {
  position: absolute;
  top: 1px;
  right: 3px;
  width: 46px;
  height: 32px;
  z-index: 10;
  background: #fafafa;
  display: flex;
  align-items: center;
  padding-left: 11px;
  box-sizing: border-box;
}
.select-check-in-container .table-content[data-v-45d6a280] .contFoot {
  height: auto;
  margin-top: 15px;
  margin-right: 0px;
}
.select-check-in-container .table-content[data-v-45d6a280] .contFoot .ant-pagination {
  margin: 0;
}
.select-check-in-container .table-content[data-v-45d6a280] .ant-table .ant-empty {
  height: 283px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.select-check-in-container .table-content[data-v-45d6a280] .ant-table th.ant-table-cell {
  line-height: 1.5;
}
.select-check-in-container .table-content[data-v-45d6a280] .ant-table .ant-table-thead tr {
  height: auto;
}
.select-check-in-container .table-content[data-v-45d6a280] .ant-table .ant-table-cell {
  font-size: 13px;
  padding: 8px 9px;
}
.select-check-in-container .search-content[data-v-45d6a280] {
  display: flex;
  margin-top: 10px;
}
.select-check-in-container .search-content .item[data-v-45d6a280] {
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-right: 10px;
  height: 35px;
  box-sizing: border-box;
  border-radius: 5px;
}
.select-check-in-container .search-content .item[data-v-45d6a280]:last-child {
  margin-right: 0;
}
.select-check-in-container .search-content .item .name[data-v-45d6a280] {
  background: #f6f7f8;
  height: 100%;
  padding: 0 10px;
  line-height: 35px;
  border-right: 1px solid #dddddd;
  font-size: 13px;
}
.select-check-in-container .search-content .item .select[data-v-45d6a280] {
  padding: 0 10px;
}
.select-check-in-container .search-content .item .input-box input[data-v-45d6a280] {
  border: none;
  width: 50px;
}
.select-check-in-container .search-content .item.search-item[data-v-45d6a280] {
  position: relative;
}
.select-check-in-container .search-content .item.search-item .btn[data-v-45d6a280] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 35px;
  background: #0a87f8;
  border-radius: 0 5px 5px 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.select-check-in-container .search-content .item[data-v-45d6a280] .ant-select .ant-select-selector {
  padding-right: 0;
}
.button-line[data-v-45d6a280] {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  padding-right: 20px;
}
.button-line button[data-v-45d6a280] {
  height: 40px;
  width: 120px;
  margin-left: 20px;
}
[data-v-45d6a280] .tree-wrap {
  margin-bottom: 0;
}
[data-v-45d6a280] .tree-wrap .tree {
  width: 400px;
}
[data-v-45d6a280] .tablePading {
  padding: 0 !important;
  margin-top: 15px;
}
.no-select[data-v-45d6a280] {
  cursor: not-allowed;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}
[data-v-45d6a280] .ant-checkbox-wrapper {
  line-height: 1;
}

.batchAddErrorInfo-box[data-v-5cf78688] {
  padding: 18px 20px;
  max-height: calc(100vh - 150px);
  min-height: 220px;
  overflow-y: auto;
}
.batchAddErrorInfo-box .contract-modular[data-v-5cf78688] {
  width: 1160px;
}
.batchAddErrorInfo-box .contract-modular .content-row .together-item[data-v-5cf78688] {
  margin-bottom: 20px;
}
.batchAddErrorInfo-box .contract-modular .content-row .together-item .together-detail[data-v-5cf78688] {
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  text-align: center;
  font-size: 13px;
}
.batchAddErrorInfo-box .contract-modular .content-row .together-item .together-detail .together-title[data-v-5cf78688] {
  display: flex;
  background: #f7f8fb;
  text-align: left;
}
.batchAddErrorInfo-box .contract-modular .content-row .together-item .together-detail .together-title > div[data-v-5cf78688] {
  padding: 0px 9px;
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.batchAddErrorInfo-box .contract-modular .content-row .together-item .together-detail .together-data[data-v-5cf78688] {
  position: relative;
  display: flex;
}
.batchAddErrorInfo-box .contract-modular .content-row .together-item .together-detail .together-data > div[data-v-5cf78688] {
  flex: 1;
  height: 100%;
  height: 41px;
  line-height: 41px;
  text-align: center;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #ffffff;
}

.importExcel-box[data-v-6da8c717] {
  padding: 24px 40px 50px 40px;
}
.importExcel-box .importLoadingStyle[data-v-6da8c717] {
  margin: 21px 0 17px 0;
}
.importExcel-box .importLoadingStyle .warningStyle[data-v-6da8c717] {
  color: #111111;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 41px 0;
}
.importExcel-box .importLoadingStyle .successStyle[data-v-6da8c717] {
  color: #111111;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 41px 0;
}
.importExcel-box .importLoadingStyle .errorStyle[data-v-6da8c717] {
  color: #FB4246;
  font-size: 16px;
  text-align: center;
  padding: 41px 0;
}
.importExcel-box .confirmStyle[data-v-6da8c717] {
  margin: 18px auto 6px;
  width: 150px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #165Dff;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}
.importExcel-box .btnListStyle[data-v-6da8c717] {
  width: 100%;
  text-align: center;
  height: 40px;
  margin-left: 80px;
}
.importExcel-box .btnListStyle .closeStyle[data-v-6da8c717] {
  color: #666666;
  font-size: 14px;
  width: 130px;
  height: 40px;
  line-height: 40px;
  background: #f6f7f8;
  border-radius: 4px;
  border: 1px solid #dddddd;
}
.importExcel-box .btnListStyle .viewStyle[data-v-6da8c717] {
  background: #165Dff;
  border-radius: 4px;
  width: 130px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  margin-left: 20px;
  font-size: 14px;
}

.bill-preview-box[data-v-2ea69dd2] {
  max-height: calc(100vh - 120px);
  overflow: auto;
}
.bill-preview-box .bill-preview .listContract-box > .listContract[data-v-2ea69dd2]:nth-last-child(1) {
  border: none;
}
.bill-preview-box .bill-preview .listContract[data-v-2ea69dd2] {
  height: 40px;
  border-bottom: 1px solid #DDDDDD;
  margin: 0 20px;
}
.bill-preview-box .bill-preview .listContract > p[data-v-2ea69dd2] {
  height: 20px;
  margin-top: 10px;
}
.bill-preview-box .bill-preview .listContract .listOne[data-v-2ea69dd2] {
  width: 120px;
  font-size: 14px;
  font-weight: 400;
  color: #111111;
}
.bill-preview-box .bill-preview .listContract .listTwo[data-v-2ea69dd2] {
  width: 460px;
  font-size: 14px;
  font-weight: 400;
  color: #111111;
}
.bill-preview-box .bill-preview .listContract .listTress[data-v-2ea69dd2] {
  font-size: 14px;
  font-weight: 400;
}
.bill-preview-box .bill-preview .nameShow-box[data-v-2ea69dd2] {
  height: 46px;
  opacity: 0.99;
  line-height: 46px;
  padding: 0 20px;
  border-bottom: 1px solid #DDDDDD;
}
.bill-preview-box .bill-preview .content-row[data-v-2ea69dd2] {
  margin: 20px 20px;
}
.bill-preview-box .bill-preview .content-row .bill-item[data-v-2ea69dd2] {
  margin-bottom: 20px;
}
.bill-preview-box .bill-preview .content-row .bill-item .delete-icon[data-v-2ea69dd2] {
  color: #FB4246;
  font-size: 14px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail[data-v-2ea69dd2] {
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  text-align: center;
  font-size: 12px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-name[data-v-2ea69dd2] {
  height: 48px;
  line-height: 46px;
  font-weight: 600;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  background: #eeeff3;
  position: relative;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-name .checkbox-box[data-v-2ea69dd2] {
  float: right;
  margin-right: 34px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-name .bill-name-span[data-v-2ea69dd2] {
  float: left;
  margin-left: 10px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-title[data-v-2ea69dd2] {
  display: flex;
  background: #f7f8fb;
  text-align: left;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-title > div[data-v-2ea69dd2] {
  padding: 0px 9px;
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-title .must-fill[data-v-2ea69dd2] {
  color: #FB4246;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data[data-v-2ea69dd2] {
  position: relative;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .datePickerStyle[data-v-2ea69dd2] svg {
  display: none;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .datePickerStyle[data-v-2ea69dd2] .ant-picker {
  margin-left: 2px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .datePickerStyle[data-v-2ea69dd2] .ant-picker .ant-picker-input input {
  width: 113px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .datePickerStyle2[data-v-2ea69dd2] .ant-picker .ant-picker-input input {
  width: 120px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .left-check[data-v-2ea69dd2] {
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  width: 56px;
  height: 40px;
  line-height: 40px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .bill-content-list[data-v-2ea69dd2] {
  display: flex;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .bill-content-list > div[data-v-2ea69dd2] {
  font-size: 14px;
  color: #111111;
  text-align: left;
  padding: 0px 9px;
  flex: 1;
  height: 100%;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .bill-content-list > div .popover[data-v-2ea69dd2]:hover {
  height: 39px;
  line-height: 38px;
  border: 1px solid #165Dff;
  cursor: pointer;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .payPattern[data-v-2ea69dd2] {
  padding: 0 9px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data input[data-v-2ea69dd2] {
  padding: 0 2px;
  height: calc(100% - 2px);
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data input[data-v-2ea69dd2]:focus {
  border: 1px solid #165Dff !important;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .select-border[data-v-2ea69dd2] {
  border: 1px solid #165Dff;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .options i[data-v-2ea69dd2],
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .options span[data-v-2ea69dd2] {
  display: inline-block;
  width: 50%;
  height: 39px;
  cursor: pointer;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .options i[data-v-2ea69dd2] {
  line-height: 39px;
  font-size: 14px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .options span[data-v-2ea69dd2] {
  padding: 3px 4px;
  line-height: 18px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .togeAddress[data-v-2ea69dd2] {
  padding: 0 9px;
  display: flex;
  width: 100%;
  height: 100%;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .togeAddress[data-v-2ea69dd2] .ant-select-selection__rendered {
  margin-top: 6px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .bill-span[data-v-2ea69dd2] {
  float: left;
  margin-left: 10px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-foot[data-v-2ea69dd2] {
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-foot .billAdd[data-v-2ea69dd2] {
  width: 100px;
  margin: 0 auto;
  text-align: center;
}
.bill-preview-box .bill-preview .child-box[data-v-2ea69dd2] {
  padding: 15px 0 0 20px;
  background: #f5f7fe;
}
.bill-preview-box .bill-preview .child-box > div[data-v-2ea69dd2] {
  padding: 0px 9px;
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #DDDDDD;
}
.bill-preview-box .bill-preview .child-box > div[data-v-2ea69dd2]:nth-child(1) {
  border-left: 1px solid #DDDDDD;
}
.bill-preview-box .bill-preview .child-data[data-v-2ea69dd2] {
  padding: 0 0 0 20px;
  position: relative;
  display: flex;
}
.bill-preview-box .bill-preview .child-data > div[data-v-2ea69dd2] {
  flex: 1;
  padding: 0px 9px;
  height: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.bill-preview-box .bill-preview .child-data > div .popover[data-v-2ea69dd2]:hover {
  height: 39px;
  line-height: 38px;
  border: 1px solid #165Dff;
  cursor: pointer;
}
.bill-preview-box .bill-preview .child-data > div[data-v-2ea69dd2]:nth-child(1) {
  border-left: 1px solid #DDDDDD;
}
.bill-preview-box .bill-preview .inputBor[data-v-2ea69dd2] {
  background: #fcfcff;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.bill-preview-box .bill-preview .inputBor > div[data-v-2ea69dd2]:nth-last-child(1) {
  padding-bottom: 15px;
}
.bill-preview-box .bill-preview .content-row .bill-item .bill-detail .bill-data .inputBor .child-box[data-v-2ea69dd2] {
  background: #fcfcff;
}
.bill-preview-box .preViewBtn[data-v-2ea69dd2] {
  width: 120px;
  height: 40px;
  background-color: rgba(22, 93, 255, 0.1);
  border-radius: 5px;
  font-weight: 500;
  color: #165Dff;
  font-size: 14px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #165Dff;
}
.bill-preview-box .saveBtn[data-v-2ea69dd2] {
  width: 120px;
  height: 40px;
  background: #165Dff;
  border-radius: 5px;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.bill-preview-box .cancelBtn[data-v-2ea69dd2] {
  width: 120px;
  height: 40px;
  background: #f6f7f8;
  border-radius: 5px;
  border: 1px solid #dddddd;
  margin-right: 20px;
  margin-bottom: 20px;
}
.bill-preview-box .btn-p[data-v-2ea69dd2] {
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #FFA036;
  float: right;
}
.bill-preview-box .contHead[data-v-2ea69dd2] {
  height: 52px;
}
.bill-preview-box .contHead .tips[data-v-2ea69dd2] {
  float: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 52px;
  margin-right: 34px;
}
.bill-preview-box .contHead .elsectBox[data-v-2ea69dd2] {
  margin-right: 20px;
  line-height: 52px;
  float: right;
  color: #111111;
  font-size: 14px;
  font-weight: 400;
}
.bill-preview-box .contHead .elsectBox[data-v-2ea69dd2] .ant-select .ant-select-selector {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.bill-preview-box .contHead .elsectBox[data-v-2ea69dd2] .ant-select .ant-select-selector .ant-select-selection-item {
  padding-left: 4px;
}
.bill-preview-box .contHead .elsectBox[data-v-2ea69dd2] .ant-select .ant-select-selector:hover {
  border: 1px solid #165Dff;
}

.select-project[data-v-199121c0] {
  margin-top: 12px;
  position: relative;
}
.select-project .input-box[data-v-199121c0] .ant-input {
  padding: 0 10px;
}
.select-project .project-down[data-v-199121c0] {
  position: absolute;
  top: 100%;
  left: 0;
  width: 400px;
  z-index: 3;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  height: 300px;
}
.select-project .project-down .content[data-v-199121c0] {
  display: flex;
  width: 100%;
  height: 100%;
}
.select-project .project-down .content .city-box[data-v-199121c0] {
  width: 120px;
  border-right: 1px solid #eeeeee;
  padding: 10px 0;
  height: 100%;
  overflow-y: auto;
}
.select-project .project-down .content .city-box .item[data-v-199121c0] {
  padding: 7px 15px;
  cursor: pointer;
  transition: all 0.4s;
}
.select-project .project-down .content .city-box .item.active[data-v-199121c0],
.select-project .project-down .content .city-box .item[data-v-199121c0]:hover {
  background: #edf3fe;
  color: #0a87f8;
}
.select-project .project-down .content .pro-box[data-v-199121c0] {
  padding: 10px 0;
  width: calc(100% - 120px);
  height: 100%;
  overflow-y: auto;
}
.select-project .project-down .content .pro-box .item[data-v-199121c0] {
  padding: 7px 15px;
  cursor: pointer;
  transition: all 0.4s;
}
.select-project .project-down .content .pro-box .item.active[data-v-199121c0],
.select-project .project-down .content .pro-box .item[data-v-199121c0]:hover {
  background: #edf3fe;
  color: #0a87f8;
}

[data-v-c74469b6] .ant-select-selection-search input {
  padding: 0 6px;
}
.add-bill[data-v-c74469b6] {
  max-height: calc(100vh - 150px);
  overflow: auto;
  overflow-x: hidden;
}
.add-bill .deptStyle[data-v-c74469b6] .label-item .title {
  margin-top: 0px;
}
.add-bill .billTypeStyle[data-v-c74469b6] .ant-select-selection--single {
  height: 31px;
}
.add-bill .predictTimeStyle[data-v-c74469b6] .ant-picker {
  width: 100%;
}
.add-bill .billType-two[data-v-c74469b6] .ant-select-selector {
  border-bottom: 1px solid #dddddd;
}
.add-bill .payTypeStyle[data-v-c74469b6] {
  position: relative;
}
.add-bill .payTypeStyle[data-v-c74469b6] .ant-select-selection--single {
  height: 31px;
}
.add-bill .payTypeStyle .payTypeStyleSplit[data-v-c74469b6] {
  width: 1px;
  height: 50px;
  border-right: 1px dashed #dddddd;
  position: absolute;
  right: -10px;
  top: 0px;
}
.add-bill .payTypeStyle[data-v-c74469b6]::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 14px;
  left: 244px;
  top: 33px;
  border-right: 1px solid #dddddd;
}
.add-bill .top-btn[data-v-c74469b6] {
  background: #edf3fe;
  padding: 20px;
}
.add-bill .top-btn .topbar-box[data-v-c74469b6] {
  display: flex;
}
.add-bill .top-btn .moreHouseModeStyle[data-v-c74469b6] {
  height: 32px;
  line-height: 32px;
  background: #ffffff;
  padding: 0 10px;
  margin-top: 12px;
}
.add-bill .top-btn .moreHouseModeStyle .moreHouseModeSplitStyle[data-v-c74469b6] {
  padding-left: 15px;
  border-right: 1px solid #dddddd;
  margin-right: 18px;
  height: 14px;
}
.add-bill .top-btn .top-left[data-v-c74469b6] {
  height: 40px;
}
.add-bill .top-btn .top-left[data-v-c74469b6] .ant-radio-group .ant-radio-button-wrapper {
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  font-size: 16px;
}
.add-bill .top-btn .top-left[data-v-c74469b6] .ant-popover {
  width: 250px;
}
.add-bill .top-btn .top-right[data-v-c74469b6] {
  height: 40px;
  flex: 1;
}
.add-bill .top-btn .top-right[data-v-c74469b6] .ant-select-selection__rendered {
  height: 40px;
  line-height: 40px;
  margin-left: 4px;
}
.add-bill .top-btn .top-right[data-v-c74469b6] .ant-select-selection--single {
  height: 40px;
  line-height: 40px;
}
.add-bill .top-btn .houseType[data-v-c74469b6] {
  margin-top: 20px;
  display: flex;
}
.add-bill .top-btn .houseType .houseType-left[data-v-c74469b6] {
  width: 80px;
  background: #f6f7f8;
  padding: 15px;
  font-size: 13px;
  color: #165Dff;
}
.add-bill .top-btn .houseType .houseType-right[data-v-c74469b6] {
  background: #fff;
  width: calc(100% - 80px);
}
.add-bill .top-btn .houseType .houseType-right[data-v-c74469b6] .title {
  margin-top: 0;
}
.add-bill .top-btn .houseType .houseType-right[data-v-c74469b6] .label-item {
  height: 50px;
}
.add-bill .top-btn .houseType .houseType-right .houseType-right1[data-v-c74469b6] .ant-select-dropdown {
  width: -moz-max-content !important;
  width: max-content !important;
}
.add-bill .top-btn .houseType .houseType-right .houseType-right1[data-v-c74469b6] .rc-virtual-list {
  width: 360px;
}
.add-bill .top-btn .houseType .houseType-right .houseType-right1[data-v-c74469b6] .rc-virtual-list .ant-select-item {
  padding: 9px 20px 0;
}
.add-bill .top-btn .houseType .houseType-right .houseType-right1[data-v-c74469b6] .rc-virtual-list .ant-select-item .empDept-box .bottom {
  margin-top: 5px;
  padding-bottom: 9px;
  border-bottom: 1px solid #CCCCCC;
  color: #777777;
}
.add-bill .top-btn .houseType .houseType-right .houseType-right1[data-v-c74469b6] .rc-virtual-list .ant-select-item .empDept-box .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.add-bill .top-btn .houseType .houseType-right .houseType-right1[data-v-c74469b6] .rc-virtual-list .ant-select-item .empDept-box .top .left {
  display: flex;
  align-items: center;
}
.add-bill .top-btn .houseType .houseType-right .houseType-right1[data-v-c74469b6] .rc-virtual-list .ant-select-item .empDept-box .top .left .status {
  padding: 0 6px;
  margin-right: 8px;
  background: rgba(39, 177, 72, 0.1);
  color: #27b148;
  line-height: 20px;
  font-size: 12px;
}
.add-bill .top-btn .houseType .houseType-right .houseType-right1[data-v-c74469b6] .rc-virtual-list .ant-select-item .empDept-box .top .left .status.locked {
  background: rgba(112, 112, 112, 0.1);
  color: #707070;
}
.add-bill .top-btn .houseType .houseType-right .houseType-right1[data-v-c74469b6] .rc-virtual-list .ant-select-item:last-child .bottom {
  border: none;
}
.add-bill .top-btn .houseType .houseType-right .houseType-right2[data-v-c74469b6] .ant-select-dropdown {
  width: 96px !important;
}
.add-bill .contract-modular[data-v-c74469b6] {
  width: 758px;
}
.add-bill .contract-modular .titleInfo[data-v-c74469b6] {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  box-sizing: border-box;
  margin: 11px 0;
}
.add-bill .contract-modular .titleInfo b[data-v-c74469b6] {
  font-weight: normal;
}
.add-bill .contract-modular .content-row .together-item[data-v-c74469b6] {
  margin-bottom: 12px;
}
.add-bill .contract-modular .content-row .together-item .delete-icon[data-v-c74469b6] {
  color: #FB4246;
  font-size: 14px;
}
.add-bill .contract-modular .content-row .together-item .together-detail[data-v-c74469b6] {
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  text-align: center;
  font-size: 12px;
}
.add-bill .contract-modular .content-row .together-item .together-detail .together-title[data-v-c74469b6] {
  display: flex;
  background: #f7f8fb;
  text-align: left;
}
.add-bill .contract-modular .content-row .together-item .together-detail .together-title > div[data-v-c74469b6] {
  padding: 0px 9px;
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.add-bill .contract-modular .content-row .together-item .together-detail .together-title .must-fill[data-v-c74469b6] {
  color: #FB4246;
}
.add-bill .contract-modular .content-row .together-item .together-detail .together-data[data-v-c74469b6] {
  position: relative;
  display: flex;
}
.add-bill .contract-modular .content-row .together-item .together-detail .together-data > div[data-v-c74469b6] {
  flex: 1;
  height: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.add-bill .contract-modular .content-row .together-item .together-detail .together-data > div .popover[data-v-c74469b6]:hover {
  height: 39px;
  line-height: 38px;
  border: 1px solid #165Dff;
  cursor: pointer;
}
.add-bill .contract-modular .content-row .together-item .together-detail .together-data .payPattern[data-v-c74469b6] {
  padding: 0 9px;
}
.add-bill .contract-modular .content-row .together-item .together-detail .together-data input[data-v-c74469b6] {
  text-align: left;
  height: 100%;
}
.add-bill .contract-modular .content-row .together-item .together-detail .together-data input[data-v-c74469b6]:focus {
  border: 1px solid #165Dff !important;
}
.add-bill .contract-modular .content-row .together-item .together-detail .together-data .select-border[data-v-c74469b6] {
  border: 1px solid #165Dff;
}
.add-bill .contract-modular .content-row .together-item .together-detail .together-data .options i[data-v-c74469b6],
.add-bill .contract-modular .content-row .together-item .together-detail .together-data .options span[data-v-c74469b6] {
  display: inline-block;
  width: 50%;
  height: 39px;
  cursor: pointer;
}
.add-bill .contract-modular .content-row .together-item .together-detail .together-data .options i[data-v-c74469b6] {
  line-height: 39px;
  font-size: 14px;
}
.add-bill .contract-modular .content-row .together-item .together-detail .together-data .options span[data-v-c74469b6] {
  padding: 3px 4px;
  line-height: 18px;
}
.add-bill .contract-modular .content-row .together-item .together-detail .together-data .togeAddress[data-v-c74469b6] {
  padding: 0 9px;
  display: flex;
  width: 100%;
  height: 100%;
}
.add-bill .contract-modular .content-row .together-item .together-detail .together-data .togeAddress[data-v-c74469b6] .ant-select-selection__rendered {
  margin-top: 6px;
}
.add-bill .contract-modular .content-row .together-item .together-detail .together-data .radio-box[data-v-c74469b6] .ant-radio-button-wrapper {
  padding: 0 12px;
  height: 24px;
  line-height: 24px;
}
.add-bill .contract-modular .content-row .together-item .together-detail .together-data .radio-box[data-v-c74469b6] .ant-radio-button-wrapper:nth-child(1) {
  border-radius: 20px 0 0 20px;
}
.add-bill .contract-modular .content-row .together-item .together-detail .together-data .radio-box[data-v-c74469b6] .ant-radio-button-wrapper:nth-child(2) {
  border-radius: 0 20px 20px 0;
}
.add-bill .contract-modular .content-row .together-item .together-detail .together-data .radio-box[data-v-c74469b6] .ant-radio-button-wrapper-checked {
  border-radius: 50%;
}
.add-bill .contract-modular .content-row .together-item .together-detail .together-data[data-v-c74469b6] .ant-cascader-picker-label {
  text-align: left;
}
.add-bill .contract-modular .content-row .together-item .together-detail .together-data[data-v-c74469b6] .ant-picker .ant-picker-input input {
  text-align: center;
}
.add-bill .contract-modular .content-row .together-item .together-detail .together-data[data-v-c74469b6] .ant-picker .ant-picker-active-bar {
  margin-left: 0;
}
.add-bill .contract-modular .content-row .together-item .together-detail .together-foot[data-v-c74469b6] {
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.add-bill .contract-modular .content-row .together-item .together-detail .together-foot .togetherAdd[data-v-c74469b6] {
  color: #165Dff;
  width: 100px;
  margin: 0 auto;
  text-align: center;
}
.add-bill .contract-modular .content-row .together-item .together-detail .together-foot .togetherAdd i[data-v-c74469b6] {
  vertical-align: -0.2em;
}
.add-bill .address[data-v-c74469b6] {
  display: flex;
  width: 100%;
}
.add-bill .address .must-fill-border[data-v-c74469b6] .ant-select-selection {
  border: 1px solid #FB4246;
}
.add-bill .address .dividerClass[data-v-c74469b6] {
  height: 15px;
  width: 1px;
  border: 0.5px solid #BBBBBB;
  margin: 8px 10px 0 10px;
}
.add-bill .address-border[data-v-c74469b6] .ant-select-selector {
  border: 1px solid #d9d9d9;
  padding: 0 11px 0 4px;
}
.add-bill .close-icon-style[data-v-c74469b6] {
  position: absolute;
  right: 30px;
  top: 30px;
}
.add-bill .close-icon-style .close-icon[data-v-c74469b6] {
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
}
.add-bill .err-p[data-v-c74469b6] {
  font-size: 12px;
  font-weight: 400;
  color: #FFA036;
  line-height: 17px;
  position: absolute;
}
.add-bill .error-p[data-v-c74469b6] {
  font-size: 12px;
  font-weight: 400;
  color: #FFA036;
  line-height: 17px;
  position: absolute;
  top: 30px;
}
.add-bill .err-p-red[data-v-c74469b6] {
  font-size: 12px;
  font-weight: 400;
  color: #FB4246;
  line-height: 17px;
  position: absolute;
}
.add-bill .titlepz[data-v-c74469b6] {
  margin-top: 6px;
  height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
}
.add-bill .titlepz span[data-v-c74469b6] {
  height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: #FFA036;
  line-height: 17px;
}
.add-bill .advance-title[data-v-c74469b6] {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.add-bill .advance-title .checkbox[data-v-c74469b6] {
  width: 15px;
}
.add-bill .advance-title .title[data-v-c74469b6] {
  margin-left: 4px;
  font-weight: 700;
}
.add-bill .advance-title .tabs-title[data-v-c74469b6] {
  border: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
}
.add-bill .advance-title .tabs-title .activeIndex[data-v-c74469b6] {
  font-size: 13px;
  width: 81px;
  height: 30px;
  color: #165Dff;
  background: rgba(22, 93, 255, 0.1);
  font-weight: 500;
  border-radius: 3px;
}
.add-bill .advance-title .tabs-title .unactiveIndex[data-v-c74469b6] {
  font-size: 13px;
  width: 81px;
  height: 30px;
  background-color: #ffffff;
  color: #333333;
  border-top-left-radius: 3px;
  border-radius: 3px;
}
.add-bill .advance-title .advance-select[data-v-c74469b6] {
  display: flex;
  align-items: center;
  width: 476px;
  height: 30px;
  padding-left: 15px;
  position: relative;
}
.add-bill .advance-title .advance-select .close-icon-style[data-v-c74469b6] {
  position: absolute;
  right: 5px;
  top: 5px;
}
.add-bill .advance-title .advance-select .close-icon-style .close-icon[data-v-c74469b6] {
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
}
.add-bill[data-v-c74469b6] .ant-input,
.add-bill[data-v-c74469b6] .ant-select-selection__rendered,
.add-bill[data-v-c74469b6] .ant-select-selection--single {
  height: 32px;
  font-size: 14px;
  line-height: 32px;
}
.add-bill[data-v-c74469b6] .label-item .addon-after {
  height: 32px;
  font-size: 14px;
  line-height: 32px;
}
.add-bill[data-v-c74469b6] input {
  text-align: left;
}
.add-bill[data-v-c74469b6] .label-item textarea.ant-input {
  padding: 0;
}
.add-bill[data-v-c74469b6] .ant-input {
  padding: 0;
}
.add-bill .foot[data-v-c74469b6] {
  height: 80px;
  padding: 20px;
}
.add-bill .foot .btn[data-v-c74469b6] {
  margin-left: 20px;
  width: 120px;
  height: 40px;
  border-radius: 5px;
  float: right;
}
.add-bill .communityList[data-v-c74469b6] {
  padding: 6px 12px;
}
.add-bill .communityList[data-v-c74469b6]:hover {
  background: rgba(10, 135, 248, 0.1);
}
.add-bill .shortRentStyle[data-v-c74469b6] {
  display: flex;
  justify-content: flex-start;
}
.add-bill .shortRentStyle .shortRentStyle-tag[data-v-c74469b6] {
  border: 1px solid #0a87f8;
  width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  border-radius: 50%;
  color: #0a87f8;
  font-size: 13px;
  margin-top: 2px;
}
.add-bill .shortRentStyle .status[data-v-c74469b6] {
  padding: 1px 4px;
  border-radius: 4px;
  font-size: 13px;
  margin: 0 6px;
}
.add-bill .shortRentStyle .status1[data-v-c74469b6] {
  border: 1px solid #ffa036;
  color: #ffa036;
}
.add-bill .shortRentStyle .status2[data-v-c74469b6] {
  border: 1px solid #0a87f8;
  color: #0a87f8;
}
.add-bill .shortRentStyle .status3[data-v-c74469b6],
.add-bill .shortRentStyle .status4[data-v-c74469b6] {
  border: 1px solid #777777;
  color: #777777;
}
.add-bill .notAllowStyle[data-v-c74469b6] {
  background: #f6f7f8 !important;
  cursor: not-allowed;
}
.add-bill .notAllowStyle .lineStyle[data-v-c74469b6] {
  padding: 6px 12px;
}
.add-bill .notAllowStyle .lineStyle p[data-v-c74469b6] {
  color: #666666;
}
.add-bill .notAllowStyle .lineStyle span[data-v-c74469b6] {
  color: #BBBBBB;
}
.add-bill .notAllowStyle .advanceStyle[data-v-c74469b6] {
  padding-bottom: 2px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.add-bill .notAllowStyle .advanceContent[data-v-c74469b6] {
  padding-bottom: 2px;
  display: flex;
  flex-direction: column;
}
.add-bill .notAllowStyle .advanceContent .advanceIcon[data-v-c74469b6] {
  margin-right: 4px;
  color: #ffa036;
  margin-left: 7px;
  margin-top: 3px;
}
.add-bill .notAllowStyle .warningStyle[data-v-c74469b6] {
  border-top: 1px solid #EEEEEE;
  color: #BBBBBB;
  font-size: 12px;
}
.add-bill .advance-check[data-v-c74469b6] {
  background-color: #f5f7fe;
  margin: 15px 16px 8px 20px;
  padding: 12px 10px;
}
.add-bill[data-v-c74469b6] .ant-select-dropdown {
  overflow: auto;
  max-height: 300px;
}
.add-bill[data-v-c74469b6] .ant-calendar-range-picker-separator {
  position: absolute;
  left: 83px;
}
.add-bill .textAreaStyle[data-v-c74469b6] .ant-input {
  line-height: 21px !important;
}
.add-bill[data-v-c74469b6] .ant-cascader-input {
  padding-left: 0px;
}
.add-bill[data-v-c74469b6] .ant-cascader-picker-label {
  padding-left: 0px;
}
.add-bill .title-right[data-v-c74469b6] {
  position: absolute;
  left: 100px;
  top: 14px;
}
.add-bill .totle-headings[data-v-c74469b6] {
  width: 758px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.add-bill .totle-headings .headings[data-v-c74469b6] {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.add-bill .totle-headings .headings[data-v-c74469b6]:last-child {
  margin-right: 0;
}
.add-bill .together-detail1[data-v-c74469b6] {
  width: 758px;
  margin-bottom: 10px;
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
}
.add-bill .together-title1[data-v-c74469b6] {
  width: 758px;
  display: flex;
  background: #f7f8fb;
  text-align: center;
}
.add-bill .together-title1 > div[data-v-c74469b6] {
  padding: 0px 9px;
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.add-bill .together-title1 .must-fill[data-v-c74469b6] {
  color: #FB4246;
}
.add-bill .together-title1 .radio-box1[data-v-c74469b6] .ant-radio-button-wrapper {
  padding: 0 40px;
  height: 24px;
  line-height: 24px;
}
.add-bill .together-title1 .radio-box1[data-v-c74469b6] .ant-radio-button-wrapper:nth-child(1) {
  border-radius: 20px 0 0 20px;
}
.add-bill .together-title1 .radio-box1[data-v-c74469b6] .ant-radio-button-wrapper:nth-child(2) {
  border-radius: 0 20px 20px 0;
}
.add-bill .together-title1 .radio-box1[data-v-c74469b6] .ant-radio-button-wrapper-checked {
  border-radius: 50%;
}
.add-bill .headings-left[data-v-c74469b6] {
  background-color: #f7f8fb;
  border: 1px solid #DDDDDD;
  border-right: none;
  color: #777777;
  height: 30px;
  padding: 5px;
  display: flex;
  align-items: center;
  font-size: 12px;
  border-radius: 2px 0 0 2px;
  white-space: nowrap;
}
.add-bill .headings-left-left[data-v-c74469b6] .ant-picker {
  height: 30px !important;
  border: 1px solid #DDDDDD;
  padding-left: 5px;
  border-radius: 0 2px 2px 0;
}
.add-bill .headings-right[data-v-c74469b6] {
  border: 1px solid #DDDDDD;
  border-radius: 0 2px 2px 0;
}
.add-bill .headings-right[data-v-c74469b6] .ant-select-selector {
  box-sizing: border-box;
  height: 28px !important;
  display: flex !important;
  align-items: center !important;
  padding-left: 5px !important;
}
.add-bill .input-left[data-v-c74469b6] {
  height: 30px;
  border: 1px solid #DDDDDD;
  border-left: none;
  display: flex;
  align-items: center;
  border-radius: 0 2px 2px 0;
}
.add-bill .headings-right1[data-v-c74469b6] {
  border-radius: 2px 0 0 2px;
}
.add-bill .headings-right1[data-v-c74469b6] .ant-select-selector {
  background-color: #f7f8fb;
}

.assignment-repair[data-v-6f046cad] {
  width: 100%;
  font-size: 14px;
  position: relative;
  max-height: calc(100vh - 90px);
  overflow-y: auto;
  overflow-x: hidden;
}
.assignment-repair .titleInfo[data-v-6f046cad] {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
}
.assignment-repair .cont[data-v-6f046cad] {
  margin-top: 10px;
  width: 100%;
  padding: 10px 20px 10px 20px;
  width: 520px;
  background: #f5f7fe;
}
.assignment-repair .cont .row[data-v-6f046cad] {
  margin-top: 12px;
  font-size: 12px;
}
.assignment-repair .cont .row .showImg > div[data-v-6f046cad] {
  height: 76px;
  width: 120px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.assignment-repair .cont .row .showImg > div > div[data-v-6f046cad] {
  width: 100%;
  height: 100%;
  line-height: 76px;
  border: 1px solid #EEEEEE;
  background-color: #f6f7f8;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
}
.assignment-repair .cont .row .showImg > div > div img[data-v-6f046cad] {
  width: auto;
  max-width: 120px;
  height: auto;
  max-height: 76px;
  overflow: hidden;
}
.assignment-repair .cont .row .showImg > div p[data-v-6f046cad] {
  color: #777777;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}
.assignment-repair .cont .row .showImg > div[data-v-6f046cad]:last-child {
  margin-right: 0px;
}
.assignment-repair .ipt-box[data-v-6f046cad] {
  padding: 0 20px 40px 20px;
  position: relative;
}
.assignment-repair .ipt-box .urgent[data-v-6f046cad] {
  position: absolute;
  right: 60px;
  top: 78px;
}
.assignment-repair .foot[data-v-6f046cad] {
  height: 80px;
  padding: 20px;
}
.assignment-repair .foot .btn[data-v-6f046cad] {
  margin-left: 20px;
  width: 120px;
  height: 40px;
  border-radius: 5px;
  float: right;
}
.assignment-repair .address[data-v-6f046cad] {
  display: flex;
  width: 100%;
}
.assignment-repair .address .must-fill-border[data-v-6f046cad] .ant-select-selection {
  border-bottom: 1px solid #FB4246;
}
.assignment-repair .littleLabel[data-v-6f046cad] {
  display: -webkit-inline-box;
}
.assignment-repair .little2Label[data-v-6f046cad] {
  display: -webkit-inline-box;
}
.assignment-repair .little3Label[data-v-6f046cad] {
  display: -webkit-inline-box;
}
.assignment-repair .labelValue[data-v-6f046cad] {
  color: #000000;
}

.enclosure[data-v-10210cb0] {
  width: 120px;
  height: 76px;
}
.enclosure img[data-v-10210cb0] {
  height: 76px;
}
.enclosure .check-pic[data-v-10210cb0] {
  padding-top: 15px;
}
.enclosure[data-v-10210cb0] .ant-upload.ant-upload-select-picture-card > .ant-upload {
  padding: 0;
  width: 120px;
  height: 76px;
}
.file-list[data-v-10210cb0] {
  position: relative;
  margin: 0 10px 10px 0;
  height: 76px;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
}
.file-list .top[data-v-10210cb0] {
  position: absolute;
  top: 0;
  color: #ffffff;
  text-align: center;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  z-index: 1;
}
.file-list .top .pic-name[data-v-10210cb0] {
  padding: 0 10px;
  max-width: 100px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px 0px 5px 0px;
}
.file-list .top .close[data-v-10210cb0] {
  padding-top: 2px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0px 5px 0px 5px;
}
.file-list .upload-content[data-v-10210cb0] {
  position: absolute;
}
.file-list .upload-content .uploading[data-v-10210cb0] {
  color: #777777;
}
.file-list .upload-content .percent-line[data-v-10210cb0] {
  height: 2px;
  background-color: #165Dff;
}
.file-list img[data-v-10210cb0] {
  background-color: #f6f7f8;
  border-radius: 4px;
}
.file-list .check-pic-type[data-v-10210cb0] {
  padding: 15px 8px;
  font-size: 12px;
  border-radius: 4px;
  text-align: center;
  background-color: #F6F7F8;
  cursor: pointer;
  color: #777777;
}
.file-list .check-pic-type[data-v-10210cb0] {
  background-color: #BBBBBB;
}
.file-list .check-pic-type li[data-v-10210cb0] {
  float: left;
  margin: 0 0 10px 10px;
  width: 40px;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
}
.file-list .check-pic-type li[data-v-10210cb0]:hover {
  border-color: #165Dff;
  color: #165Dff;
}
.file-list .enclosure-img-list[data-v-10210cb0] {
  height: 76px;
  width: 120px;
  margin-right: 10px;
}
.file-list .enclosure-img-list > div[data-v-10210cb0] {
  width: 100%;
  height: 100%;
  line-height: 76px;
  border: 1px solid #eeeeee;
  background-color: #f6f7f8;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
}
.file-list .enclosure-img-list > div img[data-v-10210cb0] {
  width: auto;
  max-width: 120px;
  height: auto;
  max-height: 76px;
  overflow: hidden;
}
.file-list .videoStyle[data-v-10210cb0] {
  width: 120px;
  height: 76px;
  border-radius: 4px;
}
.enclosureStyle[data-v-10210cb0] .ant-upload.ant-upload-select-picture-card {
  width: 120px;
  height: 76px;
}
.enclosureStyle .uploadOwnStyle[data-v-10210cb0] {
  height: 86px;
}
.upload[data-v-10210cb0] .ant-upload.ant-upload-select-picture-card > .ant-upload {
  padding: 0;
}
.upload[data-v-10210cb0] .ant-upload-list-picture-card .ant-upload-list-item {
  padding: 0;
  border: none;
}
.upload .check-pic-type[data-v-10210cb0] {
  padding: 12px 8px;
  font-size: 12px;
  border-radius: 4px;
  text-align: center;
  background-color: #F6F7F8;
  cursor: pointer;
  color: #777777;
}
.upload .check-pic-type[data-v-10210cb0] {
  background-color: #BBBBBB;
}
.upload .check-pic-type li[data-v-10210cb0] {
  float: left;
  margin: 0 0 10px 10px;
  width: 40px;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
}
.upload .check-pic-type li[data-v-10210cb0]:hover {
  border-color: #165Dff;
  color: #165Dff;
}
.qrCodeStyle .qrImgStyle[data-v-10210cb0] {
  width: 78px;
  height: 63px;
  background: #f6f7f8;
  border-radius: 4px 0 0 4px;
  border: 1px dashed #dddddd;
}
.qrCodeStyle .qrImgStyle .qrCodeUnValidStyle[data-v-10210cb0] {
  width: 78px;
  height: 78px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}
.qrCodeStyle .qrTipStyle[data-v-10210cb0] {
  width: 120px;
  height: 80px;
  padding: 3px 5px;
  border: 1px dashed #dddddd;
  border-left: none;
  font-size: 12px;
  border-radius: 0 4px 4px 0;
}
.tips[data-v-10210cb0] {
  font-size: 12px;
  line-height: 24px;
  color: #777777;
}
.bgColorStyle[data-v-10210cb0] {
  background: #f4f5f7;
}
.animate-box[data-v-10210cb0] {
  flex-wrap: wrap;
  animation: skeleton-blink-10210cb0 1.2s ease infinite;
  -webkit-animation: skeleton-blink-10210cb0 1.2s ease infinite;
  background-image: linear-gradient(90deg, #f0f0f0 25%, #e3e3e3 37%, #f0f0f0 63%);
  background-size: 400% 100%;
}
@keyframes skeleton-blink-10210cb0 {
0% {
    background-position: 100% 50%;
}
to {
    background-position: 0 50%;
}
}

.title[data-v-2e7fa4f0] {
  color: #111111;
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0;
}
[data-v-2e7fa4f0] .dept {
  margin-right: 28px;
}
[data-v-2e7fa4f0] .dept .ant-input-affix-wrapper {
  width: 100% !important;
}
[data-v-2e7fa4f0] .deptPeople {
  margin-right: 28px;
}
[data-v-2e7fa4f0] .deptPeople .ant-input-affix-wrapper {
  width: 100% !important;
}

.addRepairBox[data-v-660906aa] {
  width: 800px;
  max-height: calc(100vh - 90px - var(--tab-height));
  overflow: auto;
}
.addRepairBox .wordStyle[data-v-660906aa] {
  table-layout: fixed;
  word-break: break-all;
  overflow: hidden;
  white-space: normal;
  width: 460px;
}
.addRepairBox .sourceType[data-v-660906aa] {
  padding: 20px;
  width: 100%;
}
.addRepairBox .sourceType .sourceTypeLeft[data-v-660906aa] {
  width: 226px;
  height: 42px;
  line-height: 42px;
  position: relative;
}
.addRepairBox .sourceType .sourceTypeLeft .name1[data-v-660906aa] {
  color: #111111;
  font-size: 16px;
  margin-left: 10px;
}
.addRepairBox .sourceType .sourceTypeLeft .name2[data-v-660906aa] {
  color: #666666;
  font-size: 12px;
}
.addRepairBox .sourceType .sourceTypeLeft .choose-display-none[data-v-660906aa] {
  display: none;
}
.addRepairBox .sourceType .sourceTypeLeft .choose-display-block[data-v-660906aa] {
  display: block;
}
.addRepairBox .sourceType .sourceTypeLeft .triangle-top-right-choose[data-v-660906aa] {
  position: absolute;
  color: #ffffff;
  top: 5px;
  right: 5px;
}
.addRepairBox .sourceType .sourceTypeLeft .triangle-top-right[data-v-660906aa] {
  position: absolute;
  width: 0;
  height: 0;
  border: 20px solid #165Dff;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  top: 0px;
  right: 0px;
}
.addRepairBox .sourceType .sourceTypeRight[data-v-660906aa] {
  margin-left: 20px;
}
.addRepairBox .sourceType .normalBorder[data-v-660906aa] {
  border: 1px solid #DDDDDD;
  border-radius: 8px;
}
.addRepairBox .sourceType .normalBg[data-v-660906aa] {
  background-color: #ffffff;
}
.addRepairBox .sourceType .clickBorder[data-v-660906aa] {
  border: 1px solid #165Dff;
  border-radius: 8px;
}
.addRepairBox .sourceType .clickBg[data-v-660906aa] {
  background-color: rgba(22, 93, 255, 0.1);
}
.addRepairBox .err-p[data-v-660906aa] {
  font-size: 12px;
  font-weight: 400;
  color: #FFA036;
  line-height: 17px;
  position: absolute;
}
.addRepairBox .err-p-red[data-v-660906aa] {
  font-size: 12px;
  font-weight: 400;
  color: #FB4246;
  line-height: 17px;
  position: absolute;
}
.addRepairBox .title[data-v-660906aa] {
  color: #111111;
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0;
}
.addRepairBox .basicInfo[data-v-660906aa] {
  width: 100%;
  height: 90px;
  padding: 0 20px 0 20px;
}
.addRepairBox .basicInfo .name[data-v-660906aa] {
  position: relative;
}
.addRepairBox .basicInfo .name .gender[data-v-660906aa] {
  position: absolute;
  right: 0px;
  bottom: 5px;
}
.addRepairBox .basicInfo .close-icon-style[data-v-660906aa] {
  position: absolute;
  right: 5px;
  top: 5px;
}
.addRepairBox .basicInfo .close-icon-style .close-icon[data-v-660906aa] {
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
}
.addRepairBox .basicInfo .noSearchAddress[data-v-660906aa] .ant-select-dropdown--empty {
  display: none;
}
.addRepairBox .demandInfo[data-v-660906aa] {
  width: 100%;
  padding: 0px 20px 0 20px;
}
.addRepairBox .demandInfo .demandLabel[data-v-660906aa] {
  width: 100%;
  min-height: 80px;
}
.addRepairBox .demandInfo .demandLabel[data-v-660906aa] .ant-input {
  box-shadow: none;
  color: #111111;
}
.addRepairBox .demandInfo .demandLabel .selectDemandLabelItem[data-v-660906aa] {
  min-width: 71px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  margin-top: 7px;
  margin-right: 5px;
  text-align: center;
  background: #f6f7f8;
}
.addRepairBox .demandInfo .demandLabel .demandLabelAll[data-v-660906aa] {
  height: 40px;
  line-height: 40px;
  background: #f7f8fb;
}
.addRepairBox .demandInfo .demandLabel .demandLabelAll .demandLabelItem[data-v-660906aa] {
  width: 63px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  margin-left: 5px;
  margin-top: 10px;
  text-align: center;
}
.addRepairBox .demandInfo .demandLabel .demandLabelAll .normalBg[data-v-660906aa] {
  background: #f6f7f8;
}
.addRepairBox .demandInfo .demandLabel .demandLabelAll .clickBg[data-v-660906aa] {
  background: rgba(22, 93, 255, 0.1);
}
.addRepairBox .demandInfo .faultPicList[data-v-660906aa] {
  position: relative;
}
.addRepairBox .demandInfo .faultPicList .warn[data-v-660906aa] {
  position: absolute;
  top: 1px;
  left: 25px;
}
.addRepairBox .demandInfo .applyComment[data-v-660906aa] {
  position: relative;
}
.addRepairBox .demandInfo .applyComment .warn[data-v-660906aa] {
  position: absolute;
  top: 1px;
  left: 25px;
}
.addRepairBox .normalWidth[data-v-660906aa] {
  width: 140px;
}
.addRepairBox .normalWidth1[data-v-660906aa] {
  width: 168px;
}
.addRepairBox .normalWidth2[data-v-660906aa] {
  width: 110px;
}
.addRepairBox .assignment[data-v-660906aa] {
  height: 75px;
  line-height: 75px;
  color: #165Dff;
}
.addRepairBox .timeTitleConfig[data-v-660906aa] {
  font-size: 12px;
  color: #ffa036;
  position: absolute;
  left: 112px;
  top: 62px;
}
.addRepairBox .buttonDiv[data-v-660906aa] {
  height: 75px;
}
.addRepairBox .buttonDiv .formItemMarginButton[data-v-660906aa] {
  width: 120px;
  height: 40px;
  margin-left: 18px;
  margin-top: 15px;
}
.addRepairBox .buttonDiv .cancelFont[data-v-660906aa] {
  color: #666666;
}
.addRepairBox .buttonDiv .saveFont[data-v-660906aa] {
  color: #ffffff;
  background-color: #165Dff;
}
.addRepairBox[data-v-660906aa] .ant-select-selection__rendered {
  margin-left: 0px;
}
.addRepairBox[data-v-660906aa] .ant-upload.ant-upload-select-picture-card {
  margin-bottom: 0px;
}

.assignment-universal[data-v-08713e70] {
  width: 100%;
  font-size: 14px;
  position: relative;
  max-height: calc(100vh - 90px);
  overflow-y: auto;
  overflow-x: hidden;
}
.assignment-universal .titleInfo[data-v-08713e70] {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
}
.assignment-universal .cont[data-v-08713e70] {
  margin-top: 10px;
  width: 100%;
  padding: 10px 20px 10px 20px;
  width: 520px;
  background: #f5f7fe;
}
.assignment-universal .cont .row[data-v-08713e70] {
  margin-top: 12px;
  font-size: 12px;
}
.assignment-universal .cont .row .showImg > div[data-v-08713e70] {
  height: 76px;
  width: 120px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.assignment-universal .cont .row .showImg > div > div[data-v-08713e70] {
  width: 100%;
  height: 100%;
  line-height: 76px;
  border: 1px solid #EEEEEE;
  background-color: #f6f7f8;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
}
.assignment-universal .cont .row .showImg > div > div img[data-v-08713e70] {
  width: auto;
  max-width: 120px;
  height: auto;
  max-height: 76px;
  overflow: hidden;
}
.assignment-universal .cont .row .showImg > div p[data-v-08713e70] {
  color: #777777;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}
.assignment-universal .cont .row .showImg > div[data-v-08713e70]:last-child {
  margin-right: 0px;
}
.assignment-universal .ipt-box[data-v-08713e70] {
  padding: 0 20px 40px 20px;
  position: relative;
}
.assignment-universal .ipt-box .urgent[data-v-08713e70] {
  position: absolute;
  right: 60px;
  top: 78px;
}
.assignment-universal .foot[data-v-08713e70] {
  height: 80px;
  padding: 20px;
}
.assignment-universal .foot .btn[data-v-08713e70] {
  margin-left: 20px;
  width: 120px;
  height: 40px;
  border-radius: 5px;
  float: right;
}
.assignment-universal .address[data-v-08713e70] {
  display: flex;
  width: 100%;
}
.assignment-universal .address .must-fill-border[data-v-08713e70] .ant-select-selection {
  border-bottom: 1px solid #FB4246;
}
.assignment-universal .littleLabel[data-v-08713e70] {
  display: -webkit-inline-box;
}
.assignment-universal .little2Label[data-v-08713e70] {
  display: -webkit-inline-box;
}
.assignment-universal .little3Label[data-v-08713e70] {
  display: -webkit-inline-box;
}
.assignment-universal .labelValue[data-v-08713e70] {
  color: #000000;
}

.addUniversalBox[data-v-64c8894b] {
  width: 800px;
  max-height: calc(100vh - 90px - var(--tab-height));
  overflow: auto;
}
.addUniversalBox .wordStyle[data-v-64c8894b] {
  table-layout: fixed;
  word-break: break-all;
  overflow: hidden;
  white-space: normal;
  width: 460px;
}
.addUniversalBox .sourceType[data-v-64c8894b] {
  padding-left: 20px;
  padding-top: 20px;
  width: 100%;
}
.addUniversalBox .sourceType .tabs[data-v-64c8894b] {
  margin-bottom: 10px;
}
.addUniversalBox .sourceType .installList-tabs[data-v-64c8894b] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.addUniversalBox .sourceType .normalBorder[data-v-64c8894b] {
  border: 1px solid #DDDDDD;
  border-radius: 8px;
}
.addUniversalBox .sourceType .normalBg[data-v-64c8894b] {
  background-color: #ffffff;
}
.addUniversalBox .sourceType .clickBorder[data-v-64c8894b] {
  border: 1px solid #165Dff;
  border-radius: 8px;
}
.addUniversalBox .sourceType .clickBg[data-v-64c8894b] {
  background-color: rgba(22, 93, 255, 0.1);
}
.addUniversalBox .err-p[data-v-64c8894b] {
  font-size: 12px;
  font-weight: 400;
  color: #FFA036;
  line-height: 17px;
  position: absolute;
}
.addUniversalBox .err-p-red[data-v-64c8894b] {
  font-size: 12px;
  font-weight: 400;
  color: #FB4246;
  line-height: 17px;
  position: absolute;
}
.addUniversalBox .title[data-v-64c8894b] {
  color: #111111;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 5px;
}
.addUniversalBox .basicInfo[data-v-64c8894b] {
  width: 100%;
  height: 90px;
  padding: 0 20px 0 20px;
}
.addUniversalBox .basicInfo .name[data-v-64c8894b] {
  position: relative;
}
.addUniversalBox .basicInfo .name .gender[data-v-64c8894b] {
  position: absolute;
  right: 0px;
  bottom: 5px;
}
.addUniversalBox .basicInfo .close-icon-style[data-v-64c8894b] {
  position: absolute;
  right: 5px;
  top: 5px;
}
.addUniversalBox .basicInfo .close-icon-style .close-icon[data-v-64c8894b] {
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
}
.addUniversalBox .basicInfo .noSearchAddress[data-v-64c8894b] .ant-select-dropdown--empty {
  display: none;
}
.addUniversalBox .demandInfo[data-v-64c8894b] {
  width: 100%;
  padding: 0px 20px 0 20px;
}
.addUniversalBox .demandInfo .demandLabel[data-v-64c8894b] {
  width: 100%;
  min-height: 80px;
}
.addUniversalBox .demandInfo .demandLabel[data-v-64c8894b] .ant-input {
  box-shadow: none;
  color: #111111;
}
.addUniversalBox .demandInfo .demandLabel .selectDemandLabelItem[data-v-64c8894b] {
  min-width: 71px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  margin-top: 7px;
  margin-right: 5px;
  text-align: center;
  background: #f6f7f8;
}
.addUniversalBox .demandInfo .demandLabel .demandLabelAll[data-v-64c8894b] {
  height: 40px;
  line-height: 40px;
  background: #f7f8fb;
}
.addUniversalBox .demandInfo .demandLabel .demandLabelAll .demandLabelItem[data-v-64c8894b] {
  width: 63px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  margin-left: 5px;
  margin-top: 10px;
  text-align: center;
}
.addUniversalBox .demandInfo .demandLabel .demandLabelAll .normalBg[data-v-64c8894b] {
  background: #f6f7f8;
}
.addUniversalBox .demandInfo .demandLabel .demandLabelAll .clickBg[data-v-64c8894b] {
  background: rgba(22, 93, 255, 0.1);
}
.addUniversalBox .demandInfo .faultPicList[data-v-64c8894b] {
  position: relative;
}
.addUniversalBox .demandInfo .faultPicList .warn[data-v-64c8894b] {
  position: absolute;
  top: 1px;
  left: 25px;
}
.addUniversalBox .demandInfo .applyComment[data-v-64c8894b] {
  position: relative;
}
.addUniversalBox .demandInfo .applyComment .warn[data-v-64c8894b] {
  position: absolute;
  top: 1px;
  left: 25px;
}
.addUniversalBox .normalWidth[data-v-64c8894b] {
  width: 140px;
}
.addUniversalBox .normalWidth1[data-v-64c8894b] {
  width: 168px;
}
.addUniversalBox .normalWidth2[data-v-64c8894b] {
  width: 110px;
}
.addUniversalBox .assignment[data-v-64c8894b] {
  height: 75px;
  line-height: 75px;
  color: #165Dff;
}
.addUniversalBox .buttonDiv[data-v-64c8894b] {
  height: 75px;
}
.addUniversalBox .buttonDiv .formItemMarginButton[data-v-64c8894b] {
  width: 120px;
  height: 40px;
  margin-left: 18px;
  margin-top: 15px;
}
.addUniversalBox .buttonDiv .cancelFont[data-v-64c8894b] {
  color: #666666;
}
.addUniversalBox .buttonDiv .saveFont[data-v-64c8894b] {
  color: #ffffff;
  background-color: #165Dff;
}
.addUniversalBox[data-v-64c8894b] .ant-select-selection__rendered {
  margin-left: 0px;
}
.addUniversalBox[data-v-64c8894b] .ant-upload.ant-upload-select-picture-card {
  margin-bottom: 0px;
}
.installList[data-v-64c8894b] {
  min-width: 112px;
  padding: 0 6px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #dddddd;
  border-radius: 6px;
  margin-right: 10px;
}
.timeTitleConfig[data-v-64c8894b] {
  font-size: 12px;
  color: #ffa036;
  position: absolute;
  left: 112px;
  top: 62px;
}
.active[data-v-64c8894b] {
  min-width: 112px;
  padding: 0 6px;
  height: 36px;
  background: #f5faff;
  box-shadow: 0px 2px 8px 0px rgba(2, 19, 34, 0.1);
  border-radius: 6px;
  border: 1px solid #0a87f8;
  color: #0a87f8;
}

.assignment-clean[data-v-06eee4a2] {
  width: 100%;
  font-size: 14px;
  position: relative;
  max-height: calc(100vh - 90px);
  overflow-y: auto;
  overflow-x: hidden;
}
.assignment-clean .titleInfo[data-v-06eee4a2] {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
}
.assignment-clean .cont[data-v-06eee4a2] {
  margin-top: 10px;
  width: 100%;
  padding: 10px 20px 10px 20px;
  width: 520px;
  background: #f5f7fe;
}
.assignment-clean .cont .row[data-v-06eee4a2] {
  margin-top: 12px;
  font-size: 12px;
}
.assignment-clean .cont .row .showImg > div[data-v-06eee4a2] {
  height: 76px;
  width: 120px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.assignment-clean .cont .row .showImg > div > div[data-v-06eee4a2] {
  width: 100%;
  height: 100%;
  line-height: 76px;
  border: 1px solid #EEEEEE;
  background-color: #f6f7f8;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
}
.assignment-clean .cont .row .showImg > div > div img[data-v-06eee4a2] {
  width: auto;
  max-width: 120px;
  height: auto;
  max-height: 76px;
  overflow: hidden;
}
.assignment-clean .cont .row .showImg > div p[data-v-06eee4a2] {
  color: #777777;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}
.assignment-clean .cont .row .showImg > div[data-v-06eee4a2]:last-child {
  margin-right: 0px;
}
.assignment-clean .ipt-box[data-v-06eee4a2] {
  padding: 0 20px 40px 20px;
  position: relative;
}
.assignment-clean .ipt-box .urgent[data-v-06eee4a2] {
  position: absolute;
  right: 60px;
  top: 93px;
}
.assignment-clean .foot[data-v-06eee4a2] {
  height: 80px;
  padding: 20px;
}
.assignment-clean .foot .btn[data-v-06eee4a2] {
  margin-left: 20px;
  width: 120px;
  height: 40px;
  border-radius: 5px;
  float: right;
}
.assignment-clean .address[data-v-06eee4a2] {
  display: flex;
  width: 100%;
}
.assignment-clean .address .must-fill-border[data-v-06eee4a2] .ant-select-selection {
  border-bottom: 1px solid #FB4246;
}
.assignment-clean .littleLabel[data-v-06eee4a2] {
  display: -webkit-inline-box;
}
.assignment-clean .little2Label[data-v-06eee4a2] {
  display: -webkit-inline-box;
}
.assignment-clean .little3Label[data-v-06eee4a2] {
  display: -webkit-inline-box;
}
.assignment-clean .labelValue[data-v-06eee4a2] {
  color: #000000;
}

.addCleanBox[data-v-df2cd626] {
  width: 800px;
  max-height: calc(100vh - 90px - var(--tab-height));
  overflow: auto;
}
.addCleanBox .wordStyle[data-v-df2cd626] {
  table-layout: fixed;
  word-break: break-all;
  overflow: hidden;
  white-space: normal;
  width: 460px;
}
.addCleanBox .sourceType[data-v-df2cd626] {
  padding: 20px;
  width: 100%;
}
.addCleanBox .sourceType .sourceTypeLeft[data-v-df2cd626] {
  width: 226px;
  height: 42px;
  line-height: 42px;
  position: relative;
}
.addCleanBox .sourceType .sourceTypeLeft .name1[data-v-df2cd626] {
  color: #111111;
  font-size: 16px;
  margin-left: 10px;
}
.addCleanBox .sourceType .sourceTypeLeft .name2[data-v-df2cd626] {
  color: #666666;
  font-size: 12px;
}
.addCleanBox .sourceType .sourceTypeLeft .choose-display-none[data-v-df2cd626] {
  display: none;
}
.addCleanBox .sourceType .sourceTypeLeft .choose-display-block[data-v-df2cd626] {
  display: block;
}
.addCleanBox .sourceType .sourceTypeLeft .triangle-top-right-choose[data-v-df2cd626] {
  position: absolute;
  color: #ffffff;
  top: 5px;
  right: 5px;
}
.addCleanBox .sourceType .sourceTypeLeft .triangle-top-right[data-v-df2cd626] {
  position: absolute;
  width: 0;
  height: 0;
  border: 20px solid #165Dff;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  top: 0px;
  right: 0px;
}
.addCleanBox .sourceType .sourceTypeRight[data-v-df2cd626] {
  margin-left: 20px;
}
.addCleanBox .sourceType .normalBorder[data-v-df2cd626] {
  border: 1px solid #dddddd;
  border-radius: 8px;
}
.addCleanBox .sourceType .normalBg[data-v-df2cd626] {
  background-color: #ffffff;
}
.addCleanBox .sourceType .clickBorder[data-v-df2cd626] {
  border: 1px solid #165Dff;
  border-radius: 8px;
}
.addCleanBox .sourceType .clickBg[data-v-df2cd626] {
  background-color: rgba(22, 93, 255, 0.1);
}
.addCleanBox .err-p[data-v-df2cd626] {
  font-size: 12px;
  font-weight: 400;
  color: #FFA036;
  line-height: 17px;
  position: absolute;
}
.addCleanBox .err-p-red[data-v-df2cd626] {
  font-size: 12px;
  font-weight: 400;
  color: #FB4246;
  line-height: 17px;
  position: absolute;
}
.addCleanBox .title[data-v-df2cd626] {
  color: #111111;
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0;
}
.addCleanBox .basicInfo[data-v-df2cd626] {
  width: 100%;
  height: 90px;
  padding: 0 20px 0 20px;
}
.addCleanBox .basicInfo .name[data-v-df2cd626] {
  position: relative;
}
.addCleanBox .basicInfo .name .gender[data-v-df2cd626] {
  position: absolute;
  right: 0px;
  bottom: 5px;
}
.addCleanBox .basicInfo .close-icon-style[data-v-df2cd626] {
  position: absolute;
  right: 5px;
  top: 5px;
}
.addCleanBox .basicInfo .close-icon-style .close-icon[data-v-df2cd626] {
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
}
.addCleanBox .basicInfo .noSearchAddress[data-v-df2cd626] .ant-select-dropdown--empty {
  display: none;
}
.addCleanBox .timeTitleConfig[data-v-df2cd626] {
  font-size: 12px;
  color: #ffa036;
  position: absolute;
  left: 112px;
  top: 62px;
}
.addCleanBox .demandInfo[data-v-df2cd626] {
  width: 100%;
  padding: 0px 20px 0 20px;
}
.addCleanBox .demandInfo .demandLabel[data-v-df2cd626] {
  width: 100%;
  min-height: 80px;
}
.addCleanBox .demandInfo .demandLabel[data-v-df2cd626] .ant-input {
  box-shadow: none;
}
.addCleanBox .demandInfo .demandLabel .selectDemandLabelItem[data-v-df2cd626] {
  min-width: 71px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  margin-top: 7px;
  margin-right: 5px;
  text-align: center;
  background: #f6f7f8;
}
.addCleanBox .demandInfo .demandLabel .demandLabelAll[data-v-df2cd626] {
  height: 40px;
  line-height: 40px;
  background: #f7f8fb;
}
.addCleanBox .demandInfo .demandLabel .demandLabelAll .demandLabelItem[data-v-df2cd626] {
  width: 63px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  margin-left: 5px;
  margin-top: 10px;
  text-align: center;
}
.addCleanBox .demandInfo .demandLabel .demandLabelAll .normalBg[data-v-df2cd626] {
  background: #f6f7f8;
}
.addCleanBox .demandInfo .demandLabel .demandLabelAll .clickBg[data-v-df2cd626] {
  background: #e2edf8;
}
.addCleanBox .demandInfo .cleanPicList[data-v-df2cd626] {
  position: relative;
}
.addCleanBox .demandInfo .cleanPicList .warn[data-v-df2cd626] {
  position: absolute;
  top: 1px;
  left: 25px;
}
.addCleanBox .demandInfo .applyComment[data-v-df2cd626] {
  position: relative;
}
.addCleanBox .demandInfo .applyComment .warn[data-v-df2cd626] {
  position: absolute;
  top: 1px;
  left: 25px;
}
.addCleanBox .normalWidth[data-v-df2cd626] {
  width: 140px;
}
.addCleanBox .normalWidth1[data-v-df2cd626] {
  width: 168px;
}
.addCleanBox .normalWidth2[data-v-df2cd626] {
  width: 110px;
}
.addCleanBox .assignment[data-v-df2cd626] {
  height: 75px;
  line-height: 75px;
  color: #165Dff;
}
.addCleanBox .buttonDiv[data-v-df2cd626] {
  height: 75px;
}
.addCleanBox .buttonDiv .formItemMarginButton[data-v-df2cd626] {
  width: 120px;
  height: 40px;
  margin-left: 18px;
  margin-top: 15px;
}
.addCleanBox .buttonDiv .cancelFont[data-v-df2cd626] {
  color: #666666;
}
.addCleanBox .buttonDiv .saveFont[data-v-df2cd626] {
  color: #ffffff;
  background-color: #165Dff;
}
.addCleanBox[data-v-df2cd626] .ant-select-selection__rendered {
  margin-left: 0px;
}
.addCleanBox[data-v-df2cd626] .ant-upload.ant-upload-select-picture-card {
  margin-bottom: 0px;
}

.assignment-distribution[data-v-d98efdba] {
  width: 100%;
  font-size: 14px;
  position: relative;
  max-height: calc(100vh - 90px);
  overflow-y: auto;
  overflow-x: hidden;
}
.assignment-distribution .titleInfo[data-v-d98efdba] {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
}
.assignment-distribution .cont[data-v-d98efdba] {
  margin-top: 10px;
  width: 100%;
  padding: 10px 20px 10px 20px;
  width: 520px;
  background: #f5f7fe;
}
.assignment-distribution .cont .row[data-v-d98efdba] {
  display: flex;
  margin-top: 12px;
  font-size: 12px;
}
.assignment-distribution .cont .row .showImg > div[data-v-d98efdba] {
  height: 76px;
  width: 120px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.assignment-distribution .cont .row .showImg > div > div[data-v-d98efdba] {
  width: 100%;
  height: 100%;
  line-height: 76px;
  border: 1px solid #EEEEEE;
  background-color: #f6f7f8;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
}
.assignment-distribution .cont .row .showImg > div > div img[data-v-d98efdba] {
  width: auto;
  max-width: 120px;
  height: auto;
  max-height: 76px;
  overflow: hidden;
}
.assignment-distribution .cont .row .showImg > div p[data-v-d98efdba] {
  color: #777777;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}
.assignment-distribution .cont .row .showImg > div[data-v-d98efdba]:last-child {
  margin-right: 0px;
}
.assignment-distribution .cont .basicsInfo[data-v-d98efdba] {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.assignment-distribution .cont .basicsInfo .item[data-v-d98efdba] {
  display: flex;
  justify-content: flex-start;
  margin-right: 15px;
}
.assignment-distribution .cont .basicsInfo .item .left[data-v-d98efdba] {
  width: 174px;
  height: 58px;
  background: #fafafa;
}
.assignment-distribution .cont .basicsInfo .item .left .left-top[data-v-d98efdba] {
  margin-top: 4px;
  margin-left: 4px;
}
.assignment-distribution .cont .basicsInfo .item .left .left-top .name[data-v-d98efdba] {
  color: #777777;
  font-size: 12px;
}
.assignment-distribution .cont .basicsInfo .item .left .left-top .mustFill[data-v-d98efdba] {
  margin-left: 2px;
  color: #FB4246;
}
.assignment-distribution .cont .basicsInfo .item .left .left-bottom[data-v-d98efdba] {
  margin-left: 4px;
  margin-top: 5px;
  color: #BBBBBB;
  position: relative;
  font-size: 13px;
}
.assignment-distribution .cont .basicsInfo .item .left .left-bottom .man-style[data-v-d98efdba] {
  font-size: 12px;
  position: absolute;
  right: 33px;
  top: 1px;
}
.assignment-distribution .cont .basicsInfo .item .left .left-bottom .woman-style[data-v-d98efdba] {
  font-size: 12px;
  position: absolute;
  right: 5px;
  top: 1px;
}
.assignment-distribution .cont .basicsInfo .item .right[data-v-d98efdba] {
  width: 72px;
  height: 58px;
  background: #f6f7fb;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.assignment-distribution .cont .basicsInfo .item .right .secondLine i[data-v-d98efdba] {
  vertical-align: -0.1em !important;
}
.assignment-distribution .cont .basicsInfo .item .right .mustFillFont[data-v-d98efdba] {
  color: #777777;
  font-size: 12px;
  text-align: left;
  margin-left: 6px;
}
.assignment-distribution .cont .basicsInfo .item .right .mustFillFont i[data-v-d98efdba] {
  vertical-align: -0.2em;
}
.assignment-distribution .cont .basicsInfo .item .right .mustFillFont[data-v-d98efdba] svg {
  width: 12px;
  height: 12px;
}
.assignment-distribution .cont .basicsInfo .item .right .mustFillFont .unEditStyle[data-v-d98efdba] {
  margin-right: 2px;
  color: #BBBBBB;
}
.assignment-distribution .cont .basicsInfo .item .right .mustFillFont .editStyle[data-v-d98efdba] {
  margin-right: 2px;
  color: #777777;
}
.assignment-distribution .cont .basicsInfo .item .right .mustFillFont .notChangeStyle[data-v-d98efdba] {
  margin-right: 2px;
  color: #DDDDDD;
}
.assignment-distribution .cont .basicsInfo .item .right .mustFillFont .selectStyle[data-v-d98efdba] {
  color: #165Dff;
}
.assignment-distribution .cont .basicsInfo .item .right .margin-top-3[data-v-d98efdba] {
  margin-top: 3px;
}
.assignment-distribution .cont .basicsInfo .item .blankBg[data-v-d98efdba] {
  background-color: #ffffff !important;
}
.assignment-distribution .cont .basicsInfo .item .bottomBlankBg[data-v-d98efdba] {
  background-color: #ffffff !important;
  border-bottom: 1px solid #dddddd;
}
.assignment-distribution .cont .basicsInfo .margin-top-13[data-v-d98efdba] {
  margin-top: 13px;
}
.assignment-distribution .cont .basicsInfo .margin-top-25[data-v-d98efdba] {
  margin-top: 25px;
}
.assignment-distribution .cont .basicsInfo .table[data-v-d98efdba] {
  width: 880px;
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  font-size: 12px;
}
.assignment-distribution .cont .basicsInfo .table .table-title[data-v-d98efdba] {
  display: flex;
  color: #666666;
}
.assignment-distribution .cont .basicsInfo .table .table-title > div[data-v-d98efdba] {
  flex: 1;
  height: 36px;
  line-height: 36px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.assignment-distribution .cont .basicsInfo .table .table-title .mustFill[data-v-d98efdba] {
  margin-left: 2px;
  color: #FB4246;
}
.assignment-distribution .cont .basicsInfo .table .house-data[data-v-d98efdba] {
  display: flex;
}
.assignment-distribution .cont .basicsInfo .table .house-data > div[data-v-d98efdba] {
  display: flex;
  align-items: center;
  flex: 1;
  text-align: left;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.assignment-distribution .cont .basicsInfo .add-subject-style[data-v-d98efdba] {
  width: 104px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #165Dff;
  text-align: center;
  color: #165Dff;
}
.assignment-distribution .cont .basicsInfo .add-subject-style i[data-v-d98efdba] {
  vertical-align: 0em;
  margin-right: 4px;
}
.assignment-distribution .cont .basicsInfo .add-subject-style[data-v-d98efdba] svg {
  width: 12px;
  height: 12px;
}
.assignment-distribution .cont .basicsInfo .continueAddStyle[data-v-d98efdba] {
  font-size: 14px;
  color: #165Dff;
  text-align: center !important;
}
.assignment-distribution .cont .basicsInfo .continueAddStyle i[data-v-d98efdba] {
  vertical-align: 0em;
  margin-right: 8px;
}
.assignment-distribution .cont .basicsInfo .continueAddStyle[data-v-d98efdba] svg {
  width: 12px;
  height: 12px;
}
.assignment-distribution .ipt-box[data-v-d98efdba] {
  padding: 0 20px 40px 20px;
  position: relative;
}
.assignment-distribution .ipt-box .urgent[data-v-d98efdba] {
  position: absolute;
  right: 60px;
  top: 78px;
}
.assignment-distribution .foot[data-v-d98efdba] {
  height: 80px;
  padding: 20px;
}
.assignment-distribution .foot .btn[data-v-d98efdba] {
  margin-left: 20px;
  width: 120px;
  height: 40px;
  border-radius: 5px;
  float: right;
}
.assignment-distribution .address[data-v-d98efdba] {
  display: flex;
  width: 100%;
}
.assignment-distribution .address .must-fill-border[data-v-d98efdba] .ant-select-selection {
  border-bottom: 1px solid #FB4246;
}
.assignment-distribution .littleLabel[data-v-d98efdba] {
  display: -webkit-inline-box;
}
.assignment-distribution .little2Label[data-v-d98efdba] {
  display: -webkit-inline-box;
}
.assignment-distribution .little3Label[data-v-d98efdba] {
  display: -webkit-inline-box;
}
.assignment-distribution .labelValue[data-v-d98efdba] {
  color: #000000;
}

.addDistributionBox[data-v-775e4d2e] {
  width: 800px;
  max-height: calc(100vh - 90px - var(--tab-height));
  overflow: auto;
}
.addDistributionBox .err-p[data-v-775e4d2e] {
  font-size: 12px;
  font-weight: 400;
  color: #FFA036;
  line-height: 17px;
  position: absolute;
}
.addDistributionBox .err-p-red[data-v-775e4d2e] {
  font-size: 12px;
  font-weight: 400;
  color: #FB4246;
  line-height: 17px;
  position: absolute;
}
.addDistributionBox .title[data-v-775e4d2e] {
  color: #111111;
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0;
}
.addDistributionBox .basicInfo[data-v-775e4d2e] {
  width: 100%;
  padding: 0 20px 0 20px;
}
.addDistributionBox .basicInfo .name[data-v-775e4d2e] {
  position: relative;
}
.addDistributionBox .basicInfo .name .gender[data-v-775e4d2e] {
  position: absolute;
  right: 0px;
  bottom: 5px;
}
.addDistributionBox .basicInfo .close-icon-style[data-v-775e4d2e] {
  position: absolute;
  right: 5px;
  top: 5px;
}
.addDistributionBox .basicInfo .close-icon-style .close-icon[data-v-775e4d2e] {
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
}
.addDistributionBox .basicInfo .noSearchAddress[data-v-775e4d2e] .ant-select-dropdown--empty {
  display: none;
}
.addDistributionBox .demandInfo[data-v-775e4d2e] {
  width: 100%;
  padding: 0px 20px 0 20px;
}
.addDistributionBox .demandInfo .demandLabel[data-v-775e4d2e] {
  width: 100%;
  min-height: 80px;
}
.addDistributionBox .demandInfo .demandLabel[data-v-775e4d2e] .ant-input {
  box-shadow: none;
}
.addDistributionBox .demandInfo .demandLabel .selectDemandLabelItem[data-v-775e4d2e] {
  min-width: 71px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  margin-top: 7px;
  margin-right: 5px;
  text-align: center;
  background: #f6f7f8;
}
.addDistributionBox .demandInfo .demandLabel .demandLabelAll[data-v-775e4d2e] {
  height: 40px;
  line-height: 40px;
  background: #f7f8fb;
}
.addDistributionBox .demandInfo .demandLabel .demandLabelAll .demandLabelItem[data-v-775e4d2e] {
  width: 63px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  margin-left: 5px;
  margin-top: 10px;
  text-align: center;
}
.addDistributionBox .demandInfo .demandLabel .demandLabelAll .normalBg[data-v-775e4d2e] {
  background: #f6f7f8;
}
.addDistributionBox .demandInfo .demandLabel .demandLabelAll .clickBg[data-v-775e4d2e] {
  background: #e2edf8;
}
.addDistributionBox .demandInfo .faultPicList[data-v-775e4d2e] {
  position: relative;
}
.addDistributionBox .demandInfo .faultPicList .warn[data-v-775e4d2e] {
  position: absolute;
  top: 1px;
  left: 25px;
}
.addDistributionBox .demandInfo .applyComment[data-v-775e4d2e] {
  position: relative;
}
.addDistributionBox .demandInfo .applyComment .warn[data-v-775e4d2e] {
  position: absolute;
  top: 1px;
  left: 25px;
}
.addDistributionBox .demandInfo .basicsInfo[data-v-775e4d2e] {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.addDistributionBox .demandInfo .basicsInfo .item[data-v-775e4d2e] {
  display: flex;
  justify-content: flex-start;
  margin-right: 15px;
}
.addDistributionBox .demandInfo .basicsInfo .item .left[data-v-775e4d2e] {
  width: 174px;
  height: 58px;
  background: #fafafa;
}
.addDistributionBox .demandInfo .basicsInfo .item .left .left-top[data-v-775e4d2e] {
  margin-top: 4px;
  margin-left: 4px;
}
.addDistributionBox .demandInfo .basicsInfo .item .left .left-top .name[data-v-775e4d2e] {
  color: #777777;
  font-size: 12px;
}
.addDistributionBox .demandInfo .basicsInfo .item .left .left-top .mustFill[data-v-775e4d2e] {
  margin-left: 2px;
  color: #FB4246;
}
.addDistributionBox .demandInfo .basicsInfo .item .left .left-bottom[data-v-775e4d2e] {
  margin-left: 4px;
  margin-top: 5px;
  color: #BBBBBB;
  position: relative;
  font-size: 13px;
}
.addDistributionBox .demandInfo .basicsInfo .item .left .left-bottom .man-style[data-v-775e4d2e] {
  font-size: 12px;
  position: absolute;
  right: 33px;
  top: 1px;
}
.addDistributionBox .demandInfo .basicsInfo .item .left .left-bottom .woman-style[data-v-775e4d2e] {
  font-size: 12px;
  position: absolute;
  right: 5px;
  top: 1px;
}
.addDistributionBox .demandInfo .basicsInfo .item .right[data-v-775e4d2e] {
  width: 72px;
  height: 58px;
  background: #f6f7fb;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.addDistributionBox .demandInfo .basicsInfo .item .right .secondLine i[data-v-775e4d2e] {
  vertical-align: -0.1em !important;
}
.addDistributionBox .demandInfo .basicsInfo .item .right .mustFillFont[data-v-775e4d2e] {
  color: #777777;
  font-size: 12px;
  text-align: left;
  margin-left: 6px;
}
.addDistributionBox .demandInfo .basicsInfo .item .right .mustFillFont i[data-v-775e4d2e] {
  vertical-align: -0.2em;
}
.addDistributionBox .demandInfo .basicsInfo .item .right .mustFillFont[data-v-775e4d2e] svg {
  width: 12px;
  height: 12px;
}
.addDistributionBox .demandInfo .basicsInfo .item .right .mustFillFont .unEditStyle[data-v-775e4d2e] {
  margin-right: 2px;
  color: #BBBBBB;
}
.addDistributionBox .demandInfo .basicsInfo .item .right .mustFillFont .editStyle[data-v-775e4d2e] {
  margin-right: 2px;
  color: #777777;
}
.addDistributionBox .demandInfo .basicsInfo .item .right .margin-top-3[data-v-775e4d2e] {
  margin-top: 3px;
}
.addDistributionBox .demandInfo .basicsInfo .item .blankBg[data-v-775e4d2e] {
  background-color: #ffffff !important;
}
.addDistributionBox .demandInfo .basicsInfo .item .bottomBlankBg[data-v-775e4d2e] {
  background-color: #ffffff !important;
  border-bottom: 1px solid #dddddd;
}
.addDistributionBox .demandInfo .basicsInfo .margin-top-13[data-v-775e4d2e] {
  margin-top: 13px;
}
.addDistributionBox .demandInfo .basicsInfo .margin-top-25[data-v-775e4d2e] {
  margin-top: 25px;
}
.addDistributionBox .demandInfo .basicsInfo .table[data-v-775e4d2e] {
  width: 796px;
  border-left: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  font-size: 12px;
}
.addDistributionBox .demandInfo .basicsInfo .table .table-title[data-v-775e4d2e] {
  display: flex;
  background: #f6f7fb;
  color: #666666;
}
.addDistributionBox .demandInfo .basicsInfo .table .table-title > div[data-v-775e4d2e] {
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.addDistributionBox .demandInfo .basicsInfo .table .table-title .mustFill[data-v-775e4d2e] {
  margin-left: 2px;
  color: #FB4246;
}
.addDistributionBox .demandInfo .basicsInfo .table .house-data-disable[data-v-775e4d2e] i {
  display: none;
}
.addDistributionBox .demandInfo .basicsInfo .table .house-data[data-v-775e4d2e] {
  display: flex;
}
.addDistributionBox .demandInfo .basicsInfo .table .house-data > div[data-v-775e4d2e] {
  flex: 1;
  height: 40px;
  line-height: 40px;
  text-align: left;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  background-color: #ffffff;
}
.addDistributionBox .demandInfo .basicsInfo .table .house-data > div .house-data-item-left[data-v-775e4d2e] {
  height: 40px;
  line-height: 40px;
}
.addDistributionBox .demandInfo .basicsInfo .table .house-data > div .delete-icon[data-v-775e4d2e] {
  color: #FB4246;
  font-size: 14px;
}
.addDistributionBox .demandInfo .basicsInfo .table .house-data[data-v-775e4d2e] .ant-select-selection__rendered {
  font-size: 14px;
  margin-left: 0;
}
.addDistributionBox .demandInfo .basicsInfo .table .house-data[data-v-775e4d2e] .ant-select-selection__rendered {
  margin-right: 0;
}
.addDistributionBox .demandInfo .basicsInfo .table .house-data[data-v-775e4d2e] .ant-input {
  font-size: 14px;
}
.addDistributionBox .demandInfo .basicsInfo .table .house-data[data-v-775e4d2e] .ant-checkbox-inner {
  width: 14px;
  height: 14px;
}
.addDistributionBox .demandInfo .basicsInfo .table .house-data .addonAfterStyle[data-v-775e4d2e] {
  font-size: 14px;
  color: #111111;
  right: 2px;
}
.addDistributionBox .demandInfo .basicsInfo .table .mustFillStyle[data-v-775e4d2e] svg {
  width: 14px;
  height: 14px;
}
.addDistributionBox .demandInfo .basicsInfo .table .mustFillStyle .mustFillFont[data-v-775e4d2e] {
  color: #777777;
  font-size: 14px;
}
.addDistributionBox .demandInfo .basicsInfo .table .mustFillStyle .mustFillFont .editStyle[data-v-775e4d2e] {
  margin-right: 2px;
  color: #777777;
}
.addDistributionBox .demandInfo .basicsInfo .add-subject-style[data-v-775e4d2e] {
  width: 104px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #165Dff;
  text-align: center;
  color: #165Dff;
}
.addDistributionBox .demandInfo .basicsInfo .add-subject-style i[data-v-775e4d2e] {
  vertical-align: 0em;
  margin-right: 4px;
}
.addDistributionBox .demandInfo .basicsInfo .add-subject-style[data-v-775e4d2e] svg {
  width: 12px;
  height: 12px;
}
.addDistributionBox .demandInfo .basicsInfo .continueAddStyle[data-v-775e4d2e] {
  font-size: 14px;
  color: #165Dff;
  text-align: center !important;
}
.addDistributionBox .demandInfo .basicsInfo .continueAddStyle i[data-v-775e4d2e] {
  vertical-align: 0em;
  margin-right: 8px;
}
.addDistributionBox .demandInfo .basicsInfo .continueAddStyle[data-v-775e4d2e] svg {
  width: 12px;
  height: 12px;
}
.addDistributionBox .normalWidth[data-v-775e4d2e] {
  width: 230px;
}
.addDistributionBox .assignment[data-v-775e4d2e] {
  height: 75px;
  line-height: 75px;
  color: #165Dff;
}
.addDistributionBox .buttonDiv[data-v-775e4d2e] {
  height: 75px;
}
.addDistributionBox .buttonDiv .formItemMarginButton[data-v-775e4d2e] {
  width: 120px;
  height: 40px;
  margin-left: 18px;
  margin-top: 15px;
}
.addDistributionBox .buttonDiv .cancelFont[data-v-775e4d2e] {
  color: #666666;
}
.addDistributionBox .buttonDiv .saveFont[data-v-775e4d2e] {
  color: #ffffff;
  background-color: #165Dff;
}
.addDistributionBox[data-v-775e4d2e] .ant-select-selection__rendered {
  margin-left: 0px;
}
.addDistributionBox[data-v-775e4d2e] .ant-cascader-picker-label {
  padding: 0;
}
.addDistributionBox[data-v-775e4d2e] .ant-upload.ant-upload-select-picture-card {
  margin-bottom: 0px;
}
.addDistributionBox .gender-box[data-v-775e4d2e] {
  position: relative;
}
.addDistributionBox .gender-box .close-icon-style[data-v-775e4d2e] {
  position: absolute;
  right: 5px;
  top: 5px;
}
.addDistributionBox .gender-box .close-icon-style .close-icon[data-v-775e4d2e] {
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
}
.addDistributionBox .gender-box[data-v-775e4d2e] .ant-select-dropdown {
  width: -moz-max-content !important;
  width: max-content !important;
}
.addDistributionBox .gender-box[data-v-775e4d2e] .rc-virtual-list {
  width: 360px;
}
.addDistributionBox .gender-box[data-v-775e4d2e] .rc-virtual-list .ant-select-item {
  padding: 9px 20px 0;
}
.addDistributionBox .gender-box[data-v-775e4d2e] .rc-virtual-list .ant-select-item .empDept-box {
  width: 100%;
}
.addDistributionBox .gender-box[data-v-775e4d2e] .rc-virtual-list .ant-select-item .empDept-box .bottom {
  margin-top: 5px;
  padding-bottom: 9px;
  border-bottom: 1px solid #CCCCCC;
  color: #777777;
}
.addDistributionBox .gender-box[data-v-775e4d2e] .rc-virtual-list .ant-select-item .empDept-box .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.addDistributionBox .gender-box[data-v-775e4d2e] .rc-virtual-list .ant-select-item .empDept-box .top .left {
  display: flex;
  align-items: center;
}
.addDistributionBox .gender-box[data-v-775e4d2e] .rc-virtual-list .ant-select-item .empDept-box .top .left .status {
  padding: 0 6px;
  margin-right: 8px;
  background: rgba(39, 177, 72, 0.1);
  color: #27b148;
  line-height: 20px;
  font-size: 12px;
}
.addDistributionBox .gender-box[data-v-775e4d2e] .rc-virtual-list .ant-select-item .empDept-box .top .left .status.locked {
  background: rgba(112, 112, 112, 0.1);
  color: #707070;
}

.resultList-box[data-v-38d63995] {
  padding: 20px;
}
.resultList-box .itemStyle[data-v-38d63995] {
  margin-bottom: 30px;
}
.resultList-box .itemStyle .titleStyle[data-v-38d63995] {
  font-weight: 500;
  font-size: 16px;
  color: #111111;
  margin-bottom: 12px;
}
.resultList-box .itemStyle .completeStyle[data-v-38d63995] {
  padding: 0 0 0 10px;
  width: 100%;
  height: 46px;
  line-height: 46px;
  background: rgba(22, 93, 255, 0.06);
  border-radius: 4px;
  position: relative;
}
.resultList-box .itemStyle .completeStyle .successStyle[data-v-38d63995] {
  width: 100%;
  text-align: center;
  height: 46px;
  line-height: 46px;
  color: #03C683;
  font-size: 14px;
  padding-right: 10px;
}
.resultList-box .itemStyle .completeStyle .errorStyle[data-v-38d63995] {
  color: #FB4246;
  font-size: 14px;
  margin-right: 106px;
}
.resultList-box .itemStyle .completeStyle .downStyle[data-v-38d63995] {
  width: 86px;
  height: 46px;
  line-height: 46px;
  background: rgba(22, 93, 255, 0.06);
  border-radius: 4px;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 14px;
  color: #165Dff;
  text-align: center;
}
.resultList-box .itemStyle .completeStyle .fileStyle[data-v-38d63995] {
  font-size: 14px;
  color: #777777;
}
.resultList-box .itemStyle .uploadingStyle[data-v-38d63995] {
  font-size: 12px;
  color: #FFA036;
}
.resultList-box .confirmStyle[data-v-38d63995] {
  margin: 90px auto 0px;
  width: 180px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #165Dff;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}

.resultList-box[data-v-f5cdfc4a] {
  padding: 20px;
}
.resultList-box .itemStyle[data-v-f5cdfc4a] {
  margin-bottom: 30px;
}
.resultList-box .itemStyle .titleStyle[data-v-f5cdfc4a] {
  font-weight: 500;
  font-size: 16px;
  color: #111111;
  margin-bottom: 12px;
}
.resultList-box .itemStyle .completeStyle[data-v-f5cdfc4a] {
  padding: 0 0 0 10px;
  width: 100%;
  height: 46px;
  line-height: 46px;
  background: rgba(22, 93, 255, 0.06);
  border-radius: 4px;
  position: relative;
}
.resultList-box .itemStyle .completeStyle .successStyleChengduBatchCheck[data-v-f5cdfc4a] {
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  padding-right: 10px;
}
.resultList-box .itemStyle .completeStyle .successStyle[data-v-f5cdfc4a] {
  width: 100%;
  text-align: center;
  height: 46px;
  line-height: 46px;
  color: #03C683;
  font-size: 14px;
}
.resultList-box .itemStyle .completeStyle .errorStyle[data-v-f5cdfc4a] {
  color: #FB4246;
  font-size: 14px;
}
.resultList-box .itemStyle .completeStyle .downStyle[data-v-f5cdfc4a] {
  width: 86px;
  height: 46px;
  line-height: 46px;
  background: rgba(22, 93, 255, 0.06);
  border-radius: 4px;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 14px;
  color: #165Dff;
  text-align: center;
}
.resultList-box .itemStyle .completeStyle .fileStyle[data-v-f5cdfc4a] {
  font-size: 14px;
  color: #777777;
}
.resultList-box .itemStyle .uploadingStyle[data-v-f5cdfc4a] {
  font-size: 12px;
  color: #FFA036;
}
.resultList-box .confirmStyle[data-v-f5cdfc4a] {
  margin: 90px auto 0px;
  width: 180px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #165Dff;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}

.resultList-box[data-v-2b6977f0] {
  padding: 20px;
}
.resultList-box .itemStyle[data-v-2b6977f0] {
  margin-bottom: 30px;
}
.resultList-box .itemStyle .titleStyle[data-v-2b6977f0] {
  font-weight: 500;
  font-size: 16px;
  color: #111111;
  margin-bottom: 12px;
}
.resultList-box .itemStyle .completeStyle[data-v-2b6977f0] {
  padding: 0 0 0 10px;
  width: 100%;
  height: 46px;
  line-height: 46px;
  background: rgba(10, 135, 248, 0.06);
  border-radius: 4px;
  position: relative;
}
.resultList-box .itemStyle .completeStyle .successStyle[data-v-2b6977f0] {
  width: 100%;
  text-align: center;
  height: 46px;
  line-height: 46px;
  color: #03C683;
  font-size: 14px;
  padding-right: 10px;
}
.resultList-box .itemStyle .completeStyle .errorStyle[data-v-2b6977f0] {
  color: #FB4246;
  font-size: 14px;
  margin-right: 106px;
}
.resultList-box .itemStyle .completeStyle .downStyle[data-v-2b6977f0] {
  width: 86px;
  height: 46px;
  line-height: 46px;
  background: rgba(10, 135, 248, 0.06);
  border-radius: 4px;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 14px;
  color: #165Dff;
  text-align: center;
}
.resultList-box .itemStyle .completeStyle .fileStyle[data-v-2b6977f0] {
  font-size: 14px;
  color: #777777;
}
.resultList-box .itemStyle .uploadingStyle[data-v-2b6977f0] {
  font-size: 12px;
  color: #FFA036;
}
.resultList-box .confirmStyle[data-v-2b6977f0] {
  margin: 90px auto 0px;
  width: 180px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #165Dff;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}

.upgrade-box[data-v-3782fcdb] {
  padding: 72px 0 93px 0;
}
.upgrade-box .line1Style[data-v-3782fcdb] {
  text-align: center;
}
.upgrade-box .line2Style[data-v-3782fcdb] {
  text-align: center;
}
.upgrade-box .line2Style .fontStyle1[data-v-3782fcdb] {
  font-weight: 600;
  color: #111111;
  font-size: 20px;
}
.upgrade-box .line2Style .fontStyle2[data-v-3782fcdb] {
  font-size: 20px;
  color: #111111;
}
.upgrade-box .line2Style .fontStyle3[data-v-3782fcdb] {
  color: #666666;
  font-size: 14px;
}

/** @format */
.screenLock-box[data-v-2ca733f0] {
  border-radius: 16px;
  position: relative;
}
.screenLock-box .specialInput[data-v-2ca733f0] {
  width: 0px;
  height: 0px;
  position: absolute;
  top: -1000px;
}
.screenLock-box .specialInput[data-v-2ca733f0] .ant-input {
  width: 0px;
  height: 0px;
}
.screenLock-box .contentStyle[data-v-2ca733f0] {
  height: 280px;
  background: #ffffff;
  border-radius: 16px 16px 0 0;
}
.screenLock-box .contentStyle[data-v-2ca733f0] .ant-input {
  color: #111111;
  padding-left: 10px;
  height: 100%;
  border-radius: 4px;
}
.screenLock-box .contentStyle[data-v-2ca733f0] .ant-btn {
  border-radius: 0px;
  border: none;
  height: 37px;
  line-height: 37px;
  margin-top: 0.5px;
  color: #777777;
  padding: 0 14px;
}
.screenLock-box .contentStyle[data-v-2ca733f0] .rightBtn {
  border-radius: 0 4px 4px 0 !important;
}
.screenLock-box .wave[data-v-2ca733f0] {
  width: 100%;
  height: 83px;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: url(data:image/png;base64,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) 0 0 no-repeat;
  background-size: cover;
}
.screenLock-box[data-v-2ca733f0] .ant-modal-content {
  border-radius: 16px !important;
}
@keyframes roateOne-2ca733f0 {
0% {
    transform: translate(-50%, 0) rotateZ(0deg);
}
50% {
    transform: translate(-50%, -2%) rotateZ(180deg);
}
100% {
    transform: translate(-50%, 0%) rotateZ(360deg);
}
}

.search-container .search-container-warp[data-v-29095d5f] {
  display: flex;
}
.search-container .search-container-warp .drop-down-Style[data-v-29095d5f] {
  width: auto;
}
.search-container .search-container-warp.small .search-left .search-item[data-v-29095d5f] {
  height: 30px;
}
.search-container .search-container-warp.small .search-left .search-item .search-lable[data-v-29095d5f] {
  font-size: 12px;
  padding: 0 5px;
}
.search-container .search-container-warp.small .search-left .search-item .search-content.dateRange[data-v-29095d5f] {
  width: 210px;
}
.search-container .search-container-warp.small .search-left .search-item .search-content.dateRange[data-v-29095d5f] .ant-picker .ant-picker-clear {
  right: -4px;
}
.search-container .search-container-warp.small .search-left .search-item .search-content[data-v-29095d5f] .ant-select-selector {
  height: 28px;
  line-height: 28px;
}
.search-container .search-container-warp.small .search-left .search-item .search-content[data-v-29095d5f] .ant-select-selector .ant-select-selection-item {
  line-height: 28px !important;
}
.search-container .search-container-warp.small .search-left .search-item .search-content[data-v-29095d5f] .ant-input {
  font-size: 12px !important;
  height: 28px;
  line-height: 28px;
}
.search-container .search-container-warp.small .search-left .search-item .search-content[data-v-29095d5f] .ant-picker {
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
}
.search-container .search-container-warp.small .search-left .search-item .search-content[data-v-29095d5f] .ant-picker-input {
  font-size: 12px !important;
}
.search-container .search-container-warp.small .search-left .search-item .search-content[data-v-29095d5f] .ant-picker-input input {
  font-size: 12px !important;
}
.search-container .search-container-warp.small .search-left .search-item .search-content[data-v-29095d5f] .ant-select-selection-placeholder {
  line-height: 28px !important;
}
.search-container .search-container-warp.small .search-left .search-item .search-content[data-v-29095d5f] .ant-select-selection-placeholder,
.search-container .search-container-warp.small .search-left .search-item .search-content[data-v-29095d5f] .ant-select-selection-item {
  font-size: 12px;
}
.search-container .search-container-warp.small .search-right[data-v-29095d5f] .ant-input {
  font-size: 12px;
  height: 28px;
  line-height: 28px;
}
.search-container .search-container-warp.small .search-right .search-keyword[data-v-29095d5f] {
  height: 30px;
}
.search-container .search-container-warp .search-left[data-v-29095d5f] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-container .search-container-warp .search-left .search-item[data-v-29095d5f] {
  display: flex;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 14px;
  margin-right: 10px;
  max-height: 34px;
  height: 34px;
}
.search-container .search-container-warp .search-left .search-item[data-v-29095d5f]:last-child {
  margin-right: 0;
}
.search-container .search-container-warp .search-left .search-item .search-lable[data-v-29095d5f] {
  background: #f6f7f8;
  padding: 0 10px;
  border-right: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 0 0 4px;
  white-space: nowrap;
}
.search-container .search-container-warp .search-left .search-item .search-content[data-v-29095d5f] {
  width: 100px;
  padding: 0 6px;
  box-sizing: border-box;
}
.search-container .search-container-warp .search-left .search-item .search-content[data-v-29095d5f] .tree-wrap {
  margin-bottom: 0;
}
.search-container .search-container-warp .search-left .search-item .search-content[data-v-29095d5f] .tree-wrap .tree {
  width: 400px;
}
.search-container .search-container-warp .search-left .search-item .search-content[data-v-29095d5f] .ant-input {
  width: 100%;
  border: none;
  padding: 0;
}
.search-container .search-container-warp .search-left .search-item .search-content[data-v-29095d5f] .ant-input:focus {
  outline: none !important;
  box-shadow: none !important;
}
.search-container .search-container-warp .search-left .search-item .search-content.dateRange[data-v-29095d5f] {
  width: 230px;
}
.search-container .search-container-warp .search-left .search-item .search-content.dateRange[data-v-29095d5f] .ant-picker .ant-picker-clear {
  right: -8px;
}
.search-container .search-container-warp .search-left .search-item .search-content.dateTime[data-v-29095d5f] {
  width: 115px;
}
.search-container .search-container-warp .search-left .search-item .search-content.list[data-v-29095d5f] {
  padding-right: 0 !important;
}
.search-container .search-container-warp .search-left .search-item .search-content.list[data-v-29095d5f] .ant-select .ant-select-selector {
  padding-right: 0 !important;
}
.search-container .search-container-warp .search-left .search-item .search-content.list[data-v-29095d5f] .ant-select .ant-select-selection-item {
  line-height: 32px;
}
.search-container .search-container-warp .search-left .search-item .search-content.list[data-v-29095d5f] .ant-select .ant-select-selection-placeholder {
  line-height: 32px;
}
.search-container .search-container-warp .search-left .search-item .search-content.numberRange[data-v-29095d5f] {
  display: flex;
  align-items: center;
  width: 120px;
}
.search-container .search-container-warp .search-left .search-item .search-content.numberRange[data-v-29095d5f] .ant-input {
  text-align: center;
}
.search-container .search-container-warp .search-right[data-v-29095d5f] {
  flex: 1;
  padding-left: 10px;
  box-sizing: border-box;
}
.search-container .search-container-warp .search-right .search-keyword[data-v-29095d5f] {
  border: 1px solid #dddddd;
  border-radius: 4px;
  overflow: hidden;
}
.search-container .search-container-warp .search-right .search-keyword[data-v-29095d5f] .ant-input {
  width: 100%;
  border: none;
  padding-left: 10px;
}
.search-container .search-container-warp .search-right .search-keyword[data-v-29095d5f] .ant-input-group-wrapper .ant-input-group-addon {
  width: 40px;
  left: 1px !important;
}
.search-container .search-container-warp .search-right .search-keyword[data-v-29095d5f] .ant-input-group-wrapper .ant-input-group-addon .ant-btn {
  width: 100%;
}

.container .title-top[data-v-4567a846] {
  margin-bottom: 15px;
}
.container .search-box[data-v-4567a846] {
  position: relative;
}
.container .search-box[data-v-4567a846] .ant-checkbox-wrapper {
  position: absolute;
  top: 7px;
  left: 0;
}
.container .table-content[data-v-4567a846] {
  border-radius: 4px 4px 0px 0px;
  border: 1px solid #dddddd;
  margin-top: 15px;
}
.container .table-content.table-content1 .tr .td[data-v-4567a846]:nth-child(1) {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .table-content.table-content1 .tr.detail-content[data-v-4567a846] {
  box-sizing: border-box;
  padding: 10px 80px 10px 40px;
  height: auto !important;
  display: block;
}
.container .table-content.table-content1 .tr.detail-content .tr-list[data-v-4567a846] {
  display: flex;
  border: 1px solid #dddddd;
}
.container .table-content.table-content1 .tr.detail-content .tr-list[data-v-4567a846]:last-child {
  margin-top: -1px;
}
.container .table-content.table-content1 .tr.detail-content .tr-list .item[data-v-4567a846] {
  background: #f2f2f3;
  font-size: 13px;
  color: #333333;
  height: 36px;
  line-height: 36px;
  padding: 0 8px;
  border-right: 1px solid #dddddd;
}
.container .table-content.table-content1 .tr.detail-content .tr-list .item[data-v-4567a846]:nth-child(1) {
  width: 130px;
}
.container .table-content.table-content1 .tr.detail-content .tr-list .item[data-v-4567a846]:nth-child(2) {
  width: 180px;
}
.container .table-content.table-content1 .tr.detail-content .tr-list .item[data-v-4567a846]:nth-child(3) {
  width: 90px;
}
.container .table-content.table-content1 .tr.detail-content .tr-list .item[data-v-4567a846]:nth-child(4) {
  width: 180px;
}
.container .table-content.table-content1 .tr.detail-content .tr-list .item[data-v-4567a846]:nth-child(5) {
  width: 90px;
}
.container .table-content.table-content1 .tr.detail-content .tr-list .item[data-v-4567a846]:nth-child(6) {
  width: 90px;
}
.container .table-content.table-content1 .tr.detail-content .tr-list .item[data-v-4567a846]:nth-child(7) {
  width: 90px;
}
.container .table-content.table-content1 .tr.detail-content .tr-list .item.flex[data-v-4567a846] {
  flex: 1;
}
.container .table-content.table-content1 .tr.detail-content .tr-list .item[data-v-4567a846]:last-child {
  border-right: none;
}
.container .table-content .tr[data-v-4567a846] {
  display: flex;
  height: 40px;
  border-bottom: 1px solid #dddddd;
}
.container .table-content .tr[data-v-4567a846]:last-child {
  border-bottom: none;
}
.container .table-content .tr .th[data-v-4567a846] {
  background: #f5f7ff;
}
.container .table-content .tr .th[data-v-4567a846]:nth-child(1) {
  text-align: center;
}
.container .table-content .tr .td[data-v-4567a846] {
  padding: 0 8px;
  box-sizing: border-box;
  line-height: 38px;
  font-size: 13px;
  color: #333333;
  border-right: 1px solid #dddddd;
}
.container .table-content .tr .td[data-v-4567a846]:nth-child(1) {
  width: 40px;
  text-align: center;
}
.container .table-content .tr .td[data-v-4567a846]:nth-child(2) {
  width: 200px;
}
.container .table-content .tr .td[data-v-4567a846]:nth-child(3) {
  width: 200px;
}
.container .table-content .tr .td[data-v-4567a846]:nth-child(4) {
  width: 300px;
}
.container .table-content .tr .td[data-v-4567a846]:nth-child(5) {
  width: 150px;
}
.container .table-content .tr .td[data-v-4567a846]:last-child {
  border-right: none;
}
.container .table-content .tr .td.flex[data-v-4567a846] {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.addTenantContract-box[data-v-5b42aa71] {
  padding: 0 0px 0px 0px;
  height: calc(100vh - 100px);
  overflow: auto;
  position: relative;
}
.addTenantContract-box .predictEndTimeStyle[data-v-5b42aa71] {
  background: #f6f7f8;
  margin-left: 340px;
  width: 340px;
  height: 28px;
  border-radius: 4px;
  padding-left: 8px;
  position: relative;
}
.addTenantContract-box .predictEndTimeStyle .angle[data-v-5b42aa71] {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f6f7f8;
  top: -5px;
  left: 30px;
  position: absolute;
}
.addTenantContract-box .predictEndTimeStyle[data-v-5b42aa71] .ant-picker-suffix {
  display: inline-block;
}
.addTenantContract-box .predictEndTimeStyle[data-v-5b42aa71] .ant-picker {
  padding: 0;
}
.addTenantContract-box .predictEndTimeStyle[data-v-5b42aa71] .ant-picker-input > input {
  font-size: 12px;
}
.addTenantContract-box[data-v-5b42aa71] .ant-picker {
  margin-left: 2px;
}
.addTenantContract-box .draftsWarningStyle[data-v-5b42aa71] {
  width: 410px;
  height: 164px;
  background: #ffffff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  padding: 32px 32px 24px 32px;
}
.addTenantContract-box .draftsWarningStyle .line1Style .line1LeftStyle[data-v-5b42aa71] {
  width: 22px;
  text-align: center;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  background: #ffbf00;
  color: #ffffff;
  font-size: 14px;
  margin-right: 10px;
}
.addTenantContract-box .draftsWarningStyle .line1Style .line2LeftStyle[data-v-5b42aa71] {
  font-size: 16px;
  color: #111111;
  font-weight: 500;
}
.addTenantContract-box .draftsWarningStyle .line3Style[data-v-5b42aa71] {
  display: flex;
  justify-content: flex-end;
  margin-top: 52px;
}
.addTenantContract-box .draftsWarningStyle .line3Style .cancelStyle[data-v-5b42aa71] {
  width: 90px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  background: #f6f7f8;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  color: #666666;
  font-size: 14px;
  margin-right: 8px;
}
.addTenantContract-box .draftsWarningStyle .line3Style .noCheckOutStyle[data-v-5b42aa71] {
  width: 130px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  background: #05bced;
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px;
  margin-right: 8px;
}
.addTenantContract-box .draftsWarningStyle .line3Style .checkOutStyle[data-v-5b42aa71] {
  width: 90px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  background: #165Dff;
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px;
}
.addTenantContract-box .headerHouseStyle[data-v-5b42aa71] {
  width: 100%;
  background: #edf3fe;
  padding: 0px 20px 20px 20px;
}
.addTenantContract-box .headerHouseStyle[data-v-5b42aa71] .label-item .title {
  margin-top: 0px;
}
.addTenantContract-box .headerHouseStyle[data-v-5b42aa71] .ant-input {
  padding: 0 10px !important;
}
.addTenantContract-box .headerHouseStyle[data-v-5b42aa71] .ant-input[disabled] {
  color: #777777;
}
.addTenantContract-box .headerHouseStyle[data-v-5b42aa71] .label-item .must-fill {
  margin-top: 4px;
}
.addTenantContract-box .headerHouseStyle .headerHouseHeaderStyle[data-v-5b42aa71] {
  display: flex;
  padding: 15px 0 8px 0;
}
.addTenantContract-box .headerHouseStyle .moreHouseModeStyle[data-v-5b42aa71] {
  height: 32px;
  line-height: 32px;
  background: #ffffff;
  padding: 0 10px;
}
.addTenantContract-box .headerHouseStyle .moreHouseModeStyle .moreHouseModeSplitStyle[data-v-5b42aa71] {
  padding-left: 15px;
  border-right: 1px solid #dddddd;
  margin-right: 18px;
  height: 14px;
}
.addTenantContract-box .headerHouseStyle .communityListStyle[data-v-5b42aa71] {
  position: absolute;
  top: 80px;
  width: 1156px;
  min-height: 200px;
  max-height: 300px;
  overflow-y: auto;
  background: #ffffff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
  padding: 5px 0;
}
.addTenantContract-box .headerHouseStyle .communityListStyle .partStyle[data-v-5b42aa71] {
  height: 36px;
  line-height: 36px;
  padding-left: 12px;
}
.addTenantContract-box .headerHouseStyle .communityListStyle div[data-v-5b42aa71]:hover {
  background-color: #F6F7F8;
}
.addTenantContract-box .headerHouseStyle .communityListStyle div.active[data-v-5b42aa71] {
  color: #165Dff;
  background-color: rgba(22, 93, 255, 0.1) !important;
}
.addTenantContract-box .headerHouseStyle .communityListStyle div.addNouse[data-v-5b42aa71] {
  cursor: not-allowed;
}
.addTenantContract-box .contractTypeBox[data-v-5b42aa71] {
  display: flex;
  width: 100%;
  padding: 0px 20px;
  padding-top: 20px;
  background: #edf3fe;
}
.addTenantContract-box .contractTypeBox .label[data-v-5b42aa71] {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.addTenantContract-box .contractTypeBox .contractTypeContent[data-v-5b42aa71] {
  margin-left: 26px;
  display: flex;
}
.addTenantContract-box .contractTypeBox[data-v-5b42aa71] .ant-popover .ant-popover-inner-content {
  padding: 0;
}
.addTenantContract-box .contractTypeBox[data-v-5b42aa71] .ant-popover .ant-popover-inner-content .action {
  padding: 8px 10px;
}
.addTenantContract-box .contractTypeBox[data-v-5b42aa71] .ant-popover .ant-popover-inner-content .action:hover {
  cursor: pointer;
  background: rgba(10, 135, 248, 0.1);
  color: #165Dff;
}
.addTenantContract-box .signingDimension .contractTypeContent[data-v-5b42aa71] {
  margin-left: 37px;
}
.addTenantContract-box .addTenantContractContent .depositWarningStyle[data-v-5b42aa71] {
  position: absolute;
  top: 10px;
  left: 75px;
}
.addTenantContract-box .addTenantContractContent .depositWarningStyle[data-v-5b42aa71] .ant-popover {
  width: 300px;
}
.addTenantContract-box .addTenantContractContent > div[data-v-5b42aa71] {
  margin-bottom: 20px;
}
.addTenantContract-box .addTenantContractContent[data-v-5b42aa71] .ant-select-multiple.ant-select-show-arrow .ant-select-selector {
  padding-right: 0px;
}
.addTenantContract-box .addTenantContractContent[data-v-5b42aa71] .ant-select .ant-select-selection-placeholder {
  left: 0;
}
.addTenantContract-box .addTenantContractContent[data-v-5b42aa71] .ant-select .ant-select-selection-search {
  margin-inline-start: 0;
}
.addTenantContract-box .demandLabel[data-v-5b42aa71] {
  width: 100%;
}
.addTenantContract-box .demandLabel[data-v-5b42aa71] .ant-input {
  box-shadow: none;
  width: 190px;
}
.addTenantContract-box .demandLabel .selectDemandLabelItem[data-v-5b42aa71] {
  min-width: 71px;
  height: 20px;
  line-height: 18px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  margin-top: 7px;
  margin-right: 5px;
  text-align: center;
  background: #f6f7f8;
}
.addTenantContract-box .demandLabel .demandLabelAll[data-v-5b42aa71] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #f7f8fb;
  border-top: 1px solid #dddddd;
}
.addTenantContract-box .demandLabel .demandLabelAll .demandLabelItem[data-v-5b42aa71] {
  padding: 0 4px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  margin-left: 5px;
  margin-top: 10px;
  text-align: center;
}
.addTenantContract-box .demandLabel .demandLabelAll .normalBg[data-v-5b42aa71] {
  background: #f6f7f8;
}
.addTenantContract-box .demandLabel .demandLabelAll .clickBg[data-v-5b42aa71] {
  background: #e2edf8;
}
.addTenantContract-box .contractTypeStyle[data-v-5b42aa71] {
  position: absolute;
  top: 10px;
  left: 80px;
}
.addTenantContract-box .contractTypeStyle .contractType[data-v-5b42aa71] {
  border-radius: 4px;
}
.addTenantContract-box .contractTypeStyle .contractType .contractTypeItem[data-v-5b42aa71] {
  width: 72px;
  text-align: center;
  height: 26px;
  line-height: 26px;
}
.addTenantContract-box .contractTypeStyle .contractType .contractTypeItem.disabled[data-v-5b42aa71] {
  background: #eee;
  cursor: not-allowed;
}
.addTenantContract-box .contractTypeStyle .contractType .leftItem[data-v-5b42aa71] {
  border-radius: 4px 0px 0px 4px;
}
.addTenantContract-box .contractTypeStyle .contractType .rightItem[data-v-5b42aa71] {
  border-radius: 0px 4px 4px 0px;
}
.addTenantContract-box .contractTypeStyle .contractType .selectedItem[data-v-5b42aa71] {
  background: rgba(22, 93, 255, 0.1);
  border: 1px solid #eeeeee;
  color: #165Dff;
}
.addTenantContract-box .contractTypeStyle .contractType .unSelectItem[data-v-5b42aa71] {
  background: #ffffff;
  border: 1px solid #eeeeee;
  color: #777777;
}
.addTenantContract-box .contractTypeStyle .selectTempleStyle[data-v-5b42aa71] {
  height: 26px;
  line-height: 26px;
  margin-left: 20px;
  border-bottom: 1px solid #eeeeee;
  width: 250px;
}
.addTenantContract-box .contractTypeStyle .selectTempleStyle[data-v-5b42aa71] .ant-select-selection-search {
  height: 24px !important;
  line-height: 24px !important;
}
.addTenantContract-box .contractTypeStyle .selectTempleStyle[data-v-5b42aa71] .ant-select-selection-search-input {
  height: 24px !important;
  line-height: 24px !important;
}
.addTenantContract-box .contractTypeStyle .selectTempleStyle[data-v-5b42aa71] .ant-select-selection-item {
  height: 24px !important;
  line-height: 24px !important;
  min-width: 140px;
  max-width: 180px;
}
.addTenantContract-box .contractTypeStyle .selectTempleStyle[data-v-5b42aa71] .ant-select-selector {
  height: 24px !important;
  line-height: 24px !important;
  border-bottom: none;
}
.addTenantContract-box .contractTypeStyle .selectSendStyle[data-v-5b42aa71] {
  height: 26px;
  line-height: 26px;
  margin-left: 20px;
}
.addTenantContract-box .contractTypeStyle .selectSendStyle .selectSendItemStyle[data-v-5b42aa71] {
  height: 26px;
  line-height: 28px;
}
.addTenantContract-box .contractTypeStyle .selectSendStyle[data-v-5b42aa71] .ant-checkbox + span {
  height: 26px;
  line-height: 26px;
}
.addTenantContract-box .contractTypeStyle .loginWayStyle[data-v-5b42aa71] {
  padding: 0 5px;
  height: 26px;
  line-height: 26px;
  background: rgba(22, 93, 255, 0.1);
  border: 1px solid #165Dff;
  color: #165Dff;
  font-size: 14px;
  border-radius: 3px;
  position: relative;
  margin-left: 20px;
  font-size: 12px;
}
.addTenantContract-box .contractTypeStyle .loginWayStyle .smallTriangle[data-v-5b42aa71] {
  position: absolute;
  width: 6px;
  height: 8px;
  left: -9px;
  top: 4px;
}
.addTenantContract-box .contract-model[data-v-5b42aa71] {
  margin-left: -30px;
}
.addTenantContract-box .contract-model > div[data-v-5b42aa71] {
  position: relative;
  margin-left: 30px;
  padding: 10px 16px;
  width: calc(50% - 30px);
  height: 110px;
  line-height: 25px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  cursor: pointer;
}
.addTenantContract-box .contract-model > div p[data-v-5b42aa71]:first-child {
  color: #111111;
}
.addTenantContract-box .contract-model > div p[data-v-5b42aa71]:last-child {
  color: #666666;
}
.addTenantContract-box .contract-model > div .choose[data-v-5b42aa71] {
  display: none;
  position: absolute;
  top: 20px;
  right: -2px;
  transform: translateY(-50%);
  color: #165Dff;
  font-size: 36px;
  height: 40px;
  width: 40px;
}
.addTenantContract-box .contract-model .active[data-v-5b42aa71] {
  background-color: rgba(22, 93, 255, 0.1);
  border: 1px solid #165Dff;
}
.addTenantContract-box .contract-model .active .choose[data-v-5b42aa71] {
  display: block;
}
.addTenantContract-box .contract-model .active .anticon[data-v-5b42aa71] {
  color: #165Dff;
}
.addTenantContract-box .contract-model .active[data-v-5b42aa71] .ant-select-selection {
  background-color: rgba(22, 93, 255, 0.1);
}
.addTenantContract-box .contract-model .type-boder[data-v-5b42aa71] {
  border-bottom: 1px solid #DDDDDD;
  padding: 0 0 7px 0;
}
.addTenantContract-box .contract-model .contractType[data-v-5b42aa71] {
  margin-left: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #777777;
}
.addTenantContract-box .contract-model .contractType .font-12[data-v-5b42aa71] {
  color: #777777;
  font-size: 12px;
}
.addTenantContract-box .contract-model .htmb[data-v-5b42aa71] {
  height: 32px;
  line-height: 30px;
}
.addTenantContract-box .contract-model .triangle-top-right-choose[data-v-5b42aa71] {
  position: absolute;
  color: #ffffff !important;
  top: 4px;
  right: 4px;
}
.addTenantContract-box .contract-model .triangle-top-right-click[data-v-5b42aa71] {
  position: absolute;
  width: 0;
  border: 20px solid #165Dff;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top-right-radius: 4px;
  top: 0px;
  right: 0px;
}
.addTenantContract-box .addFellowBox[data-v-5b42aa71] {
  width: 140px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #165Dff;
  line-height: 40px;
  text-align: center;
  margin-top: 20px;
  color: #165Dff;
}
.addTenantContract-box .otherContract[data-v-5b42aa71] {
  line-height: 40px;
}
.addTenantContract-box .contract-other[data-v-5b42aa71] {
  width: 140px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #165Dff;
  font-size: 14px;
  font-weight: 400;
  color: #165Dff;
  line-height: 40px;
  text-align: center;
}
.addTenantContract-box .addTips[data-v-5b42aa71] .title {
  margin-bottom: 30px;
}
.addTenantContract-box .tipsBox .tips[data-v-5b42aa71] {
  display: block;
  margin-left: -54px;
  margin-top: 3px;
  font-size: 12px;
}
.addTenantContract-box .contract-modular[data-v-5b42aa71] {
  width: 1160px;
}
.addTenantContract-box .contract-modular .titleInfo[data-v-5b42aa71] {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  box-sizing: border-box;
  margin: 11px 0;
}
.addTenantContract-box .contract-modular .titleInfo b[data-v-5b42aa71] {
  font-weight: normal;
}
.addTenantContract-box .contract-modular .content-row .together-item[data-v-5b42aa71] {
  margin-bottom: 20px;
}
.addTenantContract-box .contract-modular .content-row .together-item .delete-icon[data-v-5b42aa71] {
  color: #FB4246;
  font-size: 14px;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail[data-v-5b42aa71] {
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  text-align: center;
  font-size: 12px;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-title[data-v-5b42aa71] {
  display: flex;
  background: #f7f8fb;
  text-align: left;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-title > div[data-v-5b42aa71] {
  padding: 0px 9px;
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-title .must-fill[data-v-5b42aa71] {
  color: #FB4246;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-data[data-v-5b42aa71] {
  position: relative;
  display: flex;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-data > div[data-v-5b42aa71] {
  flex: 1;
  height: 100%;
  height: 41px;
  line-height: 41px;
  text-align: center;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-data > div .popover[data-v-5b42aa71]:hover {
  height: 39px;
  line-height: 38px;
  border: 1px solid #165Dff;
  cursor: pointer;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-data .payPattern[data-v-5b42aa71] {
  padding: 9px;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-data input[data-v-5b42aa71] {
  padding: 0 9px;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-data input[data-v-5b42aa71]:focus {
  border: 1px solid #165Dff !important;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-data .select-border[data-v-5b42aa71] {
  border: 1px solid #165Dff;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-data .options i[data-v-5b42aa71],
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-data .options span[data-v-5b42aa71] {
  display: inline-block;
  width: 50%;
  height: 39px;
  cursor: pointer;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-data .options i[data-v-5b42aa71] {
  line-height: 39px;
  font-size: 14px;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-data .options span[data-v-5b42aa71] {
  padding: 3px 4px;
  line-height: 18px;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-data .togeAddress[data-v-5b42aa71] {
  padding: 0 9px;
  display: flex;
  width: 100%;
  height: 100%;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-data .togeAddress[data-v-5b42aa71] .ant-select-selection__rendered {
  margin-left: 1px;
  margin-top: 3px;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-data .togeAddress[data-v-5b42aa71] .ant-select-dropdown-menu li {
  text-align: left;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-data .house-data-item-left[data-v-5b42aa71] {
  margin-left: 20px;
  position: relative;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-data .house-data-item-left .addonBeforeStyle[data-v-5b42aa71] {
  font-size: 14px;
  color: #111111;
  position: absolute;
  left: 0;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-foot[data-v-5b42aa71] {
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.addTenantContract-box .contract-modular .content-row .together-item .together-detail .together-foot .togetherAdd[data-v-5b42aa71] {
  width: 100px;
  margin: 0 auto;
  text-align: center;
}
.addTenantContract-box .countProperty[data-v-5b42aa71] {
  color: rgba(0, 0, 0, 0.85);
}
.addTenantContract-box .contract-more[data-v-5b42aa71] {
  width: 1160px;
  height: 40px;
  background: #f6f7f8;
  border-radius: 4px;
  text-align: center;
}
.addTenantContract-box .contract-more .more[data-v-5b42aa71] {
  color: #165Dff;
  font-size: 14px;
  line-height: 40px;
}
.addTenantContract-box .contract-more .more-font .anticon[data-v-5b42aa71] {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.addTenantContract-box .more-item[data-v-5b42aa71] {
  width: 1160px;
}
.addTenantContract-box .more-item .interestBox[data-v-5b42aa71] .ant-select-selection {
  overflow: hidden;
  height: 32px;
}
.addTenantContract-box .more-item .interestBox[data-v-5b42aa71] .ant-select-selection ul li:first-child {
  padding: 0 20px 0 2px;
}
.addTenantContract-box .more-item .interestBox[data-v-5b42aa71] .ant-select-selection ul li {
  padding: 0 2px 0 2px;
}
.addTenantContract-box .more-item .interestBox[data-v-5b42aa71] .ant-select-selection ul .ant-select-search--inline {
  padding: 0;
  width: 2px;
}
.addTenantContract-box .contentSlot[data-v-5b42aa71] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #DDDDDD;
}
.addTenantContract-box .contentSlot .contract-times[data-v-5b42aa71] {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.addTenantContract-box .contentSlot .contract-times .splitStyle[data-v-5b42aa71] {
  position: absolute;
  left: 85px;
  top: 5px;
}
.addTenantContract-box .contentSlot .contract-times[data-v-5b42aa71] .text-date-picker {
  line-height: 1;
  height: auto;
}
.addTenantContract-box .contentSlot .contract-times[data-v-5b42aa71] .text-date-picker :deep(.ant-input) {
  padding: 0;
}
.addTenantContract-box .contentSlot .contract-times[data-v-5b42aa71] .text-date-picker .ant-picker-input {
  text-align: left;
}
.addTenantContract-box .contentSlot .contract-times[data-v-5b42aa71] .text-date-picker .ant-calendar-picker-icon {
  display: none;
}
.addTenantContract-box .contentSlot .contract-times[data-v-5b42aa71] .text-date-picker .ant-calendar-range-picker-separator {
  line-height: 30px;
}
.addTenantContract-box .contentSlot .contract-times > span[data-v-5b42aa71] {
  width: 10%;
  text-align: left;
}
.addTenantContract-box .contentSlot .year-radio[data-v-5b42aa71] {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.addTenantContract-box .contentSlot .year-radio li[data-v-5b42aa71] {
  width: 28px;
  height: auto;
  line-height: 1;
  text-align: center;
  border: 1px solid #e2e2e2;
  padding: 2px 0;
  border-radius: 3px;
  cursor: pointer;
  margin-left: 2px;
  font-size: 12px;
  background: #f6f7f8;
}
.addTenantContract-box .contentSlot .year-radio .active[data-v-5b42aa71] {
  background: rgba(22, 213, 173, 0.1);
  color: #165Dff;
  border: 1px solid #165Dff;
}
.addTenantContract-box .contentSlot .year-radio .selectedLi[data-v-5b42aa71] {
  background: rgba(22, 93, 255, 0.1);
  border: 1px solid #165Dff;
  color: #165Dff;
}
.addTenantContract-box .contentSlot .common-time[data-v-5b42aa71] {
  position: absolute;
  top: 3px;
  right: 0px;
  z-index: 2;
  font-size: 12px;
}
.addTenantContract-box .address[data-v-5b42aa71] {
  display: flex;
  width: 100%;
  position: relative;
}
.addTenantContract-box .address .must-fill-border[data-v-5b42aa71] .ant-select-selection {
  border-bottom: 1px solid #FB4246;
}
.addTenantContract-box .address .sm-left[data-v-5b42aa71] {
  position: absolute;
  top: 5px;
  right: -20px;
}
.addTenantContract-box .address .dividerClass[data-v-5b42aa71] {
  height: 15px;
  width: 1px;
  position: absolute;
  border: 0.5px solid #BBBBBB;
  right: 100px;
  bottom: 8px;
  z-index: 9;
}
.addTenantContract-box .close-icon-style[data-v-5b42aa71] {
  position: absolute;
  right: 5px;
  top: 5px;
}
.addTenantContract-box .close-icon-style .close-icon[data-v-5b42aa71] {
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
}
.addTenantContract-box .noSearchAddress[data-v-5b42aa71] .ant-select-dropdown--empty {
  display: none;
}
.addTenantContract-box .mosaic[data-v-5b42aa71] {
  position: relative;
}
.addTenantContract-box .mosaic[data-v-5b42aa71] .ant-input {
  padding: 0 38px 0 0;
}
.addTenantContract-box .mosaic span[data-v-5b42aa71] {
  line-height: 32px;
  position: absolute;
  right: 0;
}
.addTenantContract-box .payment[data-v-5b42aa71] {
  position: relative;
}
.addTenantContract-box .payment .pay1[data-v-5b42aa71] {
  line-height: 32px;
  position: absolute;
  left: 0;
  z-index: 2;
}
.addTenantContract-box .payment .pay2[data-v-5b42aa71] {
  line-height: 32px;
  z-index: 2;
}
.addTenantContract-box .payment .nonePay[data-v-5b42aa71] {
  position: absolute;
  left: 72px;
}
.addTenantContract-box .payment .fu-nonebox[data-v-5b42aa71] .ant-select-selection .ant-select-selection-selected-value {
  padding-left: 0;
  padding-right: 0px;
}
.addTenantContract-box .payment .fu-nonebox[data-v-5b42aa71] .ant-select-selection .ant-select-selection__rendered {
  margin-right: 0;
}
.addTenantContract-box .payment[data-v-5b42aa71] .ant-select-selection-selected-value {
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
}
.addTenantContract-box .payment .depositPeriodTypeDiy0_Style[data-v-5b42aa71] .ant-select-selection-selected-value {
  padding-left: 20px;
  padding-right: 0px;
}
.addTenantContract-box .payment .depositMonth-nonebox[data-v-5b42aa71] .ant-select-selection-selected-value {
  padding-left: 15px;
  padding-right: 0px;
  margin-right: 0px;
}
.addTenantContract-box .payment .depositMonth-nonebox[data-v-5b42aa71] .ant-select-selection--single .ant-select-selection__rendered {
  margin-right: 0px;
}
.addTenantContract-box .payment .fu-box[data-v-5b42aa71] .ant-select-selection-selected-value {
  padding-left: 0px;
  padding-right: 0px;
}
.addTenantContract-box .payment[data-v-5b42aa71] .ant-select-arrow {
  right: 0;
}
.addTenantContract-box .payment[data-v-5b42aa71] .ant-select-selector {
  padding: 0px;
}
.addTenantContract-box .together-data .feiyong .nonePay[data-v-5b42aa71] {
  position: absolute;
  left: 50px;
  top: 5px;
}
.addTenantContract-box .customStyle[data-v-5b42aa71] .ant-tooltip {
  width: 200px;
}
.addTenantContract-box .customStyle[data-v-5b42aa71] .ant-tooltip-inner {
  width: 200px !important;
}
.addTenantContract-box .freeStyle[data-v-5b42aa71] {
  position: relative;
}
.addTenantContract-box .freeStyle .freeStyle1[data-v-5b42aa71] {
  position: absolute;
  top: 4px;
  right: 0px;
}
.addTenantContract-box .freeStyle .freeStyle1 .itemStyle[data-v-5b42aa71] {
  width: 35px;
  text-align: center;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
}
.addTenantContract-box .freeStyle .freeStyle1 .leftStyle[data-v-5b42aa71] {
  border-radius: 12px 0px 0px 12px;
}
.addTenantContract-box .freeStyle .freeStyle1 .rightStyle[data-v-5b42aa71] {
  border-radius: 0px 12px 12px 0px;
}
.addTenantContract-box .freeStyle .freeStyle1 .selectedStyle[data-v-5b42aa71] {
  background: #165Dff;
  border: 1px solid #165Dff;
  color: #ffffff;
}
.addTenantContract-box .freeStyle .freeStyle1 .unSelectStyle[data-v-5b42aa71] {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  color: #777777;
}
.addTenantContract-box .freeStyle .freeStyle2[data-v-5b42aa71] {
  margin-top: 10px;
  color: #111111;
  border-bottom: 1px solid #e8e8e8;
}
.addTenantContract-box .freeStyle .freeStyle2 .freePeriodClickFlagStyle[data-v-5b42aa71] {
  position: absolute;
  top: 24px;
  width: 140px;
  height: 176px;
  background: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  z-index: 10;
}
.addTenantContract-box .freeStyle .freeStyle2 .freePeriodClickFlagStyle[data-v-5b42aa71] ::-webkit-scrollbar {
  width: 2px;
}
.addTenantContract-box .freeStyle .freeStyle2 .freePeriodClickFlagStyle .selectContentStyle[data-v-5b42aa71] {
  color: #777777;
  height: 145px;
  width: 100%;
  border-bottom: 1px solid #EEEEEE;
}
.addTenantContract-box .freeStyle .freeStyle2 .freePeriodClickFlagStyle .selectContentStyle .itemListStyle[data-v-5b42aa71] {
  height: 144px;
  overflow-y: auto;
  width: 46px;
  border-right: 1px solid #f6f7f8;
}
.addTenantContract-box .freeStyle .freeStyle2 .freePeriodClickFlagStyle .selectContentStyle .itemListStyle .itemStyle[data-v-5b42aa71] {
  text-align: center;
  height: 28px;
  line-height: 28px;
}
.addTenantContract-box .freeStyle .freeStyle2 .freePeriodClickFlagStyle .selectContentStyle .itemListStyle .selectedItemStyle[data-v-5b42aa71] {
  background-color: rgba(22, 93, 255, 0.1);
  color: #165Dff;
}
.addTenantContract-box .freeStyle .freeStyle2 .freePeriodClickFlagStyle .btnStyle[data-v-5b42aa71] {
  width: 100%;
  height: 30px;
  font-size: 12px;
  padding-top: 6px;
}
.addTenantContract-box .freeStyle .freeStyle2 .freePeriodClickFlagStyle .btnStyle .confirmStyle[data-v-5b42aa71] {
  width: 38px;
  background: #165Dff;
  border-radius: 4px;
  color: #ffffff;
  height: 18px;
  line-height: 16px;
  text-align: center;
  margin-right: 6px;
}
.addTenantContract-box .freeStyle .freeStyle2 .freePeriodClickFlagStyle .btnStyle .cancelStyle[data-v-5b42aa71] {
  width: 38px;
  background: #f6f7f8;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  color: #666666;
  height: 18px;
  line-height: 18px;
  text-align: center;
  margin-right: 5px;
}
.addTenantContract-box .payPatternStyle[data-v-5b42aa71] .ant-select-dropdown {
  width: 214px !important;
}
.addTenantContract-box .payPatternStyle[data-v-5b42aa71] .ant-select-selector {
  height: 33px;
}
.addTenantContract-box .payPatternStyle[data-v-5b42aa71] .ant-input-affix-wrapper .ant-input {
  text-align: center;
}
.addTenantContract-box .err-p[data-v-5b42aa71] {
  font-size: 12px;
  font-weight: 400;
  color: #FFA036;
  line-height: 17px;
  padding-top: 8px;
}
.addTenantContract-box .err-p-red[data-v-5b42aa71] {
  font-size: 12px;
  font-weight: 400;
  color: #FB4246;
  line-height: 17px;
  padding-top: 8px;
}
.addTenantContract-box .commmonDeliveryStyle[data-v-5b42aa71] {
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #165Dff;
  font-size: 14px;
  font-weight: 400;
  color: #165Dff;
  line-height: 40px;
  text-align: center;
}
.addTenantContract-box .addDeliveryStyle[data-v-5b42aa71] {
  width: 140px;
}
.addTenantContract-box .titlepz[data-v-5b42aa71] {
  margin-bottom: 10px;
  padding-top: 4px;
  margin-top: 6px;
  height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
}
.addTenantContract-box .titlepz span[data-v-5b42aa71] {
  height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: #FFA036;
  line-height: 17px;
}
.addTenantContract-box .myOperationFlagStyle[data-v-5b42aa71] {
  width: 140px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  background: rgba(255, 160, 54, 0.08);
  border-radius: 2px;
  font-size: 13px;
}
.addTenantContract-box .myOperationFlagStyle[data-v-5b42aa71] .ant-checkbox + span {
  padding-left: 5px;
  padding-right: 0px;
}
.addTenantContract-box .uplodList[data-v-5b42aa71] {
  margin-bottom: 0;
}
.addTenantContract-box .upload-p p[data-v-5b42aa71] {
  text-align: center;
  width: 120px;
  margin-right: 9px;
}
.addTenantContract-box .gender-box[data-v-5b42aa71] {
  position: relative;
}
.addTenantContract-box .gender-box[data-v-5b42aa71] .ant-input {
  padding: 0 68px 0 0;
}
.addTenantContract-box .gender-box .gender-span[data-v-5b42aa71] {
  position: absolute;
  width: 66px;
  right: 0;
  top: 6px;
}
.addTenantContract-box .gender-box .gender-span span[data-v-5b42aa71] {
  margin-left: 0 !important;
  cursor: pointer;
}
.addTenantContract-box .gender-box .gender-span span + span[data-v-5b42aa71] {
  margin-left: 5px !important;
}
.addTenantContract-box .gender-box .gender-span .genderNan[data-v-5b42aa71],
.addTenantContract-box .gender-box .gender-span .genderNv[data-v-5b42aa71] {
  color: #165Dff;
}
.addTenantContract-box .address[data-v-5b42aa71] {
  position: relative;
  display: flex;
}
.addTenantContract-box .address[data-v-5b42aa71] .ant-select-selection-selected-value span {
  color: rgba(0, 0, 0, 0.65) !important;
}
.addTenantContract-box .address[data-v-5b42aa71] .ant-select-selection-selected-value p {
  display: none;
}
.addTenantContract-box .address .must-fill-border[data-v-5b42aa71] .ant-select-selection {
  border-bottom: 1px solid #FB4246;
}
.addTenantContract-box .address .tips-must-fill[data-v-5b42aa71] {
  position: absolute;
  left: 100px;
  bottom: -20px;
  color: #FB4246;
}
.addTenantContract-box .address[data-v-5b42aa71] .ant-select-dropdown--empty {
  display: none;
}
.addTenantContract-box .width-169[data-v-5b42aa71] {
  width: 169px;
}
.addTenantContract-box .width-150[data-v-5b42aa71] {
  width: 150px;
}
.addTenantContract-box .width-200[data-v-5b42aa71] {
  width: 200px;
}
.addTenantContract-box .width-340[data-v-5b42aa71] {
  width: 340px;
}
.addTenantContract-box .width-674[data-v-5b42aa71] {
  width: 674px;
}
.addTenantContract-box .ownerEndTimeStyle[data-v-5b42aa71] {
  position: absolute;
  top: 3px;
  left: 58px;
  color: #ffa036;
  font-size: 12px;
}
.addTenantContract-box .ownerEndTimeStyle[data-v-5b42aa71] .ant-popover {
  width: 220px;
}
.addTenantContract-box .ownerEndTimeStyle i[data-v-5b42aa71] {
  vertical-align: -0.11em;
}
.addTenantContract-box[data-v-5b42aa71] .label-item .ant-select-selection__rendered {
  margin-left: 0;
}
.addTenantContract-box .save-contract[data-v-5b42aa71] {
  width: 120px;
  height: 40px;
  background: #165Dff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 40px;
}
.addTenantContract-box .quxiao[data-v-5b42aa71] {
  width: 120px;
  height: 40px;
  border-radius: 5px;
}
.addTenantContract-box[data-v-5b42aa71] .ant-input,
.addTenantContract-box[data-v-5b42aa71] .ant-select-selection__rendered,
.addTenantContract-box[data-v-5b42aa71] .ant-select-selection--single {
  height: 32px;
  font-size: 14px;
  line-height: 32px;
}
.addTenantContract-box[data-v-5b42aa71] .ant-select-selection--multiple .ant-select-selection__placeholder {
  margin-left: 0;
}
.addTenantContract-box[data-v-5b42aa71] .label-item .addon-after {
  height: 32px;
  font-size: 14px;
  line-height: 32px;
}
.addTenantContract-box[data-v-5b42aa71] .title-tiem .ft-bolder {
  height: 36px;
  margin-bottom: 2px;
}
.addTenantContract-box[data-v-5b42aa71] .label-item textarea.ant-input {
  padding: 4px 0;
  line-height: 20px;
}
.addTenantContract-box[data-v-5b42aa71] .ant-input {
  padding: 0;
}
.addTenantContract-box[data-v-5b42aa71] .ant-cascader-picker-label {
  padding: 0px;
}
.public-config label[data-v-5b42aa71] {
  width: 96px;
  margin: 10px 0;
}
.maintainer[data-v-5b42aa71] .ft-bolder {
  height: 30px !important;
  line-height: 30px !important;
}
.moreStyle[data-v-5b42aa71] .label-item .title .ft-bolder {
  height: 45px;
}
.moreStyle[data-v-5b42aa71] .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 0px;
}
.moreStyle[data-v-5b42aa71] .ant-checkbox-wrapper {
  max-width: 120px;
  width: 120px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.moreStyle[data-v-5b42aa71] .ant-checkbox + span {
  padding-right: 8px;
  padding-left: 4px;
}
.moreStyle[data-v-5b42aa71] .ant-select-selection__rendered {
  margin-left: 0px !important;
}
.moreStyle[data-v-5b42aa71] .pic {
  width: 120px;
  height: 76px;
}
.moreStyle[data-v-5b42aa71] .ant-upload.ant-upload-select-picture-card {
  width: 120px;
  height: 76px;
}
.moreStyle[data-v-5b42aa71] .check-pic {
  padding-top: 18px;
}
.moreStyle[data-v-5b42aa71] .file-list .pic-img-list {
  width: 120px;
  height: 76px;
}
.moreStyle[data-v-5b42aa71] .file-list .pic-img-list > div img {
  max-width: 120px;
  max-height: 76px;
  vertical-align: top;
}
.content-row .together-item[data-v-5b42aa71] {
  margin-bottom: 20px;
}
.content-row .together-item .delete-icon[data-v-5b42aa71] {
  color: #FB4246;
  font-size: 14px;
}
.content-row .together-item .together-detail[data-v-5b42aa71] {
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  text-align: center;
  font-size: 12px;
  border-radius: 4px;
}
.content-row .together-item .together-detail .together-title[data-v-5b42aa71] {
  display: flex;
  background: #f7f8fb;
  text-align: left;
  border-radius: 4px 4px 0 0;
}
.content-row .together-item .together-detail .together-title > div[data-v-5b42aa71] {
  padding: 0px 9px;
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.content-row .together-item .together-detail .together-title .must-fill[data-v-5b42aa71] {
  color: #FB4246;
}
.content-row .together-item .together-detail .together-data[data-v-5b42aa71] {
  position: relative;
  display: flex;
  border-radius: 0 0 4px 4px;
}
.content-row .together-item .together-detail .together-data > div[data-v-5b42aa71] {
  flex: 1;
  height: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.content-row .together-item .together-detail .together-data > div .popover[data-v-5b42aa71]:hover {
  height: 39px;
  line-height: 38px;
  border: 1px solid #165Dff;
  cursor: pointer;
}
.content-row .together-item .together-detail .together-data .payPattern[data-v-5b42aa71] {
  padding: 0 9px;
}
.content-row .together-item .together-detail .together-data input[data-v-5b42aa71] {
  padding: 0 7px;
}
.content-row .together-item .together-detail .together-data input[data-v-5b42aa71]:focus {
  border: 1px solid #165Dff !important;
}
.content-row .together-item .together-detail .together-data .select-border[data-v-5b42aa71] {
  border: 1px solid #165Dff;
}
.content-row .together-item .together-detail .together-data .options i[data-v-5b42aa71],
.content-row .together-item .together-detail .together-data .options span[data-v-5b42aa71] {
  display: inline-block;
  width: 50%;
  height: 39px;
  cursor: pointer;
}
.content-row .together-item .together-detail .together-data .options i[data-v-5b42aa71] {
  line-height: 39px;
  font-size: 14px;
}
.content-row .together-item .together-detail .together-data .options span[data-v-5b42aa71] {
  padding: 3px 4px;
  line-height: 18px;
}
.content-row .together-item .together-detail .together-data .togeAddress[data-v-5b42aa71] {
  padding: 0 9px;
  display: flex;
  width: 100%;
  height: 100%;
}
.content-row .together-item .together-detail .together-data .togeAddress[data-v-5b42aa71] .ant-select-selection__rendered {
  margin-left: 1px;
  margin-top: 3px;
}
.content-row .together-item .together-detail .together-data .togeAddress[data-v-5b42aa71] .ant-select-dropdown-menu li {
  text-align: left;
}
.content-row .together-item .together-detail .together-data .house-data-item-left[data-v-5b42aa71] {
  margin-left: 20px;
  position: relative;
}
.content-row .together-item .together-detail .together-data .house-data-item-left .addonBeforeStyle[data-v-5b42aa71] {
  font-size: 14px;
  color: #111111;
  position: absolute;
  left: 0;
}
.content-row .together-item .together-detail .together-foot[data-v-5b42aa71] {
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  text-align: center;
  border-radius: 0 0 4px 4px;
}
.content-row .together-item .together-detail .together-foot .togetherAdd[data-v-5b42aa71] {
  width: 100px;
  margin: 0 auto;
  text-align: center;
}
.content-row .together-item .together-detail .together-foot[data-v-5b42aa71] .anticon {
  vertical-align: -0.2em;
}
.content-row .contract-other[data-v-5b42aa71] {
  width: 120px;
  height: 36px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #165Dff;
  font-size: 14px;
  font-weight: 400;
  color: #165Dff;
  line-height: 36px;
  text-align: center;
}
.content-row[data-v-5b42aa71] .ant-cascader-picker-label {
  padding: 0px;
}
[data-v-5b42aa71] .ant-checkbox-indeterminate .ant-checkbox-inner::after {
  left: 50% !important;
  width: 8px !important;
  height: 8px !important;
  top: 7px;
}
[data-v-5b42aa71] .ant-checkbox-inner {
  width: 16px;
  height: 16px;
}
[data-v-5b42aa71] .ant-checkbox-inner::after {
  top: 6px;
  left: 3px;
  width: 5px;
  height: 10px;
}
.black-tip[data-v-5b42aa71] {
  font-size: 12px;
  margin-top: 7px;
  background-color: #fff6ef;
  color: #ff2e2e;
  padding: 2px 7px;
  box-sizing: border-box;
}
.price-choose[data-v-5b42aa71] {
  display: flex;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  height: 20px;
  align-items: center;
  font-weight: 400;
  color: #777777;
  position: absolute;
  right: 2px;
  top: 8px;
  z-index: 1;
  cursor: pointer;
}
.price-choose .acitve[data-v-5b42aa71] {
  color: #165Dff;
  background: rgba(10, 135, 248, 0.1);
  border-right: 1px solid #eeeeee;
}
.price-choose > div[data-v-5b42aa71] {
  padding: 0 4px;
  font-size: 12px;
}
.hint[data-v-5b42aa71] {
  padding: 20px;
  width: 466px;
}
.hint .hint_title[data-v-5b42aa71] {
  font-size: 15px;
  color: #111111;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.hint .hint_title[data-v-5b42aa71]::before {
  content: '';
  width: 4px;
  height: 14px;
  background: #0a87f8;
  border-radius: 2px;
  display: inline-block;
  margin-right: 6px;
}
.hint .hint_content[data-v-5b42aa71] {
  font-size: 14px;
  color: #777777;
  margin-top: 6px;
}
.hint .hint_content .hint_content_title[data-v-5b42aa71] {
  color: #111111;
}
.hint .hint_box[data-v-5b42aa71] {
  margin-top: 24px;
}
.hint .hint_box[data-v-5b42aa71]:first-child {
  margin-top: 0;
}
.row-form[data-v-5b42aa71] .ant-col {
  margin-bottom: 10px;
}
.renewal-contract[data-v-5b42aa71] {
  display: flex;
  align-items: center;
}
.renewal-contract .contract-checkbox[data-v-5b42aa71] {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.renewal-contract .contract-checkbox[data-v-5b42aa71] .ant-checkbox-wrapper {
  margin-right: 5px;
}
.renewal-contract .contract-checkbox .select-container[data-v-5b42aa71] {
  background: #fff;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  display: flex;
  border-radius: 4px;
  width: 175px;
  position: relative;
  cursor: pointer;
}
.renewal-contract .contract-checkbox .select-container .text[data-v-5b42aa71] {
  color: #777;
}
.renewal-contract .contract-checkbox .select-container .text.active[data-v-5b42aa71] {
  color: #000;
}
.renewal-contract .contract-checkbox .select-container .icon[data-v-5b42aa71] {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  color: #777;
}

/** @format */
.authenticationFailed-info[data-v-d3966e9c] {
  height: 100%;
  width: 100%;
  font-size: 14px;
  position: relative;
}
.authenticationFailed-info .left-box[data-v-d3966e9c] {
  margin: 60px 0 121px 96px;
  width: 420px;
  height: 420px;
  background: url(data:image/png;base64,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) no-repeat;
}
.authenticationFailed-info .left-box > p[data-v-d3966e9c] {
  width: 150px;
  height: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #165Dff;
  line-height: 25px;
  position: relative;
  top: 340px;
  left: 132px;
}
.authenticationFailed-info .right-box[data-v-d3966e9c] {
  margin: 60px 0 0 60px;
  width: 420px;
  height: 420px;
}
.authenticationFailed-info .right-box .title1[data-v-d3966e9c] {
  width: 144px;
  height: 33px;
  font-size: 24px;
  font-weight: 400;
  color: #111111;
  line-height: 33px;
  margin-top: 74px;
}
.authenticationFailed-info .right-box .title2[data-v-d3966e9c] {
  width: 72px;
  height: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #777777;
  line-height: 25px;
  margin-top: 40px;
}
.authenticationFailed-info .right-box .title3[data-v-d3966e9c] {
  width: 240px;
  height: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #111111;
  line-height: 25px;
  margin-top: 17px;
}
.authenticationFailed-info .right-box .title4[data-v-d3966e9c] {
  margin-top: 70px;
  width: 120px;
  height: 40px;
  background: #165Dff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
}
.authenticationFailed-info .right-box .title5[data-v-d3966e9c] {
  width: 350px;
  height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: #FFA036;
  line-height: 17px;
  margin-top: 16px;
}

.batchAdd-box[data-v-5d47426a] {
  padding: 0 0px 0px 0px;
  height: calc(100vh - 100px);
  overflow: auto;
  position: relative;
}
.batchAdd-box .predictEndTimeStyle[data-v-5d47426a] {
  background: #f6f7f8;
  margin-left: 14px;
  width: 212px;
  height: 28px;
  border-radius: 4px;
  padding-left: 8px;
  position: relative;
}
.batchAdd-box .predictEndTimeStyle .angle[data-v-5d47426a] {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f6f7f8;
  top: -5px;
  left: 130px;
  position: absolute;
}
.batchAdd-box .predictEndTimeStyle[data-v-5d47426a] .ant-picker-suffix {
  display: inline-block;
}
.batchAdd-box .predictEndTimeStyle[data-v-5d47426a] .ant-picker {
  padding: 0;
}
.batchAdd-box .predictEndTimeStyle[data-v-5d47426a] .ant-picker-input > input {
  font-size: 12px;
}
.batchAdd-box .addTenantContractContent .depositWarningStyle[data-v-5d47426a] {
  position: absolute;
  top: 8px;
  left: 52px;
}
.batchAdd-box .addTenantContractContent .depositWarningStyle[data-v-5d47426a] .ant-popover {
  width: 300px;
}
.batchAdd-box .addTenantContractContent > div[data-v-5d47426a] {
  margin-bottom: 20px;
}
.batchAdd-box .demandLabel[data-v-5d47426a] {
  width: 100%;
}
.batchAdd-box .demandLabel[data-v-5d47426a] .ant-input {
  box-shadow: none;
  width: 190px;
}
.batchAdd-box .demandLabel .selectDemandLabelItem[data-v-5d47426a] {
  min-width: 71px;
  height: 20px;
  line-height: 18px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  margin-top: 7px;
  margin-right: 5px;
  text-align: center;
  background: #f6f7f8;
}
.batchAdd-box .demandLabel .demandLabelAll[data-v-5d47426a] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #f7f8fb;
  border-top: 1px solid #dddddd;
}
.batchAdd-box .demandLabel .demandLabelAll .demandLabelItem[data-v-5d47426a] {
  padding: 0 4px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  margin-left: 5px;
  margin-top: 10px;
  text-align: center;
}
.batchAdd-box .demandLabel .demandLabelAll .normalBg[data-v-5d47426a] {
  background: #f6f7f8;
}
.batchAdd-box .demandLabel .demandLabelAll .clickBg[data-v-5d47426a] {
  background: #e2edf8;
}
.batchAdd-box .contractTypeStyle[data-v-5d47426a] {
  position: absolute;
  top: 10px;
  left: 80px;
}
.batchAdd-box .contractTypeStyle .contractType[data-v-5d47426a] {
  border-radius: 4px;
}
.batchAdd-box .contractTypeStyle .contractType .contractTypeItem[data-v-5d47426a] {
  width: 72px;
  text-align: center;
  height: 26px;
  line-height: 26px;
}
.batchAdd-box .contractTypeStyle .contractType .leftItem[data-v-5d47426a] {
  border-radius: 4px 0px 0px 4px;
}
.batchAdd-box .contractTypeStyle .contractType .rightItem[data-v-5d47426a] {
  border-radius: 0px 4px 4px 0px;
}
.batchAdd-box .contractTypeStyle .contractType .selectedItem[data-v-5d47426a] {
  background: rgba(10, 135, 248, 0.1);
  border: 1px solid #eeeeee;
  color: #165Dff;
}
.batchAdd-box .contractTypeStyle .contractType .unSelectItem[data-v-5d47426a] {
  background: #ffffff;
  border: 1px solid #eeeeee;
  color: #777777;
}
.batchAdd-box .contractTypeStyle .selectTempleStyle[data-v-5d47426a] {
  height: 26px;
  line-height: 26px;
  margin-left: 20px;
  border-bottom: 1px solid #eeeeee;
  width: 250px;
}
.batchAdd-box .contractTypeStyle .selectTempleStyle[data-v-5d47426a] .ant-select-selection-search {
  height: 24px !important;
  line-height: 24px !important;
}
.batchAdd-box .contractTypeStyle .selectTempleStyle[data-v-5d47426a] .ant-select-selection-search-input {
  height: 24px !important;
  line-height: 24px !important;
}
.batchAdd-box .contractTypeStyle .selectTempleStyle[data-v-5d47426a] .ant-select-selection-item {
  height: 24px !important;
  line-height: 24px !important;
  min-width: 140px;
  max-width: 180px;
}
.batchAdd-box .contractTypeStyle .selectTempleStyle[data-v-5d47426a] .ant-select-selector {
  height: 24px !important;
  line-height: 24px !important;
  border-bottom: none;
}
.batchAdd-box .contractTypeStyle .selectSendStyle[data-v-5d47426a] {
  height: 26px;
  line-height: 26px;
  margin-left: 20px;
}
.batchAdd-box .contractTypeStyle .selectSendStyle .selectSendItemStyle[data-v-5d47426a] {
  height: 26px;
  line-height: 28px;
}
.batchAdd-box .contractTypeStyle .selectSendStyle[data-v-5d47426a] .ant-checkbox + span {
  height: 26px;
  line-height: 26px;
}
.batchAdd-box .contractTypeStyle .loginWayStyle[data-v-5d47426a] {
  padding: 0 5px;
  height: 26px;
  line-height: 26px;
  background: rgba(22, 93, 255, 0.1);
  border: 1px solid #165Dff;
  color: #165Dff;
  font-size: 14px;
  border-radius: 3px;
  position: relative;
  margin-left: 20px;
  font-size: 12px;
}
.batchAdd-box .contractTypeStyle .loginWayStyle .smallTriangle[data-v-5d47426a] {
  position: absolute;
  width: 6px;
  height: 8px;
  left: -9px;
  top: 4px;
}
.batchAdd-box .contract-model[data-v-5d47426a] {
  margin-left: -30px;
}
.batchAdd-box .contract-model > div[data-v-5d47426a] {
  position: relative;
  margin-left: 30px;
  padding: 10px 16px;
  width: calc(50% - 30px);
  height: 110px;
  line-height: 25px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  cursor: pointer;
}
.batchAdd-box .contract-model > div p[data-v-5d47426a]:first-child {
  color: #111111;
}
.batchAdd-box .contract-model > div p[data-v-5d47426a]:last-child {
  color: #666666;
}
.batchAdd-box .contract-model > div .choose[data-v-5d47426a] {
  display: none;
  position: absolute;
  top: 20px;
  right: -2px;
  transform: translateY(-50%);
  color: #165Dff;
  font-size: 36px;
  height: 40px;
  width: 40px;
}
.batchAdd-box .contract-model .active[data-v-5d47426a] {
  background-color: rgba(22, 93, 255, 0.1);
  border: 1px solid #165Dff;
}
.batchAdd-box .contract-model .active .choose[data-v-5d47426a] {
  display: block;
}
.batchAdd-box .contract-model .active .anticon[data-v-5d47426a] {
  color: #165Dff;
}
.batchAdd-box .contract-model .active[data-v-5d47426a] .ant-select-selection {
  background-color: rgba(22, 93, 255, 0.1);
}
.batchAdd-box .contract-model .type-boder[data-v-5d47426a] {
  border-bottom: 1px solid #DDDDDD;
  padding: 0 0 7px 0;
}
.batchAdd-box .contract-model .contractType[data-v-5d47426a] {
  margin-left: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #777777;
}
.batchAdd-box .contract-model .contractType .font-12[data-v-5d47426a] {
  color: #777777;
  font-size: 12px;
}
.batchAdd-box .contract-model .htmb[data-v-5d47426a] {
  height: 32px;
  line-height: 30px;
}
.batchAdd-box .contract-model .board-box[data-v-5d47426a] {
  margin-left: 12px;
  background: none;
}
.batchAdd-box .contract-model .board-box[data-v-5d47426a] .ant-select-selection {
  border: none;
  background: none;
}
.batchAdd-box .contract-model .triangle-top-right-choose[data-v-5d47426a] {
  position: absolute;
  color: #ffffff !important;
  top: 4px;
  right: 4px;
}
.batchAdd-box .contract-model .triangle-top-right-click[data-v-5d47426a] {
  position: absolute;
  width: 0;
  border: 20px solid #165Dff;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top-right-radius: 4px;
  top: 0px;
  right: 0px;
}
.batchAdd-box .addFellowBox[data-v-5d47426a] {
  width: 140px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #165Dff;
  line-height: 40px;
  text-align: center;
  margin-top: 20px;
}
.batchAdd-box .contract-other[data-v-5d47426a] {
  width: 140px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #165Dff;
  font-size: 14px;
  font-weight: 400;
  color: #165Dff;
  line-height: 40px;
  text-align: center;
}
.batchAdd-box .contract-modular[data-v-5d47426a] {
  width: 1160px;
}
.batchAdd-box .contract-modular .titleInfo[data-v-5d47426a] {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  box-sizing: border-box;
  margin: 11px 0;
}
.batchAdd-box .contract-modular .titleInfo b[data-v-5d47426a] {
  font-weight: normal;
}
.batchAdd-box .contract-modular .content-row .together-item[data-v-5d47426a] {
  margin-bottom: 20px;
}
.batchAdd-box .contract-modular .content-row .together-item .delete-icon[data-v-5d47426a] {
  color: #FB4246;
  font-size: 14px;
}
.batchAdd-box .contract-modular .content-row .together-item .together-detail[data-v-5d47426a] {
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  text-align: center;
  font-size: 12px;
}
.batchAdd-box .contract-modular .content-row .together-item .together-detail .together-title[data-v-5d47426a] {
  display: flex;
  background: #f7f8fb;
  text-align: left;
}
.batchAdd-box .contract-modular .content-row .together-item .together-detail .together-title > div[data-v-5d47426a] {
  padding: 0px 9px;
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.batchAdd-box .contract-modular .content-row .together-item .together-detail .together-title .must-fill[data-v-5d47426a] {
  color: #FB4246;
}
.batchAdd-box .contract-modular .content-row .together-item .together-detail .together-data[data-v-5d47426a] {
  position: relative;
  display: flex;
}
.batchAdd-box .contract-modular .content-row .together-item .together-detail .together-data > div[data-v-5d47426a] {
  flex: 1;
  height: 100%;
  height: 41px;
  line-height: 41px;
  text-align: center;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.batchAdd-box .contract-modular .content-row .together-item .together-detail .together-data > div .popover[data-v-5d47426a]:hover {
  height: 39px;
  line-height: 38px;
  border: 1px solid #165Dff;
  cursor: pointer;
}
.batchAdd-box .contract-modular .content-row .together-item .together-detail .together-data .payPattern[data-v-5d47426a] {
  padding: 9px;
}
.batchAdd-box .contract-modular .content-row .together-item .together-detail .together-data input[data-v-5d47426a] {
  padding: 0 9px;
}
.batchAdd-box .contract-modular .content-row .together-item .together-detail .together-data .tableFullAddressStyle[data-v-5d47426a] .ant-select-dropdown {
  width: 560px !important;
  max-height: 300px;
  overflow-y: auto;
}
.batchAdd-box .contract-modular .content-row .together-item .together-detail .together-data .tableFullAddressStyle .communityList[data-v-5d47426a] {
  padding: 6px 12px;
}
.batchAdd-box .contract-modular .content-row .together-item .together-detail .together-data .tableFullAddressStyle .communityList[data-v-5d47426a]:hover {
  background: rgba(10, 135, 248, 0.1);
}
.batchAdd-box .contract-modular .content-row .together-item .together-detail .together-data .tableFullAddressStyle .notAllowStyle[data-v-5d47426a] {
  background: #f6f7f8 !important;
  cursor: not-allowed;
}
.batchAdd-box .contract-modular .content-row .together-item .together-detail .together-data .tableFullAddressStyle[data-v-5d47426a] .ant-select-dropdown .rc-virtual-list .rc-virtual-list-holder-inner .ant-select-item {
  padding: 0;
}
.batchAdd-box .contract-modular .content-row .together-item .together-detail .together-data input[data-v-5d47426a]:focus {
  border: 1px solid #165Dff !important;
}
.batchAdd-box .contract-modular .content-row .together-item .together-detail .together-data .options i[data-v-5d47426a],
.batchAdd-box .contract-modular .content-row .together-item .together-detail .together-data .options span[data-v-5d47426a] {
  display: inline-block;
  width: 50%;
  height: 39px;
  cursor: pointer;
}
.batchAdd-box .contract-modular .content-row .together-item .together-detail .together-data .options i[data-v-5d47426a] {
  line-height: 39px;
  font-size: 14px;
}
.batchAdd-box .contract-modular .content-row .together-item .together-detail .together-data .options span[data-v-5d47426a] {
  padding: 3px 4px;
  line-height: 18px;
}
.batchAdd-box .contract-modular .content-row .together-item .together-detail .together-data .togeAddress[data-v-5d47426a] {
  padding: 0 9px;
  display: flex;
  width: 100%;
  height: 100%;
}
.batchAdd-box .contract-modular .content-row .together-item .together-detail .together-data .togeAddress[data-v-5d47426a] .ant-select-selection__rendered {
  margin-left: 1px;
  margin-top: 3px;
}
.batchAdd-box .contract-modular .content-row .together-item .together-detail .together-data .togeAddress[data-v-5d47426a] .ant-select-dropdown-menu li {
  text-align: left;
}
.batchAdd-box .contract-modular .content-row .together-item .together-detail .together-data .house-data-item-left[data-v-5d47426a] {
  margin-left: 20px;
  position: relative;
}
.batchAdd-box .contract-modular .content-row .together-item .together-detail .together-data .house-data-item-left .addonBeforeStyle[data-v-5d47426a] {
  font-size: 14px;
  color: #111111;
  position: absolute;
  left: 0;
}
.batchAdd-box .contract-modular .content-row .together-item .together-detail .together-foot[data-v-5d47426a] {
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.batchAdd-box .contract-modular .content-row .together-item .together-detail .together-foot .togetherAdd[data-v-5d47426a] {
  width: 100px;
  margin: 0 auto;
  text-align: center;
}
.batchAdd-box .contract-more[data-v-5d47426a] {
  width: 1160px;
  height: 40px;
  background: #f6f7f8;
  border-radius: 4px;
  text-align: center;
}
.batchAdd-box .contract-more .more[data-v-5d47426a] {
  color: #165Dff;
  font-size: 14px;
  line-height: 40px;
}
.batchAdd-box .contract-more .more-font .anticon[data-v-5d47426a] {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.batchAdd-box .more-item[data-v-5d47426a] {
  width: 1160px;
}
.batchAdd-box .more-item .interestBox[data-v-5d47426a] .ant-select-selection {
  overflow: hidden;
  height: 32px;
}
.batchAdd-box .more-item .interestBox[data-v-5d47426a] .ant-select-selection ul li:first-child {
  padding: 0 20px 0 2px;
}
.batchAdd-box .more-item .interestBox[data-v-5d47426a] .ant-select-selection ul li {
  padding: 0 2px 0 2px;
}
.batchAdd-box .more-item .interestBox[data-v-5d47426a] .ant-select-selection ul .ant-select-search--inline {
  padding: 0;
  width: 2px;
}
.batchAdd-box .contentSlot[data-v-5d47426a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #DDDDDD;
}
.batchAdd-box .contentSlot .contract-times[data-v-5d47426a] {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.batchAdd-box .contentSlot .contract-times .splitStyle[data-v-5d47426a] {
  position: absolute;
  left: 85px;
  top: 5px;
}
.batchAdd-box .contentSlot .contract-times[data-v-5d47426a] .text-date-picker {
  line-height: 1;
  height: auto;
}
.batchAdd-box .contentSlot .contract-times[data-v-5d47426a] .text-date-picker :deep(.ant-input) {
  padding: 0;
}
.batchAdd-box .contentSlot .contract-times[data-v-5d47426a] .text-date-picker .ant-picker-input {
  text-align: left;
}
.batchAdd-box .contentSlot .contract-times[data-v-5d47426a] .text-date-picker .ant-calendar-picker-icon {
  display: none;
}
.batchAdd-box .contentSlot .contract-times[data-v-5d47426a] .text-date-picker .ant-calendar-range-picker-separator {
  line-height: 30px;
}
.batchAdd-box .contentSlot .contract-times > span[data-v-5d47426a] {
  width: 10%;
  text-align: left;
}
.batchAdd-box .contentSlot .year-radio[data-v-5d47426a] {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.batchAdd-box .contentSlot .year-radio li[data-v-5d47426a] {
  width: 28px;
  height: auto;
  line-height: 1;
  text-align: center;
  border: 1px solid #e2e2e2;
  padding: 2px 0;
  border-radius: 3px;
  cursor: pointer;
  margin-left: 2px;
  font-size: 12px;
  background: #f6f7f8;
}
.batchAdd-box .contentSlot .year-radio .active[data-v-5d47426a] {
  background: rgba(22, 213, 173, 0.1);
  color: #165Dff;
  border: 1px solid #165Dff;
}
.batchAdd-box .contentSlot .year-radio .selectedLi[data-v-5d47426a] {
  background: rgba(22, 93, 255, 0.1);
  border: 1px solid #165Dff;
  color: #165Dff;
}
.batchAdd-box .contentSlot .common-time[data-v-5d47426a] {
  position: absolute;
  top: 2px;
  right: 0px;
  z-index: 2;
  font-size: 12px;
}
.batchAdd-box .address[data-v-5d47426a] {
  display: flex;
  width: 100%;
}
.batchAdd-box .address .must-fill-border[data-v-5d47426a] .ant-select-selection {
  border-bottom: 1px solid #FB4246;
}
.batchAdd-box .address .dividerClass[data-v-5d47426a] {
  height: 15px;
  width: 1px;
  position: absolute;
  border: 0.5px solid #BBBBBB;
  right: 100px;
  bottom: 8px;
}
.batchAdd-box .close-icon-style[data-v-5d47426a] {
  position: absolute;
  right: 5px;
  top: 53px;
}
.batchAdd-box .close-icon-style .close-icon[data-v-5d47426a] {
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
}
.batchAdd-box .noSearchAddress[data-v-5d47426a] .ant-select-dropdown--empty {
  display: none;
}
.batchAdd-box .mosaic[data-v-5d47426a] {
  position: relative;
}
.batchAdd-box .mosaic[data-v-5d47426a] .ant-input {
  padding: 0 38px 0 0;
}
.batchAdd-box .mosaic span[data-v-5d47426a] {
  line-height: 32px;
  position: absolute;
  right: 0;
}
.batchAdd-box .payment[data-v-5d47426a] {
  position: relative;
}
.batchAdd-box .payment .pay1[data-v-5d47426a] {
  line-height: 32px;
  position: absolute;
  left: 0;
  z-index: 2;
}
.batchAdd-box .payment .pay2[data-v-5d47426a] {
  line-height: 32px;
  z-index: 2;
}
.batchAdd-box .payment .nonePay[data-v-5d47426a] {
  position: absolute;
  left: 72px;
}
.batchAdd-box .payment .fu-nonebox[data-v-5d47426a] .ant-select-selection .ant-select-selection-selected-value {
  padding-left: 0;
  padding-right: 0px;
}
.batchAdd-box .payment .fu-nonebox[data-v-5d47426a] .ant-select-selection .ant-select-selection__rendered {
  margin-right: 0;
}
.batchAdd-box .payment[data-v-5d47426a] .ant-select-selection-selected-value {
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
}
.batchAdd-box .payment .depositPeriodTypeDiy0_Style[data-v-5d47426a] .ant-select-selection-selected-value {
  padding-left: 20px;
  padding-right: 0px;
}
.batchAdd-box .payment .depositMonth-nonebox[data-v-5d47426a] .ant-select-selection-selected-value {
  padding-left: 15px;
  padding-right: 0px;
  margin-right: 0px;
}
.batchAdd-box .payment .depositMonth-nonebox[data-v-5d47426a] .ant-select-selection--single .ant-select-selection__rendered {
  margin-right: 0px;
}
.batchAdd-box .payment .fu-box[data-v-5d47426a] .ant-select-selection-selected-value {
  padding-left: 0px;
  padding-right: 0px;
}
.batchAdd-box .payment[data-v-5d47426a] .ant-select-arrow {
  right: 0;
}
.batchAdd-box .together-data .feiyong .nonePay[data-v-5d47426a] {
  position: absolute;
  left: 50px;
  top: 5px;
}
.batchAdd-box .customStyle[data-v-5d47426a] .ant-tooltip {
  width: 200px;
}
.batchAdd-box .customStyle[data-v-5d47426a] .ant-tooltip-inner {
  width: 200px !important;
}
.batchAdd-box .payPatternStyle[data-v-5d47426a] .ant-select-dropdown {
  width: 214px !important;
}
.batchAdd-box .bgBox .width-340[data-v-5d47426a] {
  width: 310px;
  height: 155px;
  background: #f7f8fb;
  border-radius: 4px;
  border: 1px solid #dddddd;
  margin: 26px 15px 0;
}
.batchAdd-box .bgBox .width-340 .zeroRentPeriod[data-v-5d47426a] .ant-radio-wrapper {
  width: 46%;
  margin-top: 16px;
}
.batchAdd-box .bgBox .width-340 .payPattern[data-v-5d47426a] {
  width: 55px;
}
.batchAdd-box .bgBox .width-340 .payPattern[data-v-5d47426a] .ant-radio-wrapper {
  height: 20px;
  line-height: 20px;
  margin-top: 14px;
}
.batchAdd-box .bgBox .width-340 .payPatternBox[data-v-5d47426a] .ant-input {
  width: 60px;
  background: none;
  height: 20px;
}
.batchAdd-box .bgBox .width-340 .payPatternBox p[data-v-5d47426a] {
  margin-top: 14px;
}
.batchAdd-box .err-p[data-v-5d47426a] {
  font-size: 12px;
  font-weight: 400;
  color: #FFA036;
  line-height: 17px;
  padding-top: 8px;
}
.batchAdd-box .err-p-red[data-v-5d47426a] {
  font-size: 12px;
  font-weight: 400;
  color: #FB4246;
  line-height: 17px;
  padding-top: 8px;
}
.batchAdd-box .commmonDeliveryStyle[data-v-5d47426a] {
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #165Dff;
  font-size: 14px;
  font-weight: 400;
  color: #165Dff;
  line-height: 40px;
  text-align: center;
}
.batchAdd-box .addDeliveryStyle[data-v-5d47426a] {
  width: 140px;
}
.batchAdd-box .titlepz[data-v-5d47426a] {
  margin-bottom: 10px;
  padding-top: 4px;
  margin-top: 6px;
  height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
}
.batchAdd-box .titlepz span[data-v-5d47426a] {
  height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: #FFA036;
  line-height: 17px;
}
.batchAdd-box .myOperationFlagStyle[data-v-5d47426a] {
  width: 140px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  background: rgba(255, 160, 54, 0.08);
  border-radius: 2px;
  font-size: 13px;
}
.batchAdd-box .myOperationFlagStyle[data-v-5d47426a] .ant-checkbox + span {
  padding-left: 5px;
  padding-right: 0px;
}
.batchAdd-box .uplodList[data-v-5d47426a] {
  margin-bottom: 0;
}
.batchAdd-box .upload-p p[data-v-5d47426a] {
  text-align: center;
  width: 120px;
  margin-right: 9px;
}
.batchAdd-box .gender-box[data-v-5d47426a] {
  position: relative;
}
.batchAdd-box .gender-box[data-v-5d47426a] .ant-input {
  padding: 0 68px 0 0;
}
.batchAdd-box .gender-box .gender-span[data-v-5d47426a] {
  position: absolute;
  width: 66px;
  right: 0;
  top: 6px;
}
.batchAdd-box .gender-box .gender-span span[data-v-5d47426a] {
  margin-left: 0 !important;
  cursor: pointer;
}
.batchAdd-box .gender-box .gender-span span + span[data-v-5d47426a] {
  margin-left: 5px !important;
}
.batchAdd-box .gender-box .gender-span .genderNan[data-v-5d47426a],
.batchAdd-box .gender-box .gender-span .genderNv[data-v-5d47426a] {
  color: #165Dff;
}
.batchAdd-box .width-169[data-v-5d47426a] {
  width: 169px;
}
.batchAdd-box .width-340[data-v-5d47426a] {
  width: 340px;
}
.batchAdd-box .width-674[data-v-5d47426a] {
  width: 674px;
}
.batchAdd-box[data-v-5d47426a] .label-item .ant-select-selection__rendered {
  margin-left: 0;
}
.batchAdd-box .save-contract[data-v-5d47426a] {
  width: 120px;
  height: 40px;
  background: #165Dff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 40px;
}
.batchAdd-box .quxiao[data-v-5d47426a] {
  width: 120px;
  height: 40px;
  border-radius: 5px;
}
.batchAdd-box[data-v-5d47426a] .ant-input,
.batchAdd-box[data-v-5d47426a] .ant-select-selection__rendered,
.batchAdd-box[data-v-5d47426a] .ant-select-selection--single {
  height: 32px;
  font-size: 14px;
  line-height: 32px;
}
.batchAdd-box[data-v-5d47426a] .ant-select-selection--multiple .ant-select-selection__placeholder {
  margin-left: 0;
}
.batchAdd-box[data-v-5d47426a] .label-item .addon-after {
  height: 32px;
  font-size: 14px;
  line-height: 32px;
}
.batchAdd-box[data-v-5d47426a] .title-tiem .ft-bolder {
  height: 36px;
  margin-bottom: 2px;
}
.batchAdd-box[data-v-5d47426a] .label-item textarea.ant-input {
  padding: 4px 0;
  line-height: 20px;
}
.batchAdd-box[data-v-5d47426a] .ant-input {
  padding: 0;
}
.batchAdd-box[data-v-5d47426a] .ant-cascader-picker-label {
  padding: 0px;
}
.black-tip[data-v-5d47426a] {
  font-size: 12px;
  margin-top: 7px;
  background-color: #fff6ef;
  color: #ff2e2e;
  padding: 2px 7px;
  box-sizing: border-box;
}
.price-choose[data-v-5d47426a] {
  display: flex;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  height: 20px;
  align-items: center;
  font-weight: 400;
  color: #777777;
  position: absolute;
  right: 2px;
  top: 11px;
  z-index: 1;
  cursor: pointer;
  line-height: 18px;
}
.price-choose .acitve[data-v-5d47426a] {
  color: #165Dff;
  background: rgba(10, 135, 248, 0.1);
  border-right: 1px solid #eeeeee;
  height: 100%;
}
.price-choose > div[data-v-5d47426a] {
  padding: 0 4px;
  font-size: 12px;
}
.radio-box[data-v-5d47426a] .ant-radio-button-wrapper {
  padding: 0 14px;
  height: 24px;
  line-height: 24px;
}
.radio-box[data-v-5d47426a] .ant-radio-button-wrapper:nth-child(1) {
  border-radius: 20px 0 0 20px;
}
.radio-box[data-v-5d47426a] .ant-radio-button-wrapper:nth-child(2) {
  border-radius: 0 20px 20px 0;
}
.radio-box[data-v-5d47426a] .ant-radio-button-wrapper-checked {
  border-radius: 50%;
}

.addContract-box[data-v-6e8313eb] {
  position: relative;
}
.addContract-box .activeIndex[data-v-6e8313eb] {
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translate(-50%, 0);
  z-index: 2001;
}
.addContract-box .activeIndex .normal[data-v-6e8313eb] {
  width: 120px;
  height: 40px;
  color: #777777;
  font-size: 16px;
  text-align: center;
}
.addContract-box .activeIndex .click[data-v-6e8313eb] {
  color: #165Dff;
  font-weight: 500;
  border-bottom: 2px solid #165Dff;
}

.networkLose-box .line1Style[data-v-acc84520] {
  text-align: center;
  padding: 50px 0 8px 0;
  border-radius: 4px 4px 0 0;
  position: relative;
}
.networkLose-box .line1Style .titleStyle[data-v-acc84520] {
  font-weight: 600;
  font-size: 20px;
  color: #111111;
}
.networkLose-box .line2Style[data-v-acc84520] {
  max-height: calc(100vh - 350px);
  overflow-y: auto;
  padding: 20px 0 50px 0;
}
.networkLose-box .line2Style .summaryStyle[data-v-acc84520] {
  text-align: center;
  color: #111111;
  font-size: 16px;
  padding: 4px 30px 30px 30px;
}
.networkLose-box .line2Style .backStyle[data-v-acc84520] {
  text-align: center;
  margin-bottom: 100px;
  color: #165Dff;
  font-size: 16px;
}
.networkLose-box .line2Style .contentStyle[data-v-acc84520] {
  min-height: 200px;
  padding: 20px 20px 0 20px;
}
.networkLose-box .okStyle[data-v-acc84520] {
  margin-top: 20px;
  border-top: 1px solid #EEEEEE;
  text-align: center;
  height: 64px;
  line-height: 64px;
  border-radius: 0 0 4px 4px;
  color: #165Dff;
  font-size: 15px;
}

.globalSearch-box[data-v-1cccd6af] {
  padding: 20px;
}
.globalSearch-box .headerStyle[data-v-1cccd6af] {
  height: 46px;
  width: 100%;
  padding: 6px 9px;
  box-shadow: 0px 0px 10px 0px rgba(22, 93, 255, 0.1);
  border-radius: 4px;
  border: 2px solid #165Dff;
  display: flex;
  align-items: center;
}
.globalSearch-box .headerStyle .splitStyle1[data-v-1cccd6af] {
  width: 1px;
  height: 20px;
  border: 1px dashed #cccccc;
  margin: 0 15px 0 9px;
}
.globalSearch-box .headerStyle .splitStyle2[data-v-1cccd6af] {
  width: 1px;
  height: 20px;
  border: 1px solid #cccccc;
  margin: 6px 10px 0 20px;
}
.globalSearch-box .headerStyle .clearStyle[data-v-1cccd6af] {
  border-radius: 100%;
  background: #cccccc;
  width: 14px;
  height: 14px;
  color: #ffffff;
  margin: 0 0 0 15px;
  padding: 0 2px;
}
.globalSearch-box .headerStyle .searchCriteriaed[data-v-1cccd6af] {
  color: #165Dff;
  background: rgba(10, 135, 248, 0.1);
  padding: 0 4px;
  height: 24px;
  font-weight: 400;
  font-size: 12px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
}
.globalSearch-box .headerStyle .searchCriteriaed .anticon[data-v-1cccd6af] {
  margin-left: 4px;
  color: #999999;
}
.globalSearch-box .headerStyle .searchInput[data-v-1cccd6af] {
  flex: 1;
}
.globalSearch-box .headerStyle .btnStyle[data-v-1cccd6af] {
  width: 64px;
  height: 28px;
  background: #165Dff;
  border-radius: 4px;
  margin-left: 10px;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  opacity: 0.5;
}
.globalSearch-box .headerStyle .canSearch[data-v-1cccd6af] {
  opacity: 1;
}
.globalSearch-box .headerStyle .complete-match[data-v-1cccd6af] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 106px;
  height: 32px;
  background: #f6f7f8;
  border-radius: 6px;
  font-size: 14px;
  color: #777777;
  cursor: pointer;
  padding: 0 4px;
  text-align: center;
}
.globalSearch-box .headerStyle .complete-match > span[data-v-1cccd6af] {
  flex: 1;
}
.globalSearch-box .headerStyle .complete-match .high[data-v-1cccd6af] {
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  background: #0a87f8;
  border-radius: 4px;
  padding: 0 4px;
}
.globalSearch-box .searchCriteriaWarp[data-v-1cccd6af] {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
.globalSearch-box .searchCriteriaWarp .complete-match[data-v-1cccd6af] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 96px;
  height: 28px;
  background: #f6f7f8;
  border-radius: 4px;
  color: #165Dff;
  cursor: pointer;
  border: 1px solid #165Dff;
  margin-right: 12px;
}
.globalSearch-box .searchCriteriaWarp .complete-match > span[data-v-1cccd6af] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  width: 100%;
  height: 100%;
}
.globalSearch-box .searchCriteriaWarp .complete-match .high[data-v-1cccd6af] {
  color: #ffffff;
  background: #165Dff;
}
.globalSearch-box .searchCriteriaWarp .searchCriteriaItem[data-v-1cccd6af] {
  margin-right: 12px;
  height: 28px;
  min-width: 56px;
  padding: 0 14px;
  background: #f3f5f7;
  border-radius: 4px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  cursor: pointer;
}
.globalSearch-box .searchCriteriaWarp .searchCriteriaActived[data-v-1cccd6af] {
  color: #165Dff;
  background: rgba(10, 135, 248, 0.1);
}
.globalSearch-box .contentStyle[data-v-1cccd6af] {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.globalSearch-box .contentStyle .emptySearchValStyle[data-v-1cccd6af] {
  display: flex;
  justify-content: center;
}
.globalSearch-box .contentStyle .contentItemStyle .itemSplitStyle[data-v-1cccd6af] {
  width: 100%;
  height: 8px;
  background: #f7f8fb;
  margin: 5px 0 20px 0;
}
.globalSearch-box .contentStyle .contentItemStyle .contFoot[data-v-1cccd6af] {
  margin-top: 0px;
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #fff;
}
.globalSearch-box .contentStyle .contentItemStyle[data-v-1cccd6af] .ant-table-thead > tr > th {
  padding: 12px 6px;
}
.globalSearch-box .contentStyle .contentItemStyle[data-v-1cccd6af] .ant-table-tbody > tr > td {
  padding: 0px 6px;
  cursor: pointer;
  color: #111111;
}
.globalSearch-box .contentStyle .contentItemHeaderStyle[data-v-1cccd6af] {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.globalSearch-box .contentStyle .workOrderStyle[data-v-1cccd6af] {
  margin-bottom: 12px;
  display: flex;
}
.globalSearch-box .contentStyle .workOrderStyle .workOrderItemStyle[data-v-1cccd6af] {
  padding: 3px 18px;
  font-size: 14px;
  border-radius: 4px;
  margin-right: 5px;
}
.globalSearch-box .contentStyle .workOrderStyle .selectedItem[data-v-1cccd6af] {
  background: rgba(22, 93, 255, 0.1);
  border: 1px solid #165Dff;
  color: #165Dff;
}
.globalSearch-box .contentStyle .workOrderStyle .unSelectItem[data-v-1cccd6af] {
  border: 1px solid #bbbbbb;
  color: #777777;
}
.globalSearch-box .houseAliasStyle[data-v-1cccd6af] {
  background: rgba(22, 93, 255, 0.1);
  color: #165Dff;
  padding: 2px 4px;
  margin-right: 4px;
  border-radius: 4px;
}
.globalSearch-box .tenant[data-v-1cccd6af] {
  width: 34px;
  height: 20px;
  line-height: 20px;
  border-radius: 2px;
  border: 1px solid #91d5ff;
  color: #1890ff;
  background-color: #e6f7ff;
  font-size: 12px;
  text-align: center;
  padding: 2px 5px;
}
.globalSearch-box .company[data-v-1cccd6af] {
  width: 34px;
  height: 20px;
  line-height: 20px;
  border-radius: 2px;
  border: 1px solid #ffe58f;
  color: #faad14;
  background-color: #fffbe6;
  font-size: 12px;
  text-align: center;
  padding: 2px 5px;
}
.globalSearch-box .goodsTypeStyle[data-v-1cccd6af] {
  margin: 0 5px 5px 0;
}
.globalSearch-box .goodsTypeStyle span[data-v-1cccd6af] {
  color: #111111;
  padding: 2px 8px;
  text-align: center;
  background: #f7f8fb;
  border-radius: 4px;
  border: 1px solid #eeeeee;
}
.globalSearch-box .shou-zhi[data-v-1cccd6af] {
  display: inline-block;
  height: 20px;
  width: 20px;
  color: #FB4246;
  border: 1px solid #FB4246;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
}
.globalSearch-box .contractMediumStyle[data-v-1cccd6af] {
  padding: 2px 3px;
  margin-left: 4px;
  border-radius: 4px;
}
.globalSearch-box .shou-shou[data-v-1cccd6af] {
  display: inline-block;
  height: 20px;
  width: 20px;
  color: #0A87F8;
  border: 1px solid #0A87F8;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
}

.update-content {
  min-height: 220px;
  background: #ffffff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
}
.update-content .update-contain {
  width: 100%;
  min-height: 155px;
  padding: 0 10px 0 10px;
  background: linear-gradient(180deg, #0a87f836 0%, #ffffff 100%);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.update-content .update-contain .update-img {
  width: 157px;
  height: 95px;
  background: url(data:image/png;base64,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) no-repeat center center / contain;
  margin-top: -32px;
}
.update-content .update-contain .update-title {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  padding: 15px 0 8px;
}
.update-content .update-contain .update-desc {
  font-size: 14px;
  line-height: 20px;
}
.update-content .update-btns {
  width: 220px;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.update-content .update-btns .cancle-btn {
  background: #eeeeee;
  color: #333;
  border: none;
}

.aiUnBuyWarn-box[data-v-6cdb1ddc] {
  border-radius: 4px;
}
.aiUnBuyWarn-box .imgStyle[data-v-6cdb1ddc] {
  border-radius: 4px 4px 0 0;
}
.aiUnBuyWarn-box .imgStyle img[data-v-6cdb1ddc] {
  border-radius: 4px 4px 0 0;
}
.aiUnBuyWarn-box .btnStyle[data-v-6cdb1ddc] {
  width: 176px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #165Dff;
  border-radius: 4px;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  margin: 0 auto;
}

.aiChat-box[data-v-30562a51] {
  display: flex;
  height: calc(100vh - 100px);
}
.aiChat-box .aiChat-left-style[data-v-30562a51] {
  width: 200px;
  padding: 16px 0;
}
.aiChat-box .aiChat-left-style .titleStyle[data-v-30562a51] {
  margin: 0 auto;
  width: 159px;
  height: 30px;
  line-height: 30px;
  background: rgba(22, 93, 255, 0.1);
  border-radius: 14px;
  text-align: center;
  font-size: 12px;
}
.aiChat-box .aiChat-left-style .aiChat-left-content-style[data-v-30562a51] {
  margin-top: 16px;
}
.aiChat-box .aiChat-left-style .aiChat-left-content-style .itemStyle[data-v-30562a51] {
  height: 60px;
  padding: 10px 0px 10px 11px;
  display: flex;
}
.aiChat-box .aiChat-left-style .aiChat-left-content-style .selectedStyle[data-v-30562a51] {
  background: #f2f3f5;
}
.aiChat-box .aiChat-left-style .aiChat-left-content-style .unSelectStyle[data-v-30562a51] {
  background: #ffffff;
}
.aiChat-box .aiChat-left-style .aiChat-left-content-style .unBuyStyle[data-v-30562a51] {
  background: rgba(255, 255, 255, 0.5);
  width: 200px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0px;
}
.aiChat-box .aiChat-right-style[data-v-30562a51] {
  width: calc(100% - 201px);
  border-left: 1px solid #f2f3f5;
  background: #eeeeee;
}
.aiChat-box .aiChat-right-style .rightTitleStyle[data-v-30562a51] {
  padding-left: 16px;
  background: #f9f9fa;
  width: 100%;
  height: 60px;
  line-height: 60px;
}
.aiChat-box .aiChat-right-style .rightContentStyle[data-v-30562a51] {
  height: calc(100% - 218px);
  overflow-y: auto;
  padding: 20px 16px 20px 16px;
}
.aiChat-box .aiChat-right-style .rightContentStyle .promotionDesc[data-v-30562a51] .ant-input {
  border-bottom: none !important;
  background-color: #ffffff;
  color: #111111;
  cursor: default;
  padding: 4px 0 4px 0px !important;
}
.aiChat-box .aiChat-right-style .rightContentStyle .dialogStyle[data-v-30562a51] {
  background: #ffffff;
  padding: 9px 10px;
  border-radius: 4px;
  position: relative;
}
.aiChat-box .aiChat-right-style .rightContentStyle .dialogStyle[data-v-30562a51] .ant-input {
  width: 100%;
  min-height: 21px;
}
.aiChat-box .aiChat-right-style .rightContentStyle .dialogStyle1[data-v-30562a51] {
  margin: 0 15px 0 40px;
}
.aiChat-box .aiChat-right-style .rightContentStyle .dialogStyle1 .dialogStyleArrow[data-v-30562a51] {
  transform: translateY(-4.24264069px) rotate(45deg);
  position: absolute;
  top: 18px;
  right: -5px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  background-color: #fff;
}
.aiChat-box .aiChat-right-style .rightContentStyle .dialogStyle0[data-v-30562a51] {
  margin: 0 40px 0 15px;
}
.aiChat-box .aiChat-right-style .rightContentStyle .dialogStyle0 .dialogStyleArrow[data-v-30562a51] {
  transform: translateY(-4.24264069px) rotate(45deg);
  position: absolute;
  top: 18px;
  left: -5px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  background-color: #fff;
}
.aiChat-box .aiChat-right-style .rightEnterStyle[data-v-30562a51] {
  padding: 10px;
  height: 158px;
  background: #ffffff;
  position: relative;
}
.aiChat-box .aiChat-right-style .rightEnterStyle .killNewStyle[data-v-30562a51] {
  position: absolute;
  padding: 0 11px;
  height: 28px;
  line-height: 28px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  top: -14px;
  z-index: 10;
  left: 320px;
}
.aiChat-box .aiChat-right-style .rightEnterStyle .formItemMarginButton[data-v-30562a51] {
  width: 60px;
  height: 30px;
  margin-left: 12px;
}
.aiChat-box .aiChat-right-style .rightEnterStyle .saveFont[data-v-30562a51] {
  color: #ffffff;
  background-color: #165Dff;
  font-size: 14px;
}

.sidebar[data-v-37d07ca4] {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  background-color: #f0f4ff;
}
.sidebar[data-v-37d07ca4] .ant-popover .ant-popover-inner-content {
  padding: 0 !important;
}
.personal-center-box[data-v-37d07ca4] {
  position: relative;
  width: 308px;
  height: 200px;
  overflow: visible;
}
.personal-center-box > div[data-v-37d07ca4] {
  position: absolute;
  left: -16px;
  top: -12px;
}
.logoBox[data-v-37d07ca4] {
  height: 50px;
  cursor: pointer;
}
.logoBox .logo[data-v-37d07ca4] {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e8e8e8;
}
.logoBox .logo .logoIcon[data-v-37d07ca4] {
  width: 31px;
  height: 31px;
  background: linear-gradient(47deg, #8cbeff 0%, #0085ff 100%);
  box-shadow: 0px 2px 4px 0px #9dcbff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logoBox .logo .logoIcon .icon[data-v-37d07ca4] {
  color: #ffffff;
  font-size: 24px;
}
.logoBox .logo img[data-v-37d07ca4] {
  width: 33px;
  height: 33px;
  border-radius: 50%;
}

.CustomSidebar[data-v-09c082b5] {
  width: 360px;
  background: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 16px 12px 20px;
}
.CustomSidebar .title[data-v-09c082b5] {
  font-weight: 600;
  font-size: 14px;
  color: #111111;
  line-height: 20px;
}
.CustomSidebar .explain[data-v-09c082b5] {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 17px;
  margin-top: 4px;
}
.CustomSidebar .menu-list[data-v-09c082b5] {
  display: flex;
  flex-wrap: wrap;
}
.CustomSidebar .menu-list .menu-item[data-v-09c082b5] {
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  margin-top: 20px;
}
.CustomSidebar .menu-list .menu-item .sidebarItemIcon[data-v-09c082b5] {
  width: 28px;
  height: 28px;
  z-index: 1;
}
.CustomSidebar .menu-list .menu-item .sidebarItemIcon img[data-v-09c082b5] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.CustomSidebar .menu-list .menu-item .menuName[data-v-09c082b5] {
  font-weight: 400;
  font-size: 12px;
  color: #111111;
  margin-top: 4px;
  z-index: 1;
}
.CustomSidebar .menu-list .menu-item-active[data-v-09c082b5] {
  position: relative;
  cursor: pointer;
}
.CustomSidebar .menu-list .menu-item-active[data-v-09c082b5]::after {
  content: '';
  position: absolute;
  left: -6px;
  width: 60px;
  height: 60px;
  background: #f6f6f6;
  border-radius: 4px;
  z-index: 0;
}
.CustomSidebar .menu-list .menu-item-active .menu-item-icon[data-v-09c082b5] {
  position: absolute;
  left: -5px;
  z-index: 1;
  color: #165Dff;
}
.CustomSidebar .footerBtns[data-v-09c082b5] {
  margin-top: 40px;
  padding: 0 8px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.CustomSidebar .footerBtns .btn[data-v-09c082b5] {
  width: 65px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-right: 12px;
  border-radius: 4px;
}
.CustomSidebar .footerBtns .saveBtn[data-v-09c082b5] {
  margin-right: 0;
  background: #165Dff;
  color: #fff;
  border-color: #165Dff;
}

.more-drawer[data-v-672c7783] {
  position: fixed;
  left: 59px;
  top: 0;
  width: 700px;
  height: 100vh;
  background: #ffffff;
  transition: all 1s;
  z-index: 200;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.more-drawer .more-title[data-v-672c7783] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  text-align: center;
  font-style: normal;
}
.more-drawer .moreMenuList[data-v-672c7783] {
  width: 100%;
  height: calc(100vh - 126px);
  overflow-y: auto;
  scrollbar-width: none;
  margin-top: 24px;
}
.more-drawer .moreMenuList[data-v-672c7783]::-webkit-scrollbar {
  display: none;
}
.more-drawer .sidebarItem[data-v-672c7783] {
  margin-bottom: 36px;
}
.more-drawer .sidebarItem .mainMenu[data-v-672c7783] {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  color: #111111;
  line-height: 16px;
  text-align: left;
}
.more-drawer .sidebarItem .mainMenu .menu-icon[data-v-672c7783] {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.more-drawer .sidebarItem .subMenuList[data-v-672c7783] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 24px;
}
.more-drawer .sidebarItem .subMenuList .subMenu[data-v-672c7783] {
  width: 90px;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: no-wrap;
  margin-top: 12px;
}
.more-drawer .customSidebarBtn[data-v-672c7783] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  background: #f7f8fb;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  color: #165Dff;
  margin-top: 10px;
  cursor: pointer;
}
.more-drawer .customSidebarBtn .anticon[data-v-672c7783] {
  margin-right: 6px;
}

.MobileTerminal[data-v-18786dce] {
  width: 340px;
  height: 258px;
  background: #f6f6f6;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 20px;
}
.MobileTerminal .website[data-v-18786dce] {
  width: 300px;
  height: 40px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  font-weight: 500;
  font-size: 14px;
  color: #111111;
  cursor: pointer;
}
.MobileTerminal .mobileTerminalBox[data-v-18786dce] {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.MobileTerminal .mobileTerminalBox .mobileItem[data-v-18786dce] {
  width: 144px;
  height: 166px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  color: #111111;
  line-height: 17px;
  padding-top: 10px;
}
.MobileTerminal .mobileTerminalBox .mobileItem img[data-v-18786dce] {
  width: 116px;
  height: 116px;
  margin-bottom: 12px;
}

.lock_screen_time_css[data-v-49fc568e] {
  position: relative;
  width: 88%;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  background: #e0e5ff;
  font-weight: 500;
  font-size: 10px;
  color: #333;
  line-height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 4px;
  padding: 4px 1px;
}
.lock_screen_time_css > span[data-v-49fc568e] {
  color: #165dff;
}
.lock_screen_time_css[data-v-49fc568e]::after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #e0e5ff;
  transform: translateX(-50%);
}

.sidebarListWarp[data-v-da85af4a] {
  background-color: #f0f4ff;
  height: calc(100vh - 60px);
  border-right: 1px solid #e8e8e8;
  position: relative;
}
.sidebarListWarp .sidebarTopWarp[data-v-da85af4a] {
  width: 25px;
  height: 130px;
  margin: 0 auto 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.sidebarListWarp .sidebarTopWarp .workbench[data-v-da85af4a],
.sidebarListWarp .sidebarTopWarp .globalSearch[data-v-da85af4a],
.sidebarListWarp .sidebarTopWarp .messageWarp[data-v-da85af4a] {
  width: 24px;
  height: 24px;
  cursor: pointer;
  text-align: center;
}
.sidebarListWarp .sidebarTopWarp .workbench img[data-v-da85af4a],
.sidebarListWarp .sidebarTopWarp .globalSearch img[data-v-da85af4a],
.sidebarListWarp .sidebarTopWarp .messageWarp img[data-v-da85af4a] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sidebarListWarp .sidebarTopWarp .workbench .anticon[data-v-da85af4a],
.sidebarListWarp .sidebarTopWarp .globalSearch .anticon[data-v-da85af4a],
.sidebarListWarp .sidebarTopWarp .messageWarp .anticon[data-v-da85af4a] {
  font-size: 16px;
}
.sidebarListWarp .sidebarTopWarp .workbench[data-v-da85af4a],
.sidebarListWarp .sidebarTopWarp .globalSearch[data-v-da85af4a] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebarListWarp .sidebarList[data-v-da85af4a] {
  overflow: hidden;
  max-height: 660px;
  display: flex;
  flex-direction: column;
}
.sidebarListWarp .sidebarList .sidebarItem[data-v-da85af4a] {
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.sidebarListWarp .sidebarList .sidebarItem .sidebarItemBox[data-v-da85af4a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.sidebarListWarp .sidebarList .sidebarItem .sidebarItemIcon[data-v-da85af4a] {
  width: 26px;
  height: 26px;
  margin-bottom: 1px;
}
.sidebarListWarp .sidebarList .sidebarItem .sidebarItemIcon img[data-v-da85af4a] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sidebarListWarp .sidebarList .sidebarItem .menuName[data-v-da85af4a] {
  font-weight: 500;
  font-size: 10px;
  color: #333333;
  line-height: 14px;
  text-align: center;
}
.sidebarListWarp .sidebarList .sidebarItem[data-v-da85af4a]::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 50px;
  height: 50px;
  background-color: rgba(22, 93, 255, 0.1);
  z-index: -1;
  border-radius: 8px;
  display: none;
}
.sidebarListWarp .sidebarList .sidebarItem[data-v-da85af4a]:hover::after {
  display: block;
}
.sidebarListWarp .sidebarList .sidebarActive[data-v-da85af4a]::after {
  display: block;
}
.sidebarListWarp .sidebarFootWarp[data-v-da85af4a] {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 14px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.sidebarListWarp .sidebarFootWarp .helpWarp[data-v-da85af4a] {
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin-top: 14px;
}
.sidebarListWarp .sidebarFootWarp .helpWarp .anticon[data-v-da85af4a] {
  font-size: 22px;
}
.sidebarListWarp .sidebarFootWarp .helpWarp img[data-v-da85af4a] {
  width: 24px;
  height: 24px;
}
.margin-bottom-10[data-v-da85af4a] {
  margin-bottom: 10px;
}
.helpDocumentationWarp[data-v-da85af4a] {
  width: 184px;
  background: #f6f6f6;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.helpDocumentationWarp .helpDocumentation[data-v-da85af4a],
.helpDocumentationWarp .updateLog[data-v-da85af4a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 144px;
  height: 40px;
  background: #ffffff;
  border-radius: 8px;
  padding: 0 12px;
  cursor: pointer;
}
.helpDocumentationWarp .helpDocumentation span[data-v-da85af4a],
.helpDocumentationWarp .updateLog span[data-v-da85af4a] {
  font-weight: 500;
  font-size: 14px;
  color: #111111;
}
.helpDocumentationWarp .helpDocumentation .iconFont[data-v-da85af4a],
.helpDocumentationWarp .updateLog .iconFont[data-v-da85af4a] {
  font-size: 14px;
}
.subMenuList[data-v-da85af4a] {
  background-color: #fff;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 5px 0;
}
.subMenuList .childItem[data-v-da85af4a] {
  margin: 5px 0;
  cursor: pointer;
  padding: 5px 20px;
  min-width: 120px;
}
.subMenuList .childItem[data-v-da85af4a]:hover {
  background-color: rgba(22, 93, 255, 0.1);
  color: #165Dff;
}


/* 可以根据需要添加样式 */
.ChatIframeStyle[data-v-7d741ec4] {
  position: fixed;
  right: 0px;
  bottom: 30px;
  cursor: pointer;
  z-index: 500;
}
.aiAssistantAPPRealStyle[data-v-7d741ec4] {
  width: 450px;
  height: 600px;
  z-index: 10000;
  position: relative;
  border-radius: 8px;
  border: 1px solid #ffffff;
  background: linear-gradient(188deg, rgba(235, 241, 255, 0.2) 39.6%, rgba(231, 249, 255, 0.2) 94.3%), #eff0f1;
  box-shadow: 0px 4px 8px 0px rgba(31, 35, 41, 0.1);
  position: fixed;
  bottom: 16px;
  right: 16px;
  overflow: hidden;
}
.maxkb-enlarge[data-v-7d741ec4] {
  width: 70% !important;
  height: 100% !important;
  bottom: 0 !important;
  right: 0 !important;
}
.maxkb-operate[data-v-7d741ec4] {
  top: 18px;
  right: 15px;
  position: absolute;
  display: flex;
  align-items: center;
  line-height: 18px;
}
.maxkb-chat-close[data-v-7d741ec4] {
  margin-left: 15px;
}

.login_modal .ant-modal-header {
  height: 0 !important;
  padding: 0;
}
.login_modal .relogin-modal {
  border-radius: 16px;
  width: 100%;
  height: 311px;
  position: relative;
  padding: 54px 29px;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(10, 135, 248, 0.2) 0%, #ffffff 50%);
}
.login_modal .relogin-modal-title {
  font-size: 16px;
  color: #777777;
  margin-top: 14px;
  margin-bottom: 16px;
}
.login_modal .relogin-modal-input {
  width: 380px;
  padding-left: 15px;
  padding-right: 15px;
}
.login_modal .footer-btns {
  margin-top: 60px;
}
.login_modal .footer-btns .f-fl {
  border-radius: 4px;
  background-color: #eee;
  width: 136px;
  height: 42px;
  border: none;
}
.login_modal .footer-btns .f-fr {
  width: 228px;
  height: 42px;
  background: #0A87F8;
  border-radius: 4px;
  border: none;
}
.login_modal .relogin-modal-img {
  position: absolute;
  right: 18px;
  top: -25px;
  width: 162px;
  height: 114px;
}
.login_modal .relogin-modal-img img {
  width: 100%;
  height: 100%;
}
.login_modal .relogin-modal-anew {
  width: 90px;
  height: 29px;
}
.login_modal .relogin-modal-anew img {
  width: 100%;
  height: 100%;
}
.login_modal .ant-modal-body {
  border-radius: 16px;
}
.login_modal .ant-modal-content {
  border-radius: 16px;
}
#components-layout-demo-fixed-sider .ant-layout-sider {
  box-shadow: 3px 0px 6px 0px rgba(136, 136, 136, 0.1);
  background-color: #fff;
}
#components-layout-demo-fixed-sider .logo {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  background-color: #f0f4ff;
}
#components-layout-demo-fixed-sider .logo img {
  width: 33px;
  height: 33px;
  border-radius: 50%;
}
#components-layout-demo-fixed-sider .sider {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
#components-layout-demo-fixed-sider .sider li {
  height: 66px;
  line-height: 66px;
}
#components-layout-demo-fixed-sider .sider li .itemStyle {
  line-height: 10px;
  padding: 10px 0;
}
#components-layout-demo-fixed-sider .sider li .itemStyle .fontStyle {
  font-size: 12px;
  color: #ffffff;
}
#components-layout-demo-fixed-sider .sider li:hover {
  background: #000000;
  cursor: pointer;
}
#components-layout-demo-fixed-sider .sider .bottom-menu {
  position: absolute;
  bottom: 15px;
  width: 100%;
}
#components-layout-demo-fixed-sider .sider .bottom-menu .line {
  margin-left: 10px;
  width: 40px;
  height: 0px;
  border-top: 1px solid #cccccc;
}
#components-layout-demo-fixed-sider .sider .IconRadius {
  width: 6px;
  height: 6px;
  border-radius: 4px;
  background: #FE3C38;
}
#components-layout-demo-fixed-sider #layoutContent {
  margin-top: 60px;
  border-radius: 4px;
  /*background: #ffffff;*/
  font-size: 14px;
  color: #111111;
  overflow: hidden;
  min-width: 1270px;
}
#components-layout-demo-fixed-sider .user {
  line-height: 30px;
}
#components-layout-demo-fixed-sider .user li {
  padding: 0 5px;
  width: 210px;
  font-size: 14px;
}
#components-layout-demo-fixed-sider .user .li-bg {
  cursor: pointer;
}
#components-layout-demo-fixed-sider .user .li-bg:hover {
  background-color: #F6F7F8;
}
#components-layout-demo-fixed-sider .user .user-li {
  height: 40px;
  margin: 16px 0;
}
#components-layout-demo-fixed-sider .user .user-li {
  height: 40px;
}
#components-layout-demo-fixed-sider .user .user-li > div {
  height: 40px;
}
#components-layout-demo-fixed-sider .user .user-li > div p {
  height: 20px;
  font-size: 14px;
  line-height: 20px;
}
#components-layout-demo-fixed-sider .urseImg {
  font-size: 12px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #165Dff;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
}
#components-layout-demo-fixed-sider .addModal {
  padding: 10px 20px 8px 20px;
  line-height: 30px;
}
#components-layout-demo-fixed-sider .addModal li {
  height: 36px;
  line-height: 36px;
  padding: 0 5px;
  width: 120px;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
}
#components-layout-demo-fixed-sider .addModal li:hover {
  background-color: #F6F7F8;
}
#components-layout-demo-fixed-sider .addModal li img {
  height: 16px;
  width: 16px;
  margin-right: 10px;
}
.noHouseQuantityStyle {
  height: 185px;
  padding: 32px 32px 24px;
}
.noHouseQuantityStyle .noHouseLeft {
  width: 22px;
}
.noHouseQuantityStyle .noHouseRight {
  margin-left: 20px;
  width: calc(100% - 42px);
}
.noHouseQuantityStyle .noHouseRight .noHouseRight-first {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.noHouseQuantityStyle .noHouseRight .noHouseRight-second {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}
.noHouseQuantityStyle .btnStyle {
  float: right;
  margin-top: 24px;
}
:deep(.collect-box) {
  width: 360px;
}
:deep(.collect-box) .right-item {
  width: 300px;
  height: 100%;
}
:deep(.collect-box) > p {
  padding: 20px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #777777;
}
:deep(.collect-box) .no-info {
  margin: 30px 0 0 0;
  width: 100%;
}
:deep(.collect-box) .no-info img {
  margin: 0 100px;
  height: 95px;
  width: 102px;
}
:deep(.ant-drawer.ant-drawer-open) .ant-drawer-mask {
  opacity: 0.1;
}
.config_lbl_css {
  margin-right: 10px;
  color: #165Dff;
  font-size: 16px;
  cursor: pointer;
}

.content-main[data-v-49988f59] {
  padding: 14px;
  height: calc(100vh - 100px);
  overflow: auto;
  min-width: 1200px;
  width: 100%;
}
.content-main .content[data-v-49988f59] {
  height: calc(100vh - 130px);
  padding: 20px;
  background-color: #ffffff;
}
.content-main .dealWith[data-v-49988f59] {
  height: auto;
  min-height: calc(100vh - 220px);
  overflow: auto;
}
.content-main .footer[data-v-49988f59] {
  margin-top: 20px;
  text-align: center;
  color: #777777;
}
.content-main .footer p[data-v-49988f59] {
  height: 30px;
  line-height: 30px;
}
.content-main .footer a[data-v-49988f59] {
  color: #777777;
}
.content-main .footer .anticon[data-v-49988f59] {
  margin: 0 30px;
  font-size: 22px;
}

.content-top[data-v-c3113126] {
  position: relative;
  z-index: 96;
  padding: 0 14px;
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
}

.modal-container[data-v-483fad88] {
  box-sizing: border-box;
  height: 100%;
  padding-bottom: 20px;
}
.modal-container.overflow[data-v-483fad88] {
  overflow-y: auto;
}
.modal-container .modal-footer[data-v-483fad88] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.modal-container .modal-footer .modal-footer-left[data-v-483fad88] {
  font-size: 14px;
}
.modal-container .modal-footer .modal-footer-right[data-v-483fad88] {
  flex: 1;
  display: flex;
}
.modal-container .modal-footer .modal-footer-right.left[data-v-483fad88] {
  justify-content: left;
}
.modal-container .modal-footer .modal-footer-right.center[data-v-483fad88] {
  justify-content: center;
}
.modal-container .modal-footer .modal-footer-right.right[data-v-483fad88] {
  justify-content: right;
}
.modal-container .modal-footer .modal-footer-right[data-v-483fad88] .ant-btn {
  margin-left: 20px;
  height: 40px;
  min-width: 120px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1;
}
.modal-container .modal-footer .modal-footer-right[data-v-483fad88] .ant-btn:nth-child(1) {
  margin-left: 0;
}
.modal-container .modal-footer .modal-footer-right.small[data-v-483fad88] .ant-btn {
  height: 32px;
  min-width: 70px;
  font-size: 13px;
  border-radius: 4px;
  margin-left: 10px;
}
.modal-container.btn-fixed .modal-content[data-v-483fad88] {
  padding-bottom: 70px;
}
.modal-container.btn-fixed .modal-footer[data-v-483fad88] {
  position: absolute;
  left: 0;
  right: 10px;
  bottom: 0;
  padding: 20px 10px 20px 20px;
  background: #fff;
  margin-top: 0;
}
.modal-container .modal-content[data-v-483fad88] {
  padding: 15px 20px 0 20px;
  box-sizing: border-box;
}
.modal-container .modal-content.no-padding-top[data-v-483fad88] {
  padding-top: 0;
}
.modal-container .modal-content.have-icon[data-v-483fad88] {
  position: relative;
  padding-left: 30px;
}
.modal-container .modal-content.have-icon .modal-icon[data-v-483fad88] {
  font-size: 22px;
  position: absolute;
  top: -6px;
  left: 0;
}
.modal-container .modal-content.have-icon .modal-icon.info[data-v-483fad88] {
  color: #ffbf00;
}
.modal-container .modal-content.have-icon .modal-icon.success[data-v-483fad88] {
  color: #59c724;
}
.modal-container .modal-content.have-icon .modal-icon.warning[data-v-483fad88] {
  color: #fb4246;
}
.modal-container .modal-top[data-v-483fad88] {
  background: #e6f3fe;
  padding: 9px 20px;
  min-height: 40px;
  color: #777777;
  font-size: 14px;
}
.modal-container.confirm[data-v-483fad88] {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.modal-container.confirm .modal-icon[data-v-483fad88] {
  top: 0 !important;
}
.modal-container.confirm .modal-content[data-v-483fad88] {
  padding-top: 4px;
  padding-right: 0;
}
.modal-container.confirm .modal-tip-title[data-v-483fad88] {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 500;
}
.modal-container.confirm .modal-description[data-v-483fad88] {
  font-size: 14px;
  margin-bottom: 10px;
  color: #777777;
}
.modal-container.confirm .modal-footer[data-v-483fad88] {
  padding-right: 0;
}
.modal-container.confirm .modal-footer .modal-footer-right .ant-btn[data-v-483fad88],
.modal-container.confirm .modal-footer .modal-footer-right[data-v-483fad88] .ant-btn {
  height: 32px;
  min-width: 70px;
  font-size: 13px;
  border-radius: 4px;
  margin-left: 10px;
}

.own-dialog .ant-modal-content .ant-modal-header {
  padding-left: 20px;
  padding-right: 20px;
}
.own-dialog.hide-modal-title .ant-modal-header {
  display: none;
}

.house-split[data-v-6f294eed] {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
}
.house-split .first-div[data-v-6f294eed] {
  overflow: hidden;
  white-space: nowrap;
}
.house-split .first-div .text-content[data-v-6f294eed] {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.house-split .first-div .house-num[data-v-6f294eed] {
  border-radius: 2px;
  color: #0a87f8;
  background-color: #f0f8ff;
  font-size: 12px;
  text-align: center;
  padding: 5px 5px;
}
.house-split .quantity[data-v-6f294eed] {
  min-width: 40px;
  text-align: left;
  position: relative;
  flex-shrink: 0;
}
.house-split .quantity .eye[data-v-6f294eed] {
  color: #165Dff;
  cursor: pointer;
}
.house-split .popover-content[data-v-6f294eed] {
  padding: 0 10px;
  font-size: 14px;
  max-width: 400px;
  word-wrap: break-word;
  white-space: normal;
}

.blue {
  color: #0A87F8;
}
.blue-bg {
  background-color: #0A87F8;
}
.red {
  color: #FB4246;
}
.red-bg {
  background-color: #FB4246;
}
.green {
  color: #03C683;
}
.green-bg {
  background-color: #03C683;
}
.yellow {
  color: #FFA036;
}
.yellow-bg {
  background-color: #FFA036;
}
.purple {
  color: #9F6EEC;
}
.purple-bg {
  background-color: #9F6EEC;
}
.grey {
  color: #777777;
}
.grey-bg {
  background-color: #777777;
}
.black {
  color: #111111;
}
.grey9 {
  color: #999999;
}
.grey9-bg {
  color: #999999;
}
.greyBF {
  color: #bfbfbf;
}
.greyBF-bg {
  background-color: #bfbfbf;
}
.greyE8 {
  color: #E8E8E8;
}
.greyE8-bg {
  background-color: #E8E8E8;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs17 {
  font-size: 17px;
}
.fs18 {
  font-size: 18px;
}
.fs19 {
  font-size: 19px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs24 {
  font-size: 24px;
}
.border-r2 {
  border-radius: 2px;
}
.border-r4 {
  border-radius: 4px;
}
.border-r8 {
  border-radius: 8px;
}
.mt4 {
  margin-top: 4px;
}
.mt6 {
  margin-top: 6px;
}
.mt8 {
  margin-top: 8px;
}
.mt10 {
  margin-top: 10px;
}
.mt12 {
  margin-top: 12px;
}
.mt14 {
  margin-top: 14px;
}
.mt16 {
  margin-top: 16px;
}
.mt18 {
  margin-top: 18px;
}
.mt20 {
  margin-top: 20px;
}
.mt22 {
  margin-top: 22px;
}
.mt24 {
  margin-top: 24px;
}
.mt26 {
  margin-top: 26px;
}
.mt28 {
  margin-top: 28px;
}
.mt30 {
  margin-top: 30px;
}
.mb4 {
  margin-bottom: 4px;
}
.mb6 {
  margin-bottom: 6px;
}
.mb8 {
  margin-bottom: 8px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb12 {
  margin-bottom: 12px;
}
.mb14 {
  margin-bottom: 14px;
}
.mb16 {
  margin-bottom: 16px;
}
.mb18 {
  margin-bottom: 18px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb22 {
  margin-bottom: 22px;
}
.mb24 {
  margin-bottom: 24px;
}
.mb26 {
  margin-bottom: 26px;
}
.mb28 {
  margin-bottom: 28px;
}
.mb30 {
  margin-bottom: 30px;
}
.pt4 {
  padding-top: 4px;
}
.pt6 {
  padding-top: 6px;
}
.pt8 {
  padding-top: 8px;
}
.pt10 {
  padding-top: 10px;
}
.pt12 {
  padding-top: 12px;
}
.pt14 {
  padding-top: 14px;
}
.pt16 {
  padding-top: 16px;
}
.pt18 {
  padding-top: 18px;
}
.pt20 {
  padding-top: 20px;
}
.pt22 {
  padding-top: 22px;
}
.pt24 {
  padding-top: 24px;
}
.pt26 {
  padding-top: 26px;
}
.pt28 {
  padding-top: 28px;
}
.pt30 {
  padding-top: 30px;
}
.pb4 {
  padding-bottom: 4px;
}
.pb6 {
  padding-bottom: 6px;
}
.pb8 {
  padding-bottom: 8px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb12 {
  padding-bottom: 12px;
}
.pb14 {
  padding-bottom: 14px;
}
.pb16 {
  padding-bottom: 16px;
}
.pb18 {
  padding-bottom: 18px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb22 {
  padding-bottom: 22px;
}
.pb24 {
  padding-bottom: 24px;
}
.pb26 {
  padding-bottom: 26px;
}
.pb28 {
  padding-bottom: 28px;
}
.pb30 {
  padding-bottom: 30px;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-align {
  display: flex;
  align-items: center;
}
.flex-align-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-align-start {
  display: flex;
  align-items: flex-start;
}
.flex-align-end {
  display: flex;
  align-items: flex-end;
}
.flex-justify {
  display: flex;
  justify-content: center;
}
.flex-justify-start {
  display: flex;
  justify-content: flex-start;
}
.flex-justify-end {
  display: flex;
  justify-content: flex-end;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.overflow1 {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.overflow2 {
  -webkit-line-clamp: 2;
}
.overflow3 {
  -webkit-line-clamp: 3;
}
.overflow4 {
  -webkit-line-clamp: 4;
}
.overflow2,
.overflow3,
.overflow4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
}
.height-box {
  height: 20px;
  position: sticky;
  position: -webkit-sticky;
  background: #fff;
  top: 60px;
  z-index: 10;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
body {
  background: #ffffff;
  color: #555;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  font-family: Inter, -apple-system, BlinkMacSystemFont, PingFang SC, Hiragino Sans GB, noto sans, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
}
td,
th,
caption {
  font-size: 14px;
}
*:active {
  outline: none !important;
}
*:focus {
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  color: #555;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}
table {
  border-collapse: collapse;
}
.houseAlias {
  border-radius: 2px;
  color: #0a87f8;
  background-color: #f0f8ff;
  font-size: 12px;
  text-align: center;
  padding: 5px 5px;
}
.add-btn-wrap {
  position: absolute;
  top: 5px;
  right: 270px;
  margin: 9px 0;
  width: 112px;
  height: 32px;
  line-height: 32px;
  color: #ffffff;
  background-color: #165Dff;
  border-radius: 18px;
  text-align: center;
  font-size: 14px;
  z-index: 100;
  cursor: pointer;
}
.overHidde {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cursor {
  cursor: pointer;
}
.f-clearfix {
  zoom: 1;
}
.f-clearfix:after {
  content: ' ';
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.f-fl {
  float: left;
}
.f-fr {
  float: right;
}
.f-ftc-blue {
  color: #165Dff !important;
}
.f-ftc-0A87F8 {
  color: #0a87f8 !important;
}
.f-ftc-000000 {
  color: #000000 !important;
}
.f-ftc-111111 {
  color: #111111 !important;
}
.f-ftc-333333 {
  color: #333333 !important;
}
.f-ftc-666666 {
  color: #666666 !important;
}
.f-ftc-777777 {
  color: #777777 !important;
}
.f-ftc-999999 {
  color: #999999 !important;
}
.f-ftc-999999 {
  color: #999999 !important;
}
.f-ftc-BBBBBB {
  color: #BBBBBB !important;
}
.f-ftc-config {
  color: #FFA036 !important;
}
.f-ftc-warn {
  color: #FB4246 !important;
}
.f-ftc-rent {
  color: #03C683 !important;
}
.f-ftc-normal {
  color: #3DB302 !important;
}
.f-fts-32 {
  font-size: 32px;
}
.f-fts-30 {
  font-size: 30px;
}
.f-fts-28 {
  font-size: 28px;
}
.f-fts-24 {
  font-size: 24px;
}
.f-fts-22 {
  font-size: 22px;
}
.f-fts-20 {
  font-size: 20px;
}
.f-fts-16 {
  font-size: 16px;
}
.f-fts-18 {
  font-size: 18px;
}
.f-fts-14 {
  font-size: 14px;
}
.f-fts-13 {
  font-size: 13px;
}
.f-fts-12 {
  font-size: 12px;
}
.f-fts-11 {
  font-size: 11px;
}
.f-fts-10 {
  font-size: 10px;
}
.bgc-theme {
  color: #165Dff;
  background-color: rgba(22, 93, 255, 0.1);
}
.bgc-blue {
  color: #0a87f8;
  background-color: rgba(10, 135, 248, 0.1);
}
.bgc-0A87F8 {
  background-color: rgba(10, 135, 248, 0.1);
}
.radius-font-person {
  color: #0a87f8;
  background-color: rgba(10, 135, 248, 0.1);
}
.radius-person {
  background: #0a87f8;
}
.font-person {
  color: #0a87f8;
}
.radius-font-green {
  color: #03c683;
  background-color: rgba(3, 198, 131, 0.1);
}
.radius-green {
  background: #03c683;
}
.font-green {
  color: #03c683;
}
.radius-font-disabled,
.radius-font-close {
  color: #777777;
  background-color: rgba(119, 119, 119, 0.1);
}
.radius-disabled,
.radius-close {
  background: #777777;
}
.font-disabled,
.font-close {
  color: #777777;
}
.radius-font-red {
  color: #f84246;
  background-color: rgba(248, 66, 70, 0.1);
}
.radius-red {
  background: #f84246;
}
.font-red {
  color: #f84246;
}
.radius-font-yellow {
  color: #ffa036;
  background-color: rgba(255, 160, 54, 0.1);
}
.radius-font-orange {
  color: #ff6300;
  background-color: rgba(255, 99, 0, 0.1);
}
.radius-yellow {
  background: #ffa036;
}
.font-yellow {
  color: #ffa036;
}
.radius-font-toUse {
  color: #9f6eec;
  background-color: rgba(159, 110, 236, 0.1);
}
.radius-toUse {
  background: #9f6eec;
}
.font-toUse {
  background: #9f6eec;
}
.radius-font-none {
  display: none;
}
.bg-theme10 {
  background-color: rgba(22, 93, 255, 0.1) !important;
}
.bg-theme {
  background-color: #165Dff;
}
.bg-0A87F8 {
  background-color: #0a87f8;
}
.bg-777777 {
  background-color: #777777;
}
.bg-config {
  background-color: #ffa036;
}
.bg-warn {
  background-color: #f84246;
}
.color-warn {
  color: #f84246;
}
.color-theme {
  color: #165Dff;
}
.bg-normal {
  background-color: #03c683;
}
.f-ftw-500 {
  font-weight: 500;
}
.f-ftw-600 {
  font-weight: 600;
}
.h100 {
  height: 100%;
}
.f-ft-bold {
  font-weight: bold;
}
.deptDisableStyle {
  margin-left: 4px;
  padding: 2px;
  border-radius: 2px;
}
.radius-font {
  display: inline-block;
  margin-right: 10px;
  width: 60px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
}
.radius-font-width-44 {
  width: 44px;
  height: 44px;
  line-height: 44px;
}
.radius-font-width-32 {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.border-radius-4 {
  border-radius: 4px;
}
.error-bordered-ele {
  border: 1px solid #FB4246 !important;
}
.error-bordered-top-ele {
  border-top: 1px solid #FB4246 !important;
}
.error-bordered-bottom-ele {
  border-bottom: 1px solid #FB4246 !important;
}
.error-bordered .ant-select-selection {
  border: 1px solid #FB4246 !important;
}
.error-bordered .ant-select-selector {
  border: 1px solid #FB4246 !important;
}
.error-bordered .ant-input {
  border: 1px solid #FB4246 !important;
}
.error-bordered .ant-checkbox-inner {
  border: 1px solid #FB4246 !important;
}
.error-bordered .ant-upload.ant-upload-select-picture-card {
  border: 1px dashed #FB4246 !important;
}
.error-bordered-bottom .ant-select-selection {
  border-bottom: 1px solid #FB4246 !important;
}
.error-bordered-bottom .ant-input {
  border-bottom: 1px solid #FB4246 !important;
}
.error-bordered-bottom .ant-picker {
  border-bottom: 1px solid #FB4246 !important;
}
.error-bordered-bottom .ant-select-selector {
  border-bottom: 1px solid #FB4246 !important;
}
.error-bordered-radio .ant-radio-inner {
  border-color: #FB4246 !important;
}
.bordered-bottom-theme {
  border-bottom: 1px solid #165Dff;
}
.ant-tabs-top-content {
  font-size: 12px;
  color: #111111;
}
/* start 全局修改ant design 表单样式 */
.ant-message-notice-content {
  padding: 12px 24px !important;
}
.u-bottom-border .ant-input {
  padding: 0 14px 0 0;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #DDDDDD;
  border-radius: 0;
}
.no-bg .ant-input-affix-wrapper,
.no-bg .ant-input,
.no-bg .ant-input-suffix {
  background: transparent;
}
.u-bottom-border .ant-input:focus {
  box-shadow: none;
  border-bottom: 1px solid #165Dff;
}
.u-bottom-border .ant-input-affix-wrapper {
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom: 1px solid #DDDDDD;
}
.u-bottom-border .ant-select .ant-select-selector {
  border: none;
  border-bottom: 1px solid #DDDDDD;
}
.u-bottom-border .ant-select-open .ant-select-selector {
  border-bottom: 1px solid #165Dff;
}
.u-bottom-border .ant-select-selector {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #DDDDDD;
  border-radius: 0;
}
.u-bottom-border .ant-select-focused .ant-select-selector,
.u-no-border .ant-select-focused .ant-select-selector,
.u-bottom-border .ant-select-selector:focus,
.u-no-border .ant-select-selector:focus,
.u-bottom-border .ant-select-selector:active,
.u-no-border .ant-select-selector:active {
  box-shadow: none;
}
.u-no-border .ant-select-selector,
.u-no-border .ant-input-affix-wrapper,
.u-no-border .ant-input {
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}
.u-no-border .ant-cascader-picker-arrow,
.u-no-border .ant-select-arrow,
.u-bottom-border .ant-select-arrow {
  color: #165Dff;
}
.focus-border .ant-input:focus {
  border: 1px solid #165Dff;
  box-shadow: 0 0 0 2px rgba(10, 135, 248, 0.2);
  outline: 0;
}
.ant-select-selection__rendered {
  margin-left: 0;
}
.inputDisabledStyle {
  background-color: #f5f5f5 !important;
}
.inputDisabledStyle :deep(i) {
  color: rgba(0, 0, 0, 0.25);
}
.flexHeightCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flexHeightCenter0 {
  display: flex;
  align-items: center;
}
.marginTop30 {
  margin-top: 30px;
}
.marginTop20 {
  margin-top: 20px;
}
.marginTop15 {
  margin-top: 15px;
}
.widthP100 {
  width: 100%;
}
.tableAmount {
  display: flex;
  flex-direction: column;
}
.spanBlock {
  word-wrap: break-word;
  word-break: break-all;
}
/* start 全局修改ant-modal 弹窗样式 为了居中 */
.ant-modal-wrap .ant-modal {
  padding: 0;
}
/* end 全局修改ant design 表单样式 */
/* end 全局修改ant design 表单样式 */
/* start 全局修改ant design 弹窗样式 */
.ownModalBorder .ant-modal-header {
  border-bottom: none;
  height: 50px;
  line-height: 50px;
}
.ownModalBorder .ant-modal-footer {
  padding: 20px 16px;
  border-top: none;
}
.ownModalBorder .ant-modal-close-x {
  height: 50px;
  line-height: 50px;
}
.titDialog .ant-modal-header {
  background: #f6f7f8;
}
.titDialog .ant-modal-header .ant-modal-title {
  color: #165Dff;
  font-size: 16px;
  line-height: 16px;
}
.titDialog .ant-modal-body {
  padding: 0;
}
/* end 全局修改ant design 弹窗样式 */
/* start 全局修改ant design 抽屉样式 */
.ant-drawer-wrapper-body .ant-drawer-body {
  height: 100%;
  padding: 0;
}
/* end 全局修改ant design 抽屉样式 */
/* start 修改全局滚动条样式 */
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  box-shadow: inset 0 0 5px #d8d8d8;
  -webkit-box-shadow: inset 0 0 5px #d8d8d8;
  background: #d8d8d8;
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px #ffffff;
  -webkit-box-shadow: inset 0 0 5px #ffffff;
  border-radius: 4px;
  background: #ffffff;
}
.label-item textarea.ant-input {
  line-height: 18px;
  padding: 4px 0 4px 4px !important;
}
.u-bottom-border textarea.ant-input {
  line-height: 18px;
  padding: 4px 0 !important;
}
@keyframes loadingCircleMove {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.viewer-button {
  background-color: #fb4246 !important;
}
.animate-box {
  flex-wrap: wrap;
  animation: skeleton-blink 1.2s ease infinite;
  -webkit-animation: skeleton-blink 1.2s ease infinite;
  background-image: linear-gradient(90deg, #f0f0f0 25%, #e3e3e3 37%, #f0f0f0 63%);
  background-size: 400% 100%;
}
@keyframes skeleton-blink {
  0% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
input:-internal-autofill-selected {
  background-color: rgba(22, 93, 255, 0.1) !important;
}
#nprogress .bar {
  background: #165Dff;
}
/* end 修改全局滚动条样式 */
/* start 全局table action 列 popover样式 */
.table-action-popover .ant-popover-inner-content {
  text-align: center;
  padding: 5px 0;
}
.table-action-popover .ant-popover-inner-content .action {
  cursor: pointer;
  padding: 8px 10px;
}
.table-action-popover .ant-popover-inner-content .action:hover {
  color: #165Dff;
  background: rgba(22, 93, 255, 0.1);
}
/* end 全局table action 列 popover样式 */
.flex-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
:root {
  --text-color: rgba(0, 0, 0, 0.65);
}
.align-middle {
  vertical-align: middle;
}
.select-box .ant-select .ant-select-selection-placeholder {
  left: 0;
}
.select-box .ant-select .ant-select-selection-search {
  margin-inline-start: 0;
}
.search-style-box .tree-wrap .ant-input-affix-wrapper {
  border: 1px solid #dddddd;
  border-radius: 0 4px 4px 0;
}
.search-style-box .tree-wrap .ant-input-affix-wrapper .ant-input {
  border: none !important;
  height: 32px !important;
}
.search-style-box .tree-wrap .ant-input-affix-wrapper .ant-input-suffix {
  padding-right: 6px;
}
.search-style-box .tree-wrap .ant-input-affix-wrapper i {
  color: rgba(0, 0, 0, 0.25);
}
.search-style-box .ant-input-affix-wrapper:hover {
  border: 1px solid #0A87F8;
}
.search-style-box .ant-select {
  border: 1px solid #dddddd;
  border-radius: 0 4px 4px 0;
}
.search-style-box .ant-select-single .ant-select-selector {
  height: 32px;
  padding: 0 8px !important;
}
.search-style-box .ant-select-single .ant-select-selection-placeholder,
.search-style-box .ant-select-single .ant-select-selection-item {
  line-height: 32px;
}
.search-style-box .ant-picker {
  border: 1px solid #d9d9d9;
  padding: 1px 0;
}
.search-style-box .ant-picker .ant-picker-input {
  height: 30px;
}
.search-style-box .ant-picker .ant-picker-input input {
  text-align: center;
}
.search-style-box .ant-input-search .ant-input {
  height: 34px;
  line-height: 34px;
}
.search-style-box .ant-input-search-button {
  height: 34px;
}
.search-style-box .ant-picker:focus {
  border: 1px solid #0A87F8;
}
.config-item .basicsInfo .item .label-item .ant-select-single .ant-select-selector {
  height: 30px;
  padding-left: 4px;
}
.config-item .basicsInfo .item .label-item .ant-input {
  height: 30px;
}
.select-padding .ant-select-selector {
  padding: 0 8px 0 16px;
}
.select-padding .ant-select .ant-select-selector .ant-select-selection-item {
  padding-right: 0;
  text-align: center;
}
.rc-virtual-list-scrollbar {
  width: 4px !important;
}
.rc-virtual-list-scrollbar .rc-virtual-list-scrollbar-thumb {
  background: #d8d8d8 !important;
}
.selectBuildingInfoStyle .ant-select {
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  border-right: none;
  border-radius: 17px 0 0 17px;
  padding-left: 12px;
}
.selectBuildingInfoStyle .ant-input-group-wrapper .ant-input-wrapper {
  border-radius: 0 17px 17px 0;
}
.selectBuildingInfoStyle .ant-input-group-wrapper .ant-input-wrapper .ant-input {
  box-shadow: none;
}
.selectBuildingInfoStyle .ant-select:hover {
  border-color: #165Dff;
}
.storeEmployee .label-item:first-child .tree-wrap .ant-input-affix-wrapper {
  padding-right: 30px;
}
.ant-tabs-extra-content .tabs-options .icon-margin > div:first-child,
.positionFixedContentStyle .tabs-options .icon-margin > div:first-child {
  margin-left: 1px;
}
.showDateSuffix .ant-picker .ant-picker-suffix {
  display: block;
  margin-right: 10px;
}
.picker-no-border .ant-picker .ant-picker-input input {
  border: none !important;
}
.ant-table-placeholder td {
  cursor: auto !important;
}
.ant-message {
  z-index: 10001;
}
.status-box {
  padding: 0 4px;
  margin-right: 4px;
  border-radius: 2px;
}
.IconRadius {
  margin-top: 8px;
  margin-right: 5px;
  width: 6px;
  height: 6px;
  border-radius: 4px;
}
.page-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
/*
 * 通用的详情页label-item样式
*/
.label-item .title {
  margin-bottom: 4px;
}
.label-item.item {
  margin: 0 40px 20px 0;
  width: calc(25% - 40px);
}
.label-item.item2 {
  margin: 0 40px 20px 0;
  width: calc(50% - 40px);
}
.label-item.item3 {
  margin: 0 40px 20px 0;
  width: calc(75% - 40px);
}
.label-item.item4 {
  margin: 0 40px 20px 0;
  width: calc(100%);
}
.detail-page {
  min-height: calc(100vh - 300px);
  max-height: calc(100vh - 100px);
  overflow: auto;
}
.detail-page .label-item .ant-input,
.detail-page .label-item .ant-select,
.detail-page .label-item .ant-checkbox-wrapper,
.detail-page .label-item .ant-select-selector {
  border-radius: 4px;
  font-size: 12px;
  height: 24px;
  color: #111111;
}
.detail-page .label-item .ant-input {
  padding: 4px;
}
.detail-page .label-item .ant-select-selection__rendered,
.detail-page .label-item .ant-select-selection--single {
  font-size: 12px;
  height: 24px;
  line-height: 24px;
}
.detail-page .label-item .ant-select-dropdown-menu {
  font-size: 12px;
}
.detail-page .label-item .label-item .addon-after {
  font-size: 12px;
  height: 24px;
  line-height: 24px;
}
.detail-page .label-item .ant-select-selection--multiple {
  min-height: 24px;
}
.detail-page .label-item .ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
  height: 20px;
  margin-top: 1px;
  line-height: 20px;
}
.detail-page .label-item .ant-tabs-top-content {
  font-size: 12px;
  color: #111111;
}
.detail-page .label-item .customer-type .ant-select-selector {
  border-radius: 4px 0 0 4px !important;
}
.detail-page .label-item .customer-type .ant-input {
  border-radius: 0 4px 4px 0 !important;
}
.detail-bottom {
  position: absolute;
  bottom: 0;
  left: 20px;
  height: 53px;
  width: calc(100% - 40px);
  line-height: 53px;
  color: #777777;
  background: #fff;
  box-sizing: content-box;
}
.detail-bottom::before {
  content: '';
  position: absolute;
  top: 10px;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #dddddd;
}
.detail-bottom > span {
  font-size: 13px;
}
.detail-bottom > span:first-child {
  padding-right: 15px;
  border-right: 1px solid #eeeeee;
}
.detail-bottom > span:last-child {
  padding-left: 15px;
}
/*
   * 通用的组件遮罩，方便添加点击提示
  */
.comp-father {
  position: relative;
}
.comp-father .comp-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: not-allowed !important;
}
.ant-input-affix-wrapper {
  border-radius: 4px;
}
.custom-disabled {
  padding: 0 4px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 24px;
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.split-line {
  position: relative;
  margin: 0 12px;
  height: 19px;
  width: 1px;
  border-left: 1px dashed #DDDDDD;
}
.footer-btn,
.footer-fix {
  height: 80px;
  width: 100%;
  background: #fff;
}
.detailSaveStyle {
  margin-left: 10px;
  border-radius: 4px;
}
.footer-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.footer-btn .btn-box {
  display: flex;
  align-items: center;
}
.footer-btn .btn-box .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}
.footer-btn .btn-box .btn:not(:last-child) {
  margin-right: 20px;
}
.footer-btn .btn-box .btn.cancel {
  background: #f6f7f8;
  border: 1px solid #dddddd;
  color: #666;
}
.footer-btn .btn-box .btn.torent {
  background: #05bced;
}
.footer-btn .btn-box .btn.submit {
  background: #0a87f8;
}
.no-pading .ant-popover-inner-content {
  padding: 0;
}
.text-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
}
.serviceOrderShowFlagStyle {
  width: 100%;
  height: 42px;
  line-height: 42px;
  background: #fff1e1;
  padding-left: 19px;
  font-size: 14px;
}
.serviceOrderShowFlagStyle .fontStyle {
  color: #333333;
  font-size: 16px;
  margin-left: 7px;
}
.serviceOrderShowFlagStyle .buyStyle {
  width: 106px;
  text-align: center;
  height: 26px;
  line-height: 26px;
  background: #FFA036;
  border-radius: 14px;
  font-size: 14px;
  color: #ffffff;
  margin: 8px 0 8px 15px;
}
.page-wrap {
  position: static;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #fff;
}
.page-wrap .table-pro-container .ant-table-thead th {
  white-space: nowrap;
}
.page-wrap::-webkit-scrollbar {
  width: 0px;
}
.multiple-tab {
  /*// 多标签下房源弹框详情吸顶距离
  .positionFixedStyle{
    top: 136px!important;
  }*/
  /*// 内容最大高度
  .multiple-tab-max-height{
    max-height: calc(100vh - 240px)!important;
    height: auto!important;
  }
  .ant-modal-wrap{
    .ant-modal-content .ant-modal-body{
      max-width: calc(100vw - 60px);
      max-height: calc(100vh - 240px);
      overflow: auto;
      & > div {
        max-width: calc(100vw - 60px) !important;
        max-height: calc(100vh - 240px) !important;
        &.configDashboard{
          max-height: unset!important;
        }
      }
    }
    // modal body不需要overflow
    .no-overflow-body{
      .ant-modal-body{
        overflow: unset;
      }
    }
    .no-max-height{
      .ant-modal-body{
        max-height: unset!important;
        & > div {
          max-height: unset!important;
        }
      }
    }
  }
  // 添加这个类防止弹窗标题的tab切换被裁剪
  .multiple-tab-dialog {
    .ant-modal-body {
      overflow: visible !important;
    }
  }*/
}
.multiple-tab #layoutHeader {
  top: 40px!important;
}
.multiple-tab #layoutContent {
  margin-top: 100px!important;
}
.multiple-tab .ant-modal-centered .ant-modal {
  left: 30px;
  top: 20px;
  max-width: calc(100vw - 90px);
}
.multiple-tab .child-detail {
  max-height: calc(100vh - 190px) !important;
}
.multiple-tab .positionFixedStyle {
  top: 160px !important;
}
.multiple-tab .ant-popover,
.multiple-tab .ant-select-dropdown {
  z-index: 10000!important;
}
.multiple-tab .more-drawer {
  z-index: 9999;
}
.remark-popover {
  width: 200px!important;
  word-break: break-all;
}
.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  left: 0;
}
.ant-input-affix-wrapper:focus,
.ant-input-affix-wrapper-focused {
  box-shadow: none;
}
.ant-select-single .ant-select-selector .ant-select-selection-search {
  left: 0;
}
.ant-select-multiple .ant-select-selector {
  padding-left: 0px;
}
.ant-select-selector {
  text-align: left;
}
.ant-select-dropdown {
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}
.ant-select-item-empty {
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
}
.ant-input-affix-wrapper {
  padding: 0;
}
.ant-select-selection-item,
.ant-input-affix-wrapper {
  line-height: 1.5;
}
.ant-modal-body {
  font-size: 14px;
  line-height: 1.5;
}
.ant-picker {
  border: none;
  padding: 5px 0 4px 0;
}
.ant-upload-picture-card-wrapper {
  width: auto;
}
.ant-input {
  height: 32px;
  line-height: 32px;
}
.ant-picker-suffix {
  display: none;
}
.u-bottom-border .ant-picker {
  border-bottom: 1px solid #DDDDDD;
}
.u-bottom-border .ant-picker:hover {
  border-bottom: 1px solid #0A87F8;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 11px 0 0;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border: none;
}
.u-bottom-border .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-bottom: 1px solid #DDDDDD;
}
.ant-btn {
  padding: 0 15px;
}
.ant-input-group-addon .ant-btn {
  padding: 2.4px 0;
}
.ant-tabs {
  line-height: 1.5;
}
.ant-cascader .ant-select-dropdown {
  overflow: hidden !important;
}
.ant-tree-treenode-selected::before {
  background: rgba(22, 93, 255, 0.1) !important;
}
.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-switcher {
  color: inherit;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {
  color: #165Dff !important;
}
.ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background: rgba(22, 93, 255, 0.1);
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background: rgba(22, 93, 255, 0.1);
}
.basic-info .label-item .ant-picker {
  padding-top: 0;
  padding-bottom: 0;
}
.basic-info .label-item .address .u-bottom-border .ant-input-affix-wrapper .ant-input {
  border-bottom: none;
}
.basic-info .label-item .ant-picker-input input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 0 4px;
}
.basic-info .label-item .u-no-border .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  border: none;
}
.basic-info .label-item .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  height: 24px;
}
.basic-info .label-item .ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  height: 22px;
}
.basic-info .label-item .ant-select-single .ant-select-selector .ant-select-selection-item {
  line-height: 24px;
}
.basic-info .label-item .ant-select-single.ant-select-show-arrow .ant-select-selection-placeholde {
  line-height: 24px;
  height: 24px;
}
.basic-info .label-item .ant-select-selector {
  padding-left: 4px;
}
.basic-info .label-item .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border: 1px solid #d9d9d9;
  height: 24px;
}
.basic-info .label-item .ant-select:not(.ant-select-disabled) .ant-select-selector:hover {
  border: 1px solid #0A87F8;
  height: 24px;
}
.basic-info .label-item .ant-select-multiple .ant-select-selector {
  padding: 0;
}
.basic-info .label-item .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  line-height: 24px;
}
.basic-info .label-item .ant-select-single.ant-select-show-arrow .ant-select-selection-item {
  padding-right: 0px;
}
.timerStyle .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border: 1px solid #d9d9d9;
  height: 24px;
}
.timerStyle .ant-select:not(.ant-select-customize-input) .ant-select-selector:hover {
  border: 1px solid #0A87F8;
  height: 24px;
}
.timerStyle .ant-select-multiple .ant-select-selector {
  padding: 0;
}
.timerStyle .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  line-height: 24px;
}
.timerStyle .ant-select-single.ant-select-show-arrow .ant-select-selection-item {
  line-height: 22px;
  padding-right: 0px;
  padding-left: 4px;
}
.border-all .tree-wrap .ant-input-affix-wrapper {
  border: 1px solid #DDDDDD;
}
.border-all .tree-wrap .ant-input-affix-wrapper .ant-input {
  border: none;
  height: 32px;
}
.border-all .tree-wrap .ant-input-affix-wrapper .ant-input-suffix {
  padding-right: 4px;
}
.border-all .tree-wrap .ant-input-affix-wrapper:hover {
  border: 1px solid #0A87F8;
}
.deliveryInfo-box .goodList-detail-item .ant-select .ant-select-selector {
  padding: 0 11px 0 11px;
}
.deliveryInfo-box .goodList-detail-item .ant-select .ant-select-selector {
  height: 30px;
}
.ant-pagination .ant-select .ant-select-selector {
  border: 1px solid #d9d9d9;
}
.search-condition #searchInput {
  border-radius: 4px 0 0 4px;
}
.search-condition .ant-input-group-addon .ant-input-search-button {
  border-radius: 0 0 4px 4px;
}
.selectBuildingInfoStyle .ant-input-group-wrapper .ant-input-wrapper {
  border: 1px solid #d9d9d9;
  border-radius: 17px;
}
.selectBuildingInfoStyle .ant-input-group-wrapper .ant-input-wrapper .ant-input {
  border: none;
}
.selectBuildingInfoStyle .ant-input-group-wrapper .ant-input-wrapper .ant-input-search .ant-input:focus {
  border: none;
  box-shadow: none;
}
.selectBuildingInfoStyle .ant-input-group-wrapper .ant-input-wrapper .ant-input-group-addon {
  background-color: transparent;
}
.selectBuildingInfoStyle .ant-input-group-wrapper .ant-input-wrapper .ant-input-group-addon .ant-input-search-button {
  border: none;
  border-radius: 50%;
}
.selectBuildingInfoStyle .ant-input-group-wrapper .ant-input-wrapper:hover {
  border: 1px solid #0A87F8;
}
.top .search-condition .ant-input-suffix,
.top .search-condition .anticon-down {
  padding-right: 5px;
}
.ant-picker-range .ant-picker-active-bar {
  margin-left: 0;
}
.select-noPadding-box .ant-select-dropdown .rc-virtual-list .rc-virtual-list-holder-inner .ant-select-item {
  padding: 0;
}
.ant-col .label-item .ant-picker {
  width: 100%;
}
.modal-body-radius-10 .ant-modal-content {
  border-radius: 10px;
}
.ant-input-search .ant-input-wrapper .ant-input {
  padding-left: 4px;
}
.serviceOrderShowFlagStyle > div:first-child .anticon {
  font-size: 20px;
}
.table-scroll-weight {
  /* :deep(.ant-table-body) {
        &::-webkit-scrollbar {
          //整体样式
          height: 8px;
        }
      } */
}
.table-scroll-weight .ant-table-body::-webkit-scrollbar,
.table-scroll-weight .surely-table-body::-webkit-scrollbar {
  height: 10px !important;
}
.ant-table-body::-webkit-scrollbar,
.ant-table-content::-webkit-scrollbar,
.add-scrollbar-width::-webkit-scrollbar {
  height: 8px;
}
.ant-modal div[aria-hidden='true'] {
  display: none !important;
}
.ant-modal div[aria-hidden='true'] {
  display: none !important;
}
.ant-modal-break-all-body .ant-modal-body {
  word-break: break-all;
}
body .no-padding-style .ant-popover-content .ant-popover-inner-content {
  padding: 0 !important;
}
.button-container {
  display: flex;
  align-items: center;
}
.button-container .ant-btn {
  margin-left: 20px;
  height: 40px;
  min-width: 120px;
  border-radius: 5px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-container .ant-btn:first-child {
  margin-left: 0;
}
.button-container .ant-btn.blue {
  border-color: #0A87F8;
  color: #0A87F8;
}
.button-container .ant-btn .anticon {
  font-weight: normal;
  font-size: 16px;
}
.button-container.small .ant-btn {
  height: 24px;
  min-width: 50px;
  font-size: 12px;
  padding: 0 10px;
  border-radius: 2px;
  margin-left: 10px;
}
.button-container.small .ant-btn:first-child {
  margin-left: 0;
}
.button-container.medium .ant-btn {
  height: 32px;
  min-width: 70px;
  font-size: 13px;
  margin-left: 15px;
  border-radius: 2px;
}
.button-container.medium .ant-btn:first-child {
  margin-left: 0;
}
.icon-text {
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  color: #0A87F8;
  line-height: 1;
}
.icon-text .icon {
  font-size: 14px;
  font-weight: normal;
  margin-left: 4px;
}
.status-container {
  display: flex;
  flex-wrap: wrap;
}
.status-container .status-item {
  display: flex;
  align-items: center;
}
.status-container .status-item .icon-box {
  border-radius: 50%;
  color: #0a87f8;
  background-color: rgba(10, 135, 248, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.status-container .status-item .icon-box.blue {
  color: #0a87f8;
  background-color: rgba(10, 135, 248, 0.1);
}
.status-container .status-item .icon-box.disabled {
  color: #777777;
  background-color: rgba(119, 119, 119, 0.1);
}
.status-container .status-item .icon-box.yellow {
  color: #ffa036;
  background-color: rgba(255, 160, 54, 0.1);
}
.status-container .status-item .icon-box.orange {
  color: #ff6300;
  background-color: rgba(255, 99, 0, 0.1);
}
.status-container .status-item .icon-box.green {
  color: #03c683;
  background-color: rgba(3, 198, 131, 0.1);
}
.status-container .status-item .icon-box.red {
  color: #f84246;
  background-color: rgba(248, 66, 70, 0.1);
}
.status-container .status-item .icon-content .title {
  font-size: 12px;
  color: #777777;
  white-space: nowrap;
}
.status-container .status-item:first-child {
  width: 220px;
  box-sizing: border-box;
  padding-right: 15px;
  position: relative;
}
.status-container .status-item:first-child::after {
  position: absolute;
  display: block;
  content: '';
  border-right: 1px dashed #DDDDDD;
  width: 1px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.status-container .status-item:first-child .icon-box {
  width: 42px;
  height: 42px;
  font-size: 28px;
}
.status-container .status-item:first-child .icon-content {
  width: calc(100% - 55px);
}
.status-container .status-item:first-child .icon-content .content {
  font-size: 14px;
  margin-top: 5px;
}
.status-container .status-item:not(:first-child) {
  padding-right: 15px;
  box-sizing: border-box;
  width: 150px;
}
.status-container .status-item:not(:first-child) .icon-box {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 18px;
}
.status-container .status-item:not(:first-child) .icon-content {
  width: calc(100% - 42px);
}
.status-container .status-item:not(:first-child) .icon-content .content {
  font-size: 12px;
  font-weight: 400;
  color: #111111;
  margin-top: 5px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.status-container .status-item:nth-child(2) {
  margin-left: 25px;
}
.status-container .status-item:last-child {
  padding-right: 0 !important;
}
.detail-address {
  background: #e6f3fe;
  padding: 9px 20px;
  min-height: 40px;
  color: #777777;
  font-size: 14px;
}
.detail-create {
  height: 50px;
  line-height: 50px;
  border-top: 1px dashed #DDDDDD;
  color: #777777;
  font-size: 14px;
}
.detail-create span {
  position: relative;
  margin-right: 40px;
}
.detail-create span:first-child::after {
  display: block;
  content: '';
  position: absolute;
  width: 1px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  border-left: 1px dashed #DDDDDD;
}
.tab-container {
  min-height: calc(100vh - 420px);
}
.tab-container .ant-tabs .anticon {
  margin-right: 3px;
}
.tab-container .ant-tabs .ant-tabs-extra-content .icon-text {
  margin-left: 10px;
}
.tab-container .ant-tabs .ant-tabs-extra-content .icon-text:first-child {
  margin-left: 0;
}
.tab-container .ant-tabs .ant-popover .ant-popover-inner-content {
  min-width: 80px;
  padding: 5px 0;
}
.tab-container .ant-tabs .ant-popover .ant-popover-inner-content div {
  width: 100%;
  text-align: center;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
}
.tab-container .ant-tabs .ant-popover .ant-popover-inner-content div:hover {
  color: #0A87F8;
  background: rgba(10, 135, 248, 0.1);
}
.hiddenArrow .ant-popover-arrow {
  display: none !important;
}
.hiddenArrow .ant-popover-inner {
  border-radius: 8px;
}
.showArrow .ant-popover-arrow {
  display: block !important;
}
.modal-container .status-container {
  padding-top: 10px;
  margin-bottom: 20px;
}
.record-container .record-item {
  display: flex;
  position: relative;
}
.record-container .record-item:last-child .right {
  padding-bottom: 0;
}
.record-container .record-item:last-child .right::after {
  display: none;
}
.record-container .record-item .left {
  width: 130px;
  box-sizing: border-box;
  padding-right: 15px;
  color: #777777;
  font-size: 14px;
}
.record-container .record-item .round {
  width: 16px;
  position: relative;
  padding-top: 4px;
}
.record-container .record-item .round::after {
  display: block;
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: rgba(10, 135, 248, 0.1);
  border-radius: 50%;
}
.record-container .record-item .round::before {
  display: block;
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0A87F8;
}
.record-container .record-item .right {
  padding-left: 15px;
  box-sizing: border-box;
  width: calc(100% - 146px);
  position: relative;
  padding-bottom: 25px;
}
.record-container .record-item .right::after {
  position: absolute;
  top: 7px;
  display: block;
  content: '';
  left: -9px;
  height: 100%;
  width: 1px;
  border-left: 2px dashed rgba(10, 135, 248, 0.4);
}
.record-container .record-item .right .title {
  font-weight: 400;
  font-size: 14px;
  color: #111111;
  margin-bottom: 4px;
}
.record-container .record-item .right .content {
  font-size: 13px;
  color: #999999;
}
.record-container .record-item .tag {
  color: #0A87F8;
  border-radius: 3px;
  font-size: 12px;
  padding: 2px 6px;
  margin: 0 4px;
  background-color: rgba(10, 135, 248, 0.1);
}
.record-container .record-item .view-file-container {
  margin-top: 5px;
}
.record-container .record-item .view-file-container .view-file-list {
  margin-top: -10px;
}
.record-container .record-item .view-file-container .view-file-list .view-file-item {
  margin-top: 10px;
}
.record-container .record-item .view-file-container .view-file-list .view-file-item .view-box {
  height: 48px;
  width: 85px;
}
.record-container .record-item .view-file-container .view-file-list .view-file-item .view-box img {
  max-width: 85px;
  max-height: 48px;
}
.record-container .record-item .view-file-container .view-file-list .view-file-item .view-box video {
  max-height: 48px;
}
.record-container .record-item .view-file-container .view-file-list .view-file-item .name {
  font-size: 12px;
  margin-top: 3px;
}
.record-container.no-left .record-item .right {
  width: calc(100% - 16px);
}
.record-container.no-left .record-item .right .title {
  position: relative;
}
.record-container.no-left .record-item .right .title .time {
  position: absolute;
  right: 0;
  top: 1px;
  color: #999999;
  font-size: 12px;
}
.record-container.no-left .record-item .right .title .title-box {
  padding-right: 105px;
}
.form-container .title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.form-container .title .icon-text {
  margin-left: 15px;
}
.form-container .title .button-container {
  margin-left: 15px;
}
.form-container .label-item .title {
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
}
.form-container .label-item .content {
  font-size: 14px;
  color: #111111;
}
.form-container .label-item .tip {
  position: absolute;
  top: 3px;
  left: 75px;
  font-size: 12px;
  color: #ff7226;
}
.form-container .ant-input {
  border: none;
  border-bottom: 1px solid #E8E8E8;
  padding-left: 0;
  border-radius: 0;
  padding-bottom: 8px;
}
.form-container .ant-input:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #0A87F8;
}
.form-container .ant-input-affix-wrapper {
  border: none;
  border-bottom: 1px solid #E8E8E8;
  border-radius: 0;
}
.form-container .ant-input-affix-wrapper .ant-input {
  border: none !important;
  padding-top: 4px;
}
.form-container .ant-input-group-wrapper .ant-input-wrapper .ant-input-group-addon {
  border: none;
  border-bottom: 1px solid #E8E8E8;
  background: none;
  position: relative;
}
.form-container .ant-input-group-wrapper .ant-input-wrapper .ant-input-group-addon:last-child {
  padding-left: 25px;
}
.form-container .ant-input-group-wrapper .ant-input-wrapper .ant-input-group-addon:first-child .ant-select {
  margin-right: 5px;
}
.form-container .ant-input-group-wrapper .ant-input-wrapper .ant-input-group-addon .ant-select .ant-select-selector {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}
.form-container .ant-input-group-wrapper .ant-input-wrapper .ant-input-group-addon .ant-select.ant-select-focused .ant-select-selector {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}
.form-container .ant-input-group-wrapper .ant-input-wrapper .ant-input-group-addon .ant-input {
  border: none !important;
  text-align: left;
  margin-left: -11px;
  position: relative;
  height: 31px;
}
.form-container textarea.ant-input {
  padding: 4px 0 10px 0 !important;
  box-sizing: content-box;
}
.form-container .ant-select .ant-select-selector {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #E8E8E8;
  padding: 0;
}
.form-container .ant-select .ant-select-arrow {
  right: 5px;
}
.form-container .ant-select .ant-select-clear {
  right: 5px;
}
.form-container .ant-picker {
  border: none;
  border-bottom: 1px solid #DDDDDD;
  border-radius: 0;
  padding-left: 0;
  padding-bottom: 5px;
}
.form-container .ant-picker:focus {
  outline: none;
}
.form-container .ant-picker .ant-picker-suffix {
  display: block;
}
.form-container .error-bordered .ant-input {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.form-container.line .ant-input-group-wrapper .ant-input-wrapper .ant-input-group-addon::after {
  display: block;
  content: "";
  position: absolute;
  right: 8px;
  width: 1.5px;
  height: 14px;
  background: #BBBBBB;
  top: 8px;
}
.form-container.line .ant-input-group-wrapper .ant-input-wrapper .ant-input-group-addon:last-child::after {
  right: auto;
  left: 4px;
  z-index: 10;
}
.form-container.line .ant-input-group-wrapper .ant-input-wrapper .ant-input-group-addon:first-child .ant-select {
  margin-right: 5px;
}
.form-container .ant-row {
  margin-left: -18px;
  margin-right: -18px;
}
.form-container .ant-row .ant-col {
  margin-bottom: 20px;
  box-sizing: border-box;
  padding-right: 18px;
  padding-left: 18px;
}
.form-container.border .ant-select .ant-select-selector {
  border: 1px solid #DDDDDD;
  padding: 0 10px;
  border-radius: 2px;
  height: 32px;
}
.form-container.border .ant-select .ant-select-selector .ant-select-selection-placeholder {
  left: 10px;
}
.form-container.border .ant-select .ant-select-arrow {
  right: 8px;
}
.form-container.border .ant-select .ant-select-clear {
  right: 8px;
}
.form-container.border .ant-input {
  border: 1px solid #DDDDDD;
  padding: 0 11px;
  border-radius: 2px;
}
.form-container.border textarea.ant-input {
  padding: 6px 11px !important;
}
.form-container.border .max-size {
  right: -12px;
}
.form-container.border .ant-input-affix-wrapper {
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  height: 32px;
}
.form-container.border .ant-input-affix-wrapper .ant-input {
  border: none !important;
  height: 30px;
}
.form-container.border .ant-input-affix-wrapper .ant-input-suffix {
  padding-right: 10px;
}
.form-container.border .ant-input-group-wrapper .ant-input-wrapper {
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  border-radius: 2px;
}
.form-container.border .ant-input-group-wrapper .ant-input-wrapper .ant-input-group-addon {
  border: none;
  bottom: 0;
}
.form-container.border .ant-input-group-wrapper .ant-input-wrapper .ant-input-group-addon::after {
  display: none !important;
}
.form-container.border .ant-input-group-wrapper .ant-input-wrapper .ant-input-group-addon:first-child .ant-input {
  margin-right: -11px;
}
.form-container.border .ant-input-group-wrapper .ant-input-wrapper .ant-input-group-addon:first-child .ant-select {
  margin-right: -11px;
}
.form-container.border .ant-input-group-wrapper .ant-input-wrapper .ant-input-group-addon:first-child {
  border-right: 1px solid #DDDDDD;
}
.form-container.border .ant-input-group-wrapper .ant-input-wrapper .ant-input-group-addon:last-child {
  border-left: 1px solid #DDDDDD;
  padding-left: 11px;
}
.form-container.border .ant-input-group-wrapper .ant-input-wrapper .ant-input {
  border: none !important;
}
.form-container.border .ant-input-group-wrapper .ant-input-wrapper .ant-select-selector {
  border-bottom: none;
}
.form-container.border .ant-picker {
  border: 1px solid #DDDDDD;
  padding: 0 0 0 10px;
  height: 32px;
}
.form-container .error .ant-input {
  border-color: #FB4246 !important;
}
.form-container .error .no-border .ant-select .ant-select-selector {
  border-color: #DDDDDD !important;
}
.form-container .error .ant-select .ant-select-selector {
  border-color: #FB4246 !important;
}
.form-container .error .ant-input-affix-wrapper {
  border-color: #FB4246 !important;
}
.form-container .error .ant-input-group-addon {
  border-color: #FB4246 !important;
}
.form-container .error .ant-input-wrapper {
  border-color: #FB4246 !important;
}
.form-container .table-box .body-tr .ant-picker .ant-picker-suffix {
  display: none;
}
.form-container .table-box .body-tr .ant-select .ant-select-selector {
  border: none;
}
.form-container .table-box .body-tr .ant-input-affix-wrapper {
  border: none;
}
.form-container .table-box .body-tr .ant-input-affix-wrapper .ant-input {
  padding-top: 0;
}
.form-container .table-box .body-tr .ant-cascader {
  width: 100%;
}
.form-container .table-box .body-tr .ant-input,
.form-container .table-box .body-tr .ant-input-group-addon {
  border: none;
}
.form-container .table-box .body-tr .ant-input-group-wrapper .ant-input-group-addon:first-child {
  padding-left: 0;
}
.own-popover .ant-popover-inner-content {
  max-width: 600px;
  word-break: break-all;
}
.own-popover .houseAddress {
  height: 20px;
  border-radius: 2px;
  color: #0A87F8;
  background-color: #f0f8ff;
  font-size: 12px;
  text-align: center;
  padding: 5px 5px;
  margin-right: 5px;
}
.check-operate-container {
  position: absolute;
  z-index: 15;
  height: 38px;
  left: 60px;
  top: 0;
  background-color: #f2f3f5;
  line-height: 38px;
  width: calc(100% - 80px);
}
.check-operate-container .fontSpacing {
  margin-left: 3px;
  margin-right: 3px;
}
.check-operate-container .dealOption {
  float: left;
}
.check-operate-container .dealOption .headSpan {
  margin-left: 16px;
}
.check-operate-container .dealOption .tooltip1 :deep(.ant-tooltip-inner) {
  padding: 8px 6px;
}
.check-operate-container .dealOption .tooltip2 :deep(.ant-tooltip-inner) {
  padding: 8px 4px 8px 6px;
}
.check-operate-container .cancelOption {
  font-size: 14px;
  float: right;
  margin-right: 20px;
  color: #165Dff;
}
.tablebar-container {
  position: sticky;
  display: flex;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  justify-content: space-between;
  align-items: center;
  background: #f2f3f5;
  padding: 14px 20px;
  z-index: 20;
}
.tablebar-container .searchTabs {
  background-color: #fff;
  border-radius: 4px;
  height: 34px;
  margin-right: 14px;
  padding: 4px 6px;
  display: flex;
  align-items: center;
}
.tablebar-container .searchTabs .searchTabItem {
  padding: 2px 8px;
  color: #737373;
  margin-right: 10px;
}
.tablebar-container .searchTabs .searchTabItem:last-child {
  margin-right: 0;
}
.tablebar-container .searchTabs .selectedStyle {
  background-color: rgba(22, 93, 255, 0.1);
  color: #165Dff;
  border-radius: 4px;
}
@media (max-width: 1560px) {
  .page-wrap-min .search-container {
    width: 220px !important;
  }
  .page-wrap-min .searchTabs .searchTabItem {
    margin-right: 5px !important;
  }
}
.table-small .table .contFoot {
  margin-right: 0;
}
.table-small .table .contFoot .ant-pagination {
  margin-right: 0;
}
.table-small .table .ant-table-thead tr {
  height: 40px !important;
}
.table-small .table .ant-table-thead .ant-table-cell {
  height: 40px;
  color: #777777;
  font-size: 13px;
}
.table-small .table .ant-table-cell {
  padding: 9px 8px !important;
  color: #777777;
  font-size: 13px;
}
.table-small.no-bottom .contFoot {
  margin-bottom: -20px;
}
.ant-table.ant-table-small .ant-table-title,
.ant-table.ant-table-small .ant-table-footer,
.ant-table.ant-table-small .ant-table-thead > tr > th,
.ant-table.ant-table-small .ant-table-tbody > tr > td,
.ant-table.ant-table-small tfoot > tr > th,
.ant-table.ant-table-small tfoot > tr > td {
  padding: 6px;
}
:root {
  --tab-height: 0;
}
:root .multiple-tab {
  --tab-height: 50px;
}
.anime-circle {
  animation: circle-loading 1.5s linear infinite;
}
@keyframes circle-loading {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

