.VisitAnalysisData .ant-card-head-title {
  padding: 10px 0;
  color: #333;
}
.VisitAnalysisData .ant-card-extra {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.VisitAnalysisData .ant-card-extra .el-date-editor {
  width: 230px!important;
}
.VisitAnalysisData .ant-card-body {
  padding: 10px;
  height: calc(100vh - 146px);
  overflow-y: scroll;
}
.VisitAnalysisData .topData {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.VisitAnalysisData .topData div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  background-color: rgba(239, 239, 239, 0.6);
  padding-top: 20px;
  margin: 5px;
}
.VisitAnalysisData .topData div p {
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
}
.VisitAnalysisData .topData div b {
  display: block;
  color: #000;
  font-size: 33px;
}
.VisitAnalysisData .topData div.item1 {
  background-color: rgba(24, 144, 255, 0.1);
}
.VisitAnalysisData .topData div.item1 b {
  color: #1784fc;
}
.VisitAnalysisData .topData div.item2 {
  background-color: rgba(249, 180, 18, 0.1);
}
.VisitAnalysisData .topData div.item2 b {
  color: #f9b412;
}
.VisitAnalysisData .boxItem {
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  margin: 10px 0;
}
.VisitAnalysisData .boxItem .title {
  height: 50px;
  line-height: 50px;
  clear: both;
  padding: 0 20px;
  font-weight: bold;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 10px;
  position: relative;
}
.VisitAnalysisData .boxItem .title p {
  margin-bottom: 0;
  float: left;
  color: #1784fc;
  font-size: 18px;
}
.VisitAnalysisData .boxItem .title .ant-radio-group {
  float: right;
  margin-top: 10px;
}
.VisitAnalysisData .boxItem .title .data {
  padding-left: 10px;
  float: right;
}
.VisitAnalysisData .boxItem .title .data b {
  color: #333;
}
.VisitAnalysisData .boxItem .title .sum {
  float: right;
  line-height: 50px;
}
.VisitAnalysisData .boxItem .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
}
.VisitAnalysisData .boxItem .box .box1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 400px;
}
.VisitAnalysisData .boxItem .box .box1 .eCharts {
  height: 480px;
}
.VisitAnalysisData .boxItem .box .box2 {
  width: 400px;
  height: 400px;
}
.VisitAnalysisData .boxItem .box .box2 .eCharts {
  width: 400px;
  height: 480px;
}
.VisitAnalysisData .boxMoney .item {
  width: 33%;
  min-width: 400px;
  height: 400px;
  float: left;
}
.VisitAnalysisData .boxMoney .item .eCharts {
  height: 380px;
}

.reservationAnalysisData .ant-card-head-title {
  padding: 10px 0;
  color: #333;
}
.reservationAnalysisData .ant-card-extra {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reservationAnalysisData .ant-card-extra .el-date-editor {
  width: 230px!important;
}
.reservationAnalysisData .ant-card-body {
  padding: 10px;
  height: calc(100vh - 146px);
  overflow-y: scroll;
}
.reservationAnalysisData .topData {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reservationAnalysisData .topData div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding-top: 20px;
  margin: 5px;
}
.reservationAnalysisData .topData div p {
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
}
.reservationAnalysisData .topData div b {
  display: block;
  color: #000;
  font-size: 33px;
}
.reservationAnalysisData .topData div > span {
  display: block;
  font-size: 33px;
  font-weight: bold;
}
.reservationAnalysisData .topData div > span b {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
}
.reservationAnalysisData .topData div.item1 {
  background-color: rgba(253, 238, 238, 0.8);
}
.reservationAnalysisData .topData div.item2 {
  background-color: rgba(239, 239, 239, 0.8);
}
.reservationAnalysisData .topData div.item3 {
  background-color: rgba(24, 144, 255, 0.1);
}
.reservationAnalysisData .topData div.item3 b,
.reservationAnalysisData .topData div.item3 span {
  color: #1784fc;
}
.reservationAnalysisData .topData div.item4 {
  background-color: rgba(120, 188, 14, 0.1);
}
.reservationAnalysisData .topData div.item4 b,
.reservationAnalysisData .topData div.item4 span {
  color: #78bc0e;
}
.reservationAnalysisData .topData div.item5 {
  background-color: rgba(249, 180, 18, 0.1);
}
.reservationAnalysisData .topData div.item5 b,
.reservationAnalysisData .topData div.item5 span {
  color: #f9b412;
}
.reservationAnalysisData .boxItem {
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  margin: 10px 0;
}
.reservationAnalysisData .boxItem .title {
  height: 50px;
  line-height: 50px;
  clear: both;
  padding: 0 20px;
  font-weight: bold;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 10px;
  position: relative;
}
.reservationAnalysisData .boxItem .title p {
  margin-bottom: 0;
  float: left;
  color: #333;
  font-size: 18px;
}
.reservationAnalysisData .boxItem .title .ant-radio-group {
  float: right;
  margin-top: 10px;
}
.reservationAnalysisData .boxItem .title .data {
  width: 340px;
  padding-left: 10px;
  position: absolute;
  top: 40px;
}
.reservationAnalysisData .boxItem .title .data b {
  color: #333;
}
.reservationAnalysisData .boxItem .title .sum {
  float: right;
  line-height: 50px;
}
.reservationAnalysisData .boxItem .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  position: relative;
}
.reservationAnalysisData .boxItem .box .box1 {
  width: 400px;
  height: 460px;
  padding-top: 12px;
}
.reservationAnalysisData .boxItem .box .box1 .titles {
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.reservationAnalysisData .boxItem .box .box2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 460px;
  border-left: 1px solid #d1d1d1;
}
.reservationAnalysisData .boxItem .box .anticon.anticon-question-circle {
  position: absolute;
  top: 16px;
  left: 155px;
  z-index: 10;
}
.reservationAnalysisData .boxMoney .item {
  width: 33%;
  min-width: 400px;
  height: 400px;
  float: left;
}
.reservationAnalysisData .boxMoney .item .eCharts {
  height: 380px;
}

