@charset "utf-8"; 
.sc-calendar {
  width: 800px;
  height: auto;
  overflow: hidden;
  text-align: center;
  font-family: "Microsoft Yahei";
  color: #4A4A4A;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  font-size: 16px;
  position: relative;
}
/* 防止点击时间 */
.sc-calendar:after{
  content: "";
  display: block;
  width: 120px;
  height: 96px;
  position: absolute;
  top: 0;
  left: 210px;
  z-index: 5;
}
.sc-header {
  height: 120px;
  position: relative;
  background: url(dyhdrl_img18.png;vpn_img) center center no-repeat;
  text-align: center;
  width: 100%;
}
.sc-body {
  height: 93%;
  clear: both;
  padding: 0px 30px;
}
.sc-week {
  height: 76px;
  font-weight: 400;
  font-size: 20px;
  color: #4A4A4A;
  margin-bottom: 25px;
}
.sc-days {
  height: auto;
}
.sc-item {
  height: 72px;
  float: left;
  color: #565555;
  width: 14.285%;
  background-color: #ffffff;
  box-sizing: border-box;
  position: relative;
}
.sc-item.has-info .day-box{
  border-radius: 22.5px;
  background: #ffffff;
  border: 1px solid #ff1a1a;
}
.sc-item.has-info .day-box .day{font-weight: bold; color: #ff3726;}
.item-nolunar {
  padding-top: 20px;
}
.sc-item:nth-child(7n) .day, .sc-item:nth-child(7n+6) .day {
  color: #ff3726;
}
.sc-item:nth-child(7n):hover .day, .sc-item:nth-child(7n+6):hover .day {
  color: #FFF;
}
.sc-item.sc-selected:nth-child(7n) .day, .sc-item.sc-selected:nth-child(7n+6) .day {
  color: #FFF;
}
.sc-vocation {
  background-color: #FFEBEC;
}
.sc-mark{
  background-color: #E5FBFA;
}
.sc-vocation:before {
  content: '休';
  display: block;
  position: absolute;
  font-size: 0.7em;
  width: 1.2em;
  font-weight: 100;
  color: white;
  background-color: #E00808;
  margin-top: -10px;
}
.sc-othermenth {
  color: #C1C0C0 !important;
}
.sc-othermenth .day, .sc-othermenth .lunar-day {
  color: #c3c3c3 !important;
}
.sc-active-day, .sc-selected {
  color: #FFF;
}
.sc-item .day-box{width: 50px;height: 58px;margin: 0 auto;padding-top: 10px;cursor: pointer;}
.sc-item.sc-active-day .day-box, .sc-item.sc-selected .day-box{border-radius: 22.5px;color: #FFF; background-image: linear-gradient(#fe914e,#fc6b6e);}
.sc-today {color: #FFF;}
.sc-item.sc-today .day-box{border-radius: 22.5px;color: #FFF; background-image: linear-gradient(#fe914e,#fc6b6e);}

.sc-item .day {
  font-size: 23px;
}
.sc-today .day {
  color: #FFF !important;
}
.sc-item .lunar-day {
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
}
.sc-festival .lunar-day {
  /* color: #333333; */
}
.sc-festival:hover .lunar-day {
  color: #FFF;
}
.sc-festival.sc-selected .lunar-day {
  color: #FFF;
}
/*.sc-item:last-child, .sc-item:nth-child(7n) {
  border-width: 0 1px 1px 1px;
}*/

.sc-week-item {
  float: left;
  line-height: 76px;
  width: 14.285%;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 19px;
  font-weight: bold;
  color: #000000;
  border-bottom: 1px solid #c8c8c8;
}
.sc-item-small{
  font-size: 10px !important;
}
.sc-week-item:last-child {
  border-width: 1px 1px 1px 1px;
}
.sc-week-item:nth-child(7n), .sc-week-item:nth-child(7n+6) {
  color: #ff0124 !important;
}
.sc-actions {
  float: left;
  height: 120px;
  box-sizing: border-box;
  color: #ff3726;
  font-size: 30px;
  padding: 30px 0px;
}
.sc-actions:last-child {
  float: right;
}
.sc-actions-big{
  width: 50%;
}
@media screen and (max-width : 500px){
.sc-actions{
  width: 50%;
}
}
.sc-header select {
  border: none;
  appearance: none;
  font-size: 30px;
  color: #ff3726;
  height: 100%;
  background: none;
  text-align: center;
}
.sc-header input {
  border-color: rgba(0, 0, 0, 0);
  padding: 0.2em;
  appearance: none;
  font-family: "Microsoft Yahei";
  color: #606060;
}
.sc-actions div {
  display: inline-block;
  vertical-align: bottom;
  width: 28px;
  font-size: 24px;
  line-height: 120px;
  color: #ff1a1a;
  text-align: center;
}
.sc-actions .sc-yleft,.sc-actions .sc-yright{
  display: none;
}

.sc-actions .sc-mleft,.sc-actions .sc-mright{
  font-size: 86px;
  color: #ff1a1a;
  position: absolute;
  top: -8px;
  cursor: pointer;
  z-index: 99;
}
.sc-actions .sc-mleft{
  left: 263px;
}
.sc-actions .sc-mright{
  right: 263px;
}
.sc-return-today {
  display: block;
  width: 140px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #FFF;
  background: url(dyhdrl_img19.png;vpn_img) 102px center no-repeat;
  position: relative;
  margin: 5px 0px 0px 40px;
  text-align: left;
  padding-left: 20px;
  cursor: pointer;
}
@-webkit-keyframes moveFromTopFade {
  from { opacity: .3; height:0px; margin-top:0px; -webkit-transform: translateY(-100%); }
}
@-moz-keyframes moveFromTopFade {
  from { height:0px; margin-top:0px; -moz-transform: translateY(-100%); }
}
@keyframes moveFromTopFade {
  from { height:0px; margin-top:0px; transform: translateY(-100%); }
}

@-webkit-keyframes moveToTopFade {
  to { opacity: .3; height:0px; margin-top:0px; opacity: 0.3; -webkit-transform: translateY(-100%); }
}
@-moz-keyframes moveToTopFade {
  to { height:0px; -moz-transform: translateY(-100%); }
}
@keyframes moveToTopFade {
  to { height:0px; transform: translateY(-100%); }
}
.sc-return-today:before{content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity: 0.2; background: #ff3726; border: 1px solid #FFFFFF; border-radius: 20px;}
.sc-time {  display: none;  margin-top: 3px;  font-size: 0.8em;}
.sc-actions:nth-child(2)::before{  content: "-";  color: #FFF;  display: block;  font-size: 45px;  float: left;  line-height: 88px;  display: none;}
.sc-header .year{padding-left: 120px;}
.sc-selected{position: relative;}
.sc-selected:before{content: ''; width: 100%; height: 12px; position: absolute; left: 0; bottom: -18px; background: url(dyhdrl_img20.png;vpn_img) center top no-repeat;}
.sc-today{position: relative;}
.sc-today:before{content: ''; width: 100%; height: 12px; position: absolute; left: 0; bottom: -18px; background: url(dyhdrl_img20.png;vpn_img) center top no-repeat;}
.week{position: relative; height: auto; overflow: hidden; margin-bottom: 10px;}
.details {position: relative;width: 740px;height: auto;overflow: hidden; display: none;}
.details p{padding: 20px 36px;margin-top: 18px;display: block;color: #333333;font-size: 18px; line-height: 30px; height: auto;overflow: hidden;background: #f4fbff;border-radius: 10px;}
.details ul{padding: 20px 36px;margin-top: 18px;height: auto;overflow: hidden;background: #f4fbff;border-radius: 10px;}
.details ul li{width: 100%; height: auto; overflow: hidden; line-height: 35px; position: relative;}
.details ul li:before{content: '';width: 7px;height: 7px;position: absolute;left: 0;top: 50%;background: #FFFFFF;border: 1px solid #333333;border-radius: 50%;transform: translateY(-50%);}
.details ul li a{width: 97%;padding-left: 20px;display: block;height: 100%;color: #333333;font-size: 18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: left;}
.details ul li:hover:before{border: 1px solid #ff3726;}
.details ul li:hover a{color: #ff3726;}
.details.in {-webkit-animation: moveFromTopFade .5s ease both;  -moz-animation: moveFromTopFade .5s ease both;  animation: moveFromTopFade .5s ease both;}
.details.out {-webkit-animation: moveToTopFade .5s ease both;  -moz-animation: moveToTopFade .5s ease both;  animation: moveToTopFade .5s ease both;}
