* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

*::-webkit-scrollbar-button {
  display: none;
}

*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #e1e1e1;
  border: 1px solid #fff;
}

*::-webkit-scrollbar-track {
  border: 1px solid #fff;
}

*::-webkit-scrollbar-track-piece {
  background: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
section,
article,
aside,
p,
a,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-family: Microsoft Yahei, arial, SimSun, Tahoma, Helvetica, STHeiti, sans-serif;
  list-style: none;
  transition-property: color, border-color;
  outline: none;
  box-sizing: border-box;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="submit"],
input[type="button"] {
  box-sizing: content-box;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: inherit;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

html {
  font-size: 100px;
  height: 100%;
}

body {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  color: #333;
  font-size: 16px;
  height: 100%;
  background: #fff;
/*  user-select: none;*/
  overflow-x: hidden;
}
body h6 {
  font-weight: normal;
}
body a {
  color: inherit;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}
body table {
  border-collapse: collapse;
  border-spacing: 0;
}
body th {
  font-weight: 400;
}
body img {
  display: block;
  border: 0;
}
body .swiper-slide img {
  width: 100%;
}
body .thumb img {
  width: 100%;
}
body textarea,
body select,
body option,
body input {
  outline: none;
}
body .clearBoth:after,
body .clearboth:after {
  content: "";
  display: block;
  clear: both;
}
body .center {
  margin: 0 auto;
  width: 1200px;
  /*user-select: none;*/
}
body .flex-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
body .mobile {
  display: none;
}

/*# sourceMappingURL=commons.css.map */