.firstvisitLapsedData .ant-card-head-title {
  padding: 10px 0;
  color: #333;
}
.firstvisitLapsedData .ant-card-extra {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.firstvisitLapsedData .ant-card-extra .el-date-editor {
  width: 230px!important;
}
.firstvisitLapsedData .ant-card-body {
  padding: 10px;
  height: calc(100vh - 146px);
  overflow-y: scroll;
}
.firstvisitLapsedData .topData {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.firstvisitLapsedData .topData div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding-top: 20px;
  margin: 5px;
  background-color: rgba(239, 239, 239, 0.8);
}
.firstvisitLapsedData .topData div p {
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
}
.firstvisitLapsedData .topData div b {
  display: block;
  color: #000;
  font-size: 33px;
}
.firstvisitLapsedData .topData div > span {
  display: block;
  font-size: 33px;
  font-weight: bold;
}
.firstvisitLapsedData .topData div > span b {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
}
.firstvisitLapsedData .topData div.item1 {
  background-color: rgba(24, 144, 255, 0.1);
}
.firstvisitLapsedData .topData div.item1 b,
.firstvisitLapsedData .topData div.item1 span {
  color: #1784fc;
}
.firstvisitLapsedData .topData div.item2 {
  background-color: rgba(120, 188, 14, 0.1);
}
.firstvisitLapsedData .topData div.item2 b,
.firstvisitLapsedData .topData div.item2 span {
  color: #78bc0e;
}
.firstvisitLapsedData .boxItem {
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  margin: 10px 0;
}
.firstvisitLapsedData .boxItem .title {
  height: 50px;
  line-height: 50px;
  clear: both;
  padding: 0 20px;
  font-weight: bold;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 10px;
  position: relative;
}
.firstvisitLapsedData .boxItem .title p {
  margin-bottom: 0;
  float: left;
  color: #1784fc;
  font-size: 18px;
}
.firstvisitLapsedData .boxItem .title .sum {
  float: right;
  line-height: 50px;
}
.firstvisitLapsedData .boxData {
  height: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e9e9e9;
}
.firstvisitLapsedData .boxData .line {
  width: 350px;
  height: 1280px;
  border-right: 1px solid #e9e9e9;
  padding-top: 12px;
}
.firstvisitLapsedData .boxData .line .box {
  width: 350px;
  height: 600px;
  padding-top: 90px;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
}
.firstvisitLapsedData .boxData .line .box .titles {
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  z-index: 9;
}
.firstvisitLapsedData .boxData .barLine {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1200px;
}
.firstvisitLapsedData .boxData .barLine .title {
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
}

.principleActionData .ant-card-head-title {
  padding: 10px 0;
  color: #333;
  font-size: 18px;
}
.principleActionData .ant-card-extra {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.principleActionData .ant-card-extra .el-date-editor {
  width: 230px!important;
}
.principleActionData > .ant-card-body {
  height: calc(100vh - 146px);
  overflow-y: scroll;
}
.principleActionData .ant-card-body {
  padding: 10px;
}
.principleActionData .ant-card {
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.principleActionData .ant-card .ant-card-head-title {
  font-size: 15px;
}
.principleActionData .ant-card .ant-card-body {
  padding: 0;
}

.customerAttrData .ant-card-head-title {
  padding: 10px 0;
  color: #333;
}
.customerAttrData .ant-card-extra {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.customerAttrData .ant-card-extra .el-date-editor {
  width: 230px!important;
}
.customerAttrData > .ant-card-body {
  height: calc(100vh - 146px);
  overflow-y: scroll;
}
.customerAttrData .ant-card-body {
  padding: 10px;
}
.customerAttrData .boxMoney {
  border-left: 1px solid #e3e3e3;
}
.customerAttrData .boxMoney:nth-child(1) {
  border-top: 1px solid #e3e3e3;
}
.customerAttrData .boxMoney .item {
  width: 33.33%;
  height: 500px;
  float: left;
  text-align: center;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  padding-top: 40px;
}
.customerAttrData .boxMoney .item .title {
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  color: #1784fc;
  font-size: 18px;
  font-weight: bold;
}
.customerAttrData .boxMoney .item .ant-select {
  width: 120px;
  position: absolute;
  top: 8px;
  right: 10px;
}
.customerAttrData .boxMoney .item .eCharts {
  height: 380px;
}

.RefundMoney .ant-card-head-title {
  padding: 10px 0;
  color: #333;
}
.RefundMoney .ant-card-extra {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.RefundMoney .ant-card-extra .el-date-editor {
  width: 230px!important;
}
.RefundMoney > .ant-card-body {
  height: calc(100vh - 146px);
  overflow-y: scroll;
}
.RefundMoney .ant-card-body {
  padding: 10px;
}
.RefundMoney .boxItem {
  border: 1px solid #e5e5e5;
}
.RefundMoney .boxItem .title {
  height: 45px;
  line-height: 45px;
  clear: both;
  padding: 0 15px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
}
.RefundMoney .boxItem .title p {
  margin-bottom: 0;
  float: left;
  font-size: 18px;
}
.RefundMoney .boxItem .title div {
  float: right;
}
.RefundMoney .boxItem .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
}
.RefundMoney .boxItem .box .box1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 500px;
  border-right: 1px solid #e5e5e5;
}
.RefundMoney .boxItem .box .box1 .eCharts {
  height: 480px;
}
.RefundMoney .boxItem .box .box2 {
  width: 400px;
  height: 500px;
  position: relative;
}
.RefundMoney .boxItem .box .box2 .titles {
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  color: #1784fc;
  font-size: 18px;
  font-weight: bold;
}
.RefundMoney .boxItem .box .box2 .eCharts {
  width: 400px;
  height: 480px;
}
.RefundMoney .boxMoney {
  margin: 15px 0;
}
.RefundMoney .boxMoney .item {
  width: 33%;
  height: 400px;
  float: left;
  position: relative;
}
.RefundMoney .boxMoney .item .titles {
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  color: #1784fc;
  font-size: 18px;
  font-weight: bold;
}
.RefundMoney .boxMoney .item .eCharts {
  height: 380px;
}

.ArrearageMoney .ant-card-head-title {
  padding: 10px 0;
  color: #333;
}
.ArrearageMoney .ant-card-extra {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ArrearageMoney .ant-card-extra .el-date-editor {
  width: 230px!important;
}
.ArrearageMoney > .ant-card-body {
  height: calc(100vh - 146px);
  overflow-y: scroll;
}
.ArrearageMoney .ant-card-body {
  padding: 10px;
}
.ArrearageMoney .boxItem .title {
  height: 45px;
  line-height: 45px;
  clear: both;
  padding: 0 15px;
  font-weight: bold;
}
.ArrearageMoney .boxItem .title p {
  margin-bottom: 0;
  float: left;
  font-size: 18px;
}
.ArrearageMoney .boxItem .title div {
  float: right;
}
.ArrearageMoney .boxItem .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
}
.ArrearageMoney .boxItem .box .box1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 400px;
}
.ArrearageMoney .boxItem .box .box1 .eCharts {
  height: 480px;
}
.ArrearageMoney .boxItem .box .box2 {
  width: 400px;
  height: 400px;
}
.ArrearageMoney .boxItem .box .box2 .eCharts {
  width: 400px;
  height: 480px;
}
.ArrearageMoney .boxMoney .item {
  width: 50%;
  min-width: 400px;
  height: 400px;
  float: left;
  position: relative;
}
.ArrearageMoney .boxMoney .item .title {
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  color: #1784fc;
  font-size: 18px;
  font-weight: bold;
}
.ArrearageMoney .boxMoney .item .eCharts {
  height: 380px;
}

.CustomerDatacommon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 97px);
}
.CustomerDatacommon .side {
  width: 130px;
  background-color: #fff;
  border-radius: 8px 0 0 8px;
  height: calc(100vh - 97px);
  padding-top: 10px;
  border-right: 1px solid #e3e3e3;
}
.CustomerDatacommon .side div {
  width: 130px;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  cursor: pointer;
  color: #666;
  border-radius: 8px;
  border-bottom: 1px dotted #e3e3e3;
}
.CustomerDatacommon .side div:hover,
.CustomerDatacommon .side div.active {
  color: #fff;
  background-color: #1784fc;
}
.CustomerDatacommon .contentBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  height: calc(100vh - 97px);
  background-color: #fff;
}

