.next-radio .next-radio-inner:after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  position: absolute;
  border-radius: 50%;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
  background: #FFFFFF;
  content: ' ';
  -webkit-transition: ease all .3s 0s;
  transition: ease all .3s 0s;
}

.next-radio.checked .next-radio-inner {
  border-color: #15AD9D;
  background: #FFFFFF;
}

.next-radio.checked .next-radio-inner:hover {
  border-color: #02A493;
}

.next-radio.checked .next-radio-inner:after {
  width: 8px;
  height: 8px;
  font-weight: bold;
  background: #15AD9D;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.next-radio.disabled input[type="radio"] {
  cursor: not-allowed;
}

.next-radio.disabled .next-radio-inner {
  border-color: #DCDEE3;
  background: #F7F8FA;
}

.next-radio.disabled .next-radio-inner:hover {
  border-color: #DCDEE3;
}

.next-radio.disabled.checked .next-radio-inner:after {
  background: #CCCCCC;
}

.next-radio.hovered .next-radio-inner, .next-radio.focused .next-radio-inner {
  border-color: #15AD9D;
  background-color: #F3FBFA;
}

.next-radio.checked.hovered .next-radio-inner, .next-radio.checked.focused .next-radio-inner {
  border-color: #02A493;
  background: #F3FBFA;
}

.next-radio.checked.hovered .next-radio-inner:after, .next-radio.checked.focused .next-radio-inner:after {
  background: #02A493;
}

.next-radio-button .next-radio {
  width: 0;
  height: 0;
}

.next-radio-button input[type="radio"] {
  width: 0;
  height: 0;
}

.next-radio-button>label {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin: 0 0 0 -1px;
  border: 1px solid #A0A2AD;
  background-color: #FFFFFF;
  -webkit-transition: ease all .3s 0s;
  transition: ease all .3s 0s;
}

.next-radio-button>label .next-radio-label {
  display: block;
  color: #333333;
  margin: 0;
  -webkit-transition: ease all .3s 0s;
  transition: ease all .3s 0s;
}

.next-radio-button>label:first-child {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.next-radio-button>label:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.next-radio-button>label:hover, .next-radio-button>label.hovered {
  z-index: 10;
  border-color: #A0A2AD;
  background-color: #FFFFFF;
}

.next-radio-button>label:hover .next-radio-label, .next-radio-button>label.hovered .next-radio-label {
  color: #15AD9D;
}

.next-radio-button>label.checked {
  z-index: 10;
  border-color: #15AD9D;
  background-color: #FFFFFF;
}

.next-radio-button>label.checked .next-radio-label {
  color: #15AD9D;
}

.next-radio-button>label.disabled {
  z-index: 0;
  cursor: not-allowed;
  border-color: #E6E7EB;
  background-color: #F7F8FA;
}

.next-radio-button>label.disabled .next-radio-label {
  color: #CCCCCC;
}

.next-radio-button>label.checked.disabled {
  z-index: 0;
  border-color: #E6E7EB;
  background-color: #F2F3F7;
}

.next-radio-button>label.checked.disabled .next-radio-label {
  color: #CCCCCC;
}

.next-radio-button-large>label {
  padding: 0px 8px;
  height: 40px;
  line-height: 40px;
}

.next-radio-button-large .next-radio-label {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}

.next-radio-button-medium>label {
  padding: 0px 8px;
  height: 28px;
  line-height: 28px;
}

.next-radio-button-medium .next-radio-label {
  height: 26px;
  line-height: 26px;
  font-size: 14px;
}

.next-radio-button-small>label {
  padding: 0px 8px;
  height: 20px;
  line-height: 20px;
}

.next-radio-button-small .next-radio-label {
  height: 18px;
  line-height: 18px;
  font-size: 12px;
}

.next-radio-single-input input[type="radio"] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.next-radio-label {
  color: #333333;
  font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
  font-size: 14px;
  line-height: 1.28571;
  vertical-align: middle;
  margin: 0 5px;
}

.next-checkbox {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 14px;
}

.next-checkbox *, .next-checkbox *:before, .next-checkbox *:after {
  box-sizing: border-box;
}

.next-checkbox input[type="checkbox"] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin: 0;
}

.next-checkbox .next-checkbox-inner {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #C4C6CF;
  -webkit-transition: ease all 0.3s 0s;
  transition: ease all 0.3s 0s;
}

.next-checkbox .next-checkbox-inner>.next-icon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  line-height: 16px;
  -webkit-transition: ease all .3s .1s;
  transition: ease all .3s .1s;
  color: #15AD9D;
  margin-left: 1px;
}

.next-checkbox .next-checkbox-inner>.next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-checkbox.checked .next-checkbox-inner {
  border-color: #15AD9D;
  background-color: #FFFFFF;
}

.next-checkbox.checked .next-checkbox-inner:hover {
  border-color: #15AD9D;
}

.next-checkbox.checked .next-checkbox-inner>.next-icon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.next-checkbox.indeterminate .next-checkbox-inner {
  border-color: #15AD9D;
  background-color: #FFFFFF;
}