


/*手机医生出诊*/
.yuyue_detail{ padding:10px 3px; box-sizing: border-box; width: 100%; }
.shiduan{ width: 10%; font-size: 12px; float: left; margin-right: 1%; }
.shiduan p{ background: #fff; height: 32px; line-height: 32px; width: 100%; margin-bottom: 5px; border: 1px solid #ccc; box-sizing: border-box; text-align: center;}
.yuyue_detail_con{ width: 84%; float: left; overflow: hidden; height: 152px;}
.yuyue_detail_con ul{ width: 10000px; }
.yuyue_detail_con li{ height: 152px; float: left; text-align: center; line-height: 32px; }
.yuyue_detail_con li p{width: 100%;height: 32px;margin-bottom: 5px;font-size: 12px;border: 1px solid #ccc;box-sizing: border-box;background: #fff;line-height: 32px;}
.yuyue_detail .btn{ width: 4.5%; float: right;  text-align: center; font-size: 18px; font-family:serif;}
.yuyue_detail .btn a{ color: #fff; line-height: 148px;height: 148px; width: 100%;background:#e5e5e5; display: block; font-weight: bold;}
.yuyue_detail .btn a:hover{ background: #a03043 }
/*today*/
.yuyue_detail p.time{ line-height: 18px; height: 36px; }
.yuyue_detail p.time b{font-weight: normal;font-size: 6px;width: 100%;height: 50%;display: block;}
.yuyue_detail p.time b.week{ background:#b3b3b3;color: #fff; }
.shiduan p.time{ height: 36px; line-height: 36px; }
.yuyue_detail p.today{border: 1px solid #00968e;}
.yuyue_detail p.today b.week{background: #05c8be;}
/*本院*/
.yuyue_detail p.self{background: #e1f6d6;color: #333;overflow: hidden;}
.yuyue_detail p.other{background: #fafaa4;color: #333;}
.yuyue_detail p.other1{background: #c1deff;color: #333;}
.yuanqu_color{ text-align: right; padding-right: 3%; }
.yuanqu_color span{ font-size: 12px; line-height: 30px; }
.yuanqu_color span b{width: 16px;height: 16px;display: inline-block;vertical-align: text-bottom;margin:5px 5px 0px;border: 1px solid #b3b3b3;}
.yuanqu_color span.span_self b{background: #e1f6d6;} 
.yuanqu_color span.span_other b{background: #fafaa4;} 
.yuanqu_color span.span_other_1 b{background: #c1deff;} 

@media only screen and (max-width:320px){
.shiduan p.time{ line-height:56px}
.yuyue_detail p.time{height: 56px;} 
.yuyue_detail p.time b.month{height: 36px;}
.yuyue_detail_con{height: 167px;}
.yuyue_detail .btn a{height:167px;line-height: 167px;}
} 