/**
  ************************************************************************
  智旅100旅游管理系统 版权归智旅100（zhilv100.com）所有，凡是复制抄袭本站php代码、css代码、js代码、图标、图片者都会死全家，非常灵验。
  ************************************************************************
  版权声明：凡是复制抄袭本站css代码、js代码、图标、图片者在三日内必出车祸死于非命，五日内
  其父母必得绝症不治身亡，七日内老婆、后代（儿子或女儿）将意外身亡，总之全家都不得好死。
  ************************************************************************
  版权声明：修改删除此注释者，其父母、老婆、后代（儿子或女儿）不出三日必然意外身亡，非常灵验，不信就试试。
  ************************************************************************
  郑重警告：凡是复制抄袭本站css代码、js代码、图标、图片者其父母、老婆、后代（儿子或女儿）不出三日必然意外身亡，不信就试试。
  ************************************************************************ 
 */

/*日历*/
.riliBox{height: auto; background: #FFF; overflow: hidden;}
/*日历头*/
.rili_type{height: 1.8rem; padding: .6rem 8px; background: #F90;}
.rili_type_on{height: 1.8rem; overflow-x: scroll; overflow-y: hidden; white-space: nowrap; z-index: 1;}
.rili_type_on::-webkit-scrollbar{width: 0; height: 0;}
.rili_type_on a{width: 33.33%; height: 1.8rem; display: inline-block; text-align: center; line-height: 1.8rem; color: #FFF; position: relative;}
.rili_type_on a span{display: block; margin: 0 5px;}
.rili_type_on a.cur span{height: 1.8rem; line-height: 1.8rem; background: #FFF; border-radius: 1.8rem; color: #000;  font-size: 1rem;}

/*日历开始*/
.calendarBox{width: 100%; height: auto; background: #FFF; position: relative; overflow: hidden;}
.clearfix2{*zoom: 1}
.disno{display: none;}
/*日历日期tab*/
.calendar_tit{height: auto; padding: 0 8px; background: #FFF;}
.calendar_tit_on{height: 1.8rem; padding: 20px 0; overflow-x: scroll; overflow-y: hidden; white-space: nowrap; z-index: 1;}
.calendar_tit_on_scr{padding-bottom: 30px;}
.calendar_tit_on_scr::-webkit-scrollbar{height: 10px;}
.calendar_tit_on_scr::-webkit-scrollbar-thumb{-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); background: rgba(0,0,0,.1);}
.calendar_tit_on_scr::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); background: #FFF;  margin: 0 5px;}
.calendar_tit_on li{width: 33.33%; height: 1.8rem; display: inline-block; text-align: center; line-height: 1.8rem; position: relative;}
.calendar_tit_on li span{display: block; margin: 0 5px; height: 1.8rem; line-height: 1.8rem; background: #E5E5E5; color: #000; border-radius: 1.8rem; font-size: 1rem;}
.calendar_tit_on li.thistab span{background: #F90; color: #FFF;}

/*日历容器*/
.rili_stars{padding-top: 20px;}
/*表格部分*/
.calendar_table{width: 100%; background: #E5E5E5; padding: 0; margin: 0; border-collapse: inherit; border-spacing: 1px; text-align: center;}
.calendar_table td{background: #FFF;}
/*表头*/
.calendar_table thead td{background: #808080; height: 28px; color: #FFF; vertical-align: middle;}
.calendar_table thead td.frist{background: #00AF67;}
.calendar_table thead td.last{background: #00AF67;}
/*表内容*/
.calendar_table tbody td{height: 50px;}
.calendar_table tbody td.rest{background: #FEF3F3;}
/*各自内部父容器*/
.calendar_table tbody td a{display: block; width: 100%; height: 40px; padding: 5px 0;}
/*空日期*/
.calendar_table tbody td a.outter{background: #FAFAFA;}
.calendar_table tbody td a.outter span.day{color: #b2b2b2;}
/*今天*/
.calendar_table tbody td a.today{background: #F0675D; color: #FFF;}
.calendar_table tbody td a.today span.day{color: #FFF;}
/*内部样式*/
.calendar_table tbody td a span{display: block; height: 20px; font-size: 12px; line-height: 20px; text-align: center; overflow: hidden;}
.calendar_table tbody td a span.day{color: #555;}
.calendar_table tbody td a span.adult{color: #999;}
.calendar_table tbody td a span.adult i{color: #F60; margin: 0 2px;}
/*日历over*/





































