@charset "UTF-8";

.daily-check {
    width: 100%;
    background: #fff;
}

.daily-bg{
    width: 100%;
    height: 440px;
    background: url('../images/daily/daily-bg.png') no-repeat center;
    background-size: 100% 100%;
}

.daily-header{
    display: flex;
    align-items: center;
    height: 44px;
    padding:65px 14px 0px 14px;
    color: #fff;
    line-height: 44px;
}

.go-back{
    width: 36px;
    height: 36px;
    background: url('../images/down-arr.png') no-repeat;
    background-size: 100% 100%;
    transform: rotate(90deg);
    vertical-align: middle;
}

.go-md{
    width: 87px;
    height: 46px;
    display: block;
    background: url('../images/daily/red-md.png') no-repeat;
    background-size: 100% 100%;
    margin:50px 0px 0px 50px;
    position: relative;
    z-index: 100;
}

.title{
    text-align: center;
    flex: 1;
}

.calendar-box{
    width: 355px;
    height: 536px;
    background: url('../images/daily/calendar-bg.png') no-repeat;
    background-size: 100% 100%;
    margin:-50px auto;
    position: relative;
    padding:13px 20px;
}

.left-top{
    position: absolute;
    top:65px;
    left: 13px;
}

.sign-text{
    font-size: 14px;
    color: #333;
}

.sign-num{
    color: #7058FF;
    font-weight: 550;
    font-size: 16px;
}

.sign-btn{
    width: 113px;
    height: 27px;
    background: linear-gradient(#ECB7FF,#6B53FF);
    margin-top: 6px;
    text-align: center;
    line-height: 27px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
}

.sign-gray{
    width: 113px;
    height: 27px;
    background: #ccc;
    margin-top: 6px;
    text-align: center;
    line-height: 27px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
}

.check-detail{
    width: 113px;
    height: 27px;
    background: #E96F6F;
    margin-top: 6px;
    text-align: center;
    line-height: 27px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    display: none;
}

.sign-tips{
    color: #FF004D;
    font-size: 12px;
    margin:5px 0px;
}

.rules {
    margin-top: 216px;
    padding: 0px 17px 10% 17px;
}

.rules-title {
    width: 314px;
    height: 29px;
    margin:0 auto 20px;
    text-align: center;
    line-height: 29px;
    background: url('../images/daily/rules-title.png') no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 14px;
}
.rules-list li{
    margin:0px 0px 5px 0px;
}
.rules-list li{
    font-size: 14px;
}

.red-span{
    color: #EC7895;
    font-size: 14px;
    font-family: 'PingFang SC';
}

.gray-span{
    color: #333;
    font-size: 14px;
    font-family: 'PingFang SC';
}
.right-span{
    line-height: 23px;
    margin-bottom: 5px;
}

.gray-span2{
    line-height: 26px;
}

.Calendar {
    background: #fff;
    width: 100%;
    margin:135px auto;
    border-radius: 8px;
    box-shadow: inset 0px 0px 5px 1px #B880FF;
    padding:20px 17px;
  }
 
  .Calendar #toyear {
    margin: 0 auto;
    padding:10px 0 0px 0px;
    text-align: center;
    color: #801CFF;
    font-size: 18px;
    font-weight: 600;
    background: #F8E1FF;
    border-radius: 8px 8px 0px 0px;
  }
  .Calendar #toyear .year-month {
    height: 100%;
    line-height: 2.5rem;
  }
  .Calendar #toyear #idCalendarPre,
  .Calendar #toyear #idCalendarNext {
    width: 24px;
    height: 24px;
  }
  .Calendar #toyear #idCalendarPre{
    background: url('../images/daily/arrow-left.png') no-repeat;
    background-size: 100% 100%;
    margin-left: 46px;
  }
  .Calendar #toyear #idCalendarNext{
    background: url('../images/daily/arrow-right.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 46px;
  }
  .Calendar #toyear #idCalendarNext
  .Calendar table,
  .Calendar tr,
  .Calendar td {
    border: 0;
  }




  
  .Calendar table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .Calendar table tr {
    text-align: center;
  }
 
  .Calendar table tr.tou{
    background: #F8E1FF;
    border:none;
    border-color: initial;
  }
  .Calendar table th{
    border: none;
    background: #f8e1ff;
    color: #C99BFF;
    height: 38px;
  }
  .Calendar table tr td span {
    margin: 0 auto;
    display: block;
    line-height: 38px;
    width: 38px;
    height: 38px;
    font-size: 18px;
    border-radius: 100%;
    color: #333;
  }
  .Calendar table tr .onToday span {
    background: #FBEEFF;
    color: #FF9898;
    border-radius: 10px;
    position: relative;
  }

  .Calendar table tr .onActive span {
    background-image: linear-gradient( #FFC277  0%, #FEA799 33.8%,#FF84A8 65.63%,
    #FE69B4 97.4%);
    color: #fff;
    border-radius: 10px;
    position: relative;
  }

  .Calendar table tr .onGray span {
    background: rgba(255, 255, 255, .2);
    color: #B6B6B6;
    border-radius: 10px;
    position: relative;
  }

  .Calendar table tr .onToday span::after{
    content: "";
    width: 14px;
    height: 14px;
    background: url('../images/daily/icon-active.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
  }

  .sign-ok{
    width: 258px;
    height: 46px;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top:10%;
    left:50%;
    transform: translateX(-50%);
    z-index: 100;
    border-radius: 4px;
    padding:0 32px;
  }
  .icon-img{
    margin-right: 5px;
    width: 27px;
    height: 27px;
    display: block;
  }

  .sign-dialog,.no-dialog{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: none;
}
.c-dialog .title,.no-dialog .title{
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 100px;
}

.c-dialog .info,.no-dialog .info{
  padding:0 20px;
}

.c-dialog .info .info-title,.no-dialog .info .info-title{
  font-size: 15px;
  text-align: center;
  padding-top: 20px;
  color: #FF4444;
}

.c-dialog  .info .info-span,.no-dialog  .info .info-span{
  font-size: 14px;
  color: #666;
  padding-top:14px;
  line-height: 20px;
  text-align: center;
}

.c-dialog  .info .info-span img{
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0px 5px;
}

.c-dialog{
  z-index: 10000000;
}

.paopao{
  color: #5D94E8;
  text-decoration: underline;
}

#know-btn{
  background: #FD6C90;
  border:none;
  width: 131px;
  height: 30px;
  color: #fff;
  text-align: center;
  margin:20px auto;
  display: block;
  border-radius: 25px;
}

#know-btn{
  margin:54px auto;
}
.bottom-btns{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom-btns{
  margin-top:20px;
  padding:0 10px;
}
.bottom-btns button{
  width: 106px;
  height: 30px;
  display: block;
  border:none;
  border-radius: 20px;
  color: #fff;
}

.bottom-btns #receive-btn{
  width: 106px;
  height: 30px;
  background: #FD6C90;
}

.bottom-btns button:last-child{
  background: #66B6FF;
}