/* GENERAL */


.container-kejisihua {
  margin: 5rem auto;
  
  padding-bottom: 0rem;
  background: rgba(0, 128, 0, 0.5);
  border: 1px solid rgba(0, 128, 0, 0.2);
  text-align: center;
  box-shadow: 0 0 10px 5px #a9a9a9;  
 
}
/*
.container-kejisihua h1 {
  margin: 4rem 0 6.5rem;
  padding: 0 0 4rem;
  font-weight: 700;
  text-align: center;
  color: rgba(26, 77, 26, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.25);
}
.container-kejisihua h1 .fa-heart {
  color: rgba(255, 0, 0, 0.35);
}
*/

/* CIRCLE BOXES STYLE */
.myCircle {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 95px;
 /* margin-right: 3rem; */
  text-align: center;
  font-size: 1.7em;
  font-weight: bold;
  border: 2px solid;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 5px #fff, 0 0 0 15px rgba(0, 0, 0, 0.07), 0 0 0 25px rgba(0, 0, 0, 0.07);
  -webkit-transition: box-shadow 0.4s, -webkit-transform 0.4s;
  transition: box-shadow 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, box-shadow 0.4s;
  transition: transform 0.4s, box-shadow 0.4s, -webkit-transform 0.4s;
}
.myCircle:hover {
  -webkit-transform: rotate(360deg) scale(1.4);
          transform: rotate(360deg) scale(1.4);
  box-shadow: none;
}

.gongchenghua {
  color: dodgerblue;
}

.qiyehua {
  color: #f90;
}

.shichanghua {
  color: #c00;
}

.zibenhua {
  color: green;
}
