.showTimeRow{position:relative;display:flex;height:30px}.showTimeRow:nth-child(n+2){border-bottom:1px solid #e0e0e0;padding:30px 0}.showTimeRow>.showTimeItemTime{position:relative;flex-shrink:0;width:100px;display:flex;align-items:center}.showTimeRow>.showTimeItemLine{position:relative;flex:1;display:flex;align-items:center;height:20px;top:10px;margin:0 20px}.showTimeRow>.showTimeItemLine .timeName{position:absolute;top:-20px}.showTimeRow>.showTimeItemLine>.timeDrop{position:absolute;height:14px;width:14px;border-radius:10px;background:#448ef7;box-shadow:0 0 3px 3px rgba(68,142,247,.4)}.showTimeRow>.showTimeItemLine>.line{position:absolute;width:100%;background:#99c4f1;height:2px}.showTimeRow>.showTimeItemLine>.drop{position:absolute;width:1px;height:12px;top:-1px;background:#333;background:#448ef7}.showTimeRow>.showTimeItemNameBox{position:relative;flex:1;display:flex;align-items:center;margin:0 20px}.showTimeRow>.showTimeItemNameBox>.nameBox{text-align:center;position:absolute;border:1px solid #333;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;padding:3px 6px;white-space:nowrap;background:#fff;overflow:hidden}