.notification{
    background-image: url(../../../public/img/backimg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 840px;*/
    width: 100%;
    margin:30px 10%;
}

.notification-body{
    padding: 30px 20px;
}

.notification-body .text{
    /*font-family: PingFangSC-Regular;*/
    /*font-size: 1vw;*/
    color: #31353B;
    /*line-height: 2vw;*/
    margin-top: 20px;
}

.notification-body .btn{
    margin: 30px;
    float: right;
    cursor:pointer;
    width: 340px;
    height: 90px;
}
.title img{
    width: 100%;
    height: 100%;
}
.title{
    width: 501px;
    height: 60px;
}

.text div p{
    font-family: PingFangSC-Semibold;
    font-size: 24.1px;
    color: #31353B;
    text-align: justify;
    display: flex;
    justify-content: center;
    align-items: center;
}

#p2{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #31353B;
    line-height: 32px;
    text-indent: 2vw;
    justify-content:flex-start;
}

#p1{
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #31353B;
    justify-content: flex-start;
    margin-bottom: 5vh;
}

#p3{
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #31353B;
    line-height: 32px;
    text-indent: 2vw;
    justify-content:flex-start;
    margin-top: 8vh;
}

#p4{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 3vh;
}

#p4 img{
    margin-right: 4vw;
    width: 10vw;
    /*height: 20vh;*/
}

.footer{
    position: fixed;
    bottom: 0;
}
