.today,.notoday{
    width:100%;min-height: 100vh;overflow:hidden;position:relative;
}
.notoday-pic{
    width:8rem;
    height:8rem;
    border-radius:4rem;
    overflow:hidden;
    margin:0 auto;
    background:url("../images/todayQ.png");
    background-repeat:no-repeat;
    background-size:100% 100%;
    position:relative;
}
.notoday-picimg{
    width:100%;
    height: 100%;
    margin:0 auto;
    border-radius: 50%;
}
.notoday-rilibox{
    width:90%;height:40vh;margin:0 auto;
    background:url("../images/nobg.png");
    background-repeat:no-repeat;
    background-size:100%;
    background-position:0 33vh;
    position:relative;
}
.notoday-zhezhao{
    width:100%;height:100%;
    background:rgba(255,255,255,0.7);
    position:absolute;
    top:0;left:0;margin:auto;
}
.notoday-rili{
    width:100%;height:30vh;border:1px solid pink;
}
.notoday-text{
    width:85%;color:#E7255B;font-size:15px;line-height:30px;margin:0 auto;
    margin-top:5vh;
}
.notoday-text span{
    display:block;
    width:100%;text-align:center;
}
.notoday-button{
    width:226px;height:50px;margin:0 auto;background:url("../images/todayB.png");background-repeat:no-repeat;background-size:100% 100%;
}
.today-pic{
    padding: 4%;
    width: 64vw;
    height: 64vw;
    overflow:hidden;
    border-radius:50%;
    background:url("../images/love-head-img.png") 0 0 no-repeat;
    background-size:100%;
    margin:10% auto;
    position:relative;
}
.today-text span:first-child{
    color:#202020;font-size:14px;
}
.today-text span:last-child{
    color: #FF0000;font-size:12px;
}
.today-button-box{
    width:100%;height:84px;position:relative;
}
.today-button{
    width:226px;height:37px;margin:0 auto;border-radius:19px;background:#E7255B;
    margin-bottom:10px;text-align:center;color:#fff;line-height:37px;font-size:14px;
}
.today-buttonb{
    width:226px;height:37px;border-radius:19px;position:absolute;bottom:0;left:0;right:0;margin:auto;
}
