label.checkbox {padding-left: 24px; cursor:pointer;background: url("../img/img/radio.png") no-repeat left -21px; line-height:22px; height:21px; display:inline-block; } 
label.checked {background-position:left 100%;  } 
label.disabled{background-position:left 0px;}

.hRadio 
{
    padding-left: 28px;
    display: inline-block;
    background: transparent url(../img/img/radio_xx.png) no-repeat left top;
    height: 37px;
    line-height: 20px;
    cursor: pointer;
    vertical-align: middle;
    background-size: 18px;
   
}

.hRadio_Checked { background-position: left 200%;}

.processcontainer{  
    width: 32%;
    background-color: #E8E8E8;
    height: 5px;
    margin-left: 33%;
    border-radius: 100px;
    position: relative;
    margin-bottom: -1.7%;
    z-index: 9999;
    display:none;
 } 
#processbar{  
    background: #E13E4D;
    float: left;
    height: 100%; 
    text-align: center;
    line-height: 150%;
    border-radius: 100px;
 }
.ceshi {
   width:30% !important;
   height:30px !important;
   font-size:18px !important;
   background-color:#ff0000;
   color:#ffffff;
   line-height: 30px !important;
   text-align: center !important;
   margin-top: 5% !important;
   border-radius:20px;
   margin-left:35%;
   cursor:pointer
}

.kong {
    height: 5px;
    position: relative;
    margin-bottom: -1.7%;
    z-index: 9999;
    display:none;
}