/*.root {
 background: linear-gradient(to top,#fed835 20px,#ffeb3c 20px);
 font-size: 30px;
 color: white;
 line-height: 35px;
 text-align: center;
}*/

/*.enroll{
		width: 80%;
		height:0.8rem;
		border-radius: 1.4rem;
		text-align: center;
		color: #fff;
    background: rgba(0, 153, 255, 1);
		font-size: 0.28rem;
		margin: 0 auto;
		line-height: 0.8rem;
		font-weight: 800;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 1.4rem;
	}*/
input[type='checkbox'] {
  display: none;
}
.checkboxOne{
   width: 0.32rem;
   height:0.32rem;
   display: inline-block;
   background: #fff;
   vertical-align:middle;
   border: 0.04rem solid #959595;
   position: relative;
}
.checkboxOne label {
    display: inline-block;
    width: 100%;
    height: 0.32rem;
    text-align: center;
    position: absolute;
    line-height: 0.32rem;
    
}
.checkboxOne input[type=checkbox]:checked + label:after {
    content: '\2713'; 
    font-size: 0.32rem; 
    color:#999;
    width:100%;
    text-align: center;
    position:absolute;
    left: 50%;
    transform: translateX(-50%);
    padding:0 0.1rem
    
}