*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

address,
em, i {
  font-style: normal; }

b {
  font-weight: normal; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none; }

button,
input,
textarea {
  vertical-align: middle;
  font: inherit;
  color: inherit;
  outline: none; }

button:focus,
input:focus,
textarea:focus {
  outline: none; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none; }

img {
  border: 0; }

ul, ol {
  list-style: none; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  table th {
    font-weight: normal; }

audio,
video,
canvas {
  display: inline-block;
  vertical-align: baseline; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type="number"] {
  -moz-appearance: textfield; }

input::-ms-clear {
  display: none; }

input::-ms-reveal {
  display: none; }

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0; }

textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
  color: #999; }

textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder {
  color: #999; }

textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder {
  color: #999; }

textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
  color: #999; }

.h {
  display: none; }

.c:after {
  content: '';
  display: table;
  clear: both; }

.l {
  float: left; }

.r {
  float: right; }

.dtc {
  display: table-cell;
  width: 9999px; }

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.tc {
  text-align: center; }

.l-list_4 .l-item {
  float: left;
  width: 25%; }
  .l-list_4 .l-item:nth-child(4n-2) > div, .l-list_4 .l-item:nth-child(4n-1) > div {
    margin: 0 auto; }
  .l-list_4 .l-item:nth-child(4n) > div {
    float: right; }

.l-list_3 .l-item {
  float: left;
  width: 33.3333%; }
  .l-list_3 .l-item:nth-child(3n-1) > div {
    margin: 0 auto; }
  .l-list_3 .l-item:nth-child(3n) > div {
    float: right; }

.l-list_2 .l-item {
  float: left;
  width: 50%; }
  .l-list_2 .l-item:nth-child(even) > div {
    float: right; }

.container {
  width: 1190px;
  margin-left: auto;
  margin-right: auto; }

body {
  line-height: 1;
  font-family: "Microsoft Yahei", "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", "Droid Sans Fallback", SimSun, sans-serif;
  font-size: 16px;
  color: #333;
  word-wrap: break-word;
  word-break: normal; }

.page {
  position: relative;
  min-width: 1190px; }

/*# sourceMappingURL=common.css.map */