/* 页面重置 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ol,
ul {
	list-style: none;
}

:focus {
	outline: 0;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: SourceHanSansCN;
}

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

/** 重置超链接元素 **/
a:hover {
	text-decoration: none;
}

/*color:#333;*/
img {
	display: block;
	border: 0;
}

input,
textarea,
button {
	background: transparent;
	outline: none;
	border: none;
	margin: 0;
	padding: 0;
}

/* html{font-size: 100px;} */
/*超出显示省略号*/
.ellipsis1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.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;
}

.ellipsis10 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
}

.flex-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

div img {
	display: block;
	width: 100%;
	height: 100%;
}

* {
	box-sizing: border-box;
}

/* 公用样式 */
.type-area {
	width: 13.8rem;
	margin: 0 auto;
}

.page-banner-con {
	position: absolute;
	bottom: .25rem;
	left: 0;
	right: 0;
	width: 13.8rem;
	margin: 0 auto;
}

.page-title {
	font-size: 0.6rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 1.65rem;
}

.nav {
	font-size: .24rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: .4rem;
}
.swiper-btn.active{
    color: #FE0605 !important;
}
@media screen and (max-width: 769px) {
	.type-area {
		width: 100%;
		margin: 0 auto;
	}
	.page-banner-con {
		width: 100%;
		padding: 0 0.25rem;
	}
}