.input{
    line-height: 30px;
    font-size: 12px;
    width: 100%;
    letter-spacing: 1px;
    text-indent: 5px;
    border-radius: 2px;
    border: 1px solid #bbb;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
}
.title-1{
    font-weight: 600 !important;
    letter-spacing: .1em;
}
.title{
    font-weight: 700;
    font-size: 1.2em;
}
.span{
    font-weight: 500;
}

.sep{
    width: 100%;
    line-height: 20px;
    height: 20px;
    padding-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}