@charset "utf-8";
.jqm-round-wrap {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
  border-radius: 65px;
  -webkit-border-radius: 65px;
  transform: rotateY(-180deg);
}

.jqm-round-sector {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.jqm-round-bg {
  position: absolute;
  width: 100%;
  height: 100%; 
  border-radius: 50%;
  -webkit-border-radius: 50%
}

.jqm-round-circle {
  position: absolute;
  background-color: #fff;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  z-index: 10;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transform: rotateY(180deg);
}

.jqm-round-circle p {
  font-size: 14px;
  line-height: 94px;
  margin: 0;
  text-align: center;
  width: 100%;
  font-weight: 700;
  display: none;
}