:focus {
    outline: 0
}

.gearDate {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 10px;
    background-color: rgba(0, 0, 0, .5);
    display: block;
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9900;
    overflow: hidden;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transform: translateZ(0)
}

.date_ctrl {
    vertical-align: middle;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .4);
    color: #363837;
    margin: 0;
    padding: 5px;
    height: auto;
    width: 95%;
    max-width: 600px;
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    z-index: 9902;
    overflow: hidden;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -ms-user-select: none;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .4)
}

.bounceInUp {
    -webkit-animation: bounceInUp .3s ease-in;
    animation: bounceInUp .3s ease-in
}

@-webkit-keyframes bounceInUp {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

.date_roll {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: transparent;
    -webkit-mask: -webkit-linear-gradient(top, #debb47 50%, rgba(36, 142, 36, 0));
    mask: gradient(linear, 0 50%, 0 100%, from(#debb47), to(rgba(36, 142, 36, 0)))
}

.date_roll>div {
    font-size: 2em;
    height: 10em;
    float: left;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    width: 33.3333%
}

.date_roll_hh>div {
    width: 20%
}

.date_roll_hh>div:last-child {
    width: 40%
}

.date_roll_hhii>div {
    width: 20%
}

.date_roll_mask {
    -webkit-mask: -webkit-linear-gradient(bottom, #debb47 50%, rgba(36, 142, 36, 0));
    mask: -webkit-gradient(linear, 0 40%, 0 0, from(#debb47), to(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: #d1d5db
}

.date_grid.yy {
    border-top-left-radius: .5em;
    border-bottom-left-radius: .5em
}

.date_grid.ii {
    border-top-right-radius: .5em;
    border-bottom-right-radius: .5em
}

.date_grid>div {
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
    font-size: .8em;
    line-height: 2.5em
}

.date_cw_btn {
    position: relative
}

.date_class_box {
    text-align: center;
    padding: 1em 0;
    border-bottom: 1px solid #f6f6f6
}

.date_class_label {
    border-bottom: 1px solid #ececec
}

.date_label {
    display: inline-block;
    font-size: 12px;
    padding: .2em 0;
    width: 20%;
    text-align: center;
    cursor: pointer;
    line-height: 1.6em;
    box-sizing: border-box
}

.date_class {
    display: inline-block;
    font-size: 12px;
    padding: .2em 0;
    width: 25%;
    text-align: center;
    color: #aaa;
    border: 1px solid #fe5b00;
    cursor: pointer;
    box-sizing: border-box
}

.date_class:first-of-type {
    border-top-left-radius: unset;
    border-bottom-left-radius: 10px;
    font-weight: 700
}

.date_class:last-of-type {
    border-top-right-radius: 10px;
    border-bottom-right-radius: unset
}

.date_class_box .active {
    font-weight: 700;
    background-color: #ffe179;
    color: #000
}

.date_btn_box {
    overflow: hidden;
    border-top: 1px solid #f6f6f6
}

.date_btn_wrap {
    position: relative;
    z-index: 1
}

.date_btn {
    position: absolute;
    top: 0;
    color: #333;
    font-size: 1.6em;
    line-height: 1.6em;
    padding: .8em 0;
    text-align: center;
    cursor: pointer;
    width: 25%;
    box-sizing: border-box;
    font-weight: 700
}

.date_btn:first-child {
    left: 0
}

.date_btn:last-child {
    right: 0;
    color: #fe5b00
}

.gear {
    float: left;
    position: absolute;
    z-index: 9902;
    width: 5.5em;
    margin-top: -4em;
    cursor: pointer
}

.date_roll>div .gear {
    width: 100%
}

.tooth {
    height: 2.8571em;
    line-height: 2.8571em;
    text-align: center;
    font-size: .7em
}

.date_confirm_wrap {
    text-align: center;
    display: none;
    position: relative
}

.confirm_tit {
    padding: .68em 0;
    border-bottom: 1px solid #f6f6f6;
    font-size: 1.8em;
    color: #fe5b00
}

.confirm_tip {
    display: inline-block;
    font-size: 1.4em;
    color: #666;
    line-height: 1.6em;
    margin: 1em
}

.confirm_p {
    font-size: 1.7em;
    line-height: 2em
}

.confirm_p b {
    color: #fe5b00;
    font-weight: 400
}

.confirm_btn {
    position: relative;
    padding: 1.4em 0 2.7em
}

.confirm_btn>div {
    display: inline-block;
    margin: 0 1em;
    color: #fff;
    font-size: 1.6em;
    border-radius: 5px;
    padding: .6em 1.2em
}

.confirm_btn_cancel {
    background-color: #b1b1b1;
    cursor: pointer
}

.confirm_btn_finish {
    background-color: #fe5b00;
    cursor: pointer
}
