.gearDate {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 9px;background-color: rgba(0, 0, 0, 0.2);display: block;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 9900;overflow: hidden;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.date_ctrl {vertical-align: middle;background-color: #F0F0F0;border:1px solid #a5a5a5;border-radius: 5px;color: #363837;margin: 0;height: auto;width: 100%;/*max-width: 600px;*/position: absolute;left: 50%;/*top: 12%;*/bottom:0;z-index: 9902;overflow: hidden;-webkit-transform: translate(-50%, 0);transform: translate(-50%, 0);-ms-transform: translate(-50%, 0);-moz-transform: translate(-50%, 0);}
.slideInUp {animation: slideInUp .3s ease-in;-webkit-animation: slideInUp .3s linear}
@-webkit-keyframes slideInUp {
    from {-webkit-transform: translate(-50%, 100%);transform: translate(-50%, 100%);-moz-transform: translate(-50%, 100%);-ms-transform: translate(-50%, 100%);-o-transform: translate(-50%, 100%)}
    to {-webkit-transform: translate(-50%, 0);transform: translate(-50%, 0);-moz-transform: translate(-50%,0);-o-transform: translate(-50%, 0);-ms-transform: translate(-50%, 0)}
}
.date_roll {position: relative;width: 100%;height: auto;overflow: hidden;font-weight: bold;background-color: transparent;-webkit-mask: -webkit-gradient(linear, 0% 50%, 0% 100%, from(#debb47), to(rgba(36, 142, 36, 0)));-webkit-mask: -webkit-linear-gradient(top, #debb47 50%, rgba(36, 142, 36, 0));}
.date_roll>div{font-size: 2em;height: 10em;float: left;background-color: transparent;position: relative;overflow: hidden;width: 20%;}
.date_roll .date_h_wrap{width:40%;}
.date_roll_mask {padding:0 2em;-webkit-mask: -webkit-gradient(linear, 0% 40%, 0% 0%, from(#debb47), to(rgba(36, 142, 36, 0)));-webkit-mask: -webkit-linear-gradient(bottom, #debb47 50%, rgba(36, 142, 36, 0));}
.date_grid {position: relative;top: 4em;width: 100%;height: 2em;margin: 0;box-sizing: border-box;z-index: 0;background-color: #E8E8E8;border-top: 1px solid #d4d4d4;border-bottom: 1px solid #d4d4d4;}
.date_grid>div {color: #000;position: absolute;right: 0;top: 0;font-size: .8em;line-height: 2.5em}

.date_info_box{color: #000;font-size: 1.8em;text-align: center;padding: .6em 1em;text-align: center;border-bottom: 1px solid #d4d4d4;font-weight: 700;visibility: hidden;position: absolute;}
.date_class_box{text-align: center;padding:1em 8em;border: 1px solid #ccc;}
.date_class{display: inline-block;font-size: 1.4em;width:40%;padding:.4em 0;text-align: center;color: #FE5B00;border:1px solid #FE5B00;cursor: pointer;}
.date_class_box .date_class:nth-of-type(2){border-top-left-radius: .2em;border-bottom-left-radius: .2em;border-radius: 6px 0 0 6px;}
.date_class_box .date_class:nth-of-type(3){border-top-right-radius: .2em;border-bottom-right-radius: .2em;border-radius: 0 6px 6px 0;}
.date_class_box .active{background-color: #FE5B00;color: #fff}
.date_btn_box {overflow: hidden;position: absolute;border-top:1px solid #d4d4d4;visibility: hidden;}
.date_btn {color: #000;font-size: 1.6em;line-height: 1em;text-align: center;padding: .8em 1em;cursor: pointer;float: left;width: 50%;box-sizing: border-box;}
.date_btn:first-child{border-right:1px solid #d4d4d4;}
.gear {float: left;position: absolute;z-index: 9902;width: 5.5em;margin-top: -6em;cursor: pointer;}
.date_roll>div .gear {width: 100%}
.tooth {height: 2em;line-height: 2em;text-align: center}
#falseBtn_back{
    padding: 4px;
    position: absolute;
    left: 2em;
    top: 1.4em;
    font-size: 1.4em;
    color: #777;}
#falseBtn_save{
    padding: 4px;
    position: absolute;
    right: 2em;
    top: 1.4em;
    color: #FE5B00;
    font-size: 1.4em;
}
/* .forminput_hang{
    font-size: 15px;
} */
