body{
    background-color: #f2f2f2;
}
.notice_all{
    padding:0 0.4rem;
}
.notice_title{
    font-size:0.36rem;
    font-family:PingFang-SC-Medium;
    line-height:0.36rem;
    font-weight: bold;
    text-align: center;
    margin-top:0.55rem;
    margin-bottom: 0.4rem;
}
hr{
    height:1px;
    border:none;
    border-top:1px solid #ccc;
}
.notice_main{
    font-size:0.28rem;
    font-family:PingFang-SC-Medium;
    color:rgba(102,102,102,1);
    line-height:0.5rem;
}
.accept{
    width:98%;
    height:1rem;
    background:#33AB9F;
    border-radius: 0.1rem;
    font-size:0.38rem;
    font-family:PingFang-SC-Medium;
    color:rgba(255,255,255,1);
    line-height:1rem;
    text-align: center;
    margin: 0.5rem 0;
    margin-left: 1%;
}
.hz{
    font-size:0.32rem;
    font-family:PingFang-SC-Medium;
    color:rgba(102,102,102,1);
    line-height:0.32rem;
    text-align: center;
}
.declare{
    font-size:0.28rem;
    font-family:PingFang-SC-Medium;
    line-height:0.5rem;
    display: block;
    margin-top: 0.2rem;
    color:rgba(102,102,102,1);
}
.declarePic{
    text-decoration: none;
    color:rgba(24,144,255,1);
}