#schedule-box{position:absolute;width:320px;margin:0 auto;font-size:13px;background-color:white;top:90px;right:20px;box-shadow:2px 2px 15px 2px #e3e3e3;display:none;color:#333;}.schedule-content{background-color:white;padding:30px 20px;}.schedule-hd{display:flex;justify-content:space-between;padding:10px 15px;}.today{flex:1;text-align:center;}.ul-box{overflow:hidden;}.ul-box>li{float:left;width:14.28%;text-align:center;padding:5px 0;}.other-month{color:#999999;}.currentDate.disabled{background-color:#eeeeee;color:#999999;cursor:not-allowed;}.current-month{color:#333333;}.today-style{border-radius:50%;background:#58d321;}.arrow{cursor:pointer;}.dayStyle{display:inline-block;width:30px;height:30px;border-radius:50%;text-align:center;line-height:30px;cursor:pointer;}.current-month>.dayStyle:not(.disabled):hover{background:#00BDFF;color:#ffffff;}.today-flag{background:#00C2B1;color:#fff;}.boxshaw{box-shadow:2px 2px 15px 2px #e3e3e3;}.selected-style{background-color:#ffba5a;color:#ffffff;}.active-style{background:#00BDFF;color:#ffffff;}#h3Ele{text-align:center;padding:10px;}.today{text-align:center;color:#8ac6d1;font-weight:bold;cursor:pointer;font-size:15px;}@media screen and (max-width:875px){#schedule-box{position:fixed;z-index:1000000;padding:10px 0;top:0;right:0px;left:0px;bottom:0px;width:100%;box-shadow:none;padding-top:calc(100vh - 290px);background-color:rgba(0,0,0,0.3);}.schedule-content{padding:10px;}}