.dateSelect-box{width:62px;height:600px;overflow-x:hidden}.dateSelect-box::-webkit-scrollbar{display:none}.dateSelect{border-radius:4px;background-color:#eee;width:47px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.dateSelect .dateSelect-item:first-child{margin-top:0}.dateSelect .dateSelect-item{height:32px;line-height:32px;width:100%;text-align:center;position:relative;font-size:12px;color:#646482;margin:3px 0;cursor:pointer}.dateSelect .dateSelect-item:hover{color:#509aff}.dateSelect .isActivt{color:#fff;position:absolute;left:-7.5px;top:0;width:62px;height:32px;background-color:#509aff;z-index:2;border-radius:4px;-webkit-box-shadow:0 4px 8px 0 rgba(32,32,32,.16);box-shadow:0 4px 8px 0 rgba(32,32,32,.16)}