.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,0.7);
    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 {
    border-radius: 0.2rem 0.2rem 0px 0px;
    vertical-align: middle;
    background-color: #ffffff;
    border:none;
    /*border-radius: 5px;*/
    color: #999999;
    margin: 0;
    width: 100%;
    max-width:7.5rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 10002;
    overflow: hidden;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    height: auto;
}

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

.date_info_box {
    /*border-bottom: 1px solid #d4d4d4*/
}

.slideInUp {
    animation: slideInUp 0.1s linear;
    -webkit-animation: slideInUp 0.1s 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)
    }
}
.slideInUp1 {
    animation: slideInUp1 0.1s linear;
    -webkit-animation: slideInUp1 0.1s linear
}

@-webkit-keyframes slideInUp1 {

}

.date_roll {
    position: relative;
    width: 100%;
    height: auto;
    font-weight: 400;
    /*-webkit-mask: -webkit-gradient(linear,0 50%,0 100%,from(#f7f7f7),to(rgba(36,142,36,0)));*/
    /*-webkit-mask: -webkit-linear-gradient(top,#f7f7f7 50%,rgba(36,142,36,0))*/
}

.date_roll>.date_date {
    font-size: 2em;
    height: 14em;
    float: left;
    position: relative;
    width: 25%;
    border-right: 1px solid rgba(242, 242, 242, 1);
    box-sizing: border-box;
}

.date_roll>.date_time {
    font-size: 2em;
    height: 14em;
    float: left;
    position: relative;
    width: 25%;
}
.date_roll_mask {
    padding: 0 0;

    /*-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: 6em;
    width: 100%;
    height: 2.4em;
    margin: 0;
    z-index: 0;
    background-color: rgba(243, 243, 243, 1);
    border-top: 1px solid #fafafa;

    color: rgba(238, 63, 77, 1);
}

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

.date_info_box {
    color: #797979;
    font-size: 1.5em;
    padding: .6em 0.5em;
    font-weight: 300;
}

.date_class_box {
    width: 3.2rem;
    height: 0.72rem;
    background: #F7F7F7 !important;
    border-radius: 0.1rem;
    opacity: 1;
    border: 1px solid #E5E5E5;
    margin: 0.4rem auto;
    box-sizing:content-box;
    overflow: hidden;
}

.date_class {

    display: inline-block;
    font-size: 0.28rem;
    line-height: 0.72rem;
    width: 1.56rem;
    color: rgba(153, 153, 153, 1) !important;
    border:none !important;
    float: left;
}




.date_class_box .active {
    background: #C83C23 !important;
    border-radius: 0.1rem;
    color: #fff !important;
}

.date_btn_box {
    border-radius: 0.16rem;
    font-weight: 700;
    font-size: 0.36rem;
    line-height: 0.98rem;
    text-align: center;
    color: #FFFFFF;
    width: 6.86rem;
    height: 0.98rem;
    margin: 0.32rem auto;
    margin-bottom: 0.4rem;
    background: rgba(196, 147, 88, 1);

}

.date_btn {

}

.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 {
    color: rgba(153, 153, 153, 1);
    line-height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;



}
.tooth span{
 display: block;
}
.tooth_active{
    line-height: 2.4em;
    color: #333 !important;


}

.active_top{
    margin-top: 0.1em;
}
.lcalendar_finish {
    color: #ff6665;
}
.gearDate .bg{
    background-color: rgba(0,0,0,0);
    width: 100%;
    height: 100%;
}
.lcalendar_commit{
    color: rgba(255, 255, 255, 1) !important;
    background: #C83C23;
    border-radius: 0.16rem;
}
.show-commit-view{
    color: #EE3F4D;
}
.quren-title{
    /*border-bottom: 1px #e6e6e6 solid;*/
    font-size: 2em;
    color: #EE3F4D !important;
    padding: 1em 0;
}
.commit-tishi{
    color: #999999;
    font-size: 1.1em;
    margin: 0.2em 0 0.8em 0;
}
.date-queren{
    color: #1D2023;
    text-align: left;
    margin: 0.5em;
    margin-left: 2em;
    font-size: 1.3em;
}
.show-commit-info{
    height: 10em;
}
.lcalendar_show_gongli,.lcalendar_show_nongli{
    color: #EE3F4D;
}
.showview{
    text-align: center;
}
.baizhe{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 10px;
    background-color: rgba(0,0,0,0.7);
    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;
}
.clscbox{
    border-radius: 0.2rem 0.2rem 0px 0px;
    vertical-align: middle;
    background-color: #ffffff;
    border: none;
    /* border-radius: 5px; */
    color: #999999;
    margin: 0;
    width: 100%;
    max-width: 600px;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 10002;
    overflow: hidden;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    height: auto;
    overflow: hidden;
    padding-top: 0.3rem;
}
.clsczong{
    overflow: hidden;
}
.clscitem{
    float: left;
    width: 31.5%;
    padding: 0.2rem 0;
    background: #FFFFFF;
    border-radius: 0.1rem;
    opacity: 1;
    border: 1px solid #F2F2F2;
    margin-top: 0.1rem;
    margin-left: 0.1rem;
    box-sizing: border-box;
}
.clschour{
    text-align: center;
    font-size: 0.32rem;
    color: #999999;
}
.clscsc{
    text-align: center;
    font-size: 0.32rem;
    color: #999999;
    padding-top: 0.1rem;
}
.clqueniu{
    height: 1rem;
    margin-top: 0.4rem;
    background: #F2F2F2;

}
.clqueshang{
    width: 50%;
    float: left;
    line-height: 1rem;
    background: #F2F2F2;
    font-size: 0.32rem;
    color: #999999;
    text-align: center;
}
.clquexia{
    width: 50%;
    float: left;
    line-height: 1rem;
    background:rgba(238, 63, 77, 1);
    font-size: 0.32rem;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}
