	.inputGroup {
  background-color: #fff;
  display: block;
  margin: 10px 0;
  position: relative;
}
.inputGroup label {
  padding: 12px 30px;
  width: 100%;
  padding-top : 20%;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
  overflow: hidden;
}
.inputGroup label:before {
	width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    background-color: #0168fa;
    position: absolute; 
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}
.inputGroup label:after {
  width: 32px;
  height: 32px;
  content: '';
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
 right: .8rem;
    top: 1.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.inputGroup input:checked ~ label {
  color: #fff;
} 
.plantitle{
  color: #f10075;
  display: flex; 
  justify-content: center;
} 
.planprice{
  color: #0168fa;
  display: flex; 
  justify-content: center;
} 
.inputGroup input:checked ~ label .plantitle {
  color: #fff;
} 
.inputGroup input:checked ~ label .planprice {
  color: #fff;
} 
.inputGroup input:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
          transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.inputGroup input:checked ~ label:after {
	background-color: #ffc107;
    border-color: #ffc107;
}
.inputGroup input {
  width: 32px;
  height: 32px;
  -webkit-box-ordinal-group: 2;
          order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}
 
 
 
.inputGroup_sm {
  background-color: #fff;
  display: block;
  position: relative;
}
.inputGroup_sm label {
  width: 100%;
  padding-top : 3%;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
  overflow: hidden;
}
.inputGroup_sm label:before {
	width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    background-color: #0168fa;
    position: absolute; 
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}
.inputGroup_sm label:after {
  width: 16px;
  height: 16px;
  content: '';
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
 right: .8rem;
    top: 1.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.inputGroup_sm input:checked ~ label {
  color: #fff;
} 
.plantitle1{
  color: #f10075; 
} 
.planprice1{
  color: #0168fa; 
  margin-left: 2rem;
} 
.inputGroup_sm input:checked ~ label .plantitle1 {
  color: #fff;
} 
.inputGroup_sm input:checked ~ label .planprice1 {
  color: #fff;
} 
.inputGroup_sm input:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
          transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.inputGroup_sm input:checked ~ label:after {
	background-color: #ffc107;
    border-color: #ffc107;
}
.inputGroup_sm input {
  width: 16px;
  height: 16px;
  -webkit-box-ordinal-group: 2;
          order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}


.inputGroup_sm_light {
  background-color: #fff;
  display: block;
  position: relative;
}
.inputGroup_sm_light label {
  width: 100%;
  padding-top : 3%;
  display: block;
  text-align: left;
  color: #97a3b9;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
  overflow: hidden;
}
.inputGroup_sm_light label:before {
	width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    background-color: #97a3b9;
    position: absolute; 
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}
.inputGroup_sm_light label:after {
  width: 16px;
  height: 16px;
  content: '';
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: .8rem;
  top: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.inputGroup_sm_light input:checked ~ label {
  color: #fff;
} 
.inputGroup_sm_light .igtitle{
  color: #97a3b9; 
} 
.inputGroup_sm_light .igsubtitle{
  color: black; 
  margin-left: 1rem;
  word-wrap: break-word;
} 
.inputGroup_sm_light input:checked ~ label .igtitle {
  color: #fff;
} 
.inputGroup_sm_light input:checked ~ label .igsubtitle {
  color: #fff;
} 
.inputGroup_sm_light input:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
          transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.inputGroup_sm_light input:checked ~ label:after {
	background-color: #fd7e14;
    border-color: #fd7e14;
}
.inputGroup_sm_light input {
  width: 12px;
  height: 12px;
  -webkit-box-ordinal-group: 2;
          order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 25%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
} 