/**
    author:(zengytchn@126.com)
    .calendarBox  日历显示的位置设置，父级设置position: relative;
*/
.calendarBox{
    position: absolute;
    top: 46px;
    left: 10px;
    z-index: 999999;
}
.selectTime{    
    padding: 0px 10px;
    width: 121px;
    text-align: center;
    border: 0px;
    outline: none;
}

.btuDetails{
    margin-right: 20px;
    color:#fff;
    border-radius: 1px;
    padding: 9px 13px;
    background-color: #1890FF
}
.closeHandle{
    color:#fff;
    border-radius: 1px;
    padding: 4px 13px;
    background-color: #1890FF
}
.glyphicon-calendar{color:#6B6F79;}
.calendarIcon{height: 16px;line-height: 19px;}
/* 日历 */
.calendarModel{
    height: 340px;
    width: 324px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow:0px 5px 22px 2px rgba(0,0,0,0.07);
    display: none;
    font-size: 13px;
    border-radius: 2px;
}
.calendarModel li{
    float: left;
}
ul,li{list-style: none;padding: 0;margin: 0;}
.fr{float: right;}
.fl{float: left;}
.tc{text-align: center;}
.yearUl{
    width: 100%;
    height: 12%;
}
.yearUl li{
    height: 100%;
    line-height: 38.39px;
}
.upYear{
    width:12.5%;
}
.upMonth{
    width:12.5%;
}
.showYM{
    width: 50%;
    font-weight: bold;
}
.showYM:hover{
    color: #54667a;
}
.showYM-year{
    width: 55%;
    text-align: right;
}
.showYM-month{
    width: 41%;
    text-align: left;
    padding-left: 5px;
}
.downMonth{
    width: 12.5%;
}
.downYear{
    width: 12.5%;
}
.weekUl{
    width: 100%;
    height: 13%;
    border-bottom:1px solid #f5efef; 
}
.weekUl li{
    width: 14.28%;
    height: 100%;
    line-height: 41.59px;
    text-align: center;
}
.dateUl{
    width: 100%;
    height: 68%;
    border-bottom:1px solid #f5efef; 
}
.thisMonth{
    color: #606266 !important;
}
.dateDay{
    color: #c00104 !important;
    font-weight: bold;
}
.dateUl li{
    width: 14.28%;
    height: 16.66%;
    line-height: 37.31px;
    text-align: center;
    color: #c0c4cc;
}
.dateUl li:hover,.upYear:hover,
.upMonth:hover,.downMonth:hover,
.downYear:hover,.showYM-year:hover,
.showYM-month:hover{
    color: #409eff !important;
    cursor: pointer !important;
}
.closeRLBut,.todayRLBut{
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    padding: 5px 10px;
    font-size: 12px;
    margin-left: 10px;
    border-radius: 3px;
    margin-top: 3px;
}
.closeRLBut:hover,.todayRLBut:hover{
    color: #409eff;
}
.monthModel{
    height: 340px;
    width: 324px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow:0px 5px 22px 2px rgba(0,0,0,0.07);
    display: none;
    font-size: 12px;
}
.mDyearUl{
    width: 100%;
    height: 20%;
    border-bottom:1px solid #f5efef; 
    line-height: 64px;
}
.mDupYear{
    width:12.5%;
}
.mDdownYear{
    width:12.5%;
}
.mDshowYM{
    width: 75%;
    font-weight: bold;
}
.mDmothUl{
    width: 100%;
    height: 80%;
}
.mDmothUl li{
    width: 25%;
    height: 33.33%;
    float: left;
    text-align: center;
    line-height: 90.66px;
}
.mDyearUl li:hover,.mDmothUl li:hover{
    color: #409eff;
    cursor: pointer;
}

.yearModel{
    height: 340px;
    width: 324px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow:0px 5px 22px 2px rgba(0,0,0,0.07);
    display: none;
    font-size: 12px;
}
.yDyearUl{
    width: 100%;
    height: 20%;
    border-bottom:1px solid #f5efef; 
    line-height: 64px;
}
.yDupYear{
    width:12.5%;
}
.yDdownYear{
    width:12.5%;
}
.yDshowYM{
    width: 75%;
    font-weight: bold;
}
.yDmothUl{
    width: 100%;
    height: 80%;
}
.yDmothUl li{
    width: 25%;
    height: 33.33%;
    float: left;
    text-align: center;
    line-height: 90.66px;
}
.yDyearUl li:hover,.yDmothUl li:hover{
    color: #409eff;
    cursor: pointer;
}
