.putonginut{
    width: 357px;
    font-size: 14px;
    color: #808080;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    border: 1px #808080 solid;
    /* display: block; */
    margin-bottom: 19px;
}
.putongtexts{
    width: 100%;
    font-size: 14px;
    color: #808080;
    height: 118px;
    line-height: 24px;
    padding: 10px;
    border: 1px #808080 solid;
    resize: none;
    margin-bottom: 19px;
    /* display: block; */
}
.nayi button{
    width: 150px;
    height: 44px;
    border-radius: 3px;
    background: #e54b4b;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border: none;
    display: block;
}