            .label_check,
			.label_radio{
				display:inline-block;
				height:20px;
				line-height:20px;
				cursor:pointer;
				
			}
        .label_check input,
        .label_radio input { 
            margin-right: 5px; 
        }
        
        .has-js .label_check,
        .has-js .label_radio { 
            padding-left: 34px; 
        }
        
        .has-js .label_radio, 
        .has-js .label_check{ 
            background: url(../images/checkbox-radio-bg.png) no-repeat;
        }
        .has-js .label_radio { 
            background-position: 0 0; 
        }
        .has-js .label_check { 
            background-position: 0 -40px
        }
        .has-js label.c_on { 
            background-position: 0 -60px;
        }
        .has-js label.r_on { 
            background-position: 0 -20px; 
        }
        .has-js .label_check input,
        .has-js .label_radio input { position: absolute; left: -9999px; } 
			.radio-t{ line-height:20px; font-size:14px; color:#222;}
			.check-t{ line-height:20px; font-size:14px; color:#666;}
			.radio-p{ height:44px; float:left; display:inline; padding-left:83px; color:#999; line-height:44px; background: url(../images/zhinengka.png) left center no-repeat; font-size:14px;}
			.radio-p a{ color:#222;}