* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth
}

body {
  overflow-x: hidden;
}

/* 兼容PAD取消默认手势，页面元素不可选中 */
/* html {
  touch-action: none;
  user-select: none;
} */

body,
p,
dl,
dd {
  margin: 0;
  font-size: 12px;
  font-family: 'Microsoft YaHei';
  color: #333;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

ol,
ul,
select,
button {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  outline: none;
}

a {
  text-decoration: none;
  color: #333;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.clearfix {
  _zoom: 1;
}

input {
  outline: none;
}

/* el-input number 去除上下箭头 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

/* 客服隐藏 */
/* #_aihecong_chat_container_body ._aihecong_chat_button_body._aihecong_chat_button_pc._aihecong_chat_button_paved {
  display: none !important;
} */
