body {
  background: #fff;
}
.main {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 36px;
}

.o_top{
  line-height: 60px;
  color: #3b68b0;
  overflow: hidden;
  height: auto;
}

.o_top a, .o_top a:visited, .o_top a:link{
  color: #3b68b0;
}

.o_top .right {
  float: right;
}

.suggestion-banner {
	height: 133px;
  line-height: 133px;
  background: #cf0f0f url(../images/suggestion_bg_1.jpg) left top repeat;
  text-align: center;
  margin-bottom: 29px;
}

.suggestion-banner span {
  display: inline-block;
  vertical-align: middle;
}

.suggestion-banner .big {
  font-size: 28px;
  color: #ffedd2;
  font-weight: bold;
}

.suggestion-banner .middle {
  color: #FFF;
  font-weight: bold;
  font-size: 45px;
}

.suggestion-banner .small {
  font-size: 30px;
  color: #fff;
  padding-right: 43px;
  /* margin-left: 93px; */
  background: url(../images/letter.png) right center no-repeat;
}

.suggestion-letter-box {
  border: solid 5px #3f6db6;
  background: #fff url(../images/suggestion_bg_2.jpg) left top repeat;
  padding: 45px 77px;
  font-size: 18px;
  font-weight: bold;
  color: #003399;
  margin-bottom: 37px;
}


.suggestion-letter-more {
  display: none;
}

.suggestion-letter-less .see-more {
  font-size: 14px;
  color: #3c6cb5;
  cursor: pointer;
}

.leaveing-messages-box {
  margin-bottom: 33px;
}

.messages-title {
  width: 150px;
	height: 50px;
	line-height: 50px;
	background-color: #3f6db6;
  border-radius: 5px 5px 0px 0px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.messages-box {
  background-color: #eef0f2;
  border-top: #3f6db6 2px solid;
  padding: 15px 15px 0;
  overflow: hidden;
}

textarea {
  border: none;
  display: block;
  width: 100%;
  min-height: 110px;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form p {
  margin-bottom: 18px;
  overflow: hidden;
}


input {
  width: 250px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 8px;
  line-height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  width: 124px;
	height: 42px;
	line-height: 42px;
	background-color: #3f6db6;
  border-radius: 7px;
  border: none;
  font-size: 24px;
  color: #ffffff;
  float: right;
  cursor: pointer;
}

.messages-container {
  border-top: 1px dashed #999;
  padding: 40px 0;
  overflow: hidden;
}

.messages-container p {
  margin-bottom: 18px;
  overflow: hidden;
}

.messages-container:first-child {
  border-top: none;
  padding-top: 10px;
}

.user-name {
  font-size: 18px;
  font-weight: bold;
  color: #003399;
  margin-bottom: 10px;
}

.content-box {
  background-color: #fff;
  padding: 15px 0;
  margin-bottom: 20px;
}

.content-box button {
  margin-right: 25px;
}

.reply-content {
  border-top: 1px solid #fff;
  padding-top: 10px;
}

.reply-content:first-child {
  border-top: 0;
}

.content {
  padding: 15px 25px;
  color: #666666;
}
.reply-list {
  font-size: 14px;
  line-height: 28px;
  padding: 10px 25px;
  background: #eee;
  overflow: hidden;
  margin: 0 25px;
}
.reply-list .content {
  margin-bottom: 0;
}

.reply-list .user-name {
  margin-bottom: 0;
  font-size: 16px;
}
.messages-container button {
  width: 80px;
	height: 33px;
  line-height: 33px;
  font-size: 18px;
}

.rd-list .user-name {
  color: #cc0000;
}

.rd-list .content {
  color: #cf0f0f;
}

.reply-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: rgba(0,0,0, 0.8);
  display: none;
}


.reply-box .close {
  font-size: 80px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 430px;
  margin-top: -230px;
  cursor: pointer;
}

.reply-box .messages-box {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -400px;
  margin-top: -143px;
  width: 800px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 2px #666;
          box-shadow: 5px 5px 2px #666;
  padding: 40px;
  background: #fff;
}

.reply-box textarea {
  height: 110px;
  background: #eef0f2;
}

.reply-box input {
  background: #eef0f2;
}