.viewcon {
  width: 940px;
  word-break: break-all;
  color: rgb(85, 85, 85);
  float: left;
  line-height: 30px;
  font-size: 14px;
  min-height: 500px;
  background: rgb(255, 255, 255);
  overflow: hidden;
  margin: 0px 12px 36px;
  padding: 0px 20px 20px;
}

.message {
  float: left;
  padding-left: 100px;
}

.message input,
.message textarea {
  margin-left: 15px;
  float: left;
  margin-bottom: 14px;
  line-height: 32px;
  height: 32px;
  text-indent: 10px;
  color: rgb(26, 29, 34);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(26, 29, 34);
  border-image: initial;
  border-radius: 2px;
}

.message textarea {
  height: 177px;
}

.message .subbut {
  width: 442px;
  height: 32px;
  line-height: 32px;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-family: "microsoft yahei";
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  background: rgb(34, 44, 80);
  border-radius: 3px;
}