* { padding: 0; margin: 0; }

body.message-page-iframe {
  margin: 0;
  padding: 0;
  background: transparent;
  font-family: "微软雅黑", "Microsoft YaHei", sans-serif;
}

/* 留言列表 iframe：按原站 wxf_message/list.html 结构还原 */
.wxfWrap {
  width: 860px;
  margin: 0 auto;
}

.wxfWrap .wxfHead {
  width: 100%;
  height: 44px;
  font-size: 22px;
  line-height: 44px;
  color: #003d6a;
  border-bottom: 1px dashed #4c829f;
}

.wxfWrap .wxfItem {
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px dashed #dedede;
}

.wxfItem .wxfQandT {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #04557d;
}

.wxfQandT .wxfQuestion {
  width: 480px;
  float: left;
}

.wxfQandT .wxfTime {
  width: 80px;
  float: right;
}

.wxfItem .wxfReply {
  width: 100%;
  margin-top: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #a8a7a7;
}

.wxfEmpty,
.wxfError {
  padding: 18px 0;
  font-size: 14px;
  line-height: 20px;
  color: #a8a7a7;
}

.message-page {
  background: #f5f5f5;
}

.message-layout {
  width: 860px;
  margin: 0 auto;
}

.message-card {
  background: #fff;
  border: 1px solid #dedede;
}

.message-card__title {
  margin: 0;
  padding: 14px 18px;
  color: #fff;
  font-size: 20px;
  background: #03587f;
}

.message-list {
  margin: 0;
  padding: 18px;
  list-style: none;
}

.message-list li {
  padding: 16px 0;
  border-bottom: 1px dashed #dedede;
}

.message-list li:last-child {
  border-bottom: 0;
}

.message-meta {
  overflow: hidden;
  color: #a8a7a7;
  font-size: 14px;
}

.message-meta span {
  float: left;
}

.message-meta time {
  float: right;
}

.message-content {
  margin: 8px 0;
  font-size: 15px;
  color: #333;
  line-height: 24px;
}

.message-reply {
  margin-top: 10px;
  padding: 10px 12px;
  color: #03587f;
  background: #f0f7fb;
  border-left: 4px solid #03587f;
}

/* 我要留言弹窗 iframe：按原站 wxf_message/message.html 表格布局还原 */
.wxf_message {
  width: 700px;
  padding: 0 0 40px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}

.wxf_message .wxf_message_title {
  width: 96%;
  margin: 0 auto 30px;
  padding: 20px 0;
  border-bottom: 1px solid #e2e2e2;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #387eb1;
}

.wxf_message table {
  margin: 0 auto;
}

.wxf_message .wxf_message_gap {
  height: 20px;
}

.wxf_message .wxf_message_tar {
  width: 90px;
  font-size: 14px;
  text-align: right;
  color: #797979;
}

.wxf_message .wxf_message_input {
  padding: 2px 0;
}

.wxf_message .wxf_message_input input {
  width: 220px;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  font-family: "微软雅黑", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  outline: none;
  float: left;
  box-sizing: border-box;
}

.wxf_message .wxf_message_input textarea {
  width: 565px;
  height: 140px;
  padding: 10px;
  border-radius: 4px;
  font-family: "微软雅黑", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  resize: none;
  border: 1px solid #e2e2e2;
  line-height: 20px;
  outline: none;
  box-sizing: border-box;
}

.wxf_message .wxf_message_tips {
  width: 30px;
  line-height: 38px;
  text-align: left;
  padding-left: 5px;
  color: red;
  font-weight: bold;
  font-size: 14px;
}

.wxf_message .wxf_message_input img {
  height: 38px;
  margin-left: 15px;
  cursor: pointer;
  border-width: 0;
  border-radius: 4px;
  display: block;
  float: left;
}

.wxf_message .wxf_message_btn {
  width: 100%;
  text-align: center;
  padding-top: 50px;
}

.wxf_message .wxf_message_btn button {
  padding: 8px 30px;
  font-size: 15px;
  background-color: #387eb1;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  border: 0;
  font-family: "微软雅黑", "Microsoft YaHei", sans-serif;
}

.wxf_message .wxf_message_btn button:hover {
  background-color: #2b6792;
}
