﻿@charset "utf-8";
/* CSS Document */


body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
pre,
dl,
dt,
dd,
ul,
ol,
li,
form,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

input {
  outline: none
}

/* 重置列表元素 */
ul,
ol {
  list-style: none;
}

/* 重置文本格式元素 */
a {
  text-decoration: none;
}

q:before,
q:after {
  content: '';
}

/* 重置表单元素 */
legend {
  color: #000;
}

/* for ie6 */
button,
textarea {
  font-size: 100%;
  border: 0;
}

/* 使得表单元素在 ie 下能继承字体大小 */
fieldset,
img {
  border: 0;
}

/* img 搭车：让链接里的 img 无边框 */

/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 清除浮动 */
.fl {
  float: left;
}

.fr {
  float: right;
}


/* 移动设备 */
body {
  font-size: 24px;
  user-select: text !important;
  background: #f4f4f4;
  color: #464545;
  /* -webkit-text-size-adjust: none; */
  /* -webkit-tap-highlight-color: rgba(0, 0, 0, 0); */
}

input::-webkit-input-placeholder {
  color: #a6a6a6;
  font-size: 14px;
}

.nn-container {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}