* { margin: 0; padding: 0; }
body { font-family: "Microsoft Yahei"; font-size: 12px; color: #888; }
a, a:hover { color: #888; text-decoration: none; }
ul, li { list-style: none; }

.calendar {
  display: none;
  width: 350px;
  padding: 10px;
  margin: 30px auto 0;
  background-color: #fafafa;
  border-radius: 6px;
}
.calendar-title {
  position: relative;
  height: 30px;
  line-height: 30px;
  padding: 10px 0;
}
.calendar-title a.title {
  display: inline-block;
  font-size: 26px;
  text-indent: 10px;
}
#backToday {
  position: absolute;
  left: 70%;
  top: 8px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-color: rgb(255, 128, 142);
  font-size: 18px;
}
.calendar-title .arrow {
  position: absolute;
  top: 10px;
  right: 0;
  width: 50px;
}
.calendar-title .arrow span {
  color: #ddd;
  font-size: 26px;
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.calendar-title .arrow span:hover {
  color: #888;
}
.calendar-title .arrow-prev {
  float: left;
}
.calendar-title .arrow-next {
  float: right;
}
.calendar-week,
.calendar-date {
  overflow: hidden;
}
.calendar-week .item,
.calendar-date .item {
  float: left;
  width: 14%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.calendar-week {
  padding-bottom: 6px;
  border-bottom: 1px solid rgb(255, 128, 142);
  font-weight: bold;
  font-size: 16px;
}
.calendar-date {}
.calendar-date .item {
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
}
.calendar-date .item:hover,
.calendar-date .item-curMonth:hover {
  background-color: #f0f0f0;
}
.calendar-date .item-curMonth {
  color: #333;
}
.calendar-date .item-curDay,
.calendar-date .item-curDay:hover {
  color: #fff;
  background-color: rgb(255, 128, 142);
}
/* .calendar-today {
  display: none;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 90px;
  height: 48px;
  padding: 6px 10px;
  background-color: rgb(255, 128, 142);
  border-radius: 5px;
}
.calendar-today .triangle {
  position: absolute;
  top: 50%;
  left: -16px;
  margin-top: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent rgb(255, 128, 142) transparent transparent;
}
.calendar-today p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
} */


/* 自定义样式 */
.calendar {
/* width: 570px; */
	width: 100%;
	padding: 0px;
  		margin: 0px;
  		background: #eaebee;
}
.calendar-date .item {
	border-radius: 0;
}
.calendar-date .active {
	line-height: 45px;
	border: 2px solid rgb(186,150,98);
    width: 13%;
    height: 46px;
    color: #333;
  		background-color: rgb(255,246,229);
  	/* margin: 0px 15px 0px 15px; */
}
.calendar-date .item-curDay, 
.calendar-date .item-curDay:hover {
	color: #D78D42;
	background-color: rgba(255,246,229,0);
	/* border: 2px solid rgb(186,150,98);
    width: 46px;
    height: 46px;
    color: #333;
  		background-color: rgb(255,246,229); */
}
.calendar-week .item, .calendar-date .item {
	/* margin: 0px 15px 0px 15px; */
}
.calendar-title .arrow {
	right: 15px;
}
/* .calendar-date .item-hasEvent,
.calendar-date .item-hasEvent:hover {
	color: #fff;
  		background: rgb(98,183,253);
} */
.right_bottom_Triangle {
	width: 34px;
    height: 0;
    border-width: 15px 15px 0px 0px;
    border-style: solid;
    border-color: transparent #F58612 transparent transparent;
    margin: 0px auto;
    position: relative;
    bottom: 16px;
}
.right_bottom_Triangle_expired {
	border-color: transparent #C3C2C0 transparent transparent;
}
.right_bottom_Triangle_active {
	width: 33px;
	bottom: 12px;
}
.calendar-title .arrow span {
	color: rgb(255, 128, 142);
}