.removelogo-container{
    width: 75%;
    height: auto;
    background: #fff;
    margin: auto;
    margin-top: 10px;
    border-radius: 5px;
    padding: 10px;
}
.describe{
    text-align: center;
}
.removelogo-input{
    width: 80%;
    height: auto;
    min-height: 50px;
    margin: 0 auto;
}
.url{
    width: 100%;
    height: 37px;
    border-radius: 50px;
    padding: 0 0 0 10px;
    border: 1px solid #f96600;
}
.button-container{
    width: 100%;
    height: 50px;
    padding: 10px 0 10px 0;
}
.button-container>button{
    width: 22%;
    height: 50px;
    float: left;
    margin-left: 20px;
    border-radius: 50px;

    text-align: center;
    border: none;
}
/*.analysis{*/
    /*width: 10%;*/
    /*height: 41px;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
/*}*/
.font>p{
    width: 100%;
    height: auto;
    word-wrap:break-word;
    word-break:break-all;
    overflow: hidden;
}
/*自适应*/
@media screen and (max-device-width: 400px) {
    .url{
        width: 95%;
        border: 1px solid #ccc;
    }
    .button-container{
        height: auto;
    }
    .button-container>button{
        width: 100%;
        height: 50px;
        float: none;
        margin-left: 0;
        border-radius: 50px;
        margin-top: 10px;
        text-align: center;
        border: none;
    }
    .analysis {
        width: 29%;
    }
}
