body{
    color: #000;
    /* background-color: rgba(30, 29, 43, 1); */
    margin:2rem 1.5rem;
}
.title{
    display: flex;
    justify-content: center;
    font-size:1.5rem;
    font-weight: 700;
    margin:.5rem 0 1rem 0;
}
.title2{
    display: flex;
    justify-content: center;
    font-size: .8rem;
    font-weight: 800;
    align-items: center;
}
.title2-txt{
    margin:0 5px;
}
.title2-r,.title-l{
    width:15%;
    height:2px;
    background-color: #fff;
}
.content{
    margin-top:1rem;
    font-size: .8rem;
    color: #999;
    font-weight: 400;
    font-style: normal;
    max-height:70vh;
    overflow: scroll;
}
.button-div{
    display: flex;
    justify-content: center;
    margin:1rem 0;
}
.button-div div{
    display: flex;
    justify-content: center;
    font-size: .8rem;
    padding:.5rem 0;
    width:100%;
    border-radius: .2rem;
    background-color: rgba(18, 102, 250, 1);
    color: #fff;
}
.hui{
    background-color: rgba(102, 102, 102, 1)!important;
}
.footer{
    display: flex;
    justify-content: center;
    font-size: .7rem;
}
.footer input{
    margin-right:5px;
}
/**  修改弹窗css **/
.pop_tip1{
    left:0;
}
.pop_tip{
    left:0;
}
/**----------------------**/