* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

html {
  --main-color: #D2B080;
  scroll-behavior: smooth;
}

/* 瀹氫箟鍏ㄥ眬scroll-bar */
/* html::-webkit-scrollbar-track-piece {
  background-color: #f8f8f8;
}

html::-webkit-scrollbar {
  width: 0;
  height: 5px;
}

html::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  background-clip: padding-box;
}

html::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
} */

.scroll-wrap {
  overflow-y: auto;
}
.scroll-wrap::-webkit-scrollbar-track-piece {
  background-color: #f8f8f8;
}

.scroll-wrap::-webkit-scrollbar {
  width: 0;
  height: 5px;
}

.scroll-wrap::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
  background-clip: padding-box;
}

.scroll-wrap::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}

a {
  color: inherit;
  text-decoration: unset;
}

ul,
dl,
ol {
  list-style: none;
  padding: unset;
  margin: unset;
}

input {
  outline: unset;
  border: unset;
  padding: unset;
  background: unset;
}

a {
  color: inherit;
  text-decoration: unset;
}

.container {
  width: 1170px;
  box-sizing: border-box;
}

/* 鏂囨湰涓€琛屾樉绀 */
.text-line-1-show {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* 鏂囨湰涓よ鏄剧ず */
.text-line-2-show {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* 鏂囨湰涓夎鏄剧ず */
.text-line-3-show {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* 鏂囨湰鍥涜鏄剧ず */
.text-line-4-show {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
}

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.clearfix {
  zoom: 1;
}
