.date_btn,.date_grid {
    box-sizing: border-box
}

.date_btn,.date_class,.gear {
    cursor: pointer
}

.date_btn,.date_class,.date_class_box,.date_info_box,.tooth {
    text-align: center
}

.gearDate {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 10px;
    background-color: rgba(0,0,0,.5);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    overflow: hidden;
    /*-webkit-animation-fill-mode: both;*/
    /*animation-fill-mode: both*/
}

.date_ctrl {
    vertical-align: middle;

    background: #FFFFFF;
    border-radius: 0.08rem;
    color: #a77259;
    margin: 0;
    height: auto;
    width: 90%;
    max-width: 600px;
    position: absolute;
    left: 50%;
    top: 25%;
    z-index: 10002;
    overflow: hidden;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0)
}

.date_roll,.date_roll>div {
    background-color: transparent;
    overflow: hidden
}

.date_grid,.date_info_box {

}

.slideInUp {
    /*animation: slideInUp .3s ease-in;*/
    /*-webkit-animation: slideInUp .3s ease-in*/
}

@-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;
    border-top: 1px solid rgba(230, 230, 230, 1);
}

.date_roll>div {
    font-size:0.36rem;
    height: 8.5em;
    float: left;
    position: relative;
    width: 33.33%
}

.date_roll_mask {
    padding: 0 2em;

}

.date_grid {
    position: relative;
    top: 1rem;
    width: 100%;
    height: 2.778em;
    margin: 0;
    z-index: 0;
    border-top: 1px solid rgba(230, 230, 230, 1);
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}

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

.date_info_box {
    font-size: 0.28rem;
    font-weight: 400;
    color: #999999;
    padding: 0em 1em;
    padding-bottom: 0.3rem;
}

.date_class_box {
    padding: 1em 2em
}

.date_class {
    display: inline-block;
    width: 1rem;
    height: 0.56rem;
   line-height: 0.56rem;
    text-align: center;
     background: #fff;
    border: 1px solid #D03D3D;
    color: rgba(208, 61, 61, 1);



}

.date_class_box .date_class:first-child {

    border-radius: 0.08rem 0px 0px 0.08rem;
}

.date_class_box .date_class:last-child {
    border-radius: 0px 0.08rem 0.08rem 0px;
}

.date_class_box .active {
    background: #D03D3D;
    color: #fff;

}

.date_btn_box {
    overflow: hidden;
    position: relative;
    border-top: 1px solid rgba(230, 230, 230, 1)
}

.date_btn {

    font-size: 0.36rem;
    font-weight: bold;
    color: #999999;
    padding: .8em 1em;
    float: left;
    width:49.8%;
}
.shuxian{
    float: left;
    width: 0.02rem;
    height: 0.48rem;
    background: #E6E6E6;
    margin-top: 0.26rem;
}
/*.date_btn:first-child {*/
    /*border-right: 1px solid #d4d4d4*/
/*}*/

.gear {
    float: left;
    position: absolute;
    z-index: 10002;
    width: 5.5em;
}

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

.tooth {
    height: 1rem;
    line-height: 1rem;
    font-weight: 400;
    color: #999999;

}
.lcalendar_finish {
    color: rgba(208, 61, 61, 1);
}
.tooth_active{
    font-size: 0.44rem;

    font-weight: bold;
    color: #D03D3D;
}
