@charset "utf-8";

/* CSS Document */

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	/* font: normal normal 0.32rem/1 sans-serif; */
	color: #000;
	background: #fff;
	font-family: Microsoft YaHei;
}

textarea,
input {
	/* font: normal normal 0.28rem/1.5 sans-serif; */
}

img {
	border: none;
	vertical-align: middle;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
}

input[type=button],
input[type=submit],
input[type=file],
input[type=reset],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

body,
p,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	list-style: none;
	/* font: normal normal 0.28rem/1.5 sans-serif; */
}

button {
	/* font: normal normal 0.28rem/1.5 sans-serif; */
}

a {
	color: inherit;
	text-decoration: none;
}

.flex {
	display: flex;
}

.flex-w {
	flex-wrap: wrap;
}

.flex-d-c {
	flex-direction: column;
}

.flex-s {
	flex-shrink: 0;
}

.flex1 {
	flex: 1;
}

.spb {
	justify-content: space-between;
}

.justc {
	justify-content: center;
}

.alit {
	align-items: center;
}

.to1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.to2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.to3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.to6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.fl {
	float: left;
}

.fr {
	float: right;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

.tc {
	text-align: center;
}

.to1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.a1 {
	position: relative;
}

.a1>a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

input {
	border: 0;
	display: block;
	outline: none;
	background: none;
	box-sizing: border-box;
}

select {
	border: 0;
	display: block;
	outline: none;
	background: none;
	box-sizing: border-box;
}

button {
	border: 0;
	display: block;
	outline: none;
	background: none;
	box-sizing: border-box;
}

textarea {
	border: 0;
	display: block;
	outline: none;
	background: none;
	box-sizing: border-box;
	resize: none;
	width: inherit;
}

.pn {
	display: none;
}

.pb {
	display: block;
}

.clear {
	clear: both;
	overflow: hidden;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.flex_bet {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
}

.more {
	cursor: pointer;
}
/* 引入字体图标 */
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.ttf?t=1692609825160') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[v-cloak]{
  display:none;
}

.pubBlock{
	display:block;
}
.pubNone{
	display:none;
}
@media screen and (max-width:800px){
	.pubBlock{
		display:none;
	}
	.pubNone{
		display:block;
	}
}
/* 首页公共 */