.homePage-xmcb {
  height: 100%;
}
.homePage-xmcb .ivu-scroll-container {
  height: 100% !important;
}
.homePage-xmcb .spin-loading {
  position: relative;
  height: 100%;
  background-color: #000000;
}
.homePage-xmcb .line-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.homePage-xmcb .line-block .block {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.homePage-xmcb .line-block .block .content {
  padding: 3px 0px;
}
.homePage-xmcb .line-block .block .content .block-img {
  height: 40px;
  width: auto;
  margin-right: 10px;
}
.homePage-xmcb .line-block .block .content .flowText {
  color: #909399;
}
.homePage-xmcb .line-block .block .content .bigText {
  font-size: 18px;
  font-weight: bold;
}
.homePage-xmcb .bottom-block {
  width: 100%;
  padding-top: 5px;
  -webkit-transition: height .14s linear;
  transition: height .14s linear;
}
.homePage-xmcb .bottom-block .fade-enter,
.homePage-xmcb .bottom-block .fade-leave-to {
  opacity: 0;
}
.homePage-xmcb .bottom-block .fade-enter-active,
.homePage-xmcb .bottom-block .fade-leave-active {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.homePage-xmcb .bottom-block .row-block {
  width: 100%;
  padding-top: 6px;
  border-top: 1px solid #dcdee2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.homePage-xmcb .bottom-block .row-block .block {
  padding: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 17%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.homePage-xmcb .bottom-block .row-block .block .block-item {
  background-color: #f6f6f6;
  margin: 4px 0px;
  padding: 5px 10px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.homePage-xmcb .bottom-block .row-block .block .block-item .left {
  color: #909399;
  font-weight: normal;
}
.homePage-xmcb .bottom-block .row-block .block .block-item .right {
  font-weight: bold;
}

