#app .title{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding:20px 0;
}
#app .title span{
    display: block;;
}
#app .line{
    width:100%;
    height: 3px;
    background: #53a4f4;
}
#app .otherpolitics{
    width:100%;
    height: 50px;
    text-align: center;
}
#app .otherpolitics  input{
    width:92%;
    outline: none;
    border: none;
    border-bottom: 1px solid #eee;
    height: 40px;
}
#app .form-input{
    padding: 10px 10px;
    color:#646566;
}
#app .form-input .star{
    color: #ee0a24;
}
#app .info{
    width:98%;
    background: rgb(247, 248, 250);
    padding:5px;
}
#app .contain .del{
    color:rgb(112, 112, 112);
    display: flex;
    justify-content: space-between;
}
#app .contain .del{
    margin-top: 10px;
}
#app .contain .info{
    margin:10px 0;
}
#app .contain .info>div,#app .contain .info p{
    margin:10px 0;
}
#app .contain  input{
    width:98%;
    height: 30px;
    outline: none;
    border: 1px solid rgb(221, 229, 237);
}
.nodata{
    width:100%;
    text-align: center;
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    margin:auto;
    
}
.nodata p{
    width:60%;
    margin:0 auto;
    top:50%;
    position: relative;
    margin-top:-18px;
}