.rc-title {
  line-height: 2em;
  margin-bottom: 1em;
}

.rc-company {
  width: 24em;
  height: 20em;
  position: relative;
  margin: 0 auto 1em;
  z-index: 10;
}

.circle {
  position: absolute;
  overflow: hidden;
  animation: formCenter .4s ease-in;
  -webkit-animation: formCenter .4s ease-in;
}
@keyframes formCenter {
  from { 
    left: 30%;
    top: 20%;
  }
  to {}
}
@-webkit-keyframes formCenter {
  from { 
    left: 30%;
    top: 20%;
  }
  to {}
}

.rc-company-content {
  height: 100%;
}
.rc-company-inner {
  text-align: center;
  padding: 0 .2em;
  line-height: 1.5em;
  color: #fff;
}

.rc-circle-1 {
  z-index: 1;
  width: 2em;
  height: 2em;
  background: #DBD2FF;
  left: 18em;
  top: 2em;
}
.rc-circle-2 {
  z-index: 2;
  width: 2.6em;
  height: 2.6em;
  background: #CEF9FF;
  left: 3.6em;
  top: 17em;
}
.rc-circle-3 {
  z-index: 5;
  width: 5em;
  height: 5em;
  background: rgba(245, 238, 25, .9);
  left: 15.4em;
  top: 6em;
}

.rc-circle-4 {
  z-index: 6;
  width: 6.4em;
  height: 6.4em;
  background: rgba(156, 236, 190, .9);
  left: 8em;
  top: 12em;
}

.rc-circle-5 {
  z-index: 3;
  width: 7.6em;
  height: 7.6em;
  background: rgba(255, 138, 112, .8);
  left: 13.6em;
  top: 10.4em;
}

.rc-circle-6 {
  z-index: 4;
  width: 8em;
  height: 8em;
  background: rgba(213, 247, 111, .8);
  left: 2em;
  top: 7em;
}

.rc-circle-7 {
  z-index: 7;
  width: 10em;
  height: 10em;
  background: rgba(255, 203, 93, .8);
  left: 7em;
  top: .5em;
}

.rc-circle-3 .rc-company-inner {
  line-height: 1.2em;
}
.rc-circle-5 .rc-company-inner,
.rc-circle-6 .rc-company-inner,
.rc-circle-7 .rc-company-inner {
  font-size: 1.2em;
}

.rc-industry {
  height: 15em;
  margin: 0 auto 1em;
  text-align: center;
  line-height: 2em;
  color: #666;
}

.rc-bar {
  height: 12em;
  border-bottom: 1px solid #ccc;
}
.rc-bar .tit {
  font-size: .8em;
  line-height: 2em;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  animation: bottom 1s ease-in;
  -webkit-animation: bottom 1s ease-in;
}
@keyframes bottom {
  from { bottom: 0;}
  to {}
}
@-webkit-keyframes bottom {
  from { bottom: 0;}
  to {}
}
.rc-bar li, .rc-bar-num li:last-child {
  position: relative;
}
.rc-bar-item {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  animation: height 1s ease-in;
  -webkit-animation: height 1s ease-in;
}
@keyframes height {
  from { height: 0;}
  to {}
}
@-webkit-keyframes height {
  from { height: 0;}
  to {}
}
.rc-bg-1 {
  background: #FF886F;
}
.rc-bg-2 {
  background: #BDFFD9;
}
.rc-bg-3 {
  background: #C8FFE0;
}
.rc-bg-4 {
  background: #D7FFE7;
}
.rc-bg-5 {
  background: #E4FFF0;
}
.rc-bar-num li:last-child:after {
  content: '…';
  position: absolute;
  right: 0; 
  top: 0;
}

.rc-pie {
  text-align: center;
  padding-bottom: 2em;
}
.rc-pie-tag {
  margin: 0 0 1.6em;
}
.rc-pie-tag .color {
  display: inline-block;
  width: 2em;
  height: .8em;
  border-radius: .2em;
  margin-right: .3em;
}

.share-btn {
  border: none;
  width: 100%;
  display: block;
  line-height: 3em;
  font-size: 1.2em;
  letter-spacing: .1em;
}