@import 'https://at.alicdn.com/t/c/font_4647232_rv8hof3gqcq.css';

.two-line-ellipsis {
	width: 100%;
	display: -webkit-box; /* 设置为WebKit内核的弹性盒子模型 */
	-webkit-box-orient: vertical; /* 垂直排列 */
	-webkit-line-clamp: 2; /* 限制显示两行 */
	overflow: hidden; /* 隐藏超出范围的内容 */
	text-overflow: ellipsis; /* 使用省略号 */
}

/* 重置样式 */

body {
	font-family: 'Siyuanheiti' !important;
}

html,
body {
	height: 100%;
}

/* 重置各标签的默认样式 */

a,
body,
center,
cite,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
html,
img,
input,
label,
legend,
li,
mark,
ol,
p,
section,
span,
textarea,
time,
td,
th,
ul {
	margin: 0;
	border: 0;
	padding: 0;
	font-style: normal;
	box-sizing: border-box;
	/*  自动换行 */
	word-wrap: break-word;
	/*  强制英文单词断行 */
	word-break: break-all;
}

/*  设置标签为块级分类 */

article,
aside,
details,
fieldset,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

/*  禁止多文本框手动拖动大小 */

textarea {
	resize: none;
	appearance: none;
}

/* 去掉按下的阴影盒子 */

input,
textarea,
a {
	-webkit-tap-highlight-color: transparent;
}

/*  清除a标签下划线 */

a,
a:visited {
	text-decoration: none;
}

a:focus,
a:active,
a:hover {
	outline: none;
}

/*  清除列表前面的点 */

ol,
li,
ul {
	list-style: none;
}

/*  清除IE下图片的边框 */

img {
	border-style: none;
	font-size: 0;
}#app {
  background-color: #F9FAFC;
}
#app .app {
  min-height: 100vh;
  min-width: 100%;
}
#app .products-bg .bg {
  width: 100%;
}
#app .products-bg .bg img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
#app .home .box-bg img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}