.Z_ipt{
    cursor: pointer;
    border: none;
    width: 80%;
}

.Z_date{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
}
.Z_date>span{
    cursor: pointer;
    border: 1px silver solid;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 4px 10px;
    border-radius:6px; 
}
.Z_date>span>img{
    width: 10%;
}
.Z_date>div{
    display: none;
    position: fixed;
    width:280px;
    padding: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 15px 2px #e3e3e3;
}
.Z_date>div>div{
    display: flex;
    float: left;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 12px;
    
}
.Z_date>div>._date{
    border-radius:50%;
    overflow: hidden; 
}
.Z_date>div>._nowdate{
    border-radius:50%;
    overflow: hidden; 
    background: #00C2B1 !important;
    color: #fff !important;
}
.Z_date>div>._date:hover{
    background: #00BDFF;
    color:#ffffff !important;
}
.Z_date>div>div>input{
    margin: 0 10px;
    padding: 2px 0;
    box-sizing: border-box;
    border: none;
    border-bottom:1px silver solid;
}