﻿

/*check*/
input[type="checkbox"],input[type="radio"]{margin:0;opacity:0;filter: alpha(opacity=0);}
input:focus{ outline:none}
#checkbox p{cursor:pointer;float: left;margin-right: 10px;}
.check_span,.radio_span{ display:inline-block; float:left; border:1px solid #286e9e;width:16px;height:16px; text-align:center;margin-right:10px;box-sizing: border-box}
.check_span:hover,.radio_span:hover{ border-color:#286e9e;}
.check_span--checked,.radio_span--checked{border-color: #286e9e;background: url(/usercenter/assets/plugins/jquery-checkbox/css/icon_sprites.png);}
.radio_span{width:15px;height:15px;border:0;background:url(/usercenter/assets/plugins/jquery-checkbox/css/icon_sprites.png) -14px 0;}
.radio_span--checked{ background-position:-29px 0;border:0;}
.radio_box{border-top:1px dashed #84decc; margin-top:20px;padding-top:15px;}
.color-reset{
  background: #f5f5f5;
}
.check_span input[type="checkbox"] {
  opacity: 0
}
