.type-basic {
  overflow: hidden;
  /*padding-bottom: 5px;*/
  padding-bottom: 0.3125rem;
}

.type-basic-box1 , .type-basic-box2 {
  float: left;
  text-align: center;
  /*padding-bottom:5px;
  line-height: 50px;
  height:50px;
  font-size: 12px;
  border: 1px solid #f8f8f8;
  border-radius: 4px;*/
  background: #02519E;
  color: #FFFFFF;
  box-sizing: border-box;
  padding-bottom: 0.3125rem;
  line-height: 3.125rem;
  height: 3.125rem;
  font-size: 0.75rem;
  border: 0.0625rem solid #f8f8f8;
  border-radius: 0.25rem;
}
.type-basic-box1 {
  width: 33.333333333%;
}

.type-basic-box2{
  width: 25%;
}

.type-basic-2,.type-basic-3,.type-basic-4{
  width: 100%;
  background: #35BCF2;
  /*line-height: 30px;
  height:30px;
  font-size: 12px;
  border: 1px solid #f8f8f8;
  border-radius: 4px;
  padding-left:10px;*/
  color: #FFFFFF;
  box-sizing: border-box;
  line-height: 1.875rem;
  height: 1.875rem;
  font-size: 0.75rem;
  border: 0.0625rem solid #f8f8f8;
  border-radius: 0.25rem;
  padding-left: 0.625rem;
  text-align: left;
}
.type-basic-point {
  display: inline-block;
 /* width: 14px;
  height: 14px;
  line-height: 14px;
  margin-right: 5px;*/
  border-radius: 100%;
  background: #fff;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
  margin-right: 0.3125rem;
}

.type-basic-3{
    background: #098DC1;
}

.type-basic-4{
    background: #137CE1;
}

