body {
  min-height: 1000px;
}

@media (min-width: 1200px) {
  .my-container {
    max-width: 960px;
    background-color: #fff;
  }
}

.navbar-static-top {
  margin-bottom: 19px;
  background-color: #ef3939;
}
.navbar-static-top .navbar-brand,
.navbar-static-top .navbar-nav > li > a  {
  color: #fff;
}
.navbar-static-top .navbar-brand:hover,
.navbar-static-top .navbar-nav > li > a:hover  {
  color: #fff;
  background-color: #ff3c1f;
}

.my-search{
  /*max-width: 640px;*/
  margin: 0 auto 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.my-search .form-control,
.my-search button {
  width: 100%;
  /*border-radius: 1px;*/
  padding: 6px 12px;
  font-size: 14px;
  height: 36px;
}
.my-search .col-xs-9,
.my-search .col-sm-9,
.my-search .col-md-9,
.my-search .col-xs-3,
.my-search .col-sm-3,
.my-search .col-md-3 {
  padding: 1px;
}
#postbox {
	/* padding-top: 0; */
}
.seek-list {
  border-bottom: 1px #ccc solid;
}
.seek-list * {
  /*font-size: 12px;*/
  letter-spacing: 1px;
}
.seek {
  margin: 0 auto;
  /* padding: 0 10px; */
  /*border-top: 4px #0081bc solid;*/
  letter-spacing: 1px;
}
.seek .head-pic:hover {
  background-position: 0 42px;
}
.seek .box {
  position: relative;
  padding: 15px 20px 10px;
  /* border-bottom: 1px #ccc solid; */

  border-radius: 5px;
  border: 1px #ddd solid;
  background-color: #f8f8f8;
  margin-bottom: 15px;
}
.seek .no-login-tip{
  border: 1px #ccc solid;
  padding: 10px 20px;
  border-radius: 5px;
  margin:20px 0;
  background-color: #f2f2f2;
}
.seek .no-login-tip a{
  color: #EB444C;
}
.seek .message-content {
  padding-bottom: 10px;
  word-break:break-all;
  word-wrap:break-word;
  color: #000;
  font-size: 14px;
}
.seek .message-content * {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.seek .message-post textarea {
  width: 100%;
  padding: 1%;
  height: 72px;
  line-height: 24px;
  border: 1px #ccc solid;
  border-radius: 5px;
}
.seek .userinfo {
  padding-bottom: 10px;
  font-size: 14px;
  color: #999;
  font-weight: bold;
}
.seek .userinfo .time {
  font-weight: normal;
  float: right;
  font-size: 12px;
  color: #ccc;
}
/*.seek .userinfo a {
  color: #324fe1;
}*/
.seek .btn-reply {
  font-size: 12px;
  color: #999;
}
.seek .replies {
  font-size: 14px;
  padding-left: 50px;
}
.seek .replies blockquote {
  background-color: #FFF;
}
.seek .item {
  position: relative;
  /* padding:10px 15px 10px 15px; */
  /* margin-bottom: 10px; */
  /* border-radius: 5px;
  border: 1px #ddd solid;
  background-color: #f8f8f8; */
}
.seek .avatar {
  position: absolute;
  top: 20px;
  left: 10px;
  background-color: #ccc;;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.seek .avatar img{
  display: block;
  margin: 0;
  padding: 0;
  height: 40px;
  width: 40px;
  vertical-align: middle;
  border-radius: 50%;
}
.seek .post-replies {
  display: none;
  padding-left: 50px;
}
.seek .post-replies textarea {
  width: 100%;
  padding: 1%;
  height: 72px;
  line-height: 24px;
  border: 1px #ccc solid;
  border-radius: 5px;
}
.turn {
  line-height: 22px;
  padding: 0 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: white;
  border-radius: 3px;
  border: 1px #ccc solid;
}
.turn p, .turn a, .turn b {
  cursor: pointer;
  display: block;
  float: left;
  color: #515558;
  margin: 5px 2px;
  padding: 5px 12px;
  font-weight: bold;
  font-size: 14px;
}
.turn a:hover, .turn p {
  color: #fff;
  background: #515558;
  border-radius: 5px;
}
.turn p {
  background: #EB444C;
}
