@charset "UTF-8";
@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url("https://furui-font.oss-cn-shanghai.aliyuncs.com/SourceHanSansSC-Bold.ttf");
}
@font-face {
  font-family: "SourceHanSansCN-Medium";
  src: url("https://furui-font.oss-cn-shanghai.aliyuncs.com/SourceHanSansSC-Medium.ttf");
}
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("https://furui-font.oss-cn-shanghai.aliyuncs.com/SourceHanSansSC-Regular.ttf");
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html {
  scroll-behavior: smooth;
}

ul,
li {
  list-style: none;
}

i,
em {
  font-style: normal;
}

/* 防止拖拽文本域 */
textarea {
  resize: none;
}

img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
}

.map img {
  max-width: unset;
}

button,
a,
.btn,
.tab-btn {
  cursor: pointer;
}

input,
textarea,
button {
  background: none;
  border: none;
  outline: none;
}

a {
  text-decoration: none;
}