.date_box {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  min-height: 425px;
}
.date_box .date_center {
  padding: 0;
}
.date_box .date_header {
  height: 35px;
  background: #EC6827;
  border: 1px solid #EC6827;
  margin-top: 20px;
}
.date_box .date_header .week_item {
  line-height: 35px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.date_box .day_item .day_list .today {
  border: none;
  position: relative;
}
.date_box .day_item .day_list .today * {
  color: #FFFFFF !important;
  font-weight: bold !important;
}
.date_box .day_item .day_list .today:after {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  background: #EC6827;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.date_box .day_item .day_list .ishas_info:after {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  background: #EC6827;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.date_box .day_item .day_list .ishas_info * {
  color: #EC6827 !important;
  font-weight: bold !important;
}

.date_box .day_item .day_list .ishas_info:hover * {
  color: #ffffff !important;
  font-weight: bold !important;
}
/*.date_box .day_item .day_list .day_center:hover {
  background: transparent;
}
.date_box .day_item .day_list .day_center:hover * {
  color: #DD4D1D !important;
  font-weight: bold !important;
}*/
.date_box .date_top {
  height: 54px;
}
.date_box .date_top .date_action {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 100%;
  position: relative;
}
.date_box .date_top .date_action span {
  width: 140px;
  background: transparent;
  border: none;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  height: auto;
}

.layui-icon-triangle-r:before {
  content: "\e602";
  font-size: 20px;
  color: #ffffff;
}

.layui-col-space10 {
  margin: 0;
}

.warp_box {
  /*width: 700px;*/
  width: 0;
  height: 540px;
  background: url("../images/calendar_bg1.png") no-repeat center center;
  box-sizing: border-box;
  padding: 0 45px;
  position: absolute;
  top: -75px;
  margin: 0;
  left: 100px;
  /*transform: scale(0);*/
  transition: all 0.3s ease-in-out 0s;
  /*transform-origin: 0 20%;*/
  opacity: 0;
  overflow: hidden;
}
.todayInfo_swiper .swiper-slide{
	width:540px;
}
.today_info {
  width: 90%;
  height: 56px;
  display: flex;
  align-items: center;
  margin-top:20px;
}
.today_info span {
  font-size: 18px;
  color: #0266be;
  font-weight: bold;
}
.today_info p {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  /*white-space: nowrap;*/
}
.today_info a {
  display: flex;
  align-items: flex-start;
}

.dailyActivity {
    width: 720px;
    margin: 0 auto;
    position: absolute;
    box-sizing: border-box;
    top: 216px;
    z-index: 999;
    left: -100px;
}
.dailyActivity .daily_tit {
  width: 101px;
  height: 104px;
  background: url("../images/dailyActivity_bg1.png") no-repeat center center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  z-index: 99;
}
.dailyActivity .daily_tit span {
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0em;
    color: #333333;
    margin-top: 15px;
}
.dailyActivity .daily_tit label {
    font-family: SourceHanSansCN-Bold;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: 0em;
    color: #333333;
}
.dailyActivity .daily_tit img {
  margin-top: 15px;
}
.dailyActivity .daily_tit .strip {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #B83E26;
  background: #ffffff;
  color: #B83E26;
  font-family: "Microsoft YaHei";
  text-align: center;
  line-height: 18px;
  left: -6px;
  top: 32px;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	right:0 !important;
	text-align:right;
}
