@charset "utf-8";
body{overflow-x:hidden;}
* *{ padding:0; border:0; margin:0; font-family: "微软雅黑"; font-size:12px;}
.lightgraybc{ background:#f4f4f4;}
.bluebc{ background:#038cff; color:#fff;}
label{ background:url(../images/radiobc.png) no-repeat 0 0; padding-left:18px; cursor: pointer; line-height:12px}
label.checked{ backg:url(../images/radiobc2.png) no-repeat 0 0;}

#male{ margin-left:5px; display:inline-block;}
#sex_male{ display:none;}
#sex_female{ display:none;}
#opt_options{ display:none;}
#opt_multioptions{ display:none;}
.mr70{margin-right: 70px !important;}
span{cursor:default;}

.redatt::-webkit-input-placeholder{color:red;}

/*滚动条宽度*/  
::-webkit-scrollbar {  
    width: 8px;  
}  
   
/* 轨道样式 */  
::-webkit-scrollbar-track {  
  background:none;
}  
   
/* Handle样式 */  
::-webkit-scrollbar-thumb {  
    background: rgba(0,0,0,0.2);
}  
  
/*当前窗口未激活的情况下*/  
::-webkit-scrollbar-thumb:window-inactive {  
    background: rgba(0,0,0,0.1);   
}  
  
/*hover到滚动条上*/  
::-webkit-scrollbar-thumb:vertical:hover{  
    background-color: rgba(0,0,0,0.3);  
}  
/*滚动条按下*/  
::-webkit-scrollbar-thumb:vertical:active{  
    background-color: rgba(0,0,0,0.4);  
}

input:focus{
     outline:none !important;
     box-shadow: 0 0 5px rgba(124, 203, 248, 1) !important;
}