.calendar{
  width: 363px;
  height:310px;
  display: block;
  position: relative;
  border-radius: 2px;
  background:#fff;
}

.calendar-table th{
	text-align:center;
	font-size:17px;
}

td{
  cursor: pointer;
  font-size:15px;
}

td:hover{
  background: #ccc;
}
 
/**
 * 设置日历顶部盒子
 */
.calendar .calendar-title-box{
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align:center;
  border-bottom: 1px solid #ddd;
  background: #e9e5e3;
}
/**
 * 设置上个月的按钮图标
 */
.calendar .prev-month {
  float: left;
  margin-left: 12px;
  width: 20px;
  height: 20px;
  border: 2px solid #b0aead;
  border-radius: 100%;
  cursor: pointer;
  /*overflow: hidden;*/
  margin-top: 12px;
}

.calendar .next-month:hover,
.calendar .prev-month:hover{
  border-color: #5ed1cc;
}
.calendar .prev-month:hover .fa{
  color: #5ed1cc;
}
.calendar .next-month:hover .fa{
  color: #5ed1cc;
}
/*年月样式*/
.calendar-title{
  color: #b0aead;
  font-size:17px;
}
/**
 * 设置下个月的按钮图标
 */
.calendar .next-month {
  float: right;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  border: 2px solid #b0aead;
  border-radius: 100%;
  cursor: pointer;
  /*overflow: hidden;*/
  margin-top: 12px;
}
/* 设置日历表格样式 */
.calendar-table{
  width: 100%;
  border-collapse: collapse;
  text-align:center;
}
 
/* 表格行高 */
.calendar-table tr{
  height: 37px;
  line-height: 37px;
}
/* 当前天 颜色特殊显示 */
.currentDay {
  color: red;
}
/* 本月 文字颜色 */
.currentMonth {
  color: #999;
}
/* 其他月颜色 */
.otherMonth{
  color: #ede;
}
.calendar .fa{
  display: block;
  color: #b0aead;
  margin-top:5px;
}
.calendar .fa-chevron-left{
  margin-right: 1px;
}
.calendar .fa-chevron-right{
  margin-left: 2px;
}


//轮播图
	.form-box .sr{height:35px;}
	.brandBottom{width: 100%;}
	.flex-viewport{overflow: hidden;position: relative;margin: 0 auto;}
	ul.img-list-top li{list-style: none; display:inline-block;position: absolute;opacity:0;}
	.img-list-top img{display:block;margin: 0 auto;}
	.flex-control-nav{position: absolute;bottom: 40px;width: 100%;text-align:center;}
	.flex-control-nav span{ display: inline-block;height:10px;width: 10px;border-radius:50%;background: #fff;border: 1px solid #000;opacity: 0.7;margin:0 10px;}
	.flex-control-nav .active{background: rgba(0,0,0,.8);}
	.brandWrapper{background: #EEEFEF;color: #000;text-align: center;width: 100%;height: 30px;color: rgb(89, 87, 87);font:14px/30px 微软雅黑;line-height:30px;}
	.flex-btn{position: absolute;line-height:30px;font-weight:900;width: 16px;cursor: pointer;height: 30px;display: none;bottom: 0px;}
	.flex-next{right:10px;}
	.flex-pre{left:10px;}