* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

/* 兼容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;
}

/* 整个滚动条 */
::-webkit-scrollbar {
  /* width: 10px;
  height: 10px; */
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #f5f5f5;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(193, 193, 193)));
  transition: 0.3s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(168, 168, 168)));
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(241, 241, 241);
}


/* 客服隐藏 */

/* #_aihecong_chat_container_body ._aihecong_chat_button_body._aihecong_chat_button_pc._aihecong_chat_button_paved {
  display: none !important;
} */
