/*! 预约时间段样式 */
.yytable table{}
.yytable table tr:first-child{background: #ddd;}
.yytable table tr td{font-weight: 400;width:150px;font-size: 14px;line-height: 25px;color: #555;}
.yytable table tr td:first-child{text-align: center;font-weight: 600;color: #333;}
.yytable table,.yytable table tr th,.yytable table tr td { border:1px solid #cdcdcd; }/*设置边框的*/
.yytable table {width: 100%;font-size: .938em;border-collapse: collapse;/*边框会合并为一个单一的边框*/}
.yytable th {text-align: left; padding: .5em .5em;font-weight: bold; background: #66677c;color: #fff;}
.yytable td {padding: .5em .5em;border-bottom: solid 1px #ccc;}
.yytable .can-chose { cursor:pointer; color:green; background:#b4e8f9;}
.yytable .not-chose { color:#555; background:#ccc;}
.yytable .cur-zhou { color:red;}
