.formid{
    border: 1px solid #e8e8fd;
    padding: 0.3rem;
    border-radius: 6px;
    margin: 0;
}

.night .formid{
    border:1px solid #444;
}

.url2sitemapbut{
    width: 100%;
    display: block;
    height: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
    background-color: #06b672;
    color: #fff;
    border: 1px solid #06b672;
    margin-bottom: 0.5rem;
    border-radius: 6px;
    cursor: pointer;
}

.url2sitemapbut.demo{
    margin-bottom: 0;
    border: 1px solid #ddd;
    background-color: transparent;
    color: #444;
}

.night .url2sitemapbut.demo{
    border:1px solid #444;
    color: #aaa;
}

.zhaidivsres{
    max-width: 100%;
    margin-top: 1rem;
    width: 100%;
}

.zhaidivsres textarea {
    height: 20rem;
}