/*生日选择*/
#selectDate{
    width:60%;
    display: inline-block;
    height: 30px;
    font-size:1.0rem ;
    font-weight: normal;
}
.ios-select-widget-box.four-level-box .one-level-contain{
    width:20%;
}
.ios-select-widget-box.four-level-box .two-level-contain{
    width:20%;
}
.ios-select-widget-box.four-level-box .three-level-contain{
    width:20%;
}
.ios-select-widget-box.four-level-box .four-level-contain{
    width:40%;
}
.ios-select-widget-box header.iosselect-header{
    background:#fff;
}
.ios-select-widget-box.olay > div{
    max-width:100%;
    min-width: 300px;
    margin: 0 auto;
    right:0px;
}
.ios-select-widget-box.olay{
    background:rgba(0,0,0,0.3);
    right:0px;
    max-width: 100%;
    min-width: 300px;
    margin: 0 auto;
    height: 231px;
}
.layer{
    height:275px !important;
    background: #fff !important ;
}
.ying{
    color:#333;
    font-size: 16px;
}
.yang{
    color:#f65c67;
    font-size: 16px;
}