.chart-box {
  position: relative;
  width: 480px;
  height: 480px;
  margin: auto; }

.cate-box {
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  width: 140px;
  height: 140px;
  background-color: #aaa;
  border-radius: 6px;
  padding-top: 60px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.icn-area {
  position: absolute;
  font-size: 40px;
  color: #666;
  top: 45%;
  left: 35%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.circle {
  background-color: #eee;
  width: 430px;
  height: 430px;
  border-radius: 450px;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

  #box01 {
      top: 16%;
      left: 0px;
  }

  #box02 {
      position: absolute;
      top: 16%;
      right: 0;
  }

  #box03 {
      position: absolute;
      left: 1%;
      bottom: 16%;
  }

  #box04 {
      position: absolute;
      right: 35%;
      bottom: -3px;
  }

  #box05 {
      position: absolute;
      right: 0;
      top: 0;
      left: 0;
      bottom: 0;
      margin: 0 auto;
  }

  #box06 {
      position: absolute;
      right: 0;
      bottom: 16%;
      margin: 0 auto;
  }


.online {
  background-color: #c90d47; }

.textRed {
  color: #c90d47; }

@media screen and (max-width: 639px), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .chart-area {
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 10px;
    margin: 0;
    padding-bottom: 30px; }

  .chart-box {
    width: 300px;
    height: 300px;
    margin-top: 20px; }

  .cate-box {
    font-size: 13px;
    width: 90px;
    height: 90px;
    padding-top: 35px; }

  .icn-area {
    position: absolute;
    font-size: 30px;
    top: 45%;
    left: 32%; }

  .circle {
    width: 260px;
    height: 260px;
    border-radius: 300px; } }

/*# sourceMappingURL=business_manage.css.map */



