@charset "utf-8";

* {
  box-sizing: border-box;
}

:root {
  scroll-behavior: smooth;
}

html,
body,
h1,
h2,
h3,
h4,
p,
form,
button,
input,
select,
ul,
ol,
dl,
dd {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: clip;
  /* 瑙ｅ喅jsAnimate鎵╁ぇ灞忓箷闂 */
}

body {
  width: 100%;
  font-size: 14px;
  font-family: Source Han Sans-Regular, Source Han Sans, sans-serif;
  /* 淇绉诲姩璁惧瀛椾綋鍙樺寲 */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
}

a,
p,
span,
input,
textarea {
  word-wrap: break-word;
  word-break: break-all;
}

ul,
li {
  list-style: none;
}

body a {
  color: inherit;
  font-size: inherit;
  outline: none;
  text-decoration: none;
  background: transparent; /* 淇win8绯荤粺IE杩炴帴鐏拌壊鑳屾櫙 */
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a:active {
  outline: 0;
  text-decoration: none;
}

/* 鍘绘帀鐐瑰嚮閾炬帴鏃剁殑铏氱嚎澶栨 */
a:focus {
  outline-style: none;
  -moz-outline-style: none;
}

img {
  border: 0;
  width: 100%;
  display: block;
  object-fit: cover;
  -ms-interpolation-mode: bicubic; /* ie7 瑙ｅ喅鍥剧墖缂╂斁澶辩湡闂 */
}

p,
span {
  color: inherit;
  word-wrap: break-word;
  word-break: break-all;
}

button {
  border: none;
  outline: none;
  background: none;
}

/** 鍘绘帀 input 榛樿鏍峰紡 **/

input {
  border: none;
  outline: none;
}

input::-webkit-search-cancel-button {
  display: none;
}

input[type=search]::-ms-clear {
  display: none;
}

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

input,
textarea {
  background-color: transparent;
}

/* 鍘绘帀 textarea 榛樿鏍峰紡 */
textarea {
  border: none;
  outline: none;
  resize: none;
  font-family: inherit;
}