.circleWrapper {
    width: 50%;
    height: 50%;
    border-radius: 100%;
    position: relative;
    margin: 20px auto;
}

ul.circleWrapper{
    list-style-type: none;
    padding: 0;
    display: block;
}

ul.circleWrapper li{
    display: block;
}
.circleFeature {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 99999;
    width: 23%;
    height: 23%;
}

.circleBox {
    width: 50%;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;

}

ul.circleWrapper li:first-child .circleBox {
    display: block;
}

.circleSelect {
    padding: 6px;
    box-sizing: content-box;
}
.circleFeature span{
    vertical-align: middle;
    display: inline-block;
}
.fStyle3{
    font-size: 15px;
    white-space: break-spaces;
}
.fStyleTitle{
    margin-top: 11px;
    color:#488AFF;
    text-align:left;
    font-size:17px;
}
.default-text{
    position: absolute;
    font-size: 17px;
    margin-left: 107px;
    bottom: 12px;
}
.circleFeature{
    line-height: normal !important;
    padding: 1px;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px dashed #5498f6;
    box-sizing: content-box;
}

.wStyle3 {
    background-image: url('/assets/imgs/circle.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 36px;
}

.wStyle3 li:nth-child(1) .fStyle3{
    padding: 8px;
    border: 2px solid;
}
.wStyle3 li:nth-child(2) .fStyle3{
    padding: 6px;
}
.wStyle3 li:nth-child(3) .fStyle3{
    padding: 4px;
}
.wStyle3 li:nth-child(4) .fStyle3{
    padding: 2px;
}