.main {
  background-color: white;
}
.main .topwrap {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.main .topwrap .title {
  float: left;
}
.main .topwrap .title span {
  font-size: 30px;
  color: #cf0000;
  display: inline-block;
}
.main .topwrap .title em {
  padding-left: 12px;
  font-size: 14px;
  color: #999999;
  display: inline-block;
}
.main .topwrap .title em:before {
  content: "/";
  display: inline-block;
  color: #999999;
  font-size: 14px;
  padding-right: 5px;
}
.main .topwrap .Crumbs {
  float: right;
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}
.main .bottomwrap {
  margin-top: 40px;
}
.main .bottomwrap .pull-left {
  width: 780px;
}
.main .bottomwrap .pull-left .messagelist .list {
  margin-bottom: 20px;
}
.main .bottomwrap .pull-left .messagelist .list .imagebox {
  width: 46px;
  float: left;
}
.main .bottomwrap .pull-left .messagelist .list .imagebox img {
  display: block;
  width: 36px;
  height: 36px;
}
.main .bottomwrap .pull-left .messagelist .list .textbox {
  width: 734px;
  float: right;
}
.main .bottomwrap .pull-left .messagelist .list .textbox .username {
  font-size: 14px;
  text-align: left;
  margin-bottom: 5px;
}
.main .bottomwrap .pull-left .messagelist .list .textbox .username .time {
  font-size: 12px;
  font-weight: 400;
  float: right;
  padding-top: 3px;
}
.main .bottomwrap .pull-left .messagelist .list .textbox .problem {
  font-size: 14px;
  line-height: 22px;
}
.main .bottomwrap .pull-left .messagelist .list .textbox .Answer {
  min-height: 20px;
  line-height: 20px;
  padding: 20px;
  font-size: 14px;
  border: 1px solid #e4eaec;
  background-color: #f3f7f9;
  margin-top: 10px;
  border-radius: 3px;
}
.main .bottomwrap .pull-right {
  width: 370px;
}
.main .bottomwrap .pull-right .messageform .login-input {
  width: 358px;
  height: 36px;
  border: 1px solid #e4eaec;
  background-color: #fff;
  margin-bottom: 15px;
}
.main .bottomwrap .pull-right .messageform .login-input input {
  width: 346px;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  display: block;
  padding-left: 12px;
  color: #76838f;
}
.main .bottomwrap .pull-right .messageform .login-textarea {
  width: 358px;
  height: 36px;
  background-color: #fff;
  margin-bottom: 15px;
}
.main .bottomwrap .pull-right .messageform .login-textarea textarea {
  width: 346px;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  display: block;
  padding-left: 12px;
  color: #76838f;
  border: 1px solid #e4eaec;
}
.main .bottomwrap .pull-right .messageform .login-codebox {
  width: 358px;
  height: 36px;
  border: 1px solid #e4eaec;
  background-color: #fff;
  margin-bottom: 15px;
  position: relative;
}
.main .bottomwrap .pull-right .messageform .login-codebox input {
  width: 250px;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  display: block;
  padding-left: 12px;
  color: #76838f;
  border-right: 1px solid #e4eaec;
}
.main .bottomwrap .pull-right .messageform .login-codebox .code {
  display: block;
  width: 80px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;

}
.main .bottomwrap .pull-right .messageform .login-codebox .code img {
  display: block;
  width: 100%;
  margin-top:-20px;
}
.main .bottomwrap .pull-right .messageform .btn {
  width: 358px;
  background: #37474f;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}

/*# sourceMappingURL=Message-Board.css.map */
