
body {
  font: 14px/150% microsoft yahei,tahoma;
}
.clear {
    clear: both
}

.RadioStyle input{
    display: none
}
.RadioStyle label {
    border: 1px solid #00a4ff;
    padding: 2px 10px 2px 5px;
    line-height: 28px;
    min-width: 80px;
    text-align: center;
    float: left;
    margin: 10px;
    border-radius: 4px;
}
.RadioStyle input:checked + label {
    background: url(../images/radio/ico_checkon.svg) no-repeat right bottom;
    background-size: 21px 21px;
    color: #00a4ff
}

.inputText {
    border: 1px solid #00a4ff;
    padding: 2px 10px 2px 5px;
    line-height: 28px;
    min-width: 50px;
    text-align: center;
    float: left;
    margin: 10px;
    border-radius: 4px;
}