.warp_box {
    width: 50%;
    height: 380px;
    margin: 20px auto;
}

.list_h3 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color: #1890ff;
}

.date_box {
    /* padding: 20px 20px 20px 0; */
    background-color: #ffffff;
    /* box-shadow: 5px 8px 15px 0px rgba(222, 222, 222, 0.5); */
    height: auto;
    display: none;
    /* border: 1px solid #ccc; */
}



.date_box .date_top {
    height: 36px;
    padding: 0 20px;
}

.date_box .date_top .tody {
    font-family: MicrosoftYaHei;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    line-height: 36px;
    margin-right: 20px;
    width: 32px;
}

.date_box .date_top .date_action {
    margin: 12px 0 0;
}

.date_box .date_top .date_action i {
    display: inline-block;
    font-size: 10px;
    cursor: pointer;
}

.date_box .date_top .date_action .icon_left {
    transform: rotate(180deg);
}

.date_box .date_top .date_action span {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #a2a0a0;
}

.date_box .date_top .date_action .rigth_action {
    line-height: 36px;
}

.date_box .date_top .date_action span {
    width: 80px;
    display: inline-block;
    height: 20px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #a2a0a0;
    cursor: pointer;
    padding: 0px 10px;
    box-sizing: border-box;
}

.date_box .date_top .date_action .add {
    background-color: #2c6ce1;
    border-radius: 5px;
    margin: 0 0 0 10px;
    color: #fff;
}

.date_box .date_header {
    border-top: 1px solid rgba(230, 230, 230, 1);
    padding: 15px 0 10px 0;
    overflow: hidden;
}
.date_box.deData  .date_header{
    border: 0;
}

.date_box .date_header .week_item {
    float: left;
    /* height: 24px; */
    width: 14.28%;
    /* line-height: 24px; */
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #a2a0a0;
    text-align: center;
}
.day_item{
    width: 100%;
    overflow: hidden;
}
.date_box .day_item .day_list {
    float: left;
    width: 14.28%;
    text-align: center;
    padding: .25rem 0 0 0;
}

.date_box .day_item .day_list .day_center {
    box-sizing: border-box;
    padding: 15px 0 0 0;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
}

.date_box .day_item .day_list .day_center .dayone {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #fff;
    text-align: center;
    line-height: .4rem;
}

.date_box .day_item .day_list .day_center .daytwo {
    font-family: MicrosoftYaHei;
    font-size: 15px;
    height: auto;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 10px;
}

.date_box .day_item .day_list .day_center .dayshark {
    width: 4px;
    height: 4px;
    background: #4285f4;
    margin: 0 auto;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    bottom: 2px;
    left: 50%;
    color: #fff;
}

.date_box .day_item .day_list .day_center:hover {
    background: #b17d3f !important;
    color: #fff !important;
    border-radius: 10px;
}

.date_box .day_item .day_list .day_center:hover .dayone, .date_box .day_item .day_list .day_center:hover .daytwo {
    color: #fff;
}

.date_box .day_item .day_list .day_center:hover .term,
.date_box .day_item .day_list .day_center:hover .daytwo
{
    color: #fff !important;
}

.date_box .day_item .day_list .day_center .dayone {
    color: #1d1b1a;
}
.date_box .day_item .day_list .day_center .daytwo, .date_box .day_item .day_list .day_center .dayshark {

    color: #817d7e;
}

.date_box .day_item .day_list .day_center .dayshark {
    background: #fff;
}

.date_box .day_item .day_list .day_center .term {
    color: #D03D3D !important;
    font-size:15px;
    /* margin-top: .05rem; */
}

.date_box .day_item .day_list .nullDom {
    display: none;
}

.date_box .day_item .day_list .today {
    background: #b17d3f !important;
    border-radius: 10px;

}
.date_box .day_item .day_list .today .dayone,
.date_box .day_item .day_list .today .daytwo {
    color: #fff !important;
}

.date_box .day_item .day_list .showdate {
    background: #2c6ce1;
    color: #fff;
}

.date_box .day_item .day_list .showdate .dayone, .date_box .day_item .day_list .showdate .daytwo, .date_box .day_item .day_list .showdate .dayshark {
    color: #fff;
}

.date_box .day_item .day_list .showdate .dayshark {
    background: #fff;
}

.date_box .day_item .day_list .tips {
    background: #2c6ce1;
    color: #ffffff;
    padding: 5px;
}

.date_box .day_item .nowNonth .day_center .dayone {
    color: #ccc;
}

.date_box .day_item .nowNonth .day_center .daytwo {
    color: #ccc;
}

.date_box .day_item .nowNonth .day_center .term {
    color: #ccc ;
}

.tips {
    margin-top: 20px;
    text-align: center;
}

.tips a {
    display: block;
    color: #1890ff;
}

.hs{
    color: #D03D3D !important;
}
.lv{
    color: green !important;
}

.date_action{
    justify-content: center !important;
    align-items: center;
}
.date_action i{
    width: 42px;
    height: 42px;
    display: block;
    margin: 0 15px;
}
.date_action i.year-l{
    background: url(../img/ls_kt.png) no-repeat center;
    background-size: 28px auto;
}
.qxd_ys{
    opacity: 0.3;
}
.date_action i.icon_left{
    background: url(../img/r_jt.png) no-repeat center;
    background-size: 28px auto;
}
.date_action i.icon_right{
    background: url(../img/l_kt.png) no-repeat center;
    background-size: 28px auto;
}
.date_action i.year-r{
    background: url(../img/rs_jt.png) no-repeat center;
    background-size: 28px auto;
}
.day_center em {
    display: none;
    position: absolute;
    top: 0;
}
.term{
    font-size: 18px;
}
.today_span{
    font-size: 20px;
}
.date_action{
    padding: 15px 0;
}
.select_time{
    position: relative;
}
.date_box{
    position: absolute;
    top: 58px;
}