.container .index-extra {
    width: 340px;
    margin-left: 20px;
}


.container .index-middle .page-body{
    margin-left: 20px;
}

.page-body p{
    margin: 10px 0;
}

.container .input-wrapper {
    position: relative;
    border: none;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.08);
    height: 150px;
    outline: none;
    background-color: #fff;
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
    cursor: text;
    box-sizing: border-box;
    margin: auto 20px;
}

.container .input-wrapper:hover {
    border: none;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.container .input-wrapper textarea {
    background: transparent;
    border: none;
    box-sizing: border-box;
    outline: none;
    padding: 6px 8px;
    /*font-size: 16px;*/
    width: 100%;
    resize: none;
    height: 100%;

}

.container .input-wrapper .error {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    color: #f00;
}

.container .submit-wrapper {
    text-align: right;
    margin: 20px 20px 0px 0px;
}

.container .submit-btn {
    padding: 0 30px;
    background: #208eda;
    border-radius: 3px;
    border: 0;
    color: #fff;
    line-height: 44px;
}

.container .submit-btn:hover {
    opacity: 0.7;
}

.container img {
    margin: auto 0px;
    display: block;
}
.container .chat{
    width: 70%;
    height: 70%;
    margin-top: 10px;
}