@CHARSET "UTF-8";

/* ========== 文章详情正文（与旧站 16px 微软雅黑一致） ========== */
.news_detail > .content {
  font-family: "Microsoft YaHei", 微软雅黑, sans-serif;
  font-size: 16px;
  line-height: 3em;
  color: #333;
}

.news_detail > .content > p,
.news_detail > .content > div {
  text-indent: 2em;
  line-height: 3em;
  margin: 0 0 0.5em;
  font-size: 16px;
}

/* 案例卡片：图片悬停「查看详情」与遮罩同属链接，可点击进内页 */
.case-list1 li > a {
  display: block;
  position: relative;
}
.case-list1 li .xq {
  cursor: pointer;
}

/* ========== 左下角「请您留意」浮窗 ========== */
#l_div {
  width: 222px;
  position: fixed;
  left: 2px;
  bottom: 0;
  z-index: 99998;
  background: none;
}

#l_top {
  height: 1px;
  font-size: 0;
  line-height: 1px;
  margin: 0 2px;
  background: #ed2b36;
}

#l_mid {
  height: 1px;
  font-size: 0;
  line-height: 1px;
  margin: 0 1px;
  background: #ed2b36;
}

#l_bot {
  background: #ed2b36;
  height: 31px;
  line-height: 31px;
  padding-left: 9px;
  font-size: 16px;
  color: #000;
}

.l_message {
  display: none;
}

/* ========== 左右浮窗表单布局（对齐原站 model.css） ========== */
#m_div .w_title,
#l_div .w_title {
  width: 222px;
  height: 33px;
}

#m_div .w_message,
#l_div .w_message {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 238px;
  padding: 3px 7px 27px;
  overflow-x: hidden;
  overflow-y: auto;
  background-size: 100% 100%;
}

/* 留言提示（原站为浮在留言框上，不占高度） */
#m_div .index_message,
#l_div .index_message {
  position: relative;
  height: 65px;
}

#m_div .d_label,
#l_div .d_label {
  position: absolute;
  top: 6px;
  left: 8px;
  width: 176px;
  line-height: 18px;
  padding: 0;
  font-size: 12px;
  color: #ccc;
  z-index: 1;
  pointer-events: none;
}

#m_div .index_message:focus-within .d_label,
#l_div .index_message:focus-within .d_label,
#m_div .index_message.has-text .d_label,
#l_div .index_message.has-text .d_label {
  display: none;
}

/* 留言内容 */
#m_div .w_message textarea[name="content"],
#l_div .w_message textarea[name="content"] {
  display: block;
  width: 192px;
  height: 65px;
  margin-top: 0;
  padding: 2px 4px;
  box-sizing: border-box;
  resize: none;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #ccc;
  background: #fff;
  position: relative;
  z-index: 2;
}

/* 姓名 / 电话 / 地址 行 */
#m_div .name_input,
#l_div .name_input {
  width: 204px;
  height: 22px;
  margin-top: 5px;
  border: 1px solid #ccc;
  background: #fff;
  overflow: hidden;
}

#m_div .input_left,
#l_div .input_left {
  float: left;
  width: 40px;
  height: 22px;
  line-height: 22px;
  text-align: center;
}

#m_div .input_right,
#l_div .input_right {
  float: right;
  width: 162px;
  height: 22px;
  position: relative;
}

/* 占位标签会挡住输入，浮窗内隐藏，改用 placeholder */
#m_div .input_right .m_label,
#l_div .input_right .m_label {
  display: none !important;
}

#m_div .w_message input[name="name"],
#m_div .w_message input[name="contact"],
#m_div .w_message input[name="address"],
#l_div .w_message input[name="name"],
#l_div .w_message input[name="contact"],
#l_div .w_message input[name="address"] {
  width: 156px;
  height: 22px;
  line-height: 22px;
  padding: 0 4px;
  margin: 0;
  border: none !important;
  background: #fff;
  box-sizing: border-box;
}

/* 验证码 */
#m_div #code,
#l_div #code,
#m_div .code,
#l_div .code {
  margin-top: 5px;
  margin-bottom: 38px;
  padding-top: 0;
  line-height: 26px;
  position: relative;
  z-index: 2;
}

#m_div input[name="checkcode"],
#l_div input[name="checkcode"] {
  width: 99px;
  height: 22px;
  line-height: 22px;
  padding: 0 4px;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
  vertical-align: middle;
}

#m_div .checkCodeImg,
#l_div .checkCodeImg,
#m_div #checkCodeImg,
#l_div #checkCodeImg {
  vertical-align: middle;
  width: 100px;
  height: 26px;
  cursor: pointer;
  display: inline-block;
  background: #f8f8f8;
}

/* 发送按钮 */
#m_div .w_message .m_under,
#l_div .w_message .m_under {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  text-align: center;
}

#m_div .w_message .msgbtn,
#l_div .w_message .msgbtn {
  margin-top: 3px;
}
