
/*restHead*/
.restHead{padding: 0;width: 100%;background-color: white;height: 48px;}
.userInfo{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display: flex; -webkit-flex-direction:row;-moz-flex-direction: row;-ms-flex-direction: row;-o-flex-direction: row;flex-direction: row;-webkit-box-pack:center;-moz-justify-content:center;-webkit-justify-content: center;justify-content: center;width: 100%;}
.userPhoto{height: 35px; width: 35px;margin-top: 6px; border-radius: 4px;}
.userName{height: 48px; line-height: 48px; font-size: 18px;margin-left: 7px;color: rgb(50,50,50);}

/*restTime*/
.restLine{height: 5px;background-color: rgb(235,235,235);}
.timeItem{height: 49px; width: 100%; padding: 0;background-color: rgb(235,235,235);margin-top: 10px;border-color: rgb(235,235,235); }
.timeDetail{height: 49px; right: 10px; left: 10px;position:absolute; background-color: white;border-color: lightgray;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display: flex;-webkit-flex-direction:row;-moz-flex-direction: row;-ms-flex-direction: row;-o-flex-direction: row;flex-direction: row;}

.timeLeft{height: 49px; width: 123px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display: flex;-webkit-flex-direction:row;-moz-flex-direction: row;-ms-flex-direction: row;-o-flex-direction: row;flex-direction: row;}
.restImage{height: 20px; width: 20px;margin-top: 15px;margin-left: 10px;}
.restTitle{height: 50px; line-height: 49px;color: white;font-size: 18px;margin-left: 6px;}
.timeContent{height: 49px;line-height: 49px;position: absolute;right: 40px;left:135px; font-size: 18px; text-align: center;color: rgb(50,50,50);}
.timeArrow{height: 13px;width: 8px; position: absolute;margin-top: 18px; right: 11px;}

/*saveInfo*/
.saveButton{height: 44px;line-height:44px;right: 17px;position: absolute;left: 17px;margin-top:26px;background-color: rgb(0,83,204);color: white;text-align: center;border-radius: 5px;font-size: 18px;}

/*tipMessage*/
.tipMessage{margin-top: 74px;text-align: center;}
.tipMessage span{display:inline-block;width:230px;text-indent:19px;text-align:left;background: url('../../image/reminder/remind_time_prompt.png') left 2px no-repeat;background-size:18px 18px;margin-top: 26px;font-size: 14px;color: rgb(154,154,154)}