.clscwz{
    font-size: 0.32rem;
    color: #999999;
    text-align: center;
    line-height: 1rem;
}
.clsczhong{
    background: rgba(238,63,77,0.08);
    border: 1px solid #EE3F4D;
}
.clsczhong .clschour{
    color: rgba(238, 63, 77, 1);
}
.clsczhong .clscsc{
    color: rgba(238, 63, 77, 1);
}
.clsczhong .clscwz{
    color: rgba(238, 63, 77, 1);
}
.hide{
    display: none;
}
.zhetou{
    position: absolute;
    left: 0;
    top: 2rem;
    width: 100%;
    height: 60px;
    background: -webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,100%,.4)),to(hsla(0,0%,100%,.8)));
    background: -webkit-linear-gradient(bottom,hsla(0,0%,100%,.4),hsla(0,0%,100%,.8));
    background: -o-linear-gradient(bottom,hsla(0,0%,100%,.4),hsla(0,0%,100%,.8));
    background: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0.4)), to(hsla(0, 0%, 100%, 0.8)));
    background: -webkit-linear-gradient(bottom, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.8));
    background: -o-linear-gradient(bottom, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.8));
    background: linear-gradient(0deg,hsla(0,0%,100%,.4),hsla(0,0%,100%,.8));
    pointer-events: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 1333330;

}
.zhebottom{
    position: absolute;
    left: 0;
    bottom: 1.4rem;
    width: 100%;
    height: 64px;
    background: -webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,100%,.8)),to(hsla(0,0%,100%,.4)));
    background: -webkit-linear-gradient(bottom,hsla(0,0%,100%,.8),hsla(0,0%,100%,.4));
    background: -o-linear-gradient(bottom,hsla(0,0%,100%,.8),hsla(0,0%,100%,.4));
    background: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.4)));
    background: -webkit-linear-gradient(bottom, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.4));
    background: -o-linear-gradient(bottom, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.4));
    background: linear-gradient(0deg,hsla(0,0%,100%,.8),hsla(0,0%,100%,.4));
    pointer-events: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 1333330;

}
.xuanze{
    text-align: center;
    font-size: 0.36rem;
    color: #333333;
    padding-top: 0.3rem;
}
.quxiaobtn{
    font-size: 0.32rem;
    color: #999999;
    position: absolute;
    top: 0;
    left: 0.32rem;
    padding-top: 0.3rem;
}