.main-container {
  height: 100vh;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  justify-content: center;
  position: relative;
}

/* center logo */
.center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: #F1F8F7;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
}

.center-logo img {
  max-width: 100px;
}

.ciecleBig {
  position: relative;
  width: 600px;
  height: 600px;
}

.ciecleBig::before {
  content: "";
  position: absolute;
  left: 7%;
  top: 7%;
  width: 86%;
  height: 86%;
  border: solid 2px #fff;
  border-radius: 100%;
}

.ciecleBigCanvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.arm {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 1px;
}

.box {
  position: relative;
  width: 85px;
  height: 85px;
  left: 210px;
  top: -50px;
  /* line-height: 100px; */
  text-align: center;
  background-color: #F1F8F7;
  border-radius: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.box svg {
  width: 30px;
  height: 30px;
}

.box .font12 {
  margin-top: 2px;
  font-size: 12px;
  line-height: 12px;
  color: #37635D;
}


.ciecleSmall {
  position: absolute;
  width: 350px;
  height: 350px;
}

.ciecleSmall::before {
  content: "";
  position: absolute;
  left: 7%;
  top: 7%;
  width: 86%;
  height: 86%;
  border: solid 2px #fff;
  border-radius: 100%;
}

.armOuter {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 1px;
}

.innerShape {
  position: relative;
  width: 100px;
  height: 100px;
  left: 100px;
  top: -50px;
  text-align: center;
  border-radius: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.innerShape img {
  width: 70px;
}

.innerShape .font14Light {
  font-size: 12px;
  line-height: 16px;
  color: #F1F8F7;
}