.container{

  font-family: Microsoft Yahei;
}

p.title {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #777;
}

.wStyle1{
    border: 3px dashed rgb(195,23,23);
}
.fStyle1{

  color: #fff;
  font-weight: 600;
}
.circle2 {
  box-sizing: border-box;
}

.fStyle2 {
  background: #fff;
  border: 2px dotted #aaa;
}
.wStyle2 {
  border: 2px dotted #aaa;
}
.innerStyle2{
 
  width: 70% !important;
  height: 70% !important;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  padding: 15% 22px;
}
.innerStyle3{
  font-size: 25px;
  font-weight: 900;
}
.circleSelect3{
  background-color: #fafafa;
}
.fStyle4{
  background-color:  #c31717;
  color: #fff;
}

.fStyle4 span{
  font-size: 23px;
}
.wStyle4{
  border:2px solid #c31717;
}

.circleSelect4:after {
  content: "";
  width: 80%;
  height: 80%;
  border: 2px solid #fff;
  position: absolute;
  z-index: 999;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .innerStyle2 {
    background: none;
  }
}