html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /* font-size: 100%; */
  vertical-align: baseline;
  background: transparent;
  list-style: none;
  text-decoration: none;
}
[v-cloak] {
  display: none; /* 隐藏未编译的模板 */
}
h3{
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
}
p{
  color: #333;
  font-size: 1.2rem;
}
li{
  box-sizing: border-box;
}
.hover-magnify-0-3 {
  transition: all 0.3s ease;
}
.hover-magnify-0-3:hover {
  transform: scale(1.03);
}
div {
  box-sizing: border-box;
}
@font-face {
  font-family: "AlimamaFont";
  src: url("../fonts/阿里妈妈数黑体.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SiyunSongHeiBold";
  src: url("../fonts/SourceHanSerifCN-Bold-2.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

#app {
  flex: 1;
}

html {
  min-width: 140rem;
  font-family: PingFang SC;
  letter-spacing: 0.1rem;
  font-size: 10px;
  font-family: 'Microsoft YaHei';
}
body{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #FAFAFA;
}
.whiteBg {
	background-color: #fff;
	border-radius: 0.8rem;
	padding: 2rem;
}
/* 单行省略 */
.ellipsis1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ellipsis3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ellipsis4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.ellipsis5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.ellipsis6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.ellipsis7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.ellipsis8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
.ellipsis14 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 14;
}
/* 修改网页的滚动条样式 */
::-webkit-scrollbar {
  width: 0.5rem;
  /* 横向滚动条的宽度 */

}

/* 修改滚动条轨道的样式 */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* 轨道背景颜色 */
  border-radius: 0.5rem;
  /* 轨道圆角 */
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  /* 轨道阴影 */
}

/* 修改滚动条滑块的样式 */
::-webkit-scrollbar-thumb {
  background: #d3e3fd;
  /* 滑块颜色 */
  border-radius: 0.5rem;
  /* 滑块圆角 */
}

/* 鼠标悬停时的样式 */
::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* 悬停时滑块颜色 */
}
/* 模块标题 */
.index_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index_title_left {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  color: #000000;
}

.index_title_left img {
  height: 7.5rem;
}
.index_title_left .index_title_icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.5rem;
}

.index_title_right {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #8D8D8D;
  font-size: 1.2rem;
  cursor: pointer;
}

.index_title_right img {
  width: 1rem;
  height: 1rem;
  margin-top: 0.1rem;
}
/* 二级页面标题 */
.home_wrap_title {
	width: 140rem;
	height: 4rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 0.8rem;
	background-color: #fff;
	margin: 2rem auto;
	padding: 0 1rem;
}

.home_wrap_title_left {
	display: flex;
	align-items: center;
	font-size: 1.4rem;
  color: #8D8D8D;

}
.home_wrap_title_left img {
	width: 1.4rem;
	margin-right: 0.7rem;
}

.home_wrap_title_right {
	display: flex;
	gap: 0.5rem;
	align-items: center;
  font-size: 1.4rem;
  color: #BC0000;
	cursor: pointer;

}
.home_wrap_title_right img {
	width: 2rem;
	height: 2rem;
}